]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P183
authorHarlan Stenn <stenn@ntp.org>
Tue, 23 Jun 2009 11:55:19 +0000 (07:55 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 23 Jun 2009 11:55:19 +0000 (07:55 -0400)
bk: 4a40c2a7CkYlzqDbc6dbzz2JxwFt_Q

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.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
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 898bea9e03c8bf72db6c4af7a2b97432d8764657..755c07686262580d863de8b9c824ec1be4c8cb2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p183) 2009/06/23 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1196] setsockopt(SO_EXCLUSIVEADDRUSE) can fail on Windows 2000
   and earlier with WSAINVAL, do not log a complaint in that case.
 * [Bug 1210] ONCORE driver terminates ntpd without logging a reason.
index 2a19ac1db1f4b81a1448f78ce40a5e3f3e2c62c9..8534ae5ed5538e4b2a65e4215ba20cfb82fd4d5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:58:30 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:56 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p182\n\
+"sntp - standard SNTP program - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fb03673faf5acd5a0247237505ba05d6bdf0be14..3d0001c153c9d67ebc4036f7fca2961c61bcbe62 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:58:30 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:55 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,8 +72,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.5p182"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p182"
+#define SNTP_VERSION       "4.2.5p183"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff2d730a5bdd09759bf38a7b7510120e8bc90646..8d855005e11113cae486bd6a42052117a06cd61e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:58:32 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:58 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68d92d69d79020967739ed9f83faf0d8da09d724..62cc1267021fb46eafb6d365a4cffb5a9b117d42 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual"
+.TH SNTP 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:58:31 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:57 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ca80bd31885ae1ef534955f39000d9154e95b586..ea3262bb60c9f9ec86746289070ddfa5ea056fdc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:45:27 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:53 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -914,7 +914,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p182\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 072b749fe7689d49f9cc135b9556a1fb6f675d1c..6522b926e5608c00f3ddd36b03001c156aff7e3f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:45:26 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:52 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.5p182"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p182"
+#define NTPD_VERSION       "4.2.5p183"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7346e8b1ae84b72393670aef07ec22f0b04410e4..331264b3ea7cd5527bafc86eba989edbcdd37e7c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:45:29 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:55 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -62,7 +62,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p181
+ntpd - NTP daemon program - Ver. 4.2.5p182
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2dc1f5ee954f52c213b84e2601761158efc1aa89..a8f68015fc094728da810c935fc33ac0e80cab9f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual"
+.TH NTPD 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:45:28 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:54 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b8b05154716625cb0dc3bac16eef8aef01354b11..88ebd4837d3ea4df4a3002962adc63c4029e590d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:14 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:53 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p182\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ad467236fadc250f5397e966bf0e654c15388753..3773841df7f56d1ad6b7d2d6126d08be06437c56 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:13 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:53 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p182"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p182"
+#define NTPDC_VERSION       "4.2.5p183"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dec984ab52ccaedce2326358d0aef8671ea70777..f5243c6c65160e1bce450a47d5652eb6f024c78c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:15 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:55 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.5p181
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p182
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b1f9ad99119dcbe1a35c7a6ee1ebb962535185f7..30898672cf5479bc1de96b1b77ac0b8ada46aa62 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual"
+.TH NTPDC 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:14 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:54 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5d58bd8cf0d846a62ca82fa468f1a22eaac26ce2..f6a727678c19372ab4a17e73b2909a07e7f5f254 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:44 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:22 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p182\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b37d7a309d182b65b0c5ab7e36be5bb56bc5eb96..a6c37ca6e740051e947b4d58cc94eb742f4408af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:44 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:21 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p182"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p182"
+#define NTPQ_VERSION       "4.2.5p183"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 23f464f992ea6bdcd45dfab9c06c9f553b00626f..9cda96d9787c11b15c4b3af11fa410a8197871e2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:47 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:24 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -46,7 +46,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.5p181
+ntpq - standard NTP query program - Ver. 4.2.5p182
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ddff54c2e0350d38a7f442ae1666b74ef559340d..ef7476a42e19bd8a9a27b1e45930493024ed20f5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual"
+.TH NTPQ 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:52:46 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:23 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ca091c5cbbe90165aab9136681d407b278e46bac..1d9582e778093ce97fa763f6c30114336cf91d60 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:53:29 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:06 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p182\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ede0422699644a88de21ec910522f0ddf3b60224..b7f0e53259eff5199a44a384f741424b1f623d74 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:53:29 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:06 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p182"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p182"
+#define NTPSNMPD_VERSION       "4.2.5p183"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 942fc02ee6a4cd4f2040ab1b173797b92c79a56e..e09b188df9c1b65c9bcc4bb2c59a11a821330ab8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:53:31 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:08 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ae1cbfb5c388d4c3fb498023ae1a2ff47c742099..0187bfb29d4c7dd2e09fcef123fa4f4e20eae327 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:53:31 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:08 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 227f5e34066cd0c49b674abc07ad50cb5fb33183..eba465d0449e18e4a20a06026eeb3be763311efe 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=182
+point=183
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 8429f8952cee2ed977d1fc8e12945bf92d537f83..17bb6f86367ebd94b5b96e73df41c6cf22b9aaa2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:28 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:53 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p182\n\
+"sntp - standard SNTP program - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bae5b5d4e2b80e2fdd5a1b28438535c7bcb04243..ad0314db1a0dfd2d112cf586e4bc0f9e470fb5dc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:27 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:52 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p182"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p182"
+#define SNTP_VERSION       "4.2.5p183"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e8967c8cd4186ef12bd7e150a83332940d23a729..989871e0740a9fd4e0f5980a2b17ba34af1ad109 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:30 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:54 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 26d6519435fb89527fa2c85df343dce005e431e1..c5648a478cb1e951b92bcf025b0a037201e352d3 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-06-18 "( 4.2.5p182)" "Programmer's Manual"
+.TH SNTP 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:29 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:53 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2d2fb41ff48cf4d7390cd65842397cdfbad07823..924f4261cb11f900dd0b6b598bf9b52aae363e7b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:38 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:03 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p182\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p183\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7e2c74cb43b4f0ac6a97b3e3e762e93ff3322b7e..f4a8669717b3bcb45c3016538184c2e14f89fecf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:37 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:02 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p182"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p182"
+#define NTP_KEYGEN_VERSION       "4.2.5p183"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p183"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e55d369c3d0cf33046823e818918de745fe517eb..3fe5c765762e103a8f07166586f2e682938add7f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:40 AM EDT
+# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:05 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,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.5p181
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p182
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e9c54205b7403f01355024427f957e4095a16ac7..c6ccd4abcee2f3c040c9f44f3341f42d26d6bf9c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-06-18 "(ntp 4.2.5p182)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-06-23 "(ntp 4.2.5p183)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 18, 2009 at 07:59:39 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:03 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"