]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P188
authorHarlan Stenn <stenn@ntp.org>
Wed, 15 Jul 2009 11:52:57 +0000 (07:52 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 15 Jul 2009 11:52:57 +0000 (07:52 -0400)
bk: 4a5dc319EbX-TlmAfPzkL8RP1U4bmw

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 8004143ec6ecf7ba79d2fda5b2488c35eb5dcf16..048533c918b18df9e7dce40e85f762e24c324907 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p188) 2009/07/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1245] Broken xmt time sent in fast_xmit() of 4.2.5p187.
 (4.2.5p187) 2009/07/11 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1042] multicast listeners IPv4+6 ignore new interfaces.
index c3b74e3e298279608782a728c44b255b2260332a..3b69b27436f985e3dd9dd0bbf914f6b71acecf8c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:55:04 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:39 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.5p187\n\
+"sntp - standard SNTP program - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d483696969181df23e2c56529273f7281240ad3e..b7abfc6f93749051658f29593d611edc07b03ce8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:55:04 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:38 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.5p187"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p187"
+#define SNTP_VERSION       "4.2.5p188"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 78b4eeda97836ea2a67eb7683f6b1ecbbfc33dd9..084dc7bfe144aef273fcf2837bf1e46117a1fe80 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:55:07 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:42 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ac8d1de8ef71b47eed907a1b0f34e8ef81247768..c727b559d641f58acb22a5e5798472661c607a56 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual"
+.TH SNTP 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:55:05 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:40 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 88b54d14102cdc67414d178b0dd0e1635360432b..6526c017f1cbf657fa25ace74206d295fe637146 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:42:03 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:38 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.5p187\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index c7bcea6ad530e01581f7af341213954f28aa962a..fc4cf26c7810b458e34483b97e6b8ee91033e606 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:42:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:37 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.5p187"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p187"
+#define NTPD_VERSION       "4.2.5p188"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f7e949c7134e0839b54e116513b0a44b38bcafd6..2b5771eaceb96daa1398b975987958ee1176914e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:42:05 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:41 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.5p182
+ntpd - NTP daemon program - Ver. 4.2.5p187
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 718682cfb0e88d21a521c3a5e230f890b49cf6b8..4f32adc0a9ba025923fc59fb5de4c3b5136a1bde 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual"
+.TH NTPD 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:42:04 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:40 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3d281a4532d6734f2382e4b1ee7657ae9bb3cf8f..0af90cdb5bc274f092f2082a530441f17418d278 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:48:55 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:24 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.5p187\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e0f5712f0d789f82abf6d854132129a4f2b162e0..0c9feeb4bf0c69f7540de8c2c77cd2733b1b268f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:48:54 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:23 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.5p187"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p187"
+#define NTPDC_VERSION       "4.2.5p188"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c2ad5b88a0b98ac50791a9f94d82c5bbc89a8701..ac68952c3657b788039d1373a83aab841426f5ae 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:48:56 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:26 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.5p182
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p187
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1876e74e95e9606d786dec9b2d6713d4824aeeed..9b857f03a26fbced012d25896ae306c7ed3d3133 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:48:55 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:25 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 820505533b1edc03c5c94e199803d5f8da390b4b..eaac5d4611a55ebdb8fc9540a125172f0cd4feea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:49:24 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:54 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.5p187\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4f1bf4b7b9ef9e1a93b33e6b8fdbc2e496178cf4..5f49cb6a1c9babfe7a2df58e0fd5e502ed2bc994 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:49:24 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:54 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.5p187"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p187"
+#define NTPQ_VERSION       "4.2.5p188"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3eb3e95f6eb07432f33c5350516d09b2e3645210..368ae5babfe1ebdef8d5cd2111c15f8e439dc04f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:49:26 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:57 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.5p182
+ntpq - standard NTP query program - Ver. 4.2.5p187
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d4fdb8562daa70b88e957f276d1379a19707e29e..cfa286249f9b248e57b75bec5d4bb757fa9a4d87 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:49:25 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:56 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 80e349d8de807c8d0b7df3d455d05aceaafb2107..fdf96ab06182846f551754675816ff2f3ebd79f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:50:11 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:40 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.5p187\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8af52865c90b406c1fb50e4663dc45392b5b1c66..10851b2d2add570e0251a7e95a4e13b9b574df18 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:50:11 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:40 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.5p187"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p187"
+#define NTPSNMPD_VERSION       "4.2.5p188"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 961dbc4e4adc358ae15c245bb9c21e00361ef8b9..d25b7ac0efb07222c18ad00c6133f5d6f4586264 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:50:13 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:42 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4e93e77904a00e33fea423c3af4451a89e442b30..04f0fd935e83a99e471af935cd2a4cc3b1328807 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:50:12 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:41 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d6fae02867992da8979f5b4e9f9f14c732ab0e69..3746430b383b93017a175d92e2463f229b809b50 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=187
+point=188
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 8e0a25e6ce05fd2eeffc1c7e828f85db146985ef..7d8eb5f8f36188ead498b59a410648014d2bf63e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:37 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.5p187\n\
+"sntp - standard SNTP program - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ddeab9c32e88ac98601ed10a34dc7bb906f5a4b4..d680517c1cafc72b30cc6e2680f88a5a0832ea7c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:01 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:36 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.5p187"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p187"
+#define SNTP_VERSION       "4.2.5p188"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3869a80a83a10f056a0e2ff15f71fe03f673d938..900c6d47eb8227b761592752235af632cca4d85d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:05 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:39 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d07f9de345a0041c363282432cd675cbc4f88451..777a6e437da5ed44ea830b5bd34d699b9fa7ae27 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-11 "( 4.2.5p187)" "Programmer's Manual"
+.TH SNTP 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:04 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:38 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d082759149d3937c5318c91610d3bfc11bd122c9..52dab432332c35bbd4e9ca0529b9902df2cb3b21 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:13 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:47 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.5p187\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p188\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0d225d8b289f969b936ca17f53e63256dd06f625..da368326a43fd0ea0f52489080d29d5d3f0a76a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:12 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:46 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.5p187"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p187"
+#define NTP_KEYGEN_VERSION       "4.2.5p188"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p188"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b40855f8f185c8e80aa9dc03dc3b6440bb7abe11..c0c606ed0ea175d9488802e570010a617478f0fe 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:15 AM EDT
+# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:49 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.5p182
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p187
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 33bf22c0fc39906b3af96be2ca1af6778a9baf3c..dc8357747a6ace363084490b5ae159f413af316d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-11 "(ntp 4.2.5p187)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-15 "(ntp 4.2.5p188)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 11, 2009 at 07:56:14 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:49 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"