From: Harlan Stenn
Date: Sat, 4 Aug 2012 03:11:04 +0000 (-0400)
Subject: Documentation cleanup from Mike T.
X-Git-Tag: NTP_4_2_7P293~2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c361c47a9cdd08d0d8aa105bb3167ab1f9bbc6e9;p=thirdparty%2Fntp.git
Documentation cleanup from Mike T.
bk: 501c92c8_K68wlRL6lVTEnLlydnf3Q
---
diff --git a/ChangeLog b/ChangeLog
index e946260f1..a5a37d894 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
* [Bug 2247] (more) Get rid of the TRAK refclock - deprecated since 2006.
+* Documentation cleanup from Mike T.
(4.2.7p292) 2012/08/02 Released by Harlan Stenn
* [Bug 1545] Note why we are logging the Version string.
* [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS.
diff --git a/html/authentic.html b/html/authentic.html
index e23ea7e96..17778394c 100644
--- a/html/authentic.html
+++ b/html/authentic.html
@@ -55,8 +55,8 @@ required.
Figure 1 shows a typical keys file used by the reference implementation when the OpenSSL library is installed. In this figure, for key IDs in he range 1-10, the key is interpreted as a printable ASCII string. For key IDs in the range 11-20, the key is a 40-character hex digit string. The key is truncated or zero-filled internally to either 128 or 160 bits, depending on the key type. The line can be edited later or new lines can be added to change any field. The key can be change to a password, such as 2late4Me for key ID 10. Note that two or more keys files can be combined in any order as long as the key IDs are distinct.
When ntpd is started, it reads the keys file specified by the keys command and installs the keys in the key cache. However, individual keys must be activated with the trustedkey configuration command before use. This allows, for instance, the installation of possibly several batches of keys and then activating a key remotely using ntpq or ntpdc. The requestkey command selects the key ID used as the password for the ntpdc utility, while the controlkey command selects the key ID used as the password for the ntpq utility.
-Microsoft Windows Authentication
-In addition to the above means, ntpd now supports Microsoft Windows MS-SNTP authentication using Active Directory services. This support was contributed by the Samba Team and is still in development. It is enabled using the mssntp flag of the restrict command described on the Access Control Options page. Note: Potential users should be aware that these services involve a TCP connection to another process that could potentially block, denying services to other users. Therefore, this flag should be used only for a dedicated server with no clients other than MS-SNTP.
+Microsoft Windows Authentication
+In addition to the above means, ntpd now supports Microsoft Windows MS-SNTP authentication using Active Directory services. This support was contributed by the Samba Team and is still in development. It is enabled using the mssntp flag of the restrict command described on the Access Control Options page. Note: Potential users should be aware that these services involve a TCP connection to another process that could potentially block, denying services to other users. Therefore, this flag should be used only for a dedicated server with no clients other than MS-SNTP.
Public Key Cryptography
See the Autokey Public-Key Authentication page.
diff --git a/html/decode.html b/html/decode.html
index 203748c6e..9c465abc1 100644
--- a/html/decode.html
+++ b/html/decode.html
@@ -77,7 +77,7 @@
never synchronized |
-The Source Field displays the current synchronization source coded as follows:.
+The Source Field displays the current synchronization source coded as follows:
| Code |
diff --git a/html/drivers/driver1.html b/html/drivers/driver1.html
index 8abae369a..ebde14ed1 100644
--- a/html/drivers/driver1.html
+++ b/html/drivers/driver1.html
@@ -30,7 +30,7 @@ Last update:
time2 time
Specifies the frequency offset calibration factor, in parts per million, with default 0.0.
stratum number
- Specifies the driver stratum, in decimal from 0 to 15, with default 3.
+ Specifies the driver stratum, in decimal from 0 to 15, with default 5.
refid string
Specifies the driver reference identifier, an ASCII string from one to four characters, with default LOCL.
flag1 0 | 1
diff --git a/html/miscopt.html b/html/miscopt.html
index df009624b..4e339b68a 100644
--- a/html/miscopt.html
+++ b/html/miscopt.html
@@ -109,9 +109,9 @@
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
- Sp edifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
+ Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
- Sp edifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
+ Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.