]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Documentation updates from Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Tue, 15 Sep 2009 06:21:46 +0000 (02:21 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 15 Sep 2009 06:21:46 +0000 (02:21 -0400)
bk: 4aaf327akIZJUeqW4zcX1yotJfqYxg

ChangeLog
html/authopt.html
html/miscopt.html

index ab56ab81ae3c59c5f2dec38db8e1f82acb33cf5e..c22f9bff5552a3aa165aed74ce7187d60e03823e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Documentation updates from Dave Mills.
 * Make the code agree with the spec and the book (Dave Mills).
 (4.2.5p211) 2009/09/14 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 663] respect ntpq -c and -p order on command line.
index c8d06c09ab060554f4248b2bc71058eb7a54a191..d2dd56ed15ecde48cf94d2a30d47acf6e80dcf61 100644 (file)
@@ -23,7 +23,7 @@
 <p>Our resident cryptographer; now you see him, now you don't.</p>
 
 <p>Last update: 
-                       <!-- #BeginDate format:En2m -->14-Jul-2009  20:49<!-- #EndDate -->
+                       <!-- #BeginDate format:En2m -->08-Sep-2009  20:59<!-- #EndDate -->
 UTC</p>
 <br clear="left">
 
@@ -258,7 +258,7 @@ UTC</p>
 
 <dl>
 
-<dt id=autokey><tt>autokey [<i>logsec</i>]</tt></dt>
+<dt id=autokey><tt>automax [<i>logsec</i>]</tt></dt>
 <dd>Specifies the interval between regenerations of the session key list used with the Autokey protocol, as a power of 2 in seconds. Note that the size of the key list for each association depends on this interval and the current poll interval. The default interval is 12 (about 1.1 h). For poll intervals above the specified interval, a session key list with a single entry will be regenerated for every message sent.</dd>
 
 <dt id="controlkey"><tt>controlkey <i>key</i></tt></dt>
index 44eb714178c99ed8695258b05a7182164afde7f0..77c301ac95f58604a77cc889949cf2268aac4466 100644 (file)
@@ -13,7 +13,7 @@
                <img src="pic/boom3.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html">from <i>Pogo</i>, Walt Kelly</a>
                <p>We have three, now looking for more.</p>
                <p>Last update:
-                       <!-- #BeginDate format:En2m -->22-Jun-2009  21:24<!-- #EndDate --> 
+                       <!-- #BeginDate format:En2m -->08-Sep-2009  20:59<!-- #EndDate --> 
                        UTC</p>
                <br clear="left">
        <h4>Related Links</h4>
@@ -52,7 +52,7 @@
                        <dd>This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run <tt>ntpd</tt> on multiple hosts, with (mostly) common options (e.g., a restriction list).</dd>
                        <dt id="leapfile"><tt>leapfile <i>leapfile</i></tt></dt>
                        <dd>This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using <tt>ftp</tt> as the ASCII file <tt>pub/leap-seconds</tt>.</dd>
-                               <p>While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.</p>
+                       <dd>While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.</dd>
                        <dt id="logconfig"><tt>logconfig <i>configkeyword</i></tt>
                        <dd>This command controls the amount and type of output written to the system <tt>syslog</tt> facility or the alternate <tt>logfile</tt> log file. All <i><tt>configkeyword</tt></i> keywords can be prefixed with <tt>=</tt>, <tt>+</tt> and <tt>-</tt>, where <tt>=</tt> sets the <tt>syslogmask</tt>, <tt>+</tt> adds and <tt>-</tt> removes messages. <tt>syslog messages</tt> can be controlled in four classes (<tt>clock</tt>, <tt>peer</tt>, <tt>sys</tt> and <tt>sync</tt>). Within these classes four types of messages can be controlled: informational messages (<tt>info</tt>), event messages (<tt>events</tt>), statistics messages (<tt>statistics</tt>) and status messages (<tt>status</tt>).
                                <p>Configuration keywords are formed by concatenating the message class with the event class. The <tt>all</tt> prefix can be used instead of a message class. A message class may also be followed by the <tt>all</tt> keyword to enable/disable all messages of the respective message class. By default, <tt>logconfig</tt> output is set to <tt>allsync</tt>.