]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P157 NTP_4_2_5P157
authorHarlan Stenn <stenn@ntp.org>
Mon, 26 Jan 2009 11:55:24 +0000 (06:55 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 26 Jan 2009 11:55:24 +0000 (06:55 -0500)
bk: 497da4acdczZ1pWvV9hw6AlEU52fgg

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 b3e4b4c4c65e3fff4746fb553c8f77f21aa3fbae..b1f40476b96f45bf8144d918d5fea238944b8841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p157) 2009/01/26 Released by Harlan Stenn <stenn@ntp.org>
 * Cleanup/fixes for ntp_proto.c and ntp_crypto.c from Dave Mills.
 (4.2.5p156) 2009/01/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate().
index a541ced3645b35e52cedc357ef3b6c9b46e9f25d..039cf0dd253bab61fe4c8ef8d28d163fa23dcb44 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:54:10 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:53:14 AM EST
  *  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.5p156\n\
+"sntp - standard SNTP program - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7ca3bd8c6002c7ac986bff63c6a5ae7bcbde7fe7..ece7e8390e983415d3d6433b8b3d2c90d0e8d4e1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:54:09 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:53:13 AM EST
  *  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.5p156"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p156"
+#define SNTP_VERSION       "4.2.5p157"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1b9c7b77d3870989782f73c9a255087560bbab10..d9c8cb6ea02814fed3dd5279c165cf7dd394627c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:54:12 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:53:16 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ecc19b45bffa7b958124d0721474eb890bbbf7dc..80b7e90d5bfca46ac47104bb12b5b3d67c5f621d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
+.TH SNTP 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:54:11 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:53:15 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cd164757ed3733e35785a06aa8913a34bad2ae55..bb2aeac9a09e58d561c5de91b1f648c8b277d204 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:40:27 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:39:26 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p156\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 653915a9249318e3a01d35c7cc4eb8f886cfedf5..601b874975385d7587c4b32adcdce74b813d4406 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:40:26 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:39:25 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p156"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p156"
+#define NTPD_VERSION       "4.2.5p157"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c46c5f4c9e5ab6929092e5fc071c702743b12331..27cb6c92b76ce203a5cb9cbe26a295cd22242bb3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:40:30 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:39:28 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -60,7 +60,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p134
+ntpd - NTP daemon program - Ver. 4.2.5p156
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index f8d28791728ed9c35a7a74a4165c12b3fe2a96fd..e5cfb5b52f4244941290e51f36e5589a63cdc34a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
+.TH NTPD 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:40:28 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:39:27 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ae9c93cd1d9f71f8272d6518dcd6325e89bff3fb..78ac4e4b97759594996bcb7aed737a04ed823149 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:21 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:26 AM EST
  *  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.5p156\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7ac7691421e53abb79d8dac575514d1afe2d95b8..d97be04e32ed1f4232c759047203968fd4050013 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:21 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:25 AM EST
  *  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.5p156"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p156"
+#define NTPDC_VERSION       "4.2.5p157"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1f9d2a836b0ffa52c5056fe652f59e4f25709109..6f2e8a5c03aad11de64811a0a1d64442aa5c5c77 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:47:23 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:46:27 AM EST
 # 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.5p134
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p156
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index cad9e5b33865dbe1be7c469cba77c6d8f0a97ed9..22d34ba71e5e7536c8225e31cc9969764fc4bc54 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
+.TH NTPDC 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:22 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:27 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4ad0f424be0b7f02881646397a1a8a9bf72938b4..cda552cec6afb226b789f934bc43cb0b4d0955a2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:51 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:56 AM EST
  *  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.5p156\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 80e1f61854497439936a7831c2d5e0cc56515a5e..d0539e58fed0bbab2802dbaf1b310d1a2dec1a7e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:51 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:55 AM EST
  *  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.5p156"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p156"
+#define NTPQ_VERSION       "4.2.5p157"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6fb4801659acdad2d9b76ccaadca43f160c9d39e..91fabc43c832be35392499aeab37a0e68fd7820b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:47:53 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:46:58 AM EST
 # 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.5p134
+ntpq - standard NTP query program - Ver. 4.2.5p156
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 57316e267abb44ab7805a8df80c11dbe000a0ee6..7804067fbe340663d681f03472db76a8996b5249 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
+.TH NTPQ 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:52 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:46:57 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9aa970eb5326c905e952016b8adbad2174d08fb7..05d54c9d88c47e4006161c8fc78369bf0f8959f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:48:34 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:47:41 AM EST
  *  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.5p156\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6e19e73db25a5a49e3ffa7dd1ffce5688fcab572..0f007ec1bf74442e69c11ee9d405eba323026867 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:48:34 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:47:41 AM EST
  *  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.5p156"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p156"
+#define NTPSNMPD_VERSION       "4.2.5p157"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3dc99677f58f8f204d7fc915b5f23546b7f5dc80..79ab333b156257384d85e76a274433d8edcca488 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:48:36 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:47:43 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dc99f3a447ec60e47f7d36cb8b85242131896e9e..c697f03fe3bb495e68db1aecf2f387ee71451957 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:48:35 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:47:42 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index be6fe33d0b09f10159c8afce0b160f6f8db5d4c0..760afda369c1ec08486dcfcde2f182bf5a037ef3 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=156
+point=157
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2a242dd2d49341d7649d62fa583c1adad22df792..1e622373eb31937596f29778bbdb22aa955f879b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:10 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:10 AM EST
  *  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.5p156\n\
+"sntp - standard SNTP program - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 56d5e5dbf45197164e86004ed247f8fb02a02f14..661ff734ea8a92684a50b29f571b841c9e035314 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:09 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:09 AM EST
  *  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.5p156"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p156"
+#define SNTP_VERSION       "4.2.5p157"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d045345c0464007f52b7f74251a85a0601c84ba5..ab65f9f8cd167b00f0951fc9a901321acd0fa4b2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:55:13 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:54:12 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5326d60cc1b87c9d508ebf801cfa780988be88a0..2adc67b824f21e48a8993ff388d8db34c3689599 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
+.TH SNTP 1 2009-01-26 "( 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:11 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:11 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 946668ecd7cd88953962b8d53eb9af3bbc2306de..0c22b853c702aebc9dc5863175dccf05858da48b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:20 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:20 AM EST
  *  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.5p156\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p157\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d846cea6c66b79625372adebbc0df5a3c1c149f1..3d6953bc9b78ce9f02fcac543f706a3a66358d80 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:19 AM EST
+ *  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:19 AM EST
  *  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.5p156"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p156"
+#define NTP_KEYGEN_VERSION       "4.2.5p157"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p157"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 646a052e26fffd0a056aa15c30eeb5e15eb2e8d1..496e98f2303d81d8a6e81838d4f20b17cf97e8ec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday January 19, 2009 at 06:55:22 AM EST
+# It has been AutoGen-ed  Monday January 26, 2009 at 06:54:22 AM EST
 # 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.5p134
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p156
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d4fe2e65f9a01e3198955294ce14b71511cb312f..e462013c8bc3545fd2cea6c53c9423cf0094b7b9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-01-19 "(ntp 4.2.5p156)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-01-26 "(ntp 4.2.5p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:21 AM EST
+.\"  It has been AutoGen-ed  Monday January 26, 2009 at 06:54:21 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"