]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] clarify nsupdate -y
authorEvan Hunt <each@isc.org>
Fri, 18 Apr 2014 22:05:52 +0000 (15:05 -0700)
committerEvan Hunt <each@isc.org>
Fri, 18 Apr 2014 22:08:23 +0000 (15:08 -0700)
3815.   [doc]           Clarify "nsupdate -y" usage in man page. [RT #35808]

CHANGES
bin/nsupdate/nsupdate.docbook

diff --git a/CHANGES b/CHANGES
index a6d8b56ddd63c7e2e9587b1d98753bf96e9c2e14..4ba6f17440fa7bbb1c0aaa87f3160ace084a0eef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3815.  [doc]           Clarify "nsupdate -y" usage in man page. [RT #35808]
+
 3814.  [func]          The "masterfile-style" zone option controls the
                        formatting of dumped zone files. Options are
                        "relative" (multiline format) and "full" (one
index a2156beb9aca7f7c27182ce4ac42cf81f50f2d17..323d5132a92ed76b8f42dcea893c19dbf99dad9d 100644 (file)
@@ -20,7 +20,7 @@
 
 <refentry id="man.nsupdate">
   <refentryinfo>
-    <date>March 10, 2012</date>
+    <date>April 18, 2014</date>
   </refentryinfo>
   <refmeta>
     <refentrytitle><application>nsupdate</application></refentrytitle>
       <optional><parameter>hmac:</parameter></optional><parameter>keyname:secret.</parameter>
       <parameter>keyname</parameter> is the name of the key, and
       <parameter>secret</parameter> is the base64 encoded shared secret.
-      Use of the <option>-y</option> option is discouraged because the
+      <parameter>hmac</parameter> is the name of the key algorithm;
+      valid choices are <literal>hmac-md5</literal>,
+      <literal>hmac-sha1</literal>, <literal>hmac-sha224</literal>,
+      <literal>hmac-sha256</literal>, <literal>hmac-sha384</literal>, or
+      <literal>hmac-sha512</literal>.  If <parameter>hmac</parameter>
+      is not specified, the default is <literal>hmac-md5</literal>.
+      NOTE: Use of the <option>-y</option> option is discouraged because the
       shared secret is supplied as a command line argument in clear text.
       This may be visible in the output from
       <citerefentry>