]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P215 NTP_4_2_7P215
authorHarlan Stenn <stenn@ntp.org>
Sat, 24 Sep 2011 02:03:00 +0000 (02:03 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 24 Sep 2011 02:03:00 +0000 (02:03 +0000)
bk: 4e7d3a54ippXIqMNL_GMD_dJ4w62rQ

52 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1ntpdman
ntpd/ntpd.1ntpdmdoc
ntpd/ntpd.man.in
ntpd/ntpd.mdoc.in
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1ntpdcman
ntpdc/ntpdc.1ntpdcmdoc
ntpdc/ntpdc.html
ntpdc/ntpdc.man.in
ntpdc/ntpdc.mdoc.in
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1ntpqman
ntpq/ntpq.1ntpqmdoc
ntpq/ntpq.man.in
ntpq/ntpq.mdoc.in
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1ntpsnmpdman
ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
ntpsnmpd/ntpsnmpd.man.in
ntpsnmpd/ntpsnmpd.mdoc.in
packageinfo.sh
scripts/ntp-wait-opts.texi
scripts/ntp-wait.1ntp-waitman
scripts/ntp-wait.1ntp-waitmdoc
scripts/ntp-wait.html
scripts/ntp-wait.man.in
scripts/ntp-wait.mdoc.in
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1sntpman
sntp/sntp.1sntpmdoc
sntp/sntp.html
sntp/sntp.man.in
sntp/sntp.mdoc.in
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1ntp-keygenman
util/ntp-keygen.1ntp-keygenmdoc
util/ntp-keygen.man.in
util/ntp-keygen.mdoc.in

index 4db28ea52e559b04e29abdcaa24e8c6efa052fcb..f26ca2690ebc519f9f00840e1a3755c7b8a51020 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p215) 2011/09/24 Released by Harlan Stenn <stenn@ntp.org>
 * Use patched mdoc2man script, from Eric Feng.
 * Sync with ntp-4.2.6p4 (a no-op).
 (4.2.7p214) 2011/09/20 Released by Harlan Stenn <stenn@ntp.org>
