]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P217
authorHarlan Stenn <stenn@ntp.org>
Thu, 29 Sep 2011 08:06:54 +0000 (08:06 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 29 Sep 2011 08:06:54 +0000 (08:06 +0000)
bk: 4e84271ef2DHbHw0w2zhIG4kXFh9Fg

52 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1ntpdman
ntpd/ntpd.1ntpdmdoc
ntpd/ntpd.man.in
ntpd/ntpd.mdoc.in
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1ntpdcman
ntpdc/ntpdc.1ntpdcmdoc
ntpdc/ntpdc.html
ntpdc/ntpdc.man.in
ntpdc/ntpdc.mdoc.in
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1ntpqman
ntpq/ntpq.1ntpqmdoc
ntpq/ntpq.man.in
ntpq/ntpq.mdoc.in
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1ntpsnmpdman
ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
ntpsnmpd/ntpsnmpd.man.in
ntpsnmpd/ntpsnmpd.mdoc.in
packageinfo.sh
scripts/ntp-wait-opts.texi
scripts/ntp-wait.1ntp-waitman
scripts/ntp-wait.1ntp-waitmdoc
scripts/ntp-wait.html
scripts/ntp-wait.man.in
scripts/ntp-wait.mdoc.in
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1sntpman
sntp/sntp.1sntpmdoc
sntp/sntp.html
sntp/sntp.man.in
sntp/sntp.mdoc.in
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1ntp-keygenman
util/ntp-keygen.1ntp-keygenmdoc
util/ntp-keygen.man.in
util/ntp-keygen.mdoc.in

index 67d5ada56fef2f8301a2e857915b408f1c74a746..9c0c4f4e17c89d42c49edd5d2864320ed3b3620b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p217) 2011/09/29 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2020] ntp-keygen -s no longer sets host in cert file name.
 * [Backward Incompatible] ntp-keygen -i option long name changed from
   misleading --issuer-name to --ident.
index 6411e0b06f656f401f1638284756ad05b0f5f166..f5782655e694db59c3dfb5bd11f65c1ec67caca9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:35:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:05:21 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p216\n\
+"ntpd 4.2.7p217\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p216\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 25ac59facccfa3fe239cfec14642f19a7db6b204..1abef906f386e1ace8894177c1bae4ba97d15569 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:35:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:05:21 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p216"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p216"
+#define NTPD_VERSION       "4.2.7p217"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 03cd2160501b152eb6dade42ddbbb8fcdc6b29f5..5c4fa2e7172cc10fa64b3bd6eccf8300ac986dcb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:36:54 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:05:36 AM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p216
+ntpd - NTP daemon program - Ver. 4.2.7p217
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 4e5490843828e669ded73d10884ce73105acead7..bad0020ee0bcb4a6e0b038473e5911b05e14bb0a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpd 1ntpdman "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:36:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 00fff83b2300c93b0fd595c2d385232fad4c7536..3d748266764d42311eeee63b1ff4e6f0d336b7d1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:36:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a7da89e7f0a499de81360163e689765af15ee092..39df8e07487b2094d53078f76098d92122c0fcb2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpd @NTPD_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:36:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1e8bd46c37ca324ef2a9cd58c45d208cc167225c..8c296313a8e7c8719a1f70f8f0f394dd14ca9d61 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:36:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bfc31df2d509269144eede21988832c2583e1b0e..adaaccb5c7dc13512c26f3a469957bfd3bd3022e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:37:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:05:43 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p216\n\
+"ntpdc 4.2.7p217\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p216\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cba2d52dc617392758cbde6d7acfc9aab81b9c1d..96e7676fea1a28df462bd289c99b63487ea38ef6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:37:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:05:43 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p216"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p216"
+#define NTPDC_VERSION       "4.2.7p217"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6624c9cc2c024bf9c398381af069fff6eb142689..e7dd8172e6b492826073e9d811c875b06c7599b8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:38:02 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:05:54 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p216
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p217
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2678d674bcc3958233ff13146dbba4dd7b3f243f..75d6c6bbffc4d770a2a749421471a9ed27ac78e1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpdc 1ntpdcman "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:37:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 21a4799c9a2e03a62640e99da5f04f9b49d2465e..a9e3686052fee9e0474f4cca7d5587cfa39c6b19 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:38:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7ebfde636c37cfcd79aa5f593b993757a0de5c64..c22196f1882c462c77d94cbcef3a5e645191fa31 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p216 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p217 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -116,7 +116,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p216
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p217
 USAGE:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e1ba734f831866d5fc57cee2ca9df88738ae6522..a5b8b27c95c9adb8a375523cdd77464335c75181 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpdc @NTPDC_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:37:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b1cb3dd7149a424cb79b3f645ea517d6cf2e40d1..667a3a4011973b347b5ce9926b4cc34c53aba265 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:38:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 379ffd7ef2fc826a9bd9db2da1b31d6be96ba70d..78d77a3787bdee6914474005fe13ccb6dc5c3982 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:38:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:05:56 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p216\n\
