]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen master
authorTinderbox User <tbox@isc.org>
Wed, 18 Oct 2017 01:10:52 +0000 (01:10 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 18 Oct 2017 01:10:52 +0000 (01:10 +0000)
bin/dnssec/dnssec-signzone.8
bin/dnssec/dnssec-signzone.html
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.html
doc/arm/man.dnssec-signzone.html
doc/arm/notes.html

index e95043ce0343cca9cb3acd61c899e6ba4448be67..2f34646d677add270a27409e36fd65b829415533 100644 (file)
@@ -349,6 +349,14 @@ If the key\*(Aqs revocation date is set and in the past, and the key is publishe
 .RS 4
 If either of the key\*(Aqs unpublication or deletion dates are set and in the past, the key is NOT published or used to sign the zone, regardless of any other metadata\&.
 .RE
+.PP
+.RS 4
+If key\*(Aqs sync publication date is set and in the past, synchronization records (type CDS and/or CDNSKEY) are created\&.
+.RE
+.PP
+.RS 4
+If key\*(Aqs sync deletion date is set and in the past, synchronization records (type CDS and/or CDNSKEY) are removed\&.
+.RE
 .RE
 .PP
 \-T \fIttl\fR
index 45d84c12db2fbb528f32b61307c41be79244e563..4e8e7967af1a0aa42d27e206b71e7fe06a967cc2 100644 (file)
                   zone, regardless of any other metadata.
                 </p>
              </dd>
+<dt></dt>
+<dd>
+                <p>
+                  If key's sync publication date is set and in the past,
+                 synchronization records (type CDS and/or CDNSKEY) are
+                 created.
+                </p>
+             </dd>
+<dt></dt>
+<dd>
+                <p>
+                  If key's sync deletion date is set and in the past,
+                 synchronization records (type CDS and/or CDNSKEY) are
+                 removed.
+                </p>
+             </dd>
 </dl></div>
         </dd>
 <dt><span class="term">-T <em class="replaceable"><code>ttl</code></em></span></dt>
index 6019d0811939f622ea18f736f8489bfe4d7efdfd..5f4e0c96d773f1fedb40aa3e764559c402d5ba79 100644 (file)
@@ -1501,17 +1501,17 @@ notrace</strong></span>. All debugging messages in the server have a debug
             <span class="command"><strong>print-time</strong></span> can be set to
             <strong class="userinput"><code>yes</code></strong>, <strong class="userinput"><code>no</code></strong>,
             or a time format specifier, which may be one of
-            <code class="option">local</code>, <code class="option">iso8601</code> or
-            <code class="option">iso8601-utc</code>.  If set to
+            <strong class="userinput"><code>local</code></strong>, <strong class="userinput"><code>iso8601</code></strong> or
+            <strong class="userinput"><code>iso8601-utc</code></strong>.  If set to
             <strong class="userinput"><code>no</code></strong>, then the date and time will
             not be logged.  If set to <strong class="userinput"><code>yes</code></strong>
-            or <code class="option">local</code>, the date and time are logged
+            or <strong class="userinput"><code>local</code></strong>, the date and time are logged
             in a human readable format, using the local time zone.
-            If set to <code class="option">iso8601</code> the local time is
+            If set to <strong class="userinput"><code>iso8601</code></strong> the local time is
             logged in ISO8601 format.  If set to
-            <code class="option">iso8601-utc</code>, then the date and time
+            <strong class="userinput"><code>iso8601-utc</code></strong>, then the date and time
             are logged in ISO8601 format, with time zone set to
-            UTC. The default is <code class="option">local</code>.
+            UTC. The default is <strong class="userinput"><code>local</code></strong>.
           </p>
           <p>
             <span class="command"><strong>print-time</strong></span> may
@@ -3045,7 +3045,8 @@ badresp:1,adberr:0,findfail:0,valfail:0]
               <p>
                 Specifies the directory in which to store the configuration
                 parameters for zones added via <span class="command"><strong>rndc addzone</strong></span>.
-                By default, this is the working directory.
+                By default, this is the working directory. If set to a relative
+                path, it will be relative to the working directory.
               </p>
             </dd>
 <dt><span class="term"><span class="command"><strong>named-xfer</strong></span></span></dt>
@@ -3671,12 +3672,14 @@ options {
 <dd>
               <p>
                 Specifies the TTL to be returned on stale answers.
-                The default is 1 second. The minimal allowed is
+                The default is 1 second. The minimum allowed is
                 also 1 second; a value of 0 will be updated silently
-                to 1 second.  For stale answers to be returned
+                to 1 second.  For stale answers to be returned,
+                they must be enabled (either in the configuration file
+                using <span class="command"><strong>stale-answer-enable</strong></span> or via
+                <span class="command"><strong>rndc</strong></span>), and
                 <code class="option">max-stale-ttl</code> must be set to a
-                non zero value and they must not have been disabled
-                by <span class="command"><strong>rndc</strong></span>.
+                nonzero value.
               </p>
             </dd>
 <dt><span class="term"><span class="command"><strong>serial-update-method</strong></span></span></dt>
@@ -4330,17 +4333,21 @@ options {
                   <span class="command"><strong>nocookie-udp-size</strong></span> option.
                 </p>
               </dd>
-<dt><span class="term"><span class="command"><strong>serve-stale-enable</strong></span></span></dt>
+<dt><span class="term"><span class="command"><strong>stale-answer-enable</strong></span></span></dt>
 <dd>
                 <p>
                   Enable the returning of stale answers when the
                   nameservers for the zone are not answering.  This
-                  is off by default but can be enabled/disabled via
-                  <span class="command"><strong>rndc server-stale on</strong></span> and
-                  <span class="command"><strong>rndc server-stale off</strong></span> which
-                  override the named.conf setting.  <span class="command"><strong>rndc
-                  server-stale reset</strong></span> will restore control
-                  via named.conf.
+                  is off by default, but can be enabled/disabled via
+                  <span class="command"><strong>rndc serve-stale on</strong></span> and
+                  <span class="command"><strong>rndc serve-stale off</strong></span>, which
+                  override the <code class="filename">named.conf</code>
+                  setting.  <span class="command"><strong>rndc serve-stale reset</strong></span>
+                  restores the setting to the one specified in
+                  <code class="filename">named.conf</code>.  Note that
+                  reloading or reconfiguring <span class="command"><strong>named</strong></span>
+                  will not re-enable serving of stale records if they
+                  have been disabled via <span class="command"><strong>rndc</strong></span>.
                 </p>
               </dd>
 <dt><span class="term"><span class="command"><strong>nocookie-udp-size</strong></span></span></dt>
index 7684f75b8dd64ba58986321e08e7f9c0c0077441..473dd3dedec6d4a40ae24095f468cf973ea12e37 100644 (file)
@@ -41,7 +41,7 @@
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_download">Download</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_license">License Change</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#win_support">Windows XP No Longer Supported</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch09.html#win_support">Legacy Windows No Longer Supported</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_security">Security Fixes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_features">New Features</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_removed">Removed Features</a></span></dt>
       anything other than the changes you made to our software.
     </p>
     <p>
-      This requirement will not affect anyone who is using BIND
-      without redistributing it, nor anyone redistributing it without
-      changes, therefore this change will be without consequence
-      for most individuals and organizations who are using BIND.
+      This requirement will not affect anyone who is using BIND, with
+      or without modifications, without redistributing it, nor anyone
+      redistributing it without changes. Therefore, this change will be
+      without consequence for most individuals and organizations who are
+      using BIND.
     </p>
     <p>
       Those unsure whether or not the license change affects their
 
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="win_support"></a>Windows XP No Longer Supported</h3></div></div></div>
+<a name="win_support"></a>Legacy Windows No Longer Supported</h3></div></div></div>
     <p>
-      As of BIND 9.11.2, Windows XP is no longer a supported platform for
-      BIND, and Windows XP binaries are no longer available for download
+      As of BIND 9.11.2, Windows XP and Windows 2003 are no longer supported
+      platforms for BIND; "XP" binaries are no longer available for download
       from ISC.
     </p>
   </div>
          zone's validated CDS or CDNSKEY records. It can produce a
          <code class="filename">dsset</code> file suitable for input to
          <span class="command"><strong>dnssec-signzone</strong></span>, or a series of
-         <span class="command"><strong>nsupdate</strong></span> to update the parent zone via dynamic
-         DNS. Thanks to Tony Finch for the contribution.  [RT #46090]
+         <span class="command"><strong>nsupdate</strong></span> commands to update the parent zone
+         via dynamic DNS. Thanks to Tony Finch for the contribution.
+         [RT #46090]
        </p>
       </li>
 <li class="listitem">
        <p>
-         <span class="command"><strong>nsupdate</strong></span> and <span class="command"><strong>rndc</strong></span> now accepts
+         <span class="command"><strong>nsupdate</strong></span> and <span class="command"><strong>rndc</strong></span> now accept
          command line options <span class="command"><strong>-4</strong></span> and <span class="command"><strong>-6</strong></span>
          which force using only IPv4 or only IPv6, respectively. [RT #45632]
        </p>
          these algorithms must be supported in OpenSSL;
          currently they are only available in the development branch
          of OpenSSL at
-         <a class="link" href="https://github.com/openssl/openssl" target="_top">https://github.com/openssl/openssl</a>.
+         <a class="link" href="https://github.com/openssl/openssl" target="_top">
+           https://github.com/openssl/openssl</a>.
          [RT #44696]
        </p>
       </li>
 <li class="listitem">
        <p>
-         EDNS KEY TAG options are verified and printed.
+         When parsing DNS messages, EDNS KEY TAG options are checked
+         for correctness. When printing messages (for example, in
+         <span class="command"><strong>dig</strong></span>), EDNS KEY TAG options are printed
+         in readable format.
        </p>
       </li>
 </ul></div>
          are now fully rolled back in the event of failure. [RT #45841]
        </p>
       </li>
-<li class="listitem">
-       <p>
-         Fixed a bug that was introduced in an earlier development
-         release which caused multi-packet AXFR and IXFR messages to fail
-         validation if not all packets contained TSIG records; this
-         caused interoperability problems with some other DNS
-         implementations. [RT #45509]
-       </p>
-      </li>
 <li class="listitem">
        <p>
          Multiple <span class="command"><strong>cookie-secret</strong></span> clauses are now
index 6e508297af1c0e12f9274018e5da277f1c408718..01275115233a8bdb455c93764de4f0fc0ef97cdc 100644 (file)
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_download">Download</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_license">License Change</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#win_support">Windows XP No Longer Supported</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch09.html#win_support">Legacy Windows No Longer Supported</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_security">Security Fixes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_features">New Features</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_removed">Removed Features</a></span></dt>
index 4a3e6f6219ec638e353241078e69e1bdc1ecf4d0..893fbe67b95c4e6330f09c7eb4dbde53ce3aa2cc 100644 (file)
                   zone, regardless of any other metadata.
                 </p>
              </dd>
+<dt></dt>
+<dd>
+                <p>
+                  If key's sync publication date is set and in the past,
+                 synchronization records (type CDS and/or CDNSKEY) are
+                 created.
+                </p>
+             </dd>
+<dt></dt>
+<dd>
+                <p>
+                  If key's sync deletion date is set and in the past,
+                 synchronization records (type CDS and/or CDNSKEY) are
+                 removed.
+                </p>
+             </dd>
 </dl></div>
         </dd>
 <dt><span class="term">-T <em class="replaceable"><code>ttl</code></em></span></dt>
index d6b843979229de6c503488b0c301bbdaeadbf4f9..68c5ed226d7fb3cb511a94c8fce8f9d021e59791 100644 (file)
       anything other than the changes you made to our software.
     </p>
     <p>
-      This requirement will not affect anyone who is using BIND
-      without redistributing it, nor anyone redistributing it without
-      changes, therefore this change will be without consequence
-      for most individuals and organizations who are using BIND.
+      This requirement will not affect anyone who is using BIND, with
+      or without modifications, without redistributing it, nor anyone
+      redistributing it without changes. Therefore, this change will be
+      without consequence for most individuals and organizations who are
+      using BIND.
     </p>
     <p>
       Those unsure whether or not the license change affects their
 
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="win_support"></a>Windows XP No Longer Supported</h3></div></div></div>
+<a name="win_support"></a>Legacy Windows No Longer Supported</h3></div></div></div>
     <p>
-      As of BIND 9.11.2, Windows XP is no longer a supported platform for
-      BIND, and Windows XP binaries are no longer available for download
+      As of BIND 9.11.2, Windows XP and Windows 2003 are no longer supported
+      platforms for BIND; "XP" binaries are no longer available for download
       from ISC.
     </p>
   </div>
          zone's validated CDS or CDNSKEY records. It can produce a
          <code class="filename">dsset</code> file suitable for input to
          <span class="command"><strong>dnssec-signzone</strong></span>, or a series of
-         <span class="command"><strong>nsupdate</strong></span> to update the parent zone via dynamic
-         DNS. Thanks to Tony Finch for the contribution.  [RT #46090]
+         <span class="command"><strong>nsupdate</strong></span> commands to update the parent zone
+         via dynamic DNS. Thanks to Tony Finch for the contribution.
+         [RT #46090]
        </p>
       </li>
 <li class="listitem">
        <p>
-         <span class="command"><strong>nsupdate</strong></span> and <span class="command"><strong>rndc</strong></span> now accepts
+         <span class="command"><strong>nsupdate</strong></span> and <span class="command"><strong>rndc</strong></span> now accept
          command line options <span class="command"><strong>-4</strong></span> and <span class="command"><strong>-6</strong></span>
          which force using only IPv4 or only IPv6, respectively. [RT #45632]
        </p>
          these algorithms must be supported in OpenSSL;
          currently they are only available in the development branch
          of OpenSSL at
-         <a class="link" href="https://github.com/openssl/openssl" target="_top">https://github.com/openssl/openssl</a>.
+         <a class="link" href="https://github.com/openssl/openssl" target="_top">
+           https://github.com/openssl/openssl</a>.
          [RT #44696]
        </p>
       </li>
 <li class="listitem">
        <p>
-         EDNS KEY TAG options are verified and printed.
+         When parsing DNS messages, EDNS KEY TAG options are checked
+         for correctness. When printing messages (for example, in
+         <span class="command"><strong>dig</strong></span>), EDNS KEY TAG options are printed
+         in readable format.
        </p>
       </li>
 </ul></div>
          are now fully rolled back in the event of failure. [RT #45841]
        </p>
       </li>
-<li class="listitem">
-       <p>
-         Fixed a bug that was introduced in an earlier development
-         release which caused multi-packet AXFR and IXFR messages to fail
-         validation if not all packets contained TSIG records; this
-         caused interoperability problems with some other DNS
-         implementations. [RT #45509]
-       </p>
-      </li>
 <li class="listitem">
        <p>
          Multiple <span class="command"><strong>cookie-secret</strong></span> clauses are now