summaryrefslogtreecommitdiffstats
path: root/contrib/bind/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/doc/man')
-rw-r--r--contrib/bind/doc/man/named.conf.530
-rw-r--r--contrib/bind/doc/man/nsupdate.84
-rw-r--r--contrib/bind/doc/man/resolver.34
3 files changed, 24 insertions, 14 deletions
diff --git a/contrib/bind/doc/man/named.conf.5 b/contrib/bind/doc/man/named.conf.5
index 6dde5ca..e2f4a0f 100644
--- a/contrib/bind/doc/man/named.conf.5
+++ b/contrib/bind/doc/man/named.conf.5
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1999 by Internet Software Consortium
+.\" Copyright (c) 1999-2000 by Internet Software Consortium
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -826,6 +826,7 @@ options {
[ fetch-glue \fIyes_or_no\fR; ]
[ has-old-clients \fIyes_or_no\fR; ]
[ host-statistics \fIyes_or_no\fR; ]
+ [ host-statistics-max \fInumber\fR; ]
[ multiple-cnames \fIyes_or_no\fR; ]
[ notify \fIyes_or_no\fR; ]
[ recursion \fIyes_or_no\fR; ]
@@ -1070,15 +1071,20 @@ turning on
.Ic host-statistics
can consume huge amounts of memory.
+.It IC host-statistics-max
+The maximum number of host records that will be kept.
+When this limit is reached no new hosts will be added to the host statistics.
+If the set to zero then there is no limit set.
+The default value is zero.
+
.It Ic maintain-ixfr-base
If
.Li yes ,
-statistics are kept for every host that the nameserver interacts with. The default is
+a IXFR database file is kept for all dynamicaly updated zones.
+This enables the server to answer IXFR queries which can speed up
+zone transfers enormously.
+The default is
.Li no .
-.Em Note:
-turning on
-.Li host-statistics
-can consume huge amounts of memory.
.It Ic multiple-cnames
If
@@ -1287,12 +1293,7 @@ from all hosts.
.Bl -tag -width 1
.It Ic allow-recursion
Specifies which hosts are allowed to ask recursive questions.
-.Ic allow-recursion
-may also be specified in the
-.Ic zone
-statement, in which case it overrides the
-.Ic options allow-recursion
-statement. If not specified, the default is to allow recursive queries
+If not specified, the default is to allow recursive queries
from all hosts.
.It Ic allow-transfer
@@ -2141,6 +2142,11 @@ will prevent further queries to it. The default value of
.Ic bogus
is
.Li no .
+Marking a server as
+.Ic bogus
+will mark all other addresses for that server as
+.Ic bogus
+when a match is made when looking up a server's address by name.
.Pp
The server supports two zone transfer methods. The first,
diff --git a/contrib/bind/doc/man/nsupdate.8 b/contrib/bind/doc/man/nsupdate.8
index 296709b..88dc327 100644
--- a/contrib/bind/doc/man/nsupdate.8
+++ b/contrib/bind/doc/man/nsupdate.8
@@ -1,4 +1,4 @@
-.\" $Id: nsupdate.8,v 8.5 2000/02/29 03:50:48 vixie Exp $
+.\" $Id: nsupdate.8,v 8.6 2000/10/30 23:06:57 cyarnell Exp $
.\"
.\"Copyright (c) 1999 by Internet Software Consortium
.\"
@@ -55,6 +55,8 @@ each line contributing a resource record to an
update request.
All domain names used in a single update request
must belong to the same DNS zone.
+Updates are sent to the master server as defined in the SOA
+MNAME field.
A blank line causes the accumulated
records to be formated into a single update request
and transmitted to the zone's authoritative name servers.
diff --git a/contrib/bind/doc/man/resolver.3 b/contrib/bind/doc/man/resolver.3
index 890c836..b858d28 100644
--- a/contrib/bind/doc/man/resolver.3
+++ b/contrib/bind/doc/man/resolver.3
@@ -16,7 +16,7 @@
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\" @(#)resolver.3 6.5 (Berkeley) 6/23/90
-.\" $Id: resolver.3,v 8.12 2000/07/11 06:10:55 vixie Exp $
+.\" $Id: resolver.3,v 8.13 2000/12/05 02:37:33 vixie Exp $
.\"
.Dd July 4, 2000
.Dt RESOLVER @LIB_NETWORK_EXT_U@
@@ -59,6 +59,8 @@
.Fd #include <netinet/in.h>
.Fd #include <arpa/nameser.h>
.Fd #include <resolv.h>
+.Ft typedef struct __res_state *res_state;
+.Pp
.Fn res_ninit "res_state statp"
.Fn res_ourserver_p "const res_state statp" "const struct sockaddr_in *addr"
.Fn fp_resstat "const res_state statp" "FILE *fp"
OpenPOWER on IntegriCloud