+"ntpq 4.2.7p217\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p216\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 44ace66b6d0a18797dbbf4ca0cd0c10585a1cf9f..df42d491ba42106c3117c43e663c9cfb3a21ffb0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:38:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:05:56 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p216"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p216"
+#define NTPQ_VERSION       "4.2.7p217"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6f3da9089d2fcb8efcee3caf2b69aca6ece3703e..4e3c217fe17e9d5faa47234b02639bdb209103c2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:38:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:06:08 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p216
+ntpq - standard NTP query program - Ver. 4.2.7p217
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 68bc899330aa7dcba13f6460e1d8ed632f06e789..b8b3e4c8e7e73ed2d0e8b4e02b269f142b68ed30 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpq 1ntpqman "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:38:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 00b29d82d150252fc269e60f00f11bb481983863..e3056498a659e24457ad5ec186f262fc973b5256 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:38:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e26c301ca5feb992b6c87a419d2754f4126d4681..7c6fa5d624ca5e3b59f3e2be08abfa57b9fcfd84 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpq @NTPQ_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:38:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 825341315c16a349d1c802d85f5e25e17ee4aa41..7ef505fa9b18e681eea64f4c62672091f4324965 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:38:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 79277b8e94b8482ed08fba6754155e495ce94da0..bab0058926a1602a99cf7b5258bd07c9927a6a90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:38:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:06:10 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p216\n\
+"ntpsnmpd 4.2.7p217\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p216\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 28628d230c0c7fb0215c435570498bf59c73fb78..12175161ca07e2009b83da8bc9bc124704cf14a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:38:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:06:10 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p216"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p216"
+#define NTPSNMPD_VERSION       "4.2.7p217"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0f7b22f0ba88afa9f52401c5d2bdf284d5aafb45..68c7791acacbd9ec3889d80e982267c60a4b2685 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:39:12 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:06:15 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p216
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p217
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 37273f6c9f0a943e3b0e548e75a7dd91cd53aeb4..a660ebde566a01e6b499a52219159b19ce0c38a4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 76570532522e7ad716a99486fb473b41a11bf950..48a56e473108309ed76da8ea941041e0ec3cf3eb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index eb2c9ae1136c070dcf48fb480956305d4c6b3e11..9e92aae13026d88b58fc02cf671117df05242038 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 950e2a5d672e81c7b0875b1334cbd7b65f53f5f8..7c21a41eaa46e6d3e8a559c6295fd064e6bfeaa4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 55442e0e328dc6a1cff0376440103cd7401deb85..c4b21137ce4bbb555f946505e12c4dada641a3a3 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=216
+point=217
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9888923f595b7c50e4935b342fedcbb8e6df3d34..c10d26ef5fabe75c0f6858a3054163a22af6bef7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:35:13 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:05:12 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ad64951b670d2bdc0604fe5010cd4e5a685a3a4f..9638e2194df7b8d259586f94e6dfa8f117979ef1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "27 Sep 2011" "ntp (4.2.7p216)" "User Commands"
+.TH ntp-wait 1ntp-waitman "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:35:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:09 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 49d5c936f7d13623702c6f5f0369aa13c99b3c1f..fb26adb33e7629e6bde69b16b36683ae82107cf4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:35:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:18 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8e871955ac98c37267404aecbb948d4615ccc202..f491620f820edba5cc4f9f467bc145b378b1e307 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p216 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p217 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index ca083096b6c9f707c6c50442f66c921d7bf7e65f..94719853eda121cfa8669d09bd9abcae4e2df464 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "27 Sep 2011" "ntp (4.2.7p216)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:35:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:09 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3652fd24eee80f7420d18e2962a95e344e1e7a8d..ddfccc00d249537c8949a5ad3c46626374646c1d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:35:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:18 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 07b2d12e8b11e60e8e27e54b248de34ac6cd0851..72311d04b945667244d0de0bda12fd5e8a6a4668 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:24:20 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:06:30 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p216\n\
+"sntp 4.2.7p217\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[161] =
-"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p216\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 68a56c82ce37d1327bd466b8b11dd0f42761dc4c..bf5997758f4965ce583bb50932e8d3dfc4639843 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 27, 2011 at 10:24:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:06:30 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p216"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p216"
+#define SNTP_VERSION       "4.2.7p217"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0a2f0eb05b0ab40cb4d488907a20828bba154fe5..58f71b1ff812aac9041ad58341213ab45f7691e6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:40:00 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:06:39 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p216
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p217
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 5948cb1d3ebae5601f14ba9c66bbaa6f9cde7ab7..e9532d5e323754298d647bc3098d6c31912a62dd 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH sntp 1sntpman "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:37 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 064c896c52a9af6ae139cb8fc5cbe2ca08c349de..501156e206941c46c8bb6307ed749fec53def429 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:40:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:40 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7a568e1e058ae6b91932dba2a035ac757ec884d3..cad3b557052503fbe0a0a80ceceb555768876e9f 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p216 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p217 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -162,7 +162,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p216
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p217
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 16ab36d98cc78bc970f0a6f82d6148a79c9bb0a5..a1a3481ec711e3b929c2f1a5a9650093e53e445e 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "27 Sep 2011" "4.2.7p216" "User Commands"
+.TH sntp @SNTP_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:37 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d07d8e6f8a44f2856ffb1536c15bab08044fa5fd..c73902e585e240217dcde7b98cc9dfa2a8e4553e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:40:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:40 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4ac824eaabb991f062aa0f5daa1a98ce2e402fa4..b986fa88210d262dc79f8d7d9d00247dbbe7eebc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 05:16:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:06:17 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p216\n\
+"ntp-keygen (ntp) 4.2.7p217\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p216\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 906db73b9aa4633f91a4f67092aa8d528bfc7086..2d92e0d0c89a09c8552fea9e00fcdc1a5c798f27 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 05:16:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 29, 2011 at 08:06:17 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p216"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p216"
+#define NTP_KEYGEN_VERSION       "4.2.7p217"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 15a9b7fb6e6fb53d327297b976e2266c32ac97bf..e01fafbb650686dd44a08ec8b9e6619225280745 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 27, 2011 at 10:39:32 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 29, 2011 at 08:06:29 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -26,8 +26,8 @@ This software is released under a specialized copyright license.
 * ntp-keygen gq-params::             gq-params option (-G)
 * ntp-keygen host-key::              host-key option (-H)
 * ntp-keygen id-key::                id-key option (-e)
