]> 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:41:28 +0000 (04:41 +0000)
committerMark Andrews <marka@isc.org>
Mon, 2 Feb 2009 04:41:28 +0000 (04:41 +0000)
CHANGES
bin/dig/dig.docbook

diff --git a/CHANGES b/CHANGES
index a6aebc2d2bbca9ab503253a78394114e73f17b39..73d4e2224c959a9aa04b33854a3f7ee71e44cd90 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2542.  [doc]           Update the description of dig +adflag. RT #19290]
+
 2541.  [bug]           Conditionally update dispatch manager statistics.
                        [RT #19247]
 
index 0466a210a69c0d53df7e77ea8c7f4cf98c5caaf6..de38d5949d1bb12e6a8fcf938233f6e2a9d0119e 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dig.docbook,v 1.44 2009/01/20 23:47:56 tbox Exp $ -->
+<!-- $Id: dig.docbook,v 1.45 2009/02/02 04:41:28 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>