]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_4P7 NTP_4_2_4P7
authorHarlan Stenn <stenn@ntp.org>
Mon, 18 May 2009 09:04:41 +0000 (05:04 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 18 May 2009 09:04:41 +0000 (05:04 -0400)
bk: 4a1124a9jHYTiI55lPra5vdT0mG3gw

25 files changed:
ChangeLog
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 9d5fd9d2245f783e03c38fecd1d3fac547a47de4..3757c47f155884d0a1efa245600deec4fc7dcd8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 ---
+(4.2.4p7) 2009/05/18 Released by Harlan Stenn <stenn@ntp.org>
 
 * [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252.
 * [Bug 1187] Update the copyright date.
index f389623db2e53a33d959d36fb8c6e9089694de5c..4bfcf455a5de6ab3411c01744a3323c96ae17e02 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:35 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:03 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpd copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpd copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpd copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
+       "ntpd copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -835,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.4p7-RC7\n\
+"ntpd - NTP daemon program - Ver. 4.2.4p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d5e005e0c7fd1ccbb41263e58407038f78d47547..79a3f90f9466afaa7aa9bff78f1ec1a450f210be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:34 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:02 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpd copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpd copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.4p7-RC7"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p7-RC7"
+#define NTPD_VERSION       "4.2.4p7"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21ab60175a2370aafe670765297592220120b27f..6067226c9bdbce78a3c8271f729c204bd86bcf23 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:38 AM EDT
+# It has been AutoGen-ed  Monday May 18, 2009 at 04:56:06 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 149e6cbb66550c6fe55bb03c52a746a7e4cdc7fa..26e2eccd068b02d0b7653bf5f18113c586964349 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual"
+.TH NTPD 1 2009-05-18 "( 4.2.4p7)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:36 AM EDT
+.\"  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:05 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0e53240af8d756998fc39ef3a5276632dc44e2ed..b6c32879b73147b74aa596e56d370086a2a01eed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:40 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:08 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpdsim copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpdsim copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpdsim copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
+       "ntpdsim copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -1072,7 +1072,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7-RC7\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6717021b3e0ae6624b2f1889b75b04667a3c067b..d17c3404874b528b53622551a5979cae0805f1c9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:39 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:07 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpdsim copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpdsim copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -98,8 +98,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.4p7-RC7"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7-RC7"
+#define NTPDSIM_VERSION       "4.2.4p7"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 66a0a6cbe3a1f1ed333b9c87c97a768489d1e4f8..f938a8e5709cbb7c78771a1ed0a5d6ba4fe680ec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:42 AM EDT
+# It has been AutoGen-ed  Monday May 18, 2009 at 04:56:11 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5fb456c595908df894f15087f6cad2a0533c19f6..9e4b1a9d454b5307c3d299ffcf0d7e80474ae583 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual"
+.TH NTPDSIM 1 2009-05-18 "( 4.2.4p7)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:33:41 AM EDT
+.\"  It has been AutoGen-ed  Monday May 18, 2009 at 04:56:09 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c7ee2d3b9b53359dad108ae449efe6721530821a..f2e7b456032c01a1d399fceec89605ebbd577010 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:39:40 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:02:28 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpdc copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpdc copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpdc copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
+       "ntpdc copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7-RC7\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index be91f0daaa81efd54c6427e13f21cb7980dea5a7..0558be745611da4655a69b4c17c9dc89590d0bb4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:39:40 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:02:28 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpdc copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpdc copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.4p7-RC7"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7-RC7"
+#define NTPDC_VERSION       "4.2.4p7"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b225dc4db3141171695a1eb1bee54f082831a8b0..92d53c1a540ec5ea9f11f707afe66ec84358bd0d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 02:39:42 AM EDT
+# It has been AutoGen-ed  Monday May 18, 2009 at 05:02:30 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b5c17fe68105c3f6d5008601c364a9234f7e04e9..f675ae7096f7ceb533abbf4c72257a16df4dd07e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-18 "( 4.2.4p7)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:39:41 AM EDT
+.\"  It has been AutoGen-ed  Monday May 18, 2009 at 05:02:29 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ddd1b1ad344b90c6d4b59b2c1c759c5596f05ccd..940c044b701862c581d314249148d0014195e5f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:09 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:02:59 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpq copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpq copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
+       "ntpq copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.4p7-RC7\n\
+"ntpq - standard NTP query program - Ver. 4.2.4p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 34e5b25c94232ddce02a4f0b44bf0a1790c3c938..6d7b7a8c377664d1a1e3575f419ac609f831db15 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:09 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:02:59 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntpq copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.4p7-RC7"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p7-RC7"
+#define NTPQ_VERSION       "4.2.4p7"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a49b3afb7ee64506b55194ed134c52599ac82096..eec98b86da8d63b8693fa246f1dbf224b96b8552 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:11 AM EDT
+# It has been AutoGen-ed  Monday May 18, 2009 at 05:03:01 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ba1ee491e208916b3b4bfa998f38c30b0d7a42d1..9d2628117a6fbb3173c5263dc1af9192e47bf727 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-05-12 "( 4.2.4p7-RC7)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-18 "( 4.2.4p7)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:10 AM EDT
+.\"  It has been AutoGen-ed  Monday May 18, 2009 at 05:03:00 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c980b2902446df665e1bc5f2c4629e61d6b9c5b5..693618e7b7440a10fdebbcd961b855c46a916706 100644 (file)
@@ -16,7 +16,7 @@ special=
 # [???] To start an RC cycle: RC->yes
 # To release from an RC cycle: rcpoint-> GO
 # ReleaseCandidate. 'yes' or 'no'.
-releasecandidate=yes
+releasecandidate=no
 #releasecandidate=no
 # ChangeLog tag
 CLTAG=NTP_4_2_0
@@ -27,5 +27,5 @@ CLTAG=NTP_4_2_0
 # - - rcpoint gets set to 0
 # - - releasecandidate gets set to no
 # - GRONK is for -dev
-rcpoint=GO
+rcpoint=
 #rcpoint=GRONK
index 3dcea8cdf44a49e126319332396975e96796a287..1f87f457a852d61d9461121bf21e881b94320a93 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:39 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:03:26 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.4p7-RC7\n\
+"sntp - standard SNTP program - Ver. 4.2.4p7\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1238a5f3b40eadfab09e316812645dd3ac0d084b..22d6ff0e74e240057505babe10e41b0a2082efa7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:38 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:03:25 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.4p7-RC7"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p7-RC7"
+#define SNTP_VERSION       "4.2.4p7"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c5100f443eb98d4d3224a12e7f51124286a2fe2f..2c04f5515070b45e73d4053071b60c070c60bab4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:41 AM EDT
+# It has been AutoGen-ed  Monday May 18, 2009 at 05:03:28 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 63ffe3d751ef69019ff631672cde226cdfa00caa..f449f6bfb3935e8fa9ce1e73ea246f64c1108210 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:48 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:03:35 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntp-keygen copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
+       "ntp-keygen copyright (c) 1970-2009 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -799,7 +799,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7-RC7\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6ea78c9e13cc233e818d041e78d170605fa4645a..edbc9418a3a843d8ab5414fdf8f6e25b8d6a565a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:47 AM EDT
+ *  It has been AutoGen-ed  Monday May 18, 2009 at 05:03:34 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright 1970-2008 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -79,8 +79,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.4p7-RC7"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7-RC7"
+#define NTP_KEYGEN_VERSION       "4.2.4p7"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 957f7f025dba4537c995a369e476dba37e14fd9e..d7b00c663d2868a600a02cfbd668042e4fdf86d9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:50 AM EDT
+# It has been AutoGen-ed  Monday May 18, 2009 at 05:03:37 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 016a52b274c60f45dff969091f871394a9723671..a9bc8da06c987e1cdf5a0de1f634df518b97b33e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-05-12 "(ntp 4.2.4p7-RC7)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-18 "(ntp 4.2.4p7)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 02:40:49 AM EDT
+.\"  It has been AutoGen-ed  Monday May 18, 2009 at 05:03:36 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"