+* ntp-keygen ident::                 ident option (-i)
 * ntp-keygen iffkey::                iffkey option (-I)
-* ntp-keygen issuer-name::           issuer-name option (-i)
 * ntp-keygen lifetime::              lifetime option (-l)
 * ntp-keygen md5key::                md5key option (-M)
 * ntp-keygen modulus::               modulus option (-m)
@@ -49,7 +49,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p216
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p217
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
@@ -61,7 +61,7 @@ USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
    -G no  gq-params      Generate GQ parameters and keys
    -H no  host-key       generate RSA host key
    -I no  iffkey         generate IFF parameters
-   -i Str issuer-name    set issuer name
+   -i Str ident          set Autokey group name
    -l Num lifetime       set certificate lifetime
    -M no  md5key         generate MD5 keys
    -m Num modulus        modulus
@@ -71,7 +71,7 @@ USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
    -p Str pvt-passwd     output private password
    -q Str get-pvt-passwd input private password
    -S Str sign-key       generate sign key (RSA or DSA)
-   -s Str subject-name   set subject name
+   -s Str subject-name   set host and optionally group name
    -T no  trusted-cert   trusted certificate (TC scheme)
    -V Num mv-params      generate <num> MV parameters
    -v Num mv-keys        update <num> MV keys
@@ -190,11 +190,11 @@ must be compiled in by defining @code{AUTOKEY} during the compilation.
 Write the IFF or GQ client keys to the standard output.  This is
 intended for automatic key distribution by mail.
 
