]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P110 NTP_4_2_5P110
authorHarlan Stenn <stenn@ntp.org>
Sat, 26 Jan 2008 11:51:10 +0000 (06:51 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 26 Jan 2008 11:51:10 +0000 (06:51 -0500)
bk: 479b1eaeDTwbpPk3ctvqA84tBhTiAQ

21 files changed:
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
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 4246d6bc865acd444e5e3bc69a17d81eb0a59048..02d23fb3fc4dfd2bd1993432c50b8b4a59398cb7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:36:40 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:42:19 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.5p109\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p110\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9a93a31c46aef6c0832cad267381efa1ae405fab..308cf7ca2500eb6ce5ba5250b0038d5398370cbb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:36:39 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:42:18 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.5p109"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p109"
+#define NTPD_VERSION       "4.2.5p110"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p110"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 04e322968a74527c330d43f9b4b842d59273a19e..40070856358c77c86490b068321a8fe45e9a1d82 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday December 19, 2007 at 06:36:42 AM EST
+# It has been AutoGen-ed  Saturday January 26, 2008 at 06:42:21 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.5p107
+ntpd - NTP daemon program - Ver. 4.2.5p109
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d182b73fc776a4ba0d0f1274836292dd0955a4b2..e47eb5855bfe83ee41642d611eeec44e392bd560 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-12-19 "( 4.2.5p109)" "Programmer's Manual"
+.TH NTPD 1 2008-01-26 "( 4.2.5p110)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:36:41 AM EST
+.\"  It has been AutoGen-ed  Saturday January 26, 2008 at 06:42:20 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 998de4de6aa8d6c447e6d1fc9db8c0b9333ea038..5f0b1d57e9cb300ed4a1214ef99de1e17fd35f4d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:20 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:04 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.5p109\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p110\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index de6f4fdddf7ce8beb709a8f43db05631cd9e676b..813c9bf47af6758d1e8c4e4873ce94fbcb0721c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:20 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:04 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.5p109"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p109"
+#define NTPDC_VERSION       "4.2.5p110"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p110"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2310ae1a1bad55396d03fc5f6336eac8632d0921..d2fb5ee2d72311426aa05a18c5b27bc590fbf02a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:22 AM EST
+# It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:06 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.5p107
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p109
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ed4e847bc664da730521d81985f25909480d71eb..569202e5c62ef252dec80f255bb995cfcd45258b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-12-19 "( 4.2.5p109)" "Programmer's Manual"
+.TH NTPDC 1 2008-01-26 "( 4.2.5p110)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:21 AM EST
+.\"  It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:05 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c12eeeb136c4051b49db87110cd3f769e2c674ba..3230b3d3a7d730f939daae42c2e489f2b705b118 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:51 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:34 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.5p109\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p110\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 14515b3a5d911b82ff8717f36f2c68180a98dc64..7257ee97b46bbd345a53a156ec4a9e7b7468c74f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:51 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:34 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.5p109"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p109"
+#define NTPQ_VERSION       "4.2.5p110"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p110"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c570b46d5c4b2ed64ba52ba8427e43f43eeac5c5..c50d36866e079b308692c815d2f5302ede94b1a5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:53 AM EST
+# It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:36 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.5p107
+ntpq - standard NTP query program - Ver. 4.2.5p109
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 75d7eac214ed499241479ed15346da8aed9f1d61..718192c5159272a602c2501dad0fc44ed1a8e3c6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-12-19 "( 4.2.5p109)" "Programmer's Manual"
+.TH NTPQ 1 2008-01-26 "( 4.2.5p110)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:43:52 AM EST
+.\"  It has been AutoGen-ed  Saturday January 26, 2008 at 06:49:35 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 27b13168cabb732dbd151dd0ce33fa6751dd38fc..4f0b78d1870307895599efaac0a06358fe40cc06 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=109
+point=110
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2207ea4af5bfeb53053e8469406dbe810268ab1d..5b79e5f5d30193e77843a0aa3df24f30dbd4b0bd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:20 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:04 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.5p109\n\
+"sntp - standard SNTP program - Ver. 4.2.5p110\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 008c21dc200edf5c28e8cfd6fed155156070f296..08671628f78b641b8a668050403cf47c2987de24 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:19 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:03 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.5p109"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p109"
+#define SNTP_VERSION       "4.2.5p110"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p110"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 66ffe7ad9516ccff9afe27cd254d6e6169c6a9ee..29f83e31a6746784145c9a8854a3af3a0d35192f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:22 AM EST
+# It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:06 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5e070a95e372e6dce1ec89ed9d137a858cb0d19b..47ab8d0678624261b9951b94d5cf9ac7c3125d46 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-12-19 "( 4.2.5p109)" "Programmer's Manual"
+.TH SNTP 1 2008-01-26 "( 4.2.5p110)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:21 AM EST
+.\"  It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:05 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 226a6b3ff450333c1dd75b0d3b6593c6d5ec6d55..9076e9eb6abb779f545ba3c69d536f7cb5801f7a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:31 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:14 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.5p109\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p110\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4922a29625b82227cbd242280f6107182cd829e9..e97dccda70bfb3743dc45b6aa89593d2bcce63dc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:30 AM EST
+ *  It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:13 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.5p109"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p109"
+#define NTP_KEYGEN_VERSION       "4.2.5p110"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p110"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c98a4666f700e490cdaaf450d536baa50b065462..b1176eecb7d3dd385fcade392d6eb0b7d5b9b012 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:33 AM EST
+# It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:16 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.5p107
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p109
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 616cbd68d1a586da79bc0fa9c3c960a47a4af032..9e146aaaf8d60ebd0830ffe8d34d0d1525f4777d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-12-19 "(ntp 4.2.5p109)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-01-26 "(ntp 4.2.5p110)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday December 19, 2007 at 06:44:32 AM EST
+.\"  It has been AutoGen-ed  Saturday January 26, 2008 at 06:50:15 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"