---
+(4.2.6p3) 2011/01/03 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1764] Palisade driver doesn't build on Linux
* Create and use scripts/check--help when generating .texi files.
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c)
*
- * It has been AutoGen-ed December 25, 2010 at 10:04:36 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:15:35 PM by AutoGen 5.11.6pre7
* From the definitions ntpd-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
/* TRANSLATORS: choose the translation for option names wisely because you
cannot ever change your mind. */
tSCC zCopyright[] =
- "ntpd copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+ "ntpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
/* extracted from ../include/copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
* Define the Ntpd Option Environment
*/
static char const zPROGNAME[5] = "NTPD";
-static char const zUsageTitle[104] =
-"ntpd - NTP daemon program - Ver. 4.2.6p3-RC12\n\
+static char const zUsageTitle[99] =
+"ntpd - NTP daemon program - Ver. 4.2.6p3\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
#define zRcName NULL
#define apzHomeList NULL
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.h)
*
- * It has been AutoGen-ed December 25, 2010 at 10:04:36 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:15:35 PM by AutoGen 5.11.6pre7
* From the definitions ntpd-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
} teOptIndex;
#define OPTION_CT 35
-#define NTPD_VERSION "4.2.6p3-RC12"
-#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.6p3-RC12"
+#define NTPD_VERSION "4.2.6p3"
+#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.6p3"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpd-opts.texi)
#
-# It has been AutoGen-ed December 25, 2010 at 10:16:58 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed January 3, 2011 at 09:18:03 PM by AutoGen 5.11.6pre7
# From the definitions ntpd-opts.def
# and the template file aginfo.tpl
@end ignore
@exampleindent 0
@example
-ntpd is unavailable - no --help
+ntpd - NTP daemon program - Ver. 4.2.6p3
+USAGE: ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
+ Flg Arg Option-Name Description
+ -4 no ipv4 Force IPv4 DNS name resolution
+ - prohibits these options:
+ ipv6
+ -6 no ipv6 Force IPv6 DNS name resolution
+ - prohibits these options:
+ ipv4
+ -a no authreq Require crypto authentication
+ - prohibits these options:
+ authnoreq
+ -A no authnoreq Do not require crypto authentication
+ - prohibits these options:
+ authreq
+ -b no bcastsync Allow us to sync to broadcast servers
+ -c Str configfile configuration file name
+ -d no debug-level Increase output debug message level
+ - may appear multiple times
+ -D Str set-debug-level Set the output debug message level
+ - may appear multiple times
+ -f Str driftfile frequency drift file name
+ -g no panicgate Allow the first adjustment to be Big
+ - may appear multiple times
+ -i --- jaildir built without --enable-clockctl or --enable-linuxcaps
+ -I Str interface Listen on an interface name or address
+ - may appear multiple times
+ -k Str keyfile path to symmetric keys
+ -l Str logfile path to the log file
+ -L no novirtualips Do not listen to virtual interfaces
+ -n no nofork Do not fork
+ -N no nice Run at high priority
+ -p Str pidfile path to the PID file
+ -P Num priority Process priority
+ -q no quit Set the time and quit
+ -r Str propagationdelay Broadcast/propagation delay
+ Str saveconfigquit Save parsed configuration and quit
+ -s Str statsdir Statistics file location
+ -t Str trustedkey Trusted key number
+ - may appear multiple times
+ -u --- user built without --enable-clockctl or --enable-linuxcaps
+ -U Num updateinterval interval in seconds between scans for new or dropped interfaces
+ Str var make ARG an ntp variable (RW)
+ - may appear multiple times
+ Str dvar make ARG an ntp variable (RW|DEF)
+ - may appear multiple times
+ -x no slew Slew up to 600 seconds
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+The following option preset mechanisms are supported:
+ - examining environment variables named NTPD_*
+
+
+
+please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
@exampleindent 4
-.TH NTPD 1 2010-12-25 "( 4.2.6p3-RC12)" "Programmer's Manual"
+.TH NTPD 1 2011-01-03 "( 4.2.6p3)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpd.1)
.\"
-.\" It has been AutoGen-ed December 25, 2010 at 10:16:51 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed January 3, 2011 at 09:18:03 PM by AutoGen 5.11.6pre7
.\" From the definitions ntpd-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.c)
*
- * It has been AutoGen-ed December 25, 2010 at 10:18:44 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:12 PM by AutoGen 5.11.6pre7
* From the definitions ntpdc-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpdc copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpdc copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
/* TRANSLATORS: choose the translation for option names wisely because you
cannot ever change your mind. */
tSCC zCopyright[] =
- "ntpdc copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+ "ntpdc copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
/* extracted from ../include/copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
* Define the Ntpdc Option Environment
*/
static char const zPROGNAME[6] = "NTPDC";
-static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p3-RC12\n\
+static char const zUsageTitle[127] =
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p3\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
static char const zRcName[7] = ".ntprc";
static char const * const apzHomeList[3] = {
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.h)
*
- * It has been AutoGen-ed December 25, 2010 at 10:18:44 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:12 PM by AutoGen 5.11.6pre7
* From the definitions ntpdc-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpdc copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpdc copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
} teOptIndex;
#define OPTION_CT 15
-#define NTPDC_VERSION "4.2.6p3-RC12"
-#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.6p3-RC12"
+#define NTPDC_VERSION "4.2.6p3"
+#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.6p3"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi)
#
-# It has been AutoGen-ed December 25, 2010 at 10:19:24 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed January 3, 2011 at 09:18:22 PM by AutoGen 5.11.6pre7
# From the definitions ntpdc-opts.def
# and the template file aginfo.tpl
@end ignore
@exampleindent 0
@example
-ntpdc is unavailable - no --help
+ntpdc - vendor-specific NTP query program - Ver. 4.2.6p3
+USAGE: ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
+ Flg Arg Option-Name Description
+ -4 no ipv4 Force IPv4 DNS name resolution
+ - prohibits these options:
+ ipv6
+ -6 no ipv6 Force IPv6 DNS name resolution
+ - prohibits these options:
+ ipv4
+ -c Str command run a command and exit
+ - may appear multiple times
+ -l no listpeers Print a list of the peers
+ - prohibits these options:
+ command
+ -p no peers Print a list of the peers
+ - prohibits these options:
+ command
+ -s no showpeers Show a list of the peers
+ - prohibits these options:
+ command
+ -i no interactive Force ntpq to operate in interactive mode
+ - prohibits these options:
+ command
+ listpeers
+ peers
+ showpeers
+ -d no debug-level Increase output debug message level
+ - may appear multiple times
+ -D Str set-debug-level Set the output debug message level
+ - may appear multiple times
+ -n no numeric numeric host addresses
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+ -> opt save-opts Save the option state to a config file
+ -< Str load-opts Load options from a config file
+ - disabled as --no-load-opts
+ - may appear multiple times
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - reading file ./.ntprc
+ - examining environment variables named NTPDC_*
+
+The
+[= prog-name =]
+utility program is used to query an NTP daemon about its
+current state and to request changes in that state.
+It uses NTP mode 7 control message formats described in the source code.
+The program may
+be run either in interactive mode or controlled using command line
+arguments.
+Extensive state and statistics information is available
+through the
+[= prog-name =]
+interface.
+In addition, nearly all the
+configuration options which can be specified at startup using
+ntpd's configuration file may also be specified at run time using
+[= prog-name =] .
+
+please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
@exampleindent 4
-.TH NTPDC 1 2010-12-25 "( 4.2.6p3-RC12)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-03 "( 4.2.6p3)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpdc.1)
.\"
-.\" It has been AutoGen-ed December 25, 2010 at 10:19:23 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed January 3, 2011 at 09:18:22 PM by AutoGen 5.11.6pre7
.\" From the definitions ntpdc-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.c)
*
- * It has been AutoGen-ed December 25, 2010 at 10:19:26 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:23 PM by AutoGen 5.11.6pre7
* From the definitions ntpq-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpq copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpq copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
/* TRANSLATORS: choose the translation for option names wisely because you
cannot ever change your mind. */
tSCC zCopyright[] =
- "ntpq copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+ "ntpq copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
/* extracted from ../include/copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
* Define the Ntpq Option Environment
*/
static char const zPROGNAME[5] = "NTPQ";
-static char const zUsageTitle[124] =
-"ntpq - standard NTP query program - Ver. 4.2.6p3-RC12\n\
+static char const zUsageTitle[119] =
+"ntpq - standard NTP query program - Ver. 4.2.6p3\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
static char const zRcName[7] = ".ntprc";
static char const * const apzHomeList[3] = {
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h)
*
- * It has been AutoGen-ed December 25, 2010 at 10:19:26 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:22 PM by AutoGen 5.11.6pre7
* From the definitions ntpq-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpq copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpq copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
} teOptIndex;
#define OPTION_CT 14
-#define NTPQ_VERSION "4.2.6p3-RC12"
-#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.6p3-RC12"
+#define NTPQ_VERSION "4.2.6p3"
+#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.6p3"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpq-opts.texi)
#
-# It has been AutoGen-ed December 25, 2010 at 10:20:38 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed January 3, 2011 at 09:18:38 PM by AutoGen 5.11.6pre7
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
@exampleindent 0
@example
-ntpq is unavailable - no --help
+ntpq - standard NTP query program - Ver. 4.2.6p3
+USAGE: ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
+ Flg Arg Option-Name Description
+ -4 no ipv4 Force IPv4 DNS name resolution
+ - prohibits these options:
+ ipv6
+ -6 no ipv6 Force IPv6 DNS name resolution
+ - prohibits these options:
+ ipv4
+ -c Str command run a command and exit
+ - may appear multiple times
+ -d no debug-level Increase output debug message level
+ - may appear multiple times
+ -D Str set-debug-level Set the output debug message level
+ - may appear multiple times
+ -p no peers Print a list of the peers
+ - prohibits these options:
+ interactive
+ -i no interactive Force ntpq to operate in interactive mode
+ - prohibits these options:
+ command
+ peers
+ -n no numeric numeric host addresses
+ no old-rv Always output status line with readvar
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+ -> opt save-opts Save the option state to a config file
+ -< Str load-opts Load options from a config file
+ - disabled as --no-load-opts
+ - may appear multiple times
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - reading file ./.ntprc
+ - examining environment variables named NTPQ_*
+
+The
+[= prog-name =]
+utility program is used to query NTP servers which
+implement the standard NTP mode 6 control message formats defined
+in Appendix B of the NTPv3 specification RFC1305, requesting
+information about current state and/or changes in that state.
+The same formats are used in NTPv4, although some of the
+variables have changed and new ones added.
+
+please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
@exampleindent 4
-.TH NTPQ 1 2010-12-25 "( 4.2.6p3-RC12)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-03 "( 4.2.6p3)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpq.1)
.\"
-.\" It has been AutoGen-ed December 25, 2010 at 10:20:37 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed January 3, 2011 at 09:18:38 PM by AutoGen 5.11.6pre7
.\" From the definitions ntpq-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c)
*
- * It has been AutoGen-ed December 25, 2010 at 10:20:42 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:39 PM by AutoGen 5.11.6pre7
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpsnmpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
/* TRANSLATORS: choose the translation for option names wisely because you
cannot ever change your mind. */
tSCC zCopyright[] =
- "ntpsnmpd copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+ "ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
/* extracted from ../include/copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
* Define the Ntpsnmpd Option Environment
*/
static char const zPROGNAME[9] = "NTPSNMPD";
-static char const zUsageTitle[108] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p3-RC12\n\
+static char const zUsageTitle[103] =
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p3\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
static char const zRcName[7] = ".ntprc";
static char const * const apzHomeList[3] = {
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
*
- * It has been AutoGen-ed December 25, 2010 at 10:20:41 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:38 PM by AutoGen 5.11.6pre7
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntpsnmpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
} teOptIndex;
#define OPTION_CT 8
-#define NTPSNMPD_VERSION "4.2.6p3-RC12"
-#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p3-RC12"
+#define NTPSNMPD_VERSION "4.2.6p3"
+#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p3"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi)
#
-# It has been AutoGen-ed December 25, 2010 at 10:21:10 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed January 3, 2011 at 09:18:49 PM by AutoGen 5.11.6pre7
# From the definitions ntpsnmpd-opts.def
# and the template file aginfo.tpl
@end ignore
@exampleindent 0
@example
-ntpsnmpd is unavailable - no --help
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p3
+USAGE: ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
+ Flg Arg Option-Name Description
+ -n no nofork Do not fork
+ -p no syslog Log to syslog()
+ Str agentxsocket The socket address ntpsnmpd uses to connect to net-snmpd
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+ -> opt save-opts Save the option state to a config file
+ -< Str load-opts Load options from a config file
+ - disabled as --no-load-opts
+ - may appear multiple times
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - reading file ./.ntprc
+ - examining environment variables named NTPSNMPD_*
+
+please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
@exampleindent 4
-.TH NTPSNMPD 1 2010-12-25 "( 4.2.6p3-RC12)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-03 "( 4.2.6p3)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1)
.\"
-.\" It has been AutoGen-ed December 25, 2010 at 10:21:09 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed January 3, 2011 at 09:18:48 PM by AutoGen 5.11.6pre7
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman1.tpl
.\"
special=
# prerelease can be empty, 'beta', or 'rc'.
-prerelease=rc
+prerelease=
# ChangeLog starting tag (see also CommitLog-4.1.0)
CLTAG=NTP_4_2_0
# Should be zeroed at release, and left at zero until first beta.
# The first beta is -beta1.
# betapoint is always zero in ntp-dev.
-betapoint=1
+betapoint=0
### rcpoint is normally modified by script except for GO.
# RC number (rcpoint)
# - - prerelease is emptied
# else (not in RC)
# - rcpoint is empty and unused (for now).
-rcpoint=GO
+rcpoint=
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.c)
*
- * It has been AutoGen-ed December 25, 2010 at 10:03:48 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:07:39 PM by AutoGen 5.11.6pre7
* From the definitions sntp-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * sntp copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * sntp copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
/* TRANSLATORS: choose the translation for option names wisely because you
cannot ever change your mind. */
tSCC zCopyright[] =
- "sntp copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+ "sntp copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
/* extracted from ../include/copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
* Define the Sntp Option Environment
*/
static char const zPROGNAME[5] = "SNTP";
-static char const zUsageTitle[126] =
-"sntp - standard SNTP program - Ver. 4.2.6p3-RC12\n\
+static char const zUsageTitle[121] =
+"sntp - standard SNTP program - Ver. 4.2.6p3\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
static char const zRcName[7] = ".ntprc";
static char const * const apzHomeList[3] = {
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.h)
*
- * It has been AutoGen-ed December 25, 2010 at 10:03:47 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:07:39 PM by AutoGen 5.11.6pre7
* From the definitions sntp-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * sntp copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * sntp copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
} teOptIndex;
#define OPTION_CT 17
-#define SNTP_VERSION "4.2.6p3-RC12"
-#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.6p3-RC12"
+#define SNTP_VERSION "4.2.6p3"
+#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.6p3"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (sntp-opts.texi)
#
-# It has been AutoGen-ed December 25, 2010 at 10:04:29 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed January 3, 2011 at 09:15:34 PM by AutoGen 5.11.6pre7
# From the definitions sntp-opts.def
# and the template file aginfo.tpl
@end ignore
@exampleindent 0
@example
-sntp is unavailable - no --help
+sntp - standard SNTP program - Ver. 4.2.6p3
+USAGE: sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
+ Flg Arg Option-Name Description
+ -4 no ipv4 Force IPv4 DNS name resolution
+ - prohibits these options:
+ ipv6
+ -6 no ipv6 Force IPv6 DNS name resolution
+ - prohibits these options:
+ ipv4
+ -d no normalverbose Normal verbose
+ -K Str kod KoD history filename
+ -p no syslog Logging with syslog
+ - prohibits these options:
+ filelog
+ -l Str filelog Log to specified logfile
+ - prohibits these options:
+ syslog
+ -s no settod Set (step) the time with settimeofday()
+ - prohibits these options:
+ adjtime
+ -j no adjtime Set (slew) the time with adjtime()
+ - prohibits these options:
+ settod
+ -b Str broadcast Use broadcasts to the address specified for synchronisation
+ -t Num timeout Specify the number of seconds to wait for broadcasts
+ -a Num authentication Enable authentication with the key auth-keynumber
+ -k Str keyfile Specify a keyfile. SNTP will look in this file for the key specified with -a
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+ -> opt save-opts Save the option state to a config file
+ -< Str load-opts Load options from a config file
+ - disabled as --no-load-opts
+ - may appear multiple times
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - reading file ./.ntprc
+ - examining environment variables named SNTP_*
+
+sntp implements the Simple Network Time Protocol, and is used to query
+an NTP or SNTP server and either display the time or set the local
+system's time (given suitable privilege).
+
+It can be run interactively from the command line or as a cron job.
+
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC
+1305.
+
+please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
@exampleindent 4
-.TH SNTP 1 2010-12-25 "( 4.2.6p3-RC12)" "Programmer's Manual"
+.TH SNTP 1 2011-01-03 "( 4.2.6p3)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (sntp.1)
.\"
-.\" It has been AutoGen-ed December 25, 2010 at 10:04:27 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed January 3, 2011 at 09:07:46 PM by AutoGen 5.11.6pre7
.\" From the definitions sntp-opts.def
.\" and the template file agman1.tpl
.\"
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.6p3-RC12 of <code>sntp</code>.
+ <p>This document applies to version 4.2.6p3 of <code>sntp</code>.
<p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
<p><a name="index-sntp-usage-3"></a>
This is the automatically generated usage text for sntp:
-<pre class="example">sntp is unavailable - no --help
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.6p3
+USAGE: sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...
+ Flg Arg Option-Name Description
+ -4 no ipv4 Force IPv4 DNS name resolution
+ - prohibits these options:
+ ipv6
+ -6 no ipv6 Force IPv6 DNS name resolution
+ - prohibits these options:
+ ipv4
+ -d no normalverbose Normal verbose
+ -K Str kod KoD history filename
+ -p no syslog Logging with syslog
+ - prohibits these options:
+ filelog
+ -l Str filelog Log to specified logfile
+ - prohibits these options:
+ syslog
+ -s no settod Set (step) the time with settimeofday()
+ - prohibits these options:
+ adjtime
+ -j no adjtime Set (slew) the time with adjtime()
+ - prohibits these options:
+ settod
+ -b Str broadcast Use broadcasts to the address specified for synchronisation
+ -t Num timeout Specify the number of seconds to wait for broadcasts
+ -a Num authentication Enable authentication with the key auth-keynumber
+ -k Str keyfile Specify a keyfile. SNTP will look in this file for the key specified with -a
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+ -> opt save-opts Save the option state to a config file
+ -< Str load-opts Load options from a config file
+ - disabled as --no-load-opts
+ - may appear multiple times
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - reading file ./.ntprc
+ - examining environment variables named SNTP_*
+
+sntp implements the Simple Network Time Protocol, and is used to query
+an NTP or SNTP server and either display the time or set the local
+system's time (given suitable privilege).
+
+It can be run interactively from the command line or as a cron job.
+
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC
+1305.
+
+please send bug reports to: http://bugs.ntp.org, bugs@ntp.org
</pre>
<div class="node">
<p><hr>
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed December 25, 2010 at 10:21:14 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:50 PM by AutoGen 5.11.6pre7
* From the definitions ntp-keygen-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntp-keygen copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
/* TRANSLATORS: choose the translation for option names wisely because you
cannot ever change your mind. */
tSCC zCopyright[] =
- "ntp-keygen copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+ "ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
/* extracted from ../include/copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
* Define the Ntp_Keygen Option Environment
*/
static char const zPROGNAME[11] = "NTP_KEYGEN";
-static char const zUsageTitle[119] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p3-RC12\n\
+static char const zUsageTitle[114] =
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p3\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
static char const zRcName[7] = ".ntprc";
static char const * const apzHomeList[3] = {
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed December 25, 2010 at 10:21:14 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed January 3, 2011 at 09:18:50 PM by AutoGen 5.11.6pre7
* From the definitions ntp-keygen-opts.def
* and the template file options
*
*
* This source file is copyrighted and licensed under the following terms:
*
- * ntp-keygen copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
*
* see html/copyright.html
*/
} teOptIndex;
#define OPTION_CT 23
-#define NTP_KEYGEN_VERSION "4.2.6p3-RC12"
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p3-RC12"
+#define NTP_KEYGEN_VERSION "4.2.6p3"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p3"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed December 25, 2010 at 10:22:06 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed January 3, 2011 at 09:19:07 PM by AutoGen 5.11.6pre7
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
@exampleindent 0
@example
-ntp-keygen is unavailable - no --help
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p3
+USAGE: ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
+ Flg Arg Option-Name Description
+ -c Str certificate certificate scheme
+ -d no debug-level Increase output debug message level
+ - may appear multiple times
+ -D Str set-debug-level Set the output debug message level
+ - may appear multiple times
+ -e no id-key Write IFF or GQ identity keys
+ -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
+ -M no md5key generate MD5 keys
+ -m Num modulus modulus
+ - it must be: 256 to 2048
+ -P no pvt-cert generate PC private certificate
+ -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
+ -T no trusted-cert trusted certificate (TC scheme)
+ -V Num mv-params generate <num> MV parameters
+ -v Num mv-keys update <num> MV keys
+ opt version Output version information and exit
+ -? no help Display extended usage information and exit
+ -! no more-help Extended usage information passed thru pager
+ -> opt save-opts Save the option state to a config file
+ -< Str load-opts Load options from a config file
+ - disabled as --no-load-opts
+ - may appear multiple times
+
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - reading file ./.ntprc
+ - examining environment variables named NTP_KEYGEN_*
+
+If there is no new host key, look for an existing one.
+If one is not found, create it.
+
+please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
@exampleindent 4
-.TH NTP-KEYGEN 1 2010-12-25 "(ntp 4.2.6p3-RC12)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-03 "(ntp 4.2.6p3)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed December 25, 2010 at 10:22:04 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed January 3, 2011 at 09:19:05 PM by AutoGen 5.11.6pre7
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"