-@node ntp-keygen iffkey
-@subsection iffkey option (-I)
-@cindex ntp-keygen-iffkey
+@node ntp-keygen ident
+@subsection ident option (-i)
+@cindex ntp-keygen-ident
 
-This is the ``generate iff parameters'' option.
+This is the ``set autokey group name'' option.
 
 This option has some usage constraints.  It:
 @itemize @bullet
@@ -202,14 +202,20 @@ This option has some usage constraints.  It:
 must be compiled in by defining @code{AUTOKEY} during the compilation.
 @end itemize
 
-Generate parameters for the IFF identification scheme, obsoleting
-any that may exist.
+Set the optional Autokey group name to name.  This is used in
+the file name of IFF, GQ, and MV client parameters files.  In
+that role, the default is the host name if this option is not
+provided.  The group name, if specified using -i/--ident or
+using -s/--subject-name following an '@' character, is also a
+part of the self-signed host certificate's subject and issuer
+names in the form host@group and should match the 'crypto ident'
+or 'server ident' configuration in ntpd's configuration file. 
 
-@node ntp-keygen issuer-name
-@subsection issuer-name option (-i)
-@cindex ntp-keygen-issuer-name
+@node ntp-keygen iffkey
+@subsection iffkey option (-I)
+@cindex ntp-keygen-iffkey
 
-This is the ``set issuer name'' option.
+This is the ``generate iff parameters'' option.
 
 This option has some usage constraints.  It:
 @itemize @bullet
@@ -217,8 +223,8 @@ This option has some usage constraints.  It:
 must be compiled in by defining @code{AUTOKEY} during the compilation.
 @end itemize
 
-Set the issuer name to name.  This is used for the issuer field
-in certificates and in the file name for host and sign keys.
+Generate parameters for the IFF identification scheme, obsoleting
+any that may exist.
 
 @node ntp-keygen lifetime
 @subsection lifetime option (-l)
@@ -348,7 +354,7 @@ sign key.
 @subsection subject-name option (-s)
 @cindex ntp-keygen-subject-name
 
-This is the ``set subject name'' option.
+This is the ``set host and optionally group name'' option.
 
 This option has some usage constraints.  It:
 @itemize @bullet
@@ -356,8 +362,16 @@ This option has some usage constraints.  It:
 must be compiled in by defining @code{AUTOKEY} during the compilation.
 @end itemize
 
-Set the subject name to name.  This is used as the subject field
-in certificates and in the file name for identity files.
+Set the Autokey host name, and optionally, group name specified
+following an '@' character.  The host name is used in the file
+name of generated host and signing certificates, without the
+group name.  The host name, and if provided, group name are used
+in host@group form for the host certificate's subject and issuer
+fields.  Specifying '-s @group' is allowed, and results in
+leaving the host name unchanged while appending @group to the
+subject and issuer fields, as with -i group.  The group name, or
+if not provided, the host name are also used in the file names
+of IFF, GQ, and MV client parameter files.
 
 @node ntp-keygen trusted-cert
 @subsection trusted-cert option (-T)
index 3069ff1fe9ba337bf9819a3de5d63dc60d369ea7..e0dd1efb76f7d76354026e2e226ce826d50f7168 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "27 Sep 2011" "ntp (4.2.7p216)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -761,11 +761,17 @@ generate IFF parameters.
 Generate parameters for the IFF identification scheme, obsoleting
 any that may exist.
 .TP
