From: Mark Andrews Date: Mon, 2 Feb 2009 04:45:22 +0000 (+0000) Subject: 2542. [doc] Update the description of dig +adflag. RT #19290] X-Git-Tag: v9.4.3-P1~1^5~34 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b14d5631260e080c587715d798188913c91fd4b8;p=thirdparty%2Fbind9.git 2542. [doc] Update the description of dig +adflag. RT #19290] --- diff --git a/CHANGES b/CHANGES index c9aa2c3fbc5..7296274b498 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2542. [doc] Update the description of dig +adflag. RT #19290] + 2539. [security] Update the interaction between recursion, allow-query, allow-query-cache and allow-recursion. [RT #19198] diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 562eb1c9cb8..17bf0d809ac 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + @@ -450,17 +450,19 @@ - - - Set [do not set] the AD (authentic data) bit in the query. The - AD bit - currently has a standard meaning only in responses, not in - queries, - but the ability to set the bit in the query is provided for - completeness. - - - + + + Set [do not set] the AD (authentic data) bit in the + query. This requests the server to return whether + all of the answer and authority sections have all + been validated as secure according to the security + policy of the server. AD=1 indicates that all records + have been validated as secure and the answer is not + from a OPT-OUT range. AD=0 indicate that some part + of the answer was insecure or not validated. + + +