]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P63_RC
authorHarlan Stenn <stenn@ntp.org>
Mon, 6 Nov 2006 11:47:05 +0000 (06:47 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 6 Nov 2006 11:47:05 +0000 (06:47 -0500)
bk: 454f20b9mKGH797IQ4NuEwIh8RGpwA

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index f6ba64d4b48ba82362bf399d375971b1df7f77b9..237daec66e0d4d1faef63584579b4df8f39831ca 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:36:59 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:38:23 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -867,7 +867,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p62-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p63-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index aa42806a989e585c52e103afad7e773d193c2791..de781f2d93a69d09d1fa1907adcaa28d1268cba2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:36:58 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:38:22 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.3p62-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p62-RC"
+#define NTPD_VERSION       "4.2.3p63-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p63-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e5e2ae2abf257216b9999b1a2a4c551809009de9..e870ae4d33053cf3e29032cbee38001eb80c9844 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November  1, 2006 at 06:37:01 AM EST
+# It has been AutoGen-ed  Monday November  6, 2006 at 06:38:26 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -61,7 +61,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.3p12
+ntpd - NTP daemon program - Ver. 4.2.3p62-RC
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -115,8 +115,6 @@ Options are specified by doubled hyphens and their name
 or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
- - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
  - reading file /users/stenn/.ntprc
  - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
  - examining environment variables named NTPD_*
index c44d3a0ff0f37eed2d470431d4b9f3bc1fc5a171..170de191047a6fd2f4d24b53b80683d71be4f085 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-11-01 "( 4.2.3p62-RC)" "Programmer's Manual"
+.TH NTPD 1 2006-11-06 "( 4.2.3p63-RC)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:37:00 AM EST
+.\"  It has been AutoGen-ed  Monday November  6, 2006 at 06:38:24 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f25e8e5c1bd0c18e8f150e94d0cc276217800209..203e2c8502cc4f5d67103057570a24d9bc8f9597 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:37:04 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:38:28 AM EST
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -1065,7 +1065,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p62-RC\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p63-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 489f3f893cb068a679910a4061de1c92c20b6e89..72ae982ef4c5dde50989059216296592816f01e1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:37:03 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:38:27 AM EST
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.3p62-RC"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p62-RC"
+#define NTPDSIM_VERSION       "4.2.3p63-RC"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p63-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2cb2926b177ff112db92024156380842312c46cd..1e6b999f22e7fb0ca99f6a19784e75ebf899fd86 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November  1, 2006 at 06:37:06 AM EST
+# It has been AutoGen-ed  Monday November  6, 2006 at 06:38:30 AM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -70,78 +70,7 @@ This is the automatically generated usage text for ntpdsim:
 
 @exampleindent 0
 @example
-ntpdsim - NTP daemon simulation program - Ver. 4.2.3p2
-USAGE:  ntpdsim [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
-  Flg Arg Option-Name    Description
-   -4 no  ipv4           Force IPv4 DNS name resolution
-   -6 no  ipv6           Force IPv6 DNS name resolution
-                                - an alternate for ipv4
-   -a no  authreq        Require crypto authentication
-                                - prohibits these options:
-                                authnoreq
-   -A no  authnoreq      Do not require crypto authentication
-                                - prohibits these options:
-                                authreq
-   -b no  bcastsync      Allow us to sync to broadcast servers
-   -B Str simbroadcastdelay Simulator broadcast delay
-   -c Str configfile     configuration file name
-   -C Str phasenoise     Phase noise level
-   -d no  debug-level    Increase output debug message level
-                                - may appear multiple times
-   -D Str set-debug-level Set the output debug message level
-                                - may appear multiple times
-   -f Str driftfile      frequency drift file name
-   -g no  panicgate      Allow the first adjustment to be Big
-   -H Str simslew        Simuator slew
-   -i Str jaildir        Jail directory
-   -I Str interface      Listen on interface
-                                - may appear multiple times
-   -k Str keyfile        path to symmetric keys
-   -l Str logfile        path to the log file
-   -L no  novirtualips   Do not listen to virtual IPs
-   -n no  nofork         Do not fork
-   -N no  nice           Run at high priority
-   -O Str servertime     Server time
-   -p Str pidfile        path to the PID file
-   -P Num priority       Process priority
-   -q no  quit           Set the time and quit
-   -r Str propagationdelay Broadcast/propagation delay
-   -U Num updateinterval interval in seconds between scans for new or dropped interfaces
-   -s Str statsdir       Statistics file location
-   -S Str endsimtime     Simulation end time
-   -t Str trustedkey     Trusted key number
-                                - may appear multiple times
-   -T Str freqerr        Simulation frequency error
-   -W Str walknoise      Simulation random walk noise
-   -u Str user           Run as userid (or userid:groupid)
-   -v Str var            make ARG an ntp variable (RW)
-                                - may appear multiple times
-   -V Str dvar           make ARG an ntp variable (RW|DEF)
-                                - may appear multiple times
-   -x Str slew           Slew up to 600 seconds
-   -Y Str ndelay         Simulation network delay
-   -Z Str pdelay         Simulation processing delay
-   -v opt version        Output version information and exit
-   -? no  help           Display usage information and exit
-   -! no  more-help      Extended usage information passed thru pager
-   -> opt save-opts      Save the option state to a config file
-   -< Str load-opts      Load options from a config file
-                                - disabled as --no-load-opts
-                                - may appear multiple times
-
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
-
-The following option preset mechanisms are supported:
- - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
- - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
- - examining environment variables named NTPDSIM_*
-
-
-
-please send bug reports to:  http://bugs.ntp.isc.org, bugs@@ntp.org
+ntpdsim is unavailable - no --help
 @end example
 @exampleindent 4
 
index 7407281c8947f0e67c0af2116be5a2f846ade9b2..edaa9a5e05cde3406036ffc35c176f1129c95827 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-11-01 "( 4.2.3p62-RC)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-11-06 "( 4.2.3p63-RC)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:37:05 AM EST
+.\"  It has been AutoGen-ed  Monday November  6, 2006 at 06:38:29 AM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 988c59adeca87e72ba3fbd6aed8aa92ed325b4c8..5052538b8907fd4c7ab47ccd3f1f0092c681ba16 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:19 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:44:38 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p62-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p63-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 25ad2975851cff451317677916f459b56acfd0b7..9f2d782cef4a44e6aaad119d6a01b8f4fbefff1a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:18 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:44:38 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.3p62-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p62-RC"
+#define NTPDC_VERSION       "4.2.3p63-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p63-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7693b856ce29bed9a469e68f4b2f56aa0095f7d2..ddf7b034a53f1b8432c723971251bb9d1a97399f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:21 AM EST
+# It has been AutoGen-ed  Monday November  6, 2006 at 06:44:40 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -59,7 +59,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.3p14
+ntpdc - vendor-specific NTP query program - Ver. 4.2.3p62-RC
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 665778f02638d81744018a0f8a69bc08c6aa9ac6..ff4f79404348a75d94f9235583ea47fdb9f642c9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-11-01 "( 4.2.3p62-RC)" "Programmer's Manual"
+.TH NTPDC 1 2006-11-06 "( 4.2.3p63-RC)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:20 AM EST
+.\"  It has been AutoGen-ed  Monday November  6, 2006 at 06:44:40 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 58987ac45e0513056b571af6f5d3c5c30df43d64..716aff99d4fb83ab743f88527cb444d3ff5b54b3 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:49 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:45:08 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p62-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p63-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fed8e4ca3163fba18827459405dee2c970856c5d..98e04f50405d7605eefe2d1b9345d949fdc28094 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:49 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:45:08 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.3p62-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p62-RC"
+#define NTPQ_VERSION       "4.2.3p63-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p63-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fb0eac70ee1f74ede85820b7147d599596bd41b9..06e037923770a83cbcfc7e8de8ed86eca57fc395 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:52 AM EST
+# It has been AutoGen-ed  Monday November  6, 2006 at 06:45:11 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.3p12
+ntpq - standard NTP query program - Ver. 4.2.3p62-RC
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -61,7 +61,7 @@ USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
                                 - may appear multiple times
    -p no  peers          Print a list of the peers
                                 - prohibits these options:
-                                command
+                                interactive
    -i no  interactive    Force ntpq to operate in interactive mode
                                 - prohibits these options:
                                 command
@@ -79,8 +79,6 @@ Options are specified by doubled hyphens and their name
 or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
- - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
  - reading file /users/stenn/.ntprc
  - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
  - examining environment variables named NTPQ_*
@@ -92,245 +90,7 @@ implement the standard NTP mode 6 control message formats defined
 in Appendix B of the NTPv3 specification RFC1305, requesting
 information about current state and/or changes in that state.
 The same formats are used in NTPv4, although some of the
-variables have changed and new ones added. The description on this
-page is for the NTPv4 variables.
-The program may be run either in interactive mode or controlled using
-command line arguments.
-Requests to read and write arbitrary
-variables can be assembled, with raw and pretty-printed output
-options being available.
-The
-[= prog-name =]
-utility can also obtain and print a
-list of peers in a common format by sending multiple queries to the
-server.
-
-If one or more request options is included on the command line
-when
-[= prog-name =]
-is executed, each of the requests will be sent
-to the NTP servers running on each of the hosts given as command
-line arguments, or on localhost by default.
-If no request options
-are given,
-[= prog-name =]
-will attempt to read commands from the
-standard input and execute these on the NTP server running on the
-first host given on the command line, again defaulting to localhost
-when no other host is specified.
-The
-[= prog-name =]
-utility will prompt for
-commands if the standard input is a terminal device.
-
-The
-[= prog-name =]
-utility uses NTP mode 6 packets to communicate with the
-NTP server, and hence can be used to query any compatible server on
-the network which permits it.
-Note that since NTP is a UDP protocol
-this communication will be somewhat unreliable, especially over
-large distances in terms of network topology.
-The
-[= prog-name =]
-utility makes
-one attempt to retransmit requests, and will time requests out if
-the remote host is not heard from within a suitable timeout
-time.
-
-Specifying a
-command line option other than
-.Fl i
-or
-.Fl n
-will
-cause the specified query (queries) to be sent to the indicated
-host(s) immediately.
-Otherwise,
-[= prog-name =]  
-will attempt to read
-interactive format commands from the standard input.
-.Ss "Internal Commands"
-Interactive format commands consist of a keyword followed by zero
-to four arguments.
-Only enough characters of the full keyword to
-uniquely identify the command need be typed.
-
-A
-number of interactive format commands are executed entirely within
-the
-[= prog-name =]
-utility itself and do not result in NTP mode 6
-requests being sent to a server.
-These are described following.
-@@table @@code
-@@item ? [command_keyword]
-@@itemx help [command_keyword]
-A
-.Ql \&?
-by itself will print a list of all the command
-keywords known to this incarnation of
-[= prog-name =] .
-A
-.Ql \&?
-followed by a command keyword will print function and usage
-information about the command.
-This command is probably a better
-source of information about
-[= prog-name =]
-than this manual
-page.
-@@item addvars
-.Ar variable_name [=value] ...
-.Xc
-@@item rmvars variable_name ...
-@@item clearvars
-The data carried by NTP mode 6 messages consists of a list of
-items of the form
-.Ql variable_name=value ,
-where the
-.Ql =value
-is ignored, and can be omitted,
-in requests to the server to read variables.
-The
-[= prog-name =]
-utility maintains an internal list in which data to be included in control
-messages can be assembled, and sent using the
-.Ic readlist
-and
-.Ic writelist
-commands described below.
-The
-.Ic addvars
-command allows variables and their optional values to be added to
-the list.
-If more than one variable is to be added, the list should
-be comma-separated and not contain white space.
-The
-.Ic rmvars
-command can be used to remove individual variables from the list,
-while the
-.Ic clearlist
-command removes all variables from the
-list.
-@@item authenticate [ yes | no ]
-Normally
-[= prog-name =]
-does not authenticate requests unless
-they are write requests.
-The command
-.Ql authenticate yes
-causes
-[= prog-name =]
-to send authentication with all requests it
-makes.
-Authenticated requests causes some servers to handle
-requests slightly differently, and can occasionally melt the CPU in
-fuzzballs if you turn authentication on before doing a
-.Ic peer
-display.
-The command
-.Ql authenticate
-causes
-[= prog-name =]
-to display whether or not
-[= prog-name =]
-is currently autheinticating requests.
-@@item cooked
-Causes output from query commands to be "cooked", so that
-variables which are recognized by
-[= prog-name =]
-will have their
-values reformatted for human consumption.
-Variables which
-[= prog-name =]
-thinks should have a decodable value but didn't are
-marked with a trailing
-.Ql \&? .
-.@@item debug [
-.Cm more |
-.Cm less |
-.Cm off
-]
-.Xc
-With no argument, displays the current debug level.
-Otherwise, the debug level is changed to the indicated level.
-@@item delay milliseconds
-Specify a time interval to be added to timestamps included in
-requests which require authentication.
-This is used to enable
-(unreliable) server reconfiguration over long delay network paths
-or between machines whose clocks are unsynchronized.
-Actually the
-server does not now require timestamps in authenticated requests,
-so this command may be obsolete.
-@@item host hostname
-Set the host to which future queries will be sent.
-Hostname may
-be either a host name or a numeric address.
-@@item hostnames Cm yes | Cm no
-If
-.Cm yes
-is specified, host names are printed in
-information displays.
-If
-.Cm no
-is specified, numeric
-addresses are printed instead.
-The default is
-.Cm yes ,
-unless
-modified using the command line
-.Fl n
-switch.
-@@item keyid keyid
-This command allows the specification of a key number to be
-used to authenticate configuration requests.
-This must correspond
-to a key number the server has been configured to use for this
-purpose.
-@@item ntpversion [
-.Cm 1 |
-.Cm 2 |
-.Cm 3 |
-.Cm 4
-]
-.Xc
-Sets the NTP version number which
-[= prog-name =]
-claims in
-packets.
-Defaults to 3, Note that mode 6 control messages (and
-modes, for that matter) didn't exist in NTP version 1.
-There appear
-to be no servers left which demand version 1.
-With no argument, displays the current NTP version that will be used
-when communicating with servers.
-@@item quit
-Exit
-[= prog-name =] .
-@@item passwd
-This command prompts you to type in a password (which will not
-be echoed) which will be used to authenticate configuration
-requests.
-The password must correspond to the key configured for
-use by the NTP server for this purpose if such requests are to be
-successful.
-@@item raw
-Causes all output from query commands is printed as received
-from the remote server.
-The only formating/interpretation done on
-the data is to transform nonascii data into a printable (but barely
-understandable) form.
-@@item timeout Ar milliseconds
-Specify a timeout period for responses to server queries.
-The
-default is about 5000 milliseconds.
-Note that since
-[= prog-name =]
-retries each query once after a timeout, the total waiting time for
-a timeout will be twice the timeout value set.
-@@end table
+variables have changed and new ones added.
 
 please send bug reports to:  http://bugs.ntp.isc.org, bugs@@ntp.org
 @end example
index a37178f26c4cee76e99f8c3dcb5d4bf3d72ef1e5..ab699d1faaa19c5d7bcfc9f2847b565f34fd5806 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-11-01 "( 4.2.3p62-RC)" "Programmer's Manual"
+.TH NTPQ 1 2006-11-06 "( 4.2.3p63-RC)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:43:50 AM EST
+.\"  It has been AutoGen-ed  Monday November  6, 2006 at 06:45:09 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 451c4552a4412c171b056b549d3cd387217ef8fd..835e76632320c4646be45b9f7f895d06bbade054 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=62
+point=63
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 4f1072bb453733d7ec5ce2567ba025f9cbbdabf1..32a53b0be9c00aebe5ec569ae402c105eb85d967 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:17 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:45:35 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -484,7 +484,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p62-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.3p63-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4b43baf916cb7e54b0ba4f6178c9db2dcd2ef678..62c7608c52883655f6feb70113c88c5f91357e77 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:16 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:45:34 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    12
-#define SNTP_VERSION       "4.2.3p62-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p62-RC"
+#define SNTP_VERSION       "4.2.3p63-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p63-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c4910d19af0b9d14c987a8e16abfe3719edb18bf..fa4ba0784fce0f3f54246425412c1817ce3eb593 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:19 AM EST
+# It has been AutoGen-ed  Monday November  6, 2006 at 06:45:37 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0ee6132016041ededbc9b87550c7c816cdce61d2..f2d3fa5479bbe4eeb6dc9433f6a1155659463d53 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:26 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:46:17 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p62-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p63-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cec6478188053ca250afe4c2779afc65851b9642..4aa824ba6841bc4f89c6df5a0a849e9ce6c39040 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:26 AM EST
+ *  It has been AutoGen-ed  Monday November  6, 2006 at 06:46:16 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.3p62-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p62-RC"
+#define NTP_KEYGEN_VERSION       "4.2.3p63-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p63-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d71632833c2475339b27253d926189b973b74f52..76975f7c054119ef31fbf5b2b93b784a2d5314b1 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:28 AM EST
+# It has been AutoGen-ed  Monday November  6, 2006 at 06:46:19 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -53,7 +53,7 @@ This is the automatically generated usage text for ntp-keygen:
 @exampleindent 0
 @example
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p12
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p62-RC
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index b537dc7416d9c460f1cbed1a5f75fc9022e50637..a4b0c6b46cf085678b5c48e9e7d8f1f944fc215f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-11-01 "(ntp 4.2.3p62-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-11-06 "(ntp 4.2.3p63-RC)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November  1, 2006 at 06:44:28 AM EST
+.\"  It has been AutoGen-ed  Monday November  6, 2006 at 06:46:18 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"