-.BR \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
-set issuer name.
+.BR \-i " \fIgroup\fP, " \-\-ident "=" \fIgroup\fP
+set Autokey group name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
-in certificates and in the file name for host and sign keys.
+Set the optional Autokey group name to name.  This is used in
+the file name of IFF, GQ, and MV client parameters files.  In
+that role, the default is the host name if this option is not
+provided.  The group name, if specified using -i/--ident or
+using -s/--subject-name following an '@' character, is also a
+part of the self-signed host certificate's subject and issuer
+names in the form host@group and should match the 'crypto ident'
+or 'server ident' configuration in ntpd's configuration file. 
 .TP
 .BR \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
 set certificate lifetime.
@@ -815,11 +821,19 @@ Generate a new sign key of the designated type, obsoleting any
 that may exist.  By default, the program uses the host key as the
 sign key.
 .TP
-.BR \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
-set subject name.
+.BR \-s " \fIhost@group\fP, " \-\-subject\-name "=" \fIhost@group\fP
+set host and optionally group name.
 .sp
-Set the subject name to name.  This is used as the subject field
-in certificates and in the file name for identity files.
+Set the Autokey host name, and optionally, group name specified
+following an '@' character.  The host name is used in the file
+name of generated host and signing certificates, without the
+group name.  The host name, and if provided, group name are used
+in host@group form for the host certificate's subject and issuer
+fields.  Specifying '-s @group' is allowed, and results in
+leaving the host name unchanged while appending @group to the
+subject and issuer fields, as with -i group.  The group name, or
+if not provided, the host name are also used in the file names
+of IFF, GQ, and MV client parameter files.
 .TP
 .BR \-T ", " -\-trusted\-cert
 trusted certificate (TC scheme).
index 06e96611ea4e838eb83e0dc7adc48e7e4e7cea76..927db105d81a2c0797ac5a7c12a16f73e09308e9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:29 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -743,11 +743,17 @@ generate IFF parameters.
 .sp
 Generate parameters for the IFF identification scheme, obsoleting
 any that may exist.
-.It  \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
-set issuer name.
+.It  \-i " \fIgroup\fP, " \-\-ident "=" \fIgroup\fP
+set Autokey group name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
-in certificates and in the file name for host and sign keys.
+Set the optional Autokey group name to name.  This is used in
+the file name of IFF, GQ, and MV client parameters files.  In
+that role, the default is the host name if this option is not
+provided.  The group name, if specified using -i/--ident or
+using -s/--subject-name following an '@' character, is also a
+part of the self-signed host certificate's subject and issuer
+names in the form host@group and should match the 'crypto ident'
+or 'server ident' configuration in ntpd's configuration file. 
 .It  \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
 set certificate lifetime.
 This option takes an integer number as its argument.
@@ -789,11 +795,19 @@ generate sign key (RSA or DSA).
 Generate a new sign key of the designated type, obsoleting any
 that may exist.  By default, the program uses the host key as the
 sign key.
-.It  \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
-set subject name.
+.It  \-s " \fIhost@group\fP, " \-\-subject\-name "=" \fIhost@group\fP
+set host and optionally group name.
 .sp
-Set the subject name to name.  This is used as the subject field
-in certificates and in the file name for identity files.
+Set the Autokey host name, and optionally, group name specified
+following an '@' character.  The host name is used in the file
+name of generated host and signing certificates, without the
+group name.  The host name, and if provided, group name are used
+in host@group form for the host certificate's subject and issuer
+fields.  Specifying '-s @group' is allowed, and results in
+leaving the host name unchanged while appending @group to the
+subject and issuer fields, as with -i group.  The group name, or
+if not provided, the host name are also used in the file names
+of IFF, GQ, and MV client parameter files.
 .It  \-T ", " -\-trusted\-cert
 trusted certificate (TC scheme).
 .sp
