]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge whimsy.udel.edu:/deacon/backroom/ntp-dev
authorHarlan Stenn <stenn@ntp.org>
Thu, 13 Aug 2009 05:23:53 +0000 (01:23 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 13 Aug 2009 05:23:53 +0000 (01:23 -0400)
into  whimsy.udel.edu:/deacon/backroom/ntp-dev-sntp

bk: 4a83a369gGvm1biH8eFaNJHj7phF3Q

1  2 
ChangeLog
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1

diff --cc ChangeLog
index 9c53d00e68d5fd413b3138dcaca9228e94c32344,2a48a6fa5111c8dc99705071c6bfe3fa8d8cef9a..81702a7fec555c6ef9a004a4d5979a5215e89076
+++ b/ChangeLog
@@@ -1,4 -1,4 +1,5 @@@
 +* 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,
    and install by checking in essentially unchanging messages.mc build
    products to avoid requiring mc.exe, which is not included with VC++
index 7443d29552a674d155b7e2885bfa6cb43d2a2676,7f6dcb85682fe411b4aaa90d55de4252d2b1d561..238059d5d19cc23a2d090e4e4f6431d4e62ef738
@@@ -1,7 -1,7 +1,7 @@@
  /*  
   *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
   *  
-  *  It has been AutoGen-ed  August  9, 2009 at 07:52:56 AM by AutoGen 5.9.9pre5
 - *  It has been AutoGen-ed  August 12, 2009 at 07:56:29 AM by AutoGen 5.9.9pre5
++ *  It has been AutoGen-ed  August 12, 2009 at 07:55:27 AM by AutoGen 5.9.9pre5
   *  From the definitions    sntp-opts.def
   *  and the template file   options
   *
@@@ -458,8 -508,8 +458,8 @@@ static tOptDesc optDesc[ OPTION_CT ] = 
   */
  tSCC   zPROGNAME[]   = "SNTP";
  tSCC   zUsageTitle[] =
- "sntp - standard SNTP program - Ver. 4.2.5p199\n\
+ "sntp - standard SNTP program - Ver. 4.2.5p200\n\
 -USAGE:  %s [ -<flag> | --<name> ]...\n";
 +USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
  tSCC   zRcName[]     = ".ntprc";
  tSCC*  apzHomeList[] = {
         "$HOME",
index e6fb7ad4ef887254dc85e6d251e4523f98b54c20,361f21f48fa41b27dec54e9afc74091a728d23b0..5540125cae88809f83636cbb9f535133ae1d5cf6
@@@ -1,7 -1,7 +1,7 @@@
  /*  
   *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
   *  
-  *  It has been AutoGen-ed  August  9, 2009 at 07:52:55 AM by AutoGen 5.9.9pre5
 - *  It has been AutoGen-ed  August 12, 2009 at 07:56:29 AM by AutoGen 5.9.9pre5
++ *  It has been AutoGen-ed  August 12, 2009 at 07:55:26 AM by AutoGen 5.9.9pre5
   *  From the definitions    sntp-opts.def
   *  and the template file   options
   *
   *  Enumeration of each option:
   */
  typedef enum {
 -    INDEX_OPT_IPV4           =  0,
 -    INDEX_OPT_IPV6           =  1,
 -    INDEX_OPT_UNPRIVPORT     =  2,
 -    INDEX_OPT_NORMALVERBOSE  =  3,
 -    INDEX_OPT_EXTRAVERBOSE   =  4,
 -    INDEX_OPT_MEGAVERBOSE    =  5,
 -    INDEX_OPT_SETTIMEOFDAY   =  6,
 -    INDEX_OPT_ADJTIME        =  7,
 -    INDEX_OPT_VERSION        =  8,
 -    INDEX_OPT_HELP           =  9,
 -    INDEX_OPT_MORE_HELP      = 10,
 -    INDEX_OPT_SAVE_OPTS      = 11,
 -    INDEX_OPT_LOAD_OPTS      = 12
 +    INDEX_OPT_IPV4            =  0,
 +    INDEX_OPT_IPV6            =  1,
 +    INDEX_OPT_NORMALVERBOSE   =  2,
 +    INDEX_OPT_KOD             =  3,
 +    INDEX_OPT_SYSLOG          =  4,
 +    INDEX_OPT_FILELOG         =  5,
 +    INDEX_OPT_SETTOD          =  6,
 +    INDEX_OPT_ADJTIME         =  7,
 +    INDEX_OPT_BROADCAST       =  8,
 +    INDEX_OPT_TIMEOUT         =  9,
 +    INDEX_OPT_AUTHENTICATION  = 10,
 +    INDEX_OPT_KEYFILE         = 11,
 +    INDEX_OPT_VERSION         = 12,
 +    INDEX_OPT_HELP            = 13,
 +    INDEX_OPT_MORE_HELP       = 14,
 +    INDEX_OPT_SAVE_OPTS       = 15,
 +    INDEX_OPT_LOAD_OPTS       = 16
  } teOptIndex;
  
 -#define OPTION_CT    13
 +#define OPTION_CT    17
- #define SNTP_VERSION       "4.2.5p199"
- #define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p199"
+ #define SNTP_VERSION       "4.2.5p200"
+ #define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p200"
  
  /*
   *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 95bf38f1af4e96a55c387d1215599155c737ebce,57250ddc5d26f4c979ebf7241d61314d1abd5450..7cf37c632bad1d0c28cc14096790f9f235325e72
@@@ -6,7 -6,7 +6,7 @@@
  # 
  # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
  # 
- # It has been AutoGen-ed  August  9, 2009 at 07:52:59 AM by AutoGen 5.9.9pre5
 -# It has been AutoGen-ed  August 12, 2009 at 07:56:32 AM by AutoGen 5.9.9pre5
++# It has been AutoGen-ed  August 12, 2009 at 07:55:30 AM by AutoGen 5.9.9pre5
  # From the definitions    sntp-opts.def
  # and the template file   aginfo.tpl
  @end ignore
diff --cc sntp/sntp.1
index a13b61012242e89962bee15bba9cc9fb084e2664,275d0d1a9a25251e42693f03e8c4f640ed849fc7..8d52900bd05fdb5c09372e5679fc739e357ef4d3
@@@ -1,7 -1,7 +1,7 @@@
- .TH SNTP 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+ .TH SNTP 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
  .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
  .\"  
- .\"  It has been AutoGen-ed  August  9, 2009 at 07:52:57 AM by AutoGen 5.9.9pre5
 -.\"  It has been AutoGen-ed  August 12, 2009 at 07:56:31 AM by AutoGen 5.9.9pre5
++.\"  It has been AutoGen-ed  August 12, 2009 at 07:55:28 AM by AutoGen 5.9.9pre5
  .\"  From the definitions    sntp-opts.def
  .\"  and the template file   agman1.tpl
  .\"