index a90d25bcf36aecf99b006168790b483fdc904379..b0e8813c51842c203db1d123768fc925bbc25b06 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:40:43 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:01:34 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p214\n\
+"ntpd 4.2.7p215\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p214\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 964aa52b5d066c1bb5ed8bee5b8247e1a0a738aa..83dfdd7208f5c65340f378198a7f46110fc00530 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:40:43 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:01:34 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p214"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p214"
+#define NTPD_VERSION       "4.2.7p215"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9b3e9167bb794952d8b0a09295b7940de1eb8c6b..a8075846397435f3f68289386e10c19f8a5c05b2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:41:05 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:01:51 AM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p214
+ntpd - NTP daemon program - Ver. 4.2.7p215
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 275b585587efd231e28e9007a8da8dca521e7acf..31dde4f0f6794f4e09353693e9ed95cc0c98b6ba 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpd 1ntpdman "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:02 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b303778110f080b14190e446772f44b383a3ce66..571388b099e4c8832c35ed0fdd7dc90e36fe53c0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index eb4a94a876c3e8f400d16077e3cfa87240a184c3..db41285a7624d08595728737d07f8f728111d272 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpd @NTPD_MS@ "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:02 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7c369ea271471a1b12253db3acb898a50f535f71..b241578a3482e803d24434a1fa8c1f15c279a4a2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2ffb7ec3f3a2bf799cb954897f655a6f7a16e73d..52f61e4405be491996598bb3ecf4a24a36fb4b42 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:41:11 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:01:56 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p214\n\
+"ntpdc 4.2.7p215\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p214\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3f9f132d9f325d0598db042def89271056a79c1e..f52a1ee90c38a08429032d675ac30bb4af76ac53 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:41:11 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:01:56 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p214"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p214"
+#define NTPDC_VERSION       "4.2.7p215"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e052debc09594c49eaed1502607152add42cde49..901a1c7b6a6519ab26ee7ac7ab46771981138bd7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:42:21 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:02:07 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p214
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p215
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 866a1a1485e8f8043633806973f085f8ca84c5bf..1ad08ed6c38eeade7e2f778201b0783fb530e2c2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpdc 1ntpdcman "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:21 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -538,4 +538,310 @@ undecodable without a copy of the driver source in hand.
 .Ss "Runtime Configuration Requests"
 All requests which cause state changes in the server are
 authenticated by the server using a configured NTP key (the
-facility can also be disabled by the server by not
+facility can also be disabled by the server by not configuring a
+key).
+The key number and the corresponding key must also be made
+known to
+.B  .
+This can be done using the
+.Ic keyid
+and
+.Ic passwd
+commands, the latter of which will prompt at the terminal for a
+password to use as the encryption key.
+You will also be prompted
+automatically for both the key number and password the first time a
+command which would result in an authenticated request to the
+server is given.
+Authentication not only provides verification that
+the requester has permission to make such changes, but also gives
+an extra degree of protection again transmission errors.
+.PP
+Authenticated requests always include a timestamp in the packet
+data, which is included in the computation of the authentication
+code.
+This timestamp is compared by the server to its receive time
+stamp.
+If they differ by more than a small amount the request is
+rejected.
+This is done for two reasons.
+First, it makes simple
+replay attacks on the server, by someone who might be able to
+overhear traffic on your LAN, much more difficult.
+Second, it makes
+it more difficult to request configuration changes to your server
+from topologically remote hosts.
+While the reconfiguration facility
+will work well with a server on the local host, and may work
+adequately between time-synchronized hosts on the same LAN, it will
+work very poorly for more distant hosts.
+As such, if reasonable
+passwords are chosen, care is taken in the distribution and
+protection of keys and appropriate source address restrictions are
+applied, the run time reconfiguration facility should provide an
+adequate level of security.
+.PP
+The following commands all make authenticated requests.
+.TP
+.BR Xo Ic addpeer Ar peer_address
+[ "\fIkeyid\fR" ]
+[ "\fIversion\fR" ]
+[ "prefer" ]
+.Xc
+Add a configured peer association at the given address and
+operating in symmetric active mode.
+Note that an existing
+association with the same peer may be deleted when this command is
+executed, or may simply be converted to conform to the new
+configuration, as appropriate.
+If the optional
+\fIkeyid\fR
+is a
+nonzero integer, all outgoing packets to the remote server will
+have an authentication field attached encrypted with this key.
+If
+the value is 0 (or not given) no authentication will be done.
+The
+\fIversion\fR
+can be 1, 2 or 3 and defaults to 3.
+The
+.Cm prefer
+keyword indicates a preferred peer (and thus will
+be used primarily for clock synchronisation if possible).
+The
+preferred peer also determines the validity of the PPS signal - if
+the preferred peer is suitable for synchronisation so is the PPS
+signal.
+.TP
+.BR Xo Ic addserver Ar peer_address
+[ "\fIkeyid\fR" ]
+[ "\fIversion\fR" ]
+[ "prefer" ]
+.Xc
+Identical to the addpeer command, except that the operating
+mode is client.
+.TP
+.BR Xo Ic broadcast Ar peer_address
+[ "\fIkeyid\fR" ]
+[ "\fIversion\fR" ]
+[ "prefer" ]
+.Xc
+Identical to the addpeer command, except that the operating
+mode is broadcast.
+In this case a valid key identifier and key are
+required.
+The
+\fIpeer_address\fR
+parameter can be the broadcast
+address of the local network or a multicast group address assigned
+to NTP.
+If a multicast address, a multicast-capable kernel is
+required.
+.TP
+.BR Ic unconfig Ar peer_address Oo Ar ... Oc
+This command causes the configured bit to be removed from the
+specified peer(s).
+In many cases this will cause the peer
+association to be deleted.
+When appropriate, however, the
+association may persist in an unconfigured mode if the remote peer
+is willing to continue on in this fashion.
+.TP
+.BR Xo Ic fudge Ar peer_address
+[ "time1" ]
+[ "time2" ]
+[ "\fIstratum\fR" ]
+[ "\fIrefid\fR" ]
+.Xc
+This command provides a way to set certain data for a reference
+clock.
+See the source listing for further information.
+.TP
+.BR Xo Ic enable
+.Oo
+.Cm auth | Cm bclient |
+.Cm calibrate | Cm kernel |
+.Cm monitor | Cm ntp |
+.Cm pps | Cm stats
+.Oc
+.Xc
+.TP
+.BR Xo Ic disable
+.Oo
+.Cm auth | Cm bclient |
+.Cm calibrate | Cm kernel |
+.Cm monitor | Cm ntp |
+.Cm pps | Cm stats
+.Oc
+.Xc
+These commands operate in the same way as the
+.Ic enable
+and
+.Ic disable
+configuration file commands of
+.Xr ntpd 8 .
+.in +4
+.ti -4
+.IR Cm auth
+Enables the server to synchronize with unconfigured peers only
+if the peer has been correctly authenticated using either public key
+or private key cryptography.
+The default for this flag is enable.
+.ti -4
+.IR Cm bclient
+Enables the server to listen for a message from a broadcast or
+multicast server, as in the multicastclient command with
+default address.
+The default for this flag is disable.
+.ti -4
+.IR Cm calibrate
+Enables the calibrate feature for reference clocks.
+The default for this flag is disable.
+.ti -4
+.IR Cm kernel
+Enables the kernel time discipline, if available.
+The default for this flag is enable if support is available, otherwise disable.
+.ti -4
+.IR Cm monitor
+Enables the monitoring facility.
+See the
+.Xr ntpdc 8 .
+program and the monlist command or further information.
+The default for this flag is enable.
+.ti -4
+.IR Cm ntp
+Enables time and frequency discipline.
+In effect, this switch opens and closes the feedback loop,
+which is useful for testing.
+The default for this flag is enable.
+.ti -4
+.IR Cm pps
+Enables the pulse-per-second (PPS) signal when frequency
+and time is disciplined by the precision time kernel modifications.
+See the
+.Qq A Kernel Model for Precision Timekeeping
+(available as part of the HTML documentation
+provided in
+.Pa /usr/share/doc/ntp )
+page for further information.
+The default for this flag is disable.
+.ti -4
+.IR Cm stats
+Enables the statistics facility.
+See the
+.Sx Monitoring Options
+section of
+.Xr ntp.conf 5
+for further information.
+The default for this flag is disable.
+.in -4
+.TP
+.BR Xo Ic restrict Ar address Ar mask
+\fIflag Oo Ar ... Oc\fR
+.Xc
+This command operates in the same way as the
+.Ic restrict
+configuration file commands of
+.Xr ntpd 8 .
+.TP
+.BR Xo Ic unrestrict Ar address Ar mask
+\fIflag Oo Ar ... Oc\fR
+.Xc
+Unrestrict the matching entry from the restrict list.
+.TP
+.BR Xo Ic delrestrict Ar address Ar mask
+[ "ntpport" ]
+.Xc
+Delete the matching entry from the restrict list.
+.TP
+.BR Ic readkeys
+Causes the current set of authentication keys to be purged and
+a new set to be obtained by rereading the keys file (which must
+have been specified in the
+.Xr ntpd 8
+configuration file).
+This
+allows encryption keys to be changed without restarting the
+server.
+.TP
+.BR Ic trustedkey Ar keyid Oo Ar ... Oc
+.TP
+.BR Ic untrustedkey Ar keyid Oo Ar ... Oc
+These commands operate in the same way as the
+.Ic trustedkey
+and
+.Ic untrustedkey
+configuration file
+commands of
+.Xr ntpd 8 .
+.TP
+.BR Ic authinfo
+Returns information concerning the authentication module,
+including known keys and counts of encryptions and decryptions
+which have been done.
+.TP
+.BR Ic traps
+Display the traps set in the server.
+See the source listing for
+further information.
+.TP
+.BR Xo Ic addtrap Ar address
+[ "\fIport\fR" ]
+[ "\fIinterface\fR" ]
+.Xc
+Set a trap for asynchronous messages.
+See the source listing
+for further information.
+.TP
+.BR Xo Ic clrtrap Ar address
+[ "\fIport\fR" ]
+[ "\fIinterface\fR" ]
+.Xc
+Clear a trap for asynchronous messages.
+See the source listing
+for further information.
+.TP
+.BR Ic reset
+Clear the statistics counters in various modules of the server.
+See the source listing for further information.
+.SH "ENVIRONMENT"
+See \fBOPTION PRESETS\fP for configuration environment variables.
+.SH "FILES"
+See \fBOPTION PRESETS\fP for configuration files.
+.SH "EXIT STATUS"
+One of the following exit values will be returned:
+.TP
+.BR 0
+Successful program execution.
+.TP
+.BR 1
+The operation failed or the command syntax was not valid.
+.SH "SEE ALSO"
+.Xr ntp.conf 5 ,
+.Xr ntpd 8
+.Rs
+.%A David L. Mills
+.%T Network Time Protocol (Version 3)
+.%O RFC1305
+.Re
+.SH AUTHORS
+The formatting directives in this document came from FreeBSD.
+.SH "COPYRIGHT"
+Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others all rights reserved.
+This program is released under the terms of the NTP license, <http://ntp.org/license>.
+.SH BUGS
+The
+.B 
+utility is a crude hack.
+Much of the information it shows is
+deadly boring and could only be loved by its implementer.
+The
+program was designed so that new (and temporary) features were easy
+to hack in, at great expense to the program's ease of use.
+Despite
+this, the program is occasionally useful.
+.PP
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
+.SH "NOTES"
+This manual page was \fIAutoGen\fP-erated from the \fBntpdc\fP
+option definitions.
index 970b4ffaf69133ca4cb5f3b6e324e59b985a60b1..71a697d64207ed48905b08cdc8a1442b03a57168 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fd75673d395123a08a34a47bd407423ec00093e2..c0aa11e03b2bcd2b9d313d1d7f5e256146688c90 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p214 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p215 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -116,7 +116,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p214
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p215
 USAGE:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index bddcf60c0044029602b4ae0a66658c43aacc0808..e6ff343784b3d6c74e6452f01318febfa2d61cbb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpdc @NTPDC_MS@ "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:21 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -538,4 +538,310 @@ undecodable without a copy of the driver source in hand.
 .Ss "Runtime Configuration Requests"
 All requests which cause state changes in the server are
 authenticated by the server using a configured NTP key (the
-facility can also be disabled by the server by not
+facility can also be disabled by the server by not configuring a
+key).
+The key number and the corresponding key must also be made
+known to
+.B  .
+This can be done using the
+.Ic keyid
+and
+.Ic passwd
+commands, the latter of which will prompt at the terminal for a
+password to use as the encryption key.
+You will also be prompted
+automatically for both the key number and password the first time a
+command which would result in an authenticated request to the
+server is given.
+Authentication not only provides verification that
+the requester has permission to make such changes, but also gives
+an extra degree of protection again transmission errors.
+.PP
+Authenticated requests always include a timestamp in the packet
+data, which is included in the computation of the authentication
+code.
+This timestamp is compared by the server to its receive time
+stamp.
+If they differ by more than a small amount the request is
+rejected.
+This is done for two reasons.
+First, it makes simple
+replay attacks on the server, by someone who might be able to
+overhear traffic on your LAN, much more difficult.
+Second, it makes
+it more difficult to request configuration changes to your server
+from topologically remote hosts.
+While the reconfiguration facility
+will work well with a server on the local host, and may work
+adequately between time-synchronized hosts on the same LAN, it will
+work very poorly for more distant hosts.
+As such, if reasonable
+passwords are chosen, care is taken in the distribution and
+protection of keys and appropriate source address restrictions are
+applied, the run time reconfiguration facility should provide an
+adequate level of security.
+.PP
+The following commands all make authenticated requests.
+.TP
+.BR Xo Ic addpeer Ar peer_address
+[ "\fIkeyid\fR" ]
+[ "\fIversion\fR" ]
+[ "prefer" ]
+.Xc
+Add a configured peer association at the given address and
+operating in symmetric active mode.
+Note that an existing
+association with the same peer may be deleted when this command is
+executed, or may simply be converted to conform to the new
+configuration, as appropriate.
+If the optional
+\fIkeyid\fR
+is a
+nonzero integer, all outgoing packets to the remote server will
+have an authentication field attached encrypted with this key.
+If
+the value is 0 (or not given) no authentication will be done.
+The
+\fIversion\fR
+can be 1, 2 or 3 and defaults to 3.
+The
+.Cm prefer
+keyword indicates a preferred peer (and thus will
+be used primarily for clock synchronisation if possible).
+The
+preferred peer also determines the validity of the PPS signal - if
+the preferred peer is suitable for synchronisation so is the PPS
+signal.
+.TP
+.BR Xo Ic addserver Ar peer_address
+[ "\fIkeyid\fR" ]
+[ "\fIversion\fR" ]
+[ "prefer" ]
+.Xc
+Identical to the addpeer command, except that the operating
+mode is client.
+.TP
+.BR Xo Ic broadcast Ar peer_address
+[ "\fIkeyid\fR" ]
+[ "\fIversion\fR" ]
+[ "prefer" ]
+.Xc
+Identical to the addpeer command, except that the operating
+mode is broadcast.
+In this case a valid key identifier and key are
+required.
+The
+\fIpeer_address\fR
+parameter can be the broadcast
+address of the local network or a multicast group address assigned
+to NTP.
+If a multicast address, a multicast-capable kernel is
+required.
+.TP
+.BR Ic unconfig Ar peer_address Oo Ar ... Oc
+This command causes the configured bit to be removed from the
+specified peer(s).
+In many cases this will cause the peer
+association to be deleted.
+When appropriate, however, the
+association may persist in an unconfigured mode if the remote peer
+is willing to continue on in this fashion.
+.TP
+.BR Xo Ic fudge Ar peer_address
+[ "time1" ]
+[ "time2" ]
+[ "\fIstratum\fR" ]
+[ "\fIrefid\fR" ]
+.Xc
+This command provides a way to set certain data for a reference
+clock.
+See the source listing for further information.
+.TP
+.BR Xo Ic enable
+.Oo
+.Cm auth | Cm bclient |
+.Cm calibrate | Cm kernel |
+.Cm monitor | Cm ntp |
+.Cm pps | Cm stats
+.Oc
+.Xc
+.TP
+.BR Xo Ic disable
+.Oo
+.Cm auth | Cm bclient |
+.Cm calibrate | Cm kernel |
+.Cm monitor | Cm ntp |
+.Cm pps | Cm stats
+.Oc
+.Xc
+These commands operate in the same way as the
+.Ic enable
+and
+.Ic disable
+configuration file commands of
+.Xr ntpd 8 .
+.in +4
+.ti -4
+.IR Cm auth
+Enables the server to synchronize with unconfigured peers only
+if the peer has been correctly authenticated using either public key
+or private key cryptography.
+The default for this flag is enable.
+.ti -4
+.IR Cm bclient
+Enables the server to listen for a message from a broadcast or
+multicast server, as in the multicastclient command with
+default address.
+The default for this flag is disable.
+.ti -4
+.IR Cm calibrate
+Enables the calibrate feature for reference clocks.
+The default for this flag is disable.
+.ti -4
+.IR Cm kernel
+Enables the kernel time discipline, if available.
+The default for this flag is enable if support is available, otherwise disable.
+.ti -4
+.IR Cm monitor
+Enables the monitoring facility.
+See the
+.Xr ntpdc 8 .
+program and the monlist command or further information.
+The default for this flag is enable.
+.ti -4
+.IR Cm ntp
+Enables time and frequency discipline.
+In effect, this switch opens and closes the feedback loop,
+which is useful for testing.
+The default for this flag is enable.
+.ti -4
+.IR Cm pps
+Enables the pulse-per-second (PPS) signal when frequency
+and time is disciplined by the precision time kernel modifications.
+See the
+.Qq A Kernel Model for Precision Timekeeping
+(available as part of the HTML documentation
+provided in
+.Pa /usr/share/doc/ntp )
+page for further information.
+The default for this flag is disable.
+.ti -4
+.IR Cm stats
+Enables the statistics facility.
+See the
+.Sx Monitoring Options
+section of
+.Xr ntp.conf 5
+for further information.
+The default for this flag is disable.
+.in -4
+.TP
+.BR Xo Ic restrict Ar address Ar mask
+\fIflag Oo Ar ... Oc\fR
+.Xc
+This command operates in the same way as the
+.Ic restrict
+configuration file commands of
+.Xr ntpd 8 .
+.TP
+.BR Xo Ic unrestrict Ar address Ar mask
+\fIflag Oo Ar ... Oc\fR
+.Xc
+Unrestrict the matching entry from the restrict list.
+.TP
+.BR Xo Ic delrestrict Ar address Ar mask
+[ "ntpport" ]
+.Xc
+Delete the matching entry from the restrict list.
+.TP
+.BR Ic readkeys
+Causes the current set of authentication keys to be purged and
+a new set to be obtained by rereading the keys file (which must
+have been specified in the
+.Xr ntpd 8
+configuration file).
+This
+allows encryption keys to be changed without restarting the
+server.
+.TP
+.BR Ic trustedkey Ar keyid Oo Ar ... Oc
+.TP
+.BR Ic untrustedkey Ar keyid Oo Ar ... Oc
+These commands operate in the same way as the
+.Ic trustedkey
+and
+.Ic untrustedkey
+configuration file
+commands of
+.Xr ntpd 8 .
+.TP
+.BR Ic authinfo
+Returns information concerning the authentication module,
+including known keys and counts of encryptions and decryptions
+which have been done.
+.TP
+.BR Ic traps
+Display the traps set in the server.
+See the source listing for
+further information.
+.TP
+.BR Xo Ic addtrap Ar address
+[ "\fIport\fR" ]
+[ "\fIinterface\fR" ]
+.Xc
+Set a trap for asynchronous messages.
+See the source listing
+for further information.
+.TP
+.BR Xo Ic clrtrap Ar address
+[ "\fIport\fR" ]
+[ "\fIinterface\fR" ]
+.Xc
+Clear a trap for asynchronous messages.
+See the source listing
+for further information.
+.TP
+.BR Ic reset
+Clear the statistics counters in various modules of the server.
+See the source listing for further information.
+.SH "ENVIRONMENT"
+See \fBOPTION PRESETS\fP for configuration environment variables.
+.SH "FILES"
+See \fBOPTION PRESETS\fP for configuration files.
+.SH "EXIT STATUS"
+One of the following exit values will be returned:
+.TP
+.BR 0
+Successful program execution.
+.TP
+.BR 1
+The operation failed or the command syntax was not valid.
+.SH "SEE ALSO"
+.Xr ntp.conf 5 ,
+.Xr ntpd 8
+.Rs
+.%A David L. Mills
+.%T Network Time Protocol (Version 3)
+.%O RFC1305
+.Re
+.SH AUTHORS
+The formatting directives in this document came from FreeBSD.
+.SH "COPYRIGHT"
+Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others all rights reserved.
+This program is released under the terms of the NTP license, <http://ntp.org/license>.
+.SH BUGS
+The
+.B 
+utility is a crude hack.
+Much of the information it shows is
+deadly boring and could only be loved by its implementer.
+The
+program was designed so that new (and temporary) features were easy
+to hack in, at great expense to the program's ease of use.
+Despite
+this, the program is occasionally useful.
+.PP
+Please report bugs to http://bugs.ntp.org .Please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
+.SH "NOTES"
+This manual page was \fIAutoGen\fP-erated from the \fBntpdc\fP
+option definitions.
index 14ee4b7c98ec5f1573bc194bd207ceb527faabad..d724e9fb8b07d214218c913986c188d49fdee421 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index af047101c188c370a26397bb2a22be3df5583058..ccfe5ba558c06dd5913845fd5c8b4ff0b8ac5094 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:42:25 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:02:09 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p214\n\
+"ntpq 4.2.7p215\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p214\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f1bd64e60a3e8ad97c24448d9d556b59b31ba17a..03d3226f2f8bc0977feb5ec298f2b7cacd146eba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:42:24 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:02:09 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p214"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p214"
+#define NTPQ_VERSION       "4.2.7p215"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 95c3e807bf64a5b6fa2373ccfe6968ad36c67d90..08471756814dceb2c61851e073bb31239cb630cd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:42:56 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:02:21 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p214
+ntpq - standard NTP query program - Ver. 4.2.7p215
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0761d3fd3871354353bb603a20332cffb435ad9d..0d09c6f2f1296b226f515d40ed7f7b3eed3e5cea 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpq 1ntpqman "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:45 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1f2bdde31f2f09161e327f8b4c847b9cc9971039..343f0cb9da622995058e4068eaaf99827a0c4595 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:57 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cfeed2dcc7a43dc23c7d46bd4ce883ea878b8b25..c7988284ec9626efe87649e129c3f7718b15d2b9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpq @NTPQ_MS@ "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:45 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9fe9328d839a5e2810c6eec687a0ac92f1417f48..eecf6d877981052ad500d87e589c2c1d71d14d95 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:57 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 082256e0d3b5f0a442b81dbacd97caad8c53548b..9294587754c976abc0cf9f461b2043d0a6130f6c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:43:00 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:02:22 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p214\n\
+"ntpsnmpd 4.2.7p215\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p214\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f51f40d0caff9b5e71883ca45059d3aa081baac0..8d25fdccccfbdd6a5a4ce7b3d6b56c5082b276dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:42:59 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:02:22 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p214"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p214"
+#define NTPSNMPD_VERSION       "4.2.7p215"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c1fd895983e459837c837be655ee9023895570b6..27b169df393a40600dec4041eb1560b4b8d570df 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:43:15 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:02:27 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p214
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p215
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 94e2e1f687276d1fd2966fced389be747f92e63b..b08be7346d8c521aa92c9d02727d13b5566a46f3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5e7f1c07545b70843bba776135e63f6a81895cd9..c75fbcd6b86db17ac8512752cef7fe78bbbf99eb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fed658f7cef572957d53d099091dd33cf68f0420..a48252c182e0b90abb98654315f55c64c4505644 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bc1cc6c67db1bee8a9e9e2f686ee3afabe325439..cfbec456500cd902d5461a95af99b36e311ffbc3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f58c71ce26258290d53d2ca169100016afa93fbb..cc2a68bc6cd5e24422c7b9ff73baa642afafbb4a 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=214
+point=215
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index f9239db7537d208cc7e5f0530216dca988836a56..d47d7dfcd0d3fa0f1fd0e52136ae6ac234fa81db 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:40:38 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:01:32 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 91c727d10b4f3432299417834a9fb06badf7ea5f..6069b6b80a0f7ca1bf0cc3d6c5582069394aa0c3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
+.TH ntp-wait 1ntp-waitman "24 Sep 2011" "ntp (4.2.7p215)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:36 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:30 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cab87190c413c36c02e81f95046ef4cca868d148..c6f7909d2a5c5c8604a38b330703d4832519b5ae 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 666c228846b851261d3a2258b9f6fb019e11e73c..e2f616429962aeea2993899431338a57ffc5a470 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p214 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p215 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index e86f61b89923af6836be654300788898812e27c2..021d3430ffd2c803a3b69ea575fc1706f556b744 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "24 Sep 2011" "ntp (4.2.7p215)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:36 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:30 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0ea885c56639c06fa5901e23bb2cee0f9cf1fb23..099eed1003d4699af5785fd6b14b8677afda30ff 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:01:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a1adc1ced8065964c29460ed8849e0c44fa13904..5957278d4963f951c0b6be9e7b908036e4b49978 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:38:19 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 01:56:15 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p214\n\
+"sntp 4.2.7p215\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[161] =
-"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p214\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 27ece695a9fcbb1d3f799222d3854940bbc88889..9cdfc428d298d131dd7890b54885a3000d665758 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:38:18 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 01:56:15 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p214"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p214"
+#define SNTP_VERSION       "4.2.7p215"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 424960203146c50b9d9511ef969525f52333080d..d8cbe0038ee846a2d8c60f2f5e3a073e70ccf1be 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:44:19 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:02:48 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p214
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p215
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 338fa9f035ab9d7468d1b1cc2bd5b2aea43e00ad..22a4375c9082529762577838d0647404ef2540df 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH sntp 1sntpman "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:09 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:46 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 427545635bca5c890bbef1ed801d7ede79ca8ab2..f8147d46a434ff7011bd4a06a31fb3adf53f3c83 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:20 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:49 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5a28a988841ab61e1b07e5c55f37d7580ee1982f..3422b17bd99e1c4f492caf49bfddb733b27972c6 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p214 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p215 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -162,7 +162,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p214
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p215
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index dba1bea2c740f2b770682ef2a2fa98b0e471de50..bb32734b75b30fbae19a4d01627ffe8fdd24e60b 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
+.TH sntp @SNTP_MS@ "24 Sep 2011" "4.2.7p215" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:09 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:46 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2b3334163b419c454fbf1c7908c36573068d3ccd..65eb2cd15b4f71b4a982b659a46d67a0c477a104 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:20 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:49 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8382cad6090ef28ddd370a581be5c7429ec3b0f7..02b010a9ef4f990c036e0c03795d3d62ebeb9fcf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:43:21 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:02:29 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p214\n\
+"ntp-keygen (ntp) 4.2.7p215\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p214\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p215\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5177057ef9fb9d16c83e9c736b1579da2b788949..db04357e2c516b9ad8232daee9a343e92fe89a78 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 20, 2011 at 07:43:20 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 24, 2011 at 02:02:29 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p214"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p214"
+#define NTP_KEYGEN_VERSION       "4.2.7p215"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p215"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3688c29c4b2ef4701ada37efd9e569f408ba271d..fa809bd7028b0bb1b7023899c3f476d4fc4b3eb7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 20, 2011 at 07:43:47 PM by AutoGen 5.12
+# It has been AutoGen-ed  September 24, 2011 at 02:02:39 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p214
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p215
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 845b9e1f163086465722c8fbb97d61147b38aa46..026e7c17a2661e134ef0efb05f7e7cfd4ee2f0c8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "24 Sep 2011" "ntp (4.2.7p215)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:33 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 59cf8dc88f696e3c6d4ac87ee47d2b95612711cb..0fe692fbf3f92f510617b99146bee32e0b3f8283 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:49 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:39 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e8501c25bd63b91b9e6e1fd45f5536b5550bf142..14302e674aa12e33482aea049aec93747ce6f4cd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "24 Sep 2011" "ntp (4.2.7p215)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:33 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9dacbfd38215e40b8a35540cf3aefd6d9ce832e9..ab2186d8f50980ffb7a6feb9d4def52627c3ff3e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 20 2011
+.Dd September 24 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:49 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 24, 2011 at 02:02:39 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME