]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P218
authorHarlan Stenn <stenn@ntp.org>
Mon, 3 Oct 2011 05:00:26 +0000 (05:00 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 3 Oct 2011 05:00:26 +0000 (05:00 +0000)
bk: 4e89416a5ELAwVs89QuVIjCrYV9VBA

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 237eb38ff0433264e27e4badc2c9bc813cfa9790..b00088af45667d6cbd9bfbf4e64f4b3506f8d4a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p218) 2011/10/03 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2019] Allow selection of cipher for private key files.
 * Documentation updates from Dave Mills.
 * ntp-keygen private key cipher default now triple-key triple DES CBC.
index f5782655e694db59c3dfb5bd11f65c1ec67caca9..e3fae1c7d84ff0ffef9ddd295b284f9b388b6dc7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:05:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:58:29 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.7p217\n\
+"ntpd 4.2.7p218\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.7p217\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 1abef906f386e1ace8894177c1bae4ba97d15569..2718d90233e4e2335fcd7680baade6a0958a93c2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:05:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:58:29 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.7p217"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p217"
+#define NTPD_VERSION       "4.2.7p218"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5c4fa2e7172cc10fa64b3bd6eccf8300ac986dcb..abbb7eddd4d899c8425d9aefce285e16fa767b72 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:05:36 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 04:59:03 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.7p217
+ntpd - NTP daemon program - Ver. 4.2.7p218
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index bad0020ee0bcb4a6e0b038473e5911b05e14bb0a..a6451eaa959f7a3df5e20ab582125d05b46d3e67 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpd 1ntpdman "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:58:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3d748266764d42311eeee63b1ff4e6f0d336b7d1..056506db55b45c470090e638c2fad7a5cc0423e1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 39df8e07487b2094d53078f76098d92122c0fcb2..ab25800da9bb6def30339dcb2531e5cef9d2029e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpd @NTPD_MS@ "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:58:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8c296313a8e7c8719a1f70f8f0f394dd14ca9d61..d0793b4735e6207a3638a4dd454b66d1b571b266 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:05:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index adaaccb5c7dc13512c26f3a469957bfd3bd3022e..824a5c8cbbadf42477422a6ffff77f7536b844b1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:05:43 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:08 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.7p217\n\
+"ntpdc 4.2.7p218\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.7p217\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 96e7676fea1a28df462bd289c99b63487ea38ef6..c57a4d4d33dd2d7b9ab40cdce8fe96bd23445754 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:05:43 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:07 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.7p217"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p217"
+#define NTPDC_VERSION       "4.2.7p218"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e7dd8172e6b492826073e9d811c875b06c7599b8..f481e4b5f1dba9db4e8bad23d98415b8ac7bf096 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:05:54 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 04:59:19 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.7p217
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p218
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 75d6c6bbffc4d770a2a749421471a9ed27ac78e1..dac8268c15fd53c1ca63474cd6822294d0e37006 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpdc 1ntpdcman "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a9e3686052fee9e0474f4cca7d5587cfa39c6b19..d960fd67525ad2c70d97e1c48c6ea91865427e29 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c22196f1882c462c77d94cbcef3a5e645191fa31..218df2651fce8059d025c77bdbc1dcd214ea4f4d 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.7p217 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p218 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.7p217
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p218
 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 a5b8b27c95c9adb8a375523cdd77464335c75181..824b06741a4452932dd1db7b143ee050c730fef7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpdc @NTPDC_MS@ "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 667a3a4011973b347b5ce9926b4cc34c53aba265..b2f8de84e5e43fb37251daebf6dc80a3226c8b42 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:05:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 78d77a3787bdee6914474005fe13ccb6dc5c3982..db39060fa24f37c311809506789978231e23568d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:05:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:21 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.7p217\n\
+"ntpq 4.2.7p218\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.7p217\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index df42d491ba42106c3117c43e663c9cfb3a21ffb0..93fa4a349011982c745066fa490b5aedb999fa0b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:05:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:20 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.7p217"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p217"
+#define NTPQ_VERSION       "4.2.7p218"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4e3c217fe17e9d5faa47234b02639bdb209103c2..085f52df877274c0d57146eb4a176020bf48455f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:06:08 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 04:59:34 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.7p217
+ntpq - standard NTP query program - Ver. 4.2.7p218
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b8b3e4c8e7e73ed2d0e8b4e02b269f142b68ed30..d01b07da1ace95c150218af5807eb94c361cd46d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpq 1ntpqman "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e3056498a659e24457ad5ec186f262fc973b5256..ed7a1ea28dd467ea3f12e2ec1271bcffd50195b7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7c6fa5d624ca5e3b59f3e2be08abfa57b9fcfd84..3cce0ad33e377d11b66085b458b7d7e558fc11fc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpq @NTPQ_MS@ "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7ef505fa9b18e681eea64f4c62672091f4324965..c1e82cb000fe0893a5670255ec3d100716341cd0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:06:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bab0058926a1602a99cf7b5258bd07c9927a6a90..a8386cf42495fac3020370ff8bd037134c28830b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:06:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:35 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.7p217\n\
+"ntpsnmpd 4.2.7p218\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.7p217\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 12175161ca07e2009b83da8bc9bc124704cf14a0..37df7aad3915877e7308a576d2220588dda6b32b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:06:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:35 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.7p217"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p217"
+#define NTPSNMPD_VERSION       "4.2.7p218"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 68c7791acacbd9ec3889d80e982267c60a4b2685..d16e47f02cfcdea644256423547364193a48ddb4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:06:15 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 04:59:41 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.7p217
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p218
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index a660ebde566a01e6b499a52219159b19ce0c38a4..fd16aa5db3eba3f4c9549830fdcb47e33de4a51b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:38 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 48a56e473108309ed76da8ea941041e0ec3cf3eb..91240929f38863d0db4da31f73cb4a3f291565c3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9e92aae13026d88b58fc02cf671117df05242038..6413cc59ea700a9f8094eea0ef5c1f5463bd923c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:38 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7c21a41eaa46e6d3e8a559c6295fd064e6bfeaa4..fdea1c6c64c0f34858f97d59e07eec3f9bb0ea92 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:06:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c4b21137ce4bbb555f946505e12c4dada641a3a3..eeadebab75ac3860d80032a85be0c29541e189b9 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=217
+point=218
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index c10d26ef5fabe75c0f6858a3054163a22af6bef7..430ec2cf3bcfb56e5e2bbe0c996fe8eb8b807b2b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:05:12 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 04:58:23 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9638e2194df7b8d259586f94e6dfa8f117979ef1..e014ad8f008a1aa8a86618e7be471d287b66ffcd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
+.TH ntp-wait 1ntp-waitman "03 Oct 2011" "ntp (4.2.7p218)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:58:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fb26adb33e7629e6bde69b16b36683ae82107cf4..5f61e6780fee0add075e1a70e1e410a15c031612 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:05:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:58:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f491620f820edba5cc4f9f467bc145b378b1e307..eb47cb4a34d15fbd798db336e7ad97622c8d5433 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.7p217 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p218 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 94719853eda121cfa8669d09bd9abcae4e2df464..2c39e7e14cc44259d832f47b72c8c346fd4f3641 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "03 Oct 2011" "ntp (4.2.7p218)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:05:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:58:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ddfccc00d249537c8949a5ad3c46626374646c1d..a99b9f18ea7940acf79f28336a588b3646e77e42 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:05:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:58:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 72311d04b945667244d0de0bda12fd5e8a6a4668..c6b650f479eb4d2efbbcaab9f5bb1db9704100fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:06:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:56:02 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.7p217\n\
+"sntp 4.2.7p218\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.7p217\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index bf5997758f4965ce583bb50932e8d3dfc4639843..6a2c64ec21084db44e0f53981ebaba4296938e40 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 29, 2011 at 08:06:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:56:01 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.7p217"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p217"
+#define SNTP_VERSION       "4.2.7p218"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 58f71b1ff812aac9041ad58341213ab45f7691e6..5dd37f8d8b89f713b305d0cb4389a0902d2da4bc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:06:39 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 05:00:06 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.7p217
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p218
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e9532d5e323754298d647bc3098d6c31912a62dd..cb4e166224daad0657111969e8e5e865549b4757 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH sntp 1sntpman "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 05:00:01 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 501156e206941c46c8bb6307ed749fec53def429..e3e1b12619091eb8c1094ec67d2c8349ccdb47f5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 05:00:07 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cad3b557052503fbe0a0a80ceceb555768876e9f..2a95511b6e67f7545f2da064171334a86fc2e53f 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.7p217 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p218 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.7p217
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p218
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index a1a3481ec711e3b929c2f1a5a9650093e53e445e..24fd64e5a900591e82d2ec71830f4d0bd221ec22 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "29 Sep 2011" "4.2.7p217" "User Commands"
+.TH sntp @SNTP_MS@ "03 Oct 2011" "4.2.7p218" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 05:00:01 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c73902e585e240217dcde7b98cc9dfa2a8e4553e..12bcb748ca015cbafcf0b5af38ebb99b6cd3df00 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:06:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 05:00:07 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 77a2b115ffbd0335288933bf376ff41b5e990b40..351e482dd0e453cfa9201376ac4780bf7c38de95 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October  2, 2011 at 07:26:43 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:42 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.7p217\n\
+"ntp-keygen (ntp) 4.2.7p218\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\
@@ -808,7 +808,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.7p217\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p218\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d56bae94fbab9b716fd3ae0f643dbe75a41377b2..601b8a1258fa53a2be58283ef41ff515fc4b113f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October  2, 2011 at 07:26:43 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October  3, 2011 at 04:59:42 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p217"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p217"
+#define NTP_KEYGEN_VERSION       "4.2.7p218"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p218"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e01fafbb650686dd44a08ec8b9e6619225280745..ccbb0825732711f27020969d76d1815c4dafb972 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 29, 2011 at 08:06:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  October  3, 2011 at 04:59:52 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -21,6 +21,7 @@ This software is released under a specialized copyright license.
 @menu
 * ntp-keygen usage::                  ntp-keygen usage help (-?)
 * ntp-keygen certificate::           certificate option (-c)
