diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-01-28 13:09:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-01-28 13:09:17 +0000 |
commit | 68ec16bb1ea7da7dce3bf6923e9c6a90a1bb12f9 (patch) | |
tree | 4385466fbc116ee72f7a58a09644f93de69dee05 /contrib/bind/doc | |
parent | 62d1a66f751976e7ecaedd92afa8d706a2d392aa (diff) | |
parent | 7f1ab065ebdc6d98a8f6338d1fb90e53d035e034 (diff) |
This commit was generated by cvs2svn to compensate for changes in r109983,
which included commits to RCS files with non-trunk default branches.
Notes
Notes:
svn path=/head/; revision=109984
Diffstat (limited to 'contrib/bind/doc')
-rw-r--r-- | contrib/bind/doc/html/logging.html | 6 | ||||
-rw-r--r-- | contrib/bind/doc/html/options.html | 8 | ||||
-rw-r--r-- | contrib/bind/doc/man/named.conf.5 | 15 | ||||
-rw-r--r-- | contrib/bind/doc/man/resolver.3 | 4 |
4 files changed, 22 insertions, 11 deletions
diff --git a/contrib/bind/doc/html/logging.html b/contrib/bind/doc/html/logging.html index 78e6a0a9ee04..73b40167eb72 100644 --- a/contrib/bind/doc/html/logging.html +++ b/contrib/bind/doc/html/logging.html @@ -289,6 +289,10 @@ is used: <CODE>category panic { default_syslog; default_stderr; };</CODE> <DD> Dynamic updates. +<DT><CODE>update-security</CODE> +<DD> +Denied dynamic updates due to access controls. + <DT><CODE>ncache</CODE> <DD> Negative caching. @@ -363,7 +367,7 @@ Messages arising from response checking, such as <HR> <ADDRESS> -Last Updated: $Id: logging.html,v 1.13 2002/04/02 00:57:48 marka Exp $ +Last Updated: $Id: logging.html,v 1.14 2002/07/19 22:44:05 marka Exp $ </ADDRESS> </BODY> </HTML> diff --git a/contrib/bind/doc/html/options.html b/contrib/bind/doc/html/options.html index 219623ce8617..f124ebaee567 100644 --- a/contrib/bind/doc/html/options.html +++ b/contrib/bind/doc/html/options.html @@ -159,9 +159,9 @@ specified, the default is "named.stats". <DD> If <CODE>yes</CODE>, the <CODE>AA</CODE> bit is always set on NXDOMAIN responses, even if the server is not actually authoritative. -The default is <CODE>yes</CODE>. Do not turn off -<CODE>auth-nxdomain</CODE> unless you are sure you know what you are -doing, as some older software won't like it. +The default is <CODE>no</CODE>. Turning <CODE>auth-nxdomain</CODE> will +allow older clients that require <CODE>AA</CODE> to be set to accept +NXDOMAIN responses to work. <DT><CODE>deallocate-on-exit</CODE> <DD> @@ -847,7 +847,7 @@ request for the root servers to be accepted. Default 2. <HR> <ADDRESS> -Last Updated: $Id: options.html,v 1.48 2002/04/25 05:27:00 marka Exp $ +Last Updated: $Id: options.html,v 1.49 2002/09/09 00:19:17 marka Exp $ </ADDRESS> </BODY> </HTML> diff --git a/contrib/bind/doc/man/named.conf.5 b/contrib/bind/doc/man/named.conf.5 index 532af69e8f8d..4f5896c8dcec 100644 --- a/contrib/bind/doc/man/named.conf.5 +++ b/contrib/bind/doc/man/named.conf.5 @@ -665,6 +665,8 @@ is used: .Dl category panic { default_syslog; default_stderr; }; .It Ic update Dynamic updates. +.It Ic update-security +Denied dynamic updates due to access controls. .It Ic ncache Negative caching. .It Ic xfer-in @@ -858,11 +860,14 @@ bit is always set on .Dv NXDOMAIN responses, even if the server is not actually authoritative. The default is -.Li yes . -Do not turn off -.Ic auth-nxdomain -unless you are sure you know what you are -doing, as some older software won't like it. +.Li no . +Turning +.Lc auth-nxdomain +will allow older clients that require +.Li AA +to be set to accept +.Dv NXDOMAIN +responses to work. .It Ic deallocate-on-exit If .Li yes , diff --git a/contrib/bind/doc/man/resolver.3 b/contrib/bind/doc/man/resolver.3 index 9e2ef6f7afa6..c2cd91598d18 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.16 2001/12/28 04:24:20 marka Exp $ +.\" $Id: resolver.3,v 8.17 2002/08/07 03:47:33 marka Exp $ .\" .Dd July 4, 2000 .Dt RESOLVER @LIB_NETWORK_EXT_U@ @@ -552,6 +552,8 @@ to a full domain name. The compressed name is contained in a query or reply message; .Fa msg is a pointer to the beginning of the message. +.Fa eomorig +is a pointer to the first location after the message. The uncompressed name is placed in the buffer indicated by .Fa exp_dn which is of size |