]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2542. [doc] Update the description of dig +adflag. RT #19290]
authorMark Andrews <marka@isc.org>
Mon, 2 Feb 2009 04:45:22 +0000 (04:45 +0000)
committerMark Andrews <marka@isc.org>
Mon, 2 Feb 2009 04:45:22 +0000 (04:45 +0000)
CHANGES
bin/dig/dig.docbook

diff --git a/CHANGES b/CHANGES
index c9aa2c3fbc5d38691e22eba1fbf43b2319cba897..7296274b498d442c6bdff8654716555c036f1189 100644 (file)
--- 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]
 
index 562eb1c9cb8c6490b86cd840c67dff4b7a26099a..17bf0d809ac632fed2fba6c9f750e8e527dc3e26 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dig.docbook,v 1.17.18.26 2009/01/22 23:45:59 tbox Exp $ -->
+<!-- $Id: dig.docbook,v 1.17.18.27 2009/02/02 04:45:22 marka Exp $ -->
 <refentry id="man.dig">
 
   <refentryinfo>
 
         <varlistentry>
           <term><option>+[no]adflag</option></term>
-          <listitem>
-            <para>
-              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.
-            </para>
-          </listitem>
-        </varlistentry>
+         <listitem>
+           <para>
+             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.
+           </para>
+         </listitem>
+       </varlistentry>
 
         <varlistentry>
           <term><option>+[no]cdflag</option></term>