+* ntp-keygen cipher::                cipher option (-C)
 * ntp-keygen debug-level::           debug-level option (-d)
 * ntp-keygen get-pvt-passwd::        get-pvt-passwd option (-q)
 * ntp-keygen gq-params::             gq-params option (-G)
@@ -49,10 +50,11 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p217
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p218
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
+   -C Str cipher         privatekey cipher
    -d no  debug-level    Increase debug verbosity level
                                 - may appear multiple times
    -D Str set-debug-level Set the debug verbosity level
@@ -118,6 +120,23 @@ Note that RSA schemes must be used with a RSA sign key and DSA
 schemes must be used with a DSA sign key.  The default without
 this option is RSA-MD5.
 
+@node ntp-keygen cipher
+@subsection cipher option (-C)
+@cindex ntp-keygen-cipher
+
+This is the ``privatekey cipher'' option.
+
+This option has some usage constraints.  It:
+@itemize @bullet
+@item
+must be compiled in by defining @code{AUTOKEY} during the compilation.
+@end itemize
+
+Select the cipher which is used to encrypt the files containing
+private keys.  The default is three-key triple DES in CBC mode,
+equivalent to "-C des-ede3-cbc".  The openssl tool lists ciphers
+available in "openssl -h" output.
+
 @node ntp-keygen debug-level
 @subsection debug-level option (-d)
 @cindex ntp-keygen-debug-level
