]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P201 NTP_4_2_5P201
authorHarlan Stenn <stenn@ntp.org>
Thu, 13 Aug 2009 11:57:57 +0000 (07:57 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 13 Aug 2009 11:57:57 +0000 (07:57 -0400)
bk: 4a83ffc5pE3yyZp2M4BeddufW-0e1Q

26 files changed:
ChangeLog
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 81702a7fec555c6ef9a004a4d5979a5215e89076..ac2e5287e13504e32daa4613914389e26182a8fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p201) 2009/08/13 Released by Harlan Stenn <stenn@ntp.org>
 * sntp: out with the old, in with the new.
 (4.2.5p200) 2009/08/12 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1281] Build ntpd on Windows without big SDK download, burn,
index 74259c5a820c417062374a9249ab6b889914883d..2baa92d08176aeac2541a79d3c12a24f3b9e0e8a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:42:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:42:17 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -918,7 +918,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p200\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 45e51cac9561fdc8c005aa7ed1a7845d98fad591..f148732fa969bac573aed62d2fb3f55d34cecb1c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:42:23 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:42:16 AM by AutoGen 5.9.9pre5
  *  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.5p200"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p200"
+#define NTPD_VERSION       "4.2.5p201"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f0169127fb9cb1a63fa5324916481b22b127cff5..e4237b848b5460acc97bba1ca725eabf5d7c1d25 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 12, 2009 at 07:42:27 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 13, 2009 at 07:42:20 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0491bdd1eff511ffb8e9a8d9c0ed08e53c15e0a8..6b2a4f3f57299208788a1b80acb01c9811082858 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
+.TH NTPD 1 2009-08-13 "( 4.2.5p201)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 12, 2009 at 07:42:26 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 13, 2009 at 07:42:19 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b7eb610a2d0b93a5eb57d1958512ff760562dde5..bddb6c411efe3fbd2f7ea470fbdc96537d599938 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:49:18 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:49:10 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p200\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 34b7791b9d965bcbe44a6f46a05f93d3a845d07b..d4f9ee27dbdaabf8f2ec084d0c65beadeee2ebf1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:49:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:49:10 AM by AutoGen 5.9.9pre5
  *  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.5p200"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p200"
+#define NTPDC_VERSION       "4.2.5p201"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff239909cbe1ce7a3524b3e1552d441a013290be..31c872c6194381420210323449403dd31ca9dcc9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 12, 2009 at 07:49:20 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 13, 2009 at 07:49:12 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0fa0b5196fd62b3637fef5048b001c3ea7bdb2cb..4db31114e69a387b8dce69ace1dd9822ace94ec4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-13 "( 4.2.5p201)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August 12, 2009 at 07:49:19 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 13, 2009 at 07:49:11 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index aa4c292d6faff6f1666b9c83a1a0139f38369ff6..208c00189321745596f5500aea90c264c9bcbc47 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:49:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:49:44 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -408,7 +408,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p200\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index df6f9188b4113197562f5c13b10d1dfb85033b81..dfe14bc99c3f08437719e7e37f8b5e1877542b95 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:49:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:49:43 AM by AutoGen 5.9.9pre5
  *  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.5p200"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p200"
+#define NTPQ_VERSION       "4.2.5p201"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0e2f2c38d0df2c30b965d546904767de1dc6846e..1449250518b74975bfe031cef0945311fe0e486e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 12, 2009 at 07:49:52 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 13, 2009 at 07:49:46 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 352d369dcb0c2160122aab1c628dc09b58ebec38..4ad0f5e45f09c4552155152a45523489ed743ecc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-13 "( 4.2.5p201)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August 12, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 13, 2009 at 07:49:45 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c313d7aec80131c1dcec370a4d13c99d7c0a2b6b..762273807987de79e669bbc2aa3c3eaf66945567 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:50:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:50:30 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -226,7 +226,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p200\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p201\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 739f854d8c482eae8f1f14ef80337e6b383d7a66..11e6050a5f11241f31e329f17091eb81cc527e2d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:50:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:50:29 AM by AutoGen 5.9.9pre5
  *  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.5p200"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p200"
+#define NTPSNMPD_VERSION       "4.2.5p201"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1dfefdfb2969d66a166767cb69e54d9711ecd21c..41a57a4ec2198a21a3edff835f916fcd1253686c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 12, 2009 at 07:50:35 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 13, 2009 at 07:50:32 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0dbf3fb890a4863125075d29607630ec8fec3cf0..6f61eb60c699249b954f258cde1069cd598c3b07 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-13 "( 4.2.5p201)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August 12, 2009 at 07:50:34 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 13, 2009 at 07:50:31 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ee8f0ad0eeb799fdc9dfbb761d53a1c70ba7d3e4..7c8e60a406e69b140f019d65316b0b3201f24db9 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=200
+point=201
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 238059d5d19cc23a2d090e4e4f6431d4e62ef738..1dddb853e44a9e89331e1a663b9fc4d9c553d6d2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:55:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:55:43 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
index 5540125cae88809f83636cbb9f535133ae1d5cf6..6b9440de44333600dad2262f6a04d7206b42b1c4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:55:26 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:55:42 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
index 7cf37c632bad1d0c28cc14096790f9f235325e72..f8ad26608ce618127dc55d243b121f65f43dbb80 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 12, 2009 at 07:55:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 13, 2009 at 07:55:46 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8d52900bd05fdb5c09372e5679fc739e357ef4d3..767983566c50fa73655020f87964a595cb99d2d5 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
+.TH SNTP 1 2009-08-13 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August 12, 2009 at 07:55:28 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 13, 2009 at 07:55:45 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f5b7f907317808fefc9804ad053dcc64e734e868..8537772e99427557a986ae706178d5f6116d5678 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:56:42 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:56:45 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -769,7 +769,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p200\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p201\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e789b5aafab2c6e0d37c0810b9e983fca188b7e4..2d8da9135e66233555534ac3692fff95e2597114 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 12, 2009 at 07:56:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 13, 2009 at 07:56:45 AM by AutoGen 5.9.9pre5
  *  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.5p200"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p200"
+#define NTP_KEYGEN_VERSION       "4.2.5p201"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p201"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 251af6ebfa7d781da9a5950670aec39ae53c440f..09e7204f4ec90628a15b3a555cb330d15d0c3e5d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 12, 2009 at 07:56:44 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 13, 2009 at 07:56:47 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2b23f025726de1114f2b3e518087a273dc7f99a9..fedac5adac18da4d4b4a1da24ffad7c3c76e4df0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-12 "(ntp 4.2.5p200)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-13 "(ntp 4.2.5p201)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August 12, 2009 at 07:56:43 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 13, 2009 at 07:56:47 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"