index 4680648c4e9d27d90029052d75bf485cacb263c5..5decd9ca83e858b3735961b8653ef2cb6ef1f490 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "27 Sep 2011" "ntp (4.2.7p216)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -761,11 +761,17 @@ generate IFF parameters.
 Generate parameters for the IFF identification scheme, obsoleting
 any that may exist.
 .TP
-.BR \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
-set issuer name.
+.BR \-i " \fIgroup\fP, " \-\-ident "=" \fIgroup\fP
+set Autokey group name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
-in certificates and in the file name for host and sign keys.
+Set the optional Autokey group name to name.  This is used in
+the file name of IFF, GQ, and MV client parameters files.  In
+that role, the default is the host name if this option is not
+provided.  The group name, if specified using -i/--ident or
+using -s/--subject-name following an '@' character, is also a
+part of the self-signed host certificate's subject and issuer
+names in the form host@group and should match the 'crypto ident'
+or 'server ident' configuration in ntpd's configuration file. 
 .TP
 .BR \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
 set certificate lifetime.
@@ -815,11 +821,19 @@ Generate a new sign key of the designated type, obsoleting any
 that may exist.  By default, the program uses the host key as the
 sign key.
 .TP
-.BR \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
-set subject name.
+.BR \-s " \fIhost@group\fP, " \-\-subject\-name "=" \fIhost@group\fP
+set host and optionally group name.
 .sp
-Set the subject name to name.  This is used as the subject field
-in certificates and in the file name for identity files.
+Set the Autokey host name, and optionally, group name specified
+following an '@' character.  The host name is used in the file
+name of generated host and signing certificates, without the
+group name.  The host name, and if provided, group name are used
+in host@group form for the host certificate's subject and issuer
+fields.  Specifying '-s @group' is allowed, and results in
+leaving the host name unchanged while appending @group to the
+subject and issuer fields, as with -i group.  The group name, or
+if not provided, the host name are also used in the file names
+of IFF, GQ, and MV client parameter files.
 .TP
 .BR \-T ", " -\-trusted\-cert
 trusted certificate (TC scheme).
index fdf00924344fe55a9f6443aa97f2f417b17a821a..afb8ecccf2374d616f7ca4d906cbd1b68d6e2806 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 27 2011
+.Dd September 29 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 27, 2011 at 10:39:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:29 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -743,11 +743,17 @@ generate IFF parameters.
 .sp
 Generate parameters for the IFF identification scheme, obsoleting
 any that may exist.
-.It  \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
-set issuer name.
+.It  \-i " \fIgroup\fP, " \-\-ident "=" \fIgroup\fP
+set Autokey group name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
-in certificates and in the file name for host and sign keys.
+Set the optional Autokey group name to name.  This is used in
+the file name of IFF, GQ, and MV client parameters files.  In
+that role, the default is the host name if this option is not
+provided.  The group name, if specified using -i/--ident or
+using -s/--subject-name following an '@' character, is also a
+part of the self-signed host certificate's subject and issuer
+names in the form host@group and should match the 'crypto ident'
+or 'server ident' configuration in ntpd's configuration file. 
 .It  \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
 set certificate lifetime.
 This option takes an integer number as its argument.
@@ -789,11 +795,19 @@ generate sign key (RSA or DSA).
 Generate a new sign key of the designated type, obsoleting any
 that may exist.  By default, the program uses the host key as the
 sign key.
-.It  \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
-set subject name.
+.It  \-s " \fIhost@group\fP, " \-\-subject\-name "=" \fIhost@group\fP
+set host and optionally group name.
 .sp
-Set the subject name to name.  This is used as the subject field
-in certificates and in the file name for identity files.
+Set the Autokey host name, and optionally, group name specified
+following an '@' character.  The host name is used in the file
+name of generated host and signing certificates, without the
+group name.  The host name, and if provided, group name are used
+in host@group form for the host certificate's subject and issuer
+fields.  Specifying '-s @group' is allowed, and results in
+leaving the host name unchanged while appending @group to the
+subject and issuer fields, as with -i group.  The group name, or
+if not provided, the host name are also used in the file names
+of IFF, GQ, and MV client parameter files.
 .It  \-T ", " -\-trusted\-cert
 trusted certificate (TC scheme).
 .sp