@@ -318,7 +337,7 @@ must be compiled in by defining @code{AUTOKEY} during the compilation.
 @end itemize
 
 Encrypt generated files containing private data with the specified
-password and the DES-CBC algorithm.
+password and the cipher selected with -C/--cipher.
 
 @node ntp-keygen set-debug-level
 @subsection set-debug-level option (-D)
index e0dd1efb76f7d76354026e2e226ce826d50f7168..0be9c611f8c309e2d944d2df5ecd1045c975cc23 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "03 Oct 2011" "ntp (4.2.7p218)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:49 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -728,6 +728,14 @@ Note that RSA schemes must be used with a RSA sign key and DSA
 schemes must be used with a DSA sign key.  The default without
 this option is RSA-MD5.
 .TP
+.BR \-C " \fIcipher\fP, " \-\-cipher "=" \fIcipher\fP
+privatekey cipher.
+.sp
+Select the cipher which is used to encrypt the files containing
+private keys.  The default is three-key triple DES in CBC mode,
+equivalent to "-C des-ede3-cbc".  The openssl tool lists ciphers
+available in "openssl -h" output.
+.TP
 .BR \-d ", " -\-debug\-level
 Increase debug verbosity level.
 This option may appear an unlimited number of times.
@@ -807,7 +815,7 @@ public certificates.
 output private password.
 .sp
 Encrypt generated files containing private data with the specified
-password and the DES-CBC algorithm.
+password and the cipher selected with -C/--cipher.
 .TP
 .BR \-q " \fIpasswd\fP, " \-\-get\-pvt\-passwd "=" \fIpasswd\fP
 input private password.
index 927db105d81a2c0797ac5a7c12a16f73e09308e9..81e6f05e0ed52ae73c5d5bae0b1cbda111207b9e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:06:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -716,6 +716,13 @@ Select the certificate message digest/signature encryption scheme.
 Note that RSA schemes must be used with a RSA sign key and DSA
 schemes must be used with a DSA sign key.  The default without
 this option is RSA-MD5.
+.It  \-C " \fIcipher\fP, " \-\-cipher "=" \fIcipher\fP
+privatekey cipher.
+.sp
+Select the cipher which is used to encrypt the files containing
+private keys.  The default is three-key triple DES in CBC mode,
+equivalent to "-C des-ede3-cbc".  The openssl tool lists ciphers
+available in "openssl -h" output.
 .It  \-d ", " -\-debug\-level
 Increase debug verbosity level.
 This option may appear an unlimited number of times.
@@ -784,7 +791,7 @@ public certificates.
 output private password.
 .sp
 Encrypt generated files containing private data with the specified
-password and the DES-CBC algorithm.
+password and the cipher selected with -C/--cipher.
 .It  \-q " \fIpasswd\fP, " \-\-get\-pvt\-passwd "=" \fIpasswd\fP
 input private password.
 .sp
index 5decd9ca83e858b3735961b8653ef2cb6ef1f490..cf56addc426e0ff525faebdfc2495b1e03132793 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Sep 2011" "ntp (4.2.7p217)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "03 Oct 2011" "ntp (4.2.7p218)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September 29, 2011 at 08:06:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:49 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -728,6 +728,14 @@ Note that RSA schemes must be used with a RSA sign key and DSA
 schemes must be used with a DSA sign key.  The default without
 this option is RSA-MD5.
 .TP
+.BR \-C " \fIcipher\fP, " \-\-cipher "=" \fIcipher\fP
+privatekey cipher.
+.sp
+Select the cipher which is used to encrypt the files containing
+private keys.  The default is three-key triple DES in CBC mode,
+equivalent to "-C des-ede3-cbc".  The openssl tool lists ciphers
+available in "openssl -h" output.
+.TP
 .BR \-d ", " -\-debug\-level
 Increase debug verbosity level.
 This option may appear an unlimited number of times.
@@ -807,7 +815,7 @@ public certificates.
 output private password.
 .sp
 Encrypt generated files containing private data with the specified
-password and the DES-CBC algorithm.
+password and the cipher selected with -C/--cipher.
 .TP
 .BR \-q " \fIpasswd\fP, " \-\-get\-pvt\-passwd "=" \fIpasswd\fP
 input private password.
index afb8ecccf2374d616f7ca4d906cbd1b68d6e2806..68fb8ff4099c92bf3b4313f8a8150ed29bded7bd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 29 2011
+.Dd October 3 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 29, 2011 at 08:06:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October  3, 2011 at 04:59:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -716,6 +716,13 @@ Select the certificate message digest/signature encryption scheme.
 Note that RSA schemes must be used with a RSA sign key and DSA
 schemes must be used with a DSA sign key.  The default without
 this option is RSA-MD5.
+.It  \-C " \fIcipher\fP, " \-\-cipher "=" \fIcipher\fP
+privatekey cipher.
+.sp
+Select the cipher which is used to encrypt the files containing
+private keys.  The default is three-key triple DES in CBC mode,
+equivalent to "-C des-ede3-cbc".  The openssl tool lists ciphers
+available in "openssl -h" output.
 .It  \-d ", " -\-debug\-level
 Increase debug verbosity level.
 This option may appear an unlimited number of times.
@@ -784,7 +791,7 @@ public certificates.
 output private password.
 .sp
 Encrypt generated files containing private data with the specified
-password and the DES-CBC algorithm.
+password and the cipher selected with -C/--cipher.
 .It  \-q " \fIpasswd\fP, " \-\-get\-pvt\-passwd "=" \fIpasswd\fP
 input private password.
 .sp