From: NTP Release Engineering This document describes the configuration file for the NTP Project’s
This document applies to version 4.3.97 of This document applies to version 4.3.98 of ntpd program.
ntp.conf.
+ntp.conf.
Short Table of Contents
@@ -1690,7 +1690,7 @@ The
subcommand specifies the probability of discard
for packets that overflow the rate-control window.
restrict address [mask mask] [flag ...]restrict address [mask mask] [ippeerlimit int] [flag ...]The
address
argument expressed in
@@ -1714,6 +1714,15 @@ Note that text string
default,
with no mask option, may
be used to indicate the default entry.
+The
+ippeerlimit
+directive limits the number of peer requests for each IP to
+int,
+where a value of -1 means "unlimited", the current default.
+A value of 0 means "none".
+There would usually be at most 1 peering request per IP,
+but if the remote peering requests are behind a proxy
+there could well be more than 1 per IP.
In the current implementation,
flag
always
@@ -1768,6 +1777,19 @@ This flag
modifies the assignment algorithm by allowing low priority traps to
be overridden by later requests for normal priority traps.
noepeerDeny ephemeral peer requests,
+even if they come from an authenticated source.
+Note that the ability to use a symmetric key for authentication may be restricted to
+one or more IPs or subnets via the third field of the
+ntp.keys
+file.
+This restriction is not enabled by default,
+to maintain backward compatability.
+Expect
+noepeer
+to become the default in ntp-4.4.
+
nomodifyDeny
ntpq(1ntpqmdoc)
@@ -1787,10 +1809,10 @@ queries.
Time service is not affected.
nopeerDeny packets which would result in mobilizing a new association. -This -includes broadcast and symmetric active packets when a configured -association does not exist. +
Deny unauthenticated packets which would result in mobilizing a new association.
+This includes
+broadcast and symmetric active packets
+when a configured association does not exist.
It also includes
pool
associations, so if you want to use servers from a
@@ -1798,10 +1820,10 @@ associations, so if you want to use servers from a
directive and also want to use
nopeer
by default, you’ll want a
-restrict source ... line as well that does
-
include the
+restrict source ...
+line as well that does
+not
+include the
nopeer
directive.
stratum intSpecifies the stratum number assigned to the driver, an integer @@ -2819,6 +2841,71 @@ This option is useful for sites that run on multiple hosts, with (mostly) common options (e.g., a restriction list).
interface [listen | ignore | drop] [all | ipv4 | ipv6 | wildcard name | address [/ prefixlen]]The
+interface
+directive controls which network addresses
+ntpd(1ntpdmdoc)
+opens, and whether input is dropped without processing.
+The first parameter determines the action for addresses
+which match the second parameter.
+The second parameter specifies a class of addresses,
+or a specific interface name,
+or an address.
+In the address case,
+prefixlen
+determines how many bits must match for this rule to apply.
+ignore
+prevents opening matching addresses,
+drop
+causes
+ntpd(1ntpdmdoc)
+to open the address and drop all received packets without examination.
+Multiple
+interface
+directives can be used.
+The last rule which matches a particular address determines the action for it.
+interface
+directives are disabled if any
+-I,
+--interface,
+-L,
+or
+--novirtualips
+command-line options are specified in the configuration file,
+all available network addresses are opened.
+The
+nic
+directive is an alias for
+interface.
+
leapfile leapfileThis command loads the IERS leapseconds file and initializes the
+leapsecond values for the next leapsecond event, leapfile expiration
+time, and TAI offset.
+The file can be obtained directly from the IERS at
+https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
+or
+ftp://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list.
+The
+leapfile
+is scanned when
+ntpd(1ntpdmdoc)
+processes the
+leapfile directive or when
+ntpd detects that the
+leapfile
+has changed.
+ntpd
+checks once a day to see if the
+leapfile
+has changed.
+The
+update-leap(1update_leapmdoc)
+script can be run to see if the
+leapfile
+should be updated.
+
leapsmearinterval secondsThis EXPERIMENTAL option is only available if
ntpd(1ntpdmdoc)
@@ -2908,6 +2995,161 @@ This is the same operation as the
-l
command line option.
mru [maxdepth count | maxmem kilobytes | mindepth count | maxage seconds | initialloc count | initmem kilobytes | incalloc count | incmem kilobytes]Controls size limite of the monitoring facility’s Most Recently Used +(MRU) list +of client addresses, which is also used by the +rate control facility. +
maxdepth countmaxmem kilobytesEquivalent upper limits on the size of the MRU list, in terms of entries or kilobytes.
+The acutal limit will be up to
+incalloc
+entries or
+incmem
+kilobytes larger.
+As with all of the
+mru
+options offered in units of entries or kilobytes, if both
+maxdepth
+and
+maxmem are used, the last one used controls.
+The default is 1024 kilobytes.
+
mindepth countLower limit on the MRU list size.
+When the MRU list has fewer than
+mindepth
+entries, existing entries are never removed to make room for newer ones,
+regardless of their age.
+The default is 600 entries.
+
maxage secondsOnce the MRU list has
+mindepth
+entries and an additional client is to ba added to the list,
+if the oldest entry was updated more than
+maxage
+seconds ago, that entry is removed and its storage is reused.
+If the oldest entry was updated more recently the MRU list is grown,
+subject to
+maxdepth / moxmem.
+The default is 64 seconds.
+
initalloc countinitmem kilobytesInitial memory allocation at the time the monitoringfacility is first enabled, +in terms of the number of entries or kilobytes. +The default is 4 kilobytes. +
incalloc countincmem kilobytesSize of additional memory allocations when growing the MRU list, in entries or kilobytes. +The default is 4 kilobytes. +
nonvolatile thresholdSpecify the
+threshold
+delta in seconds before an hourly change to the
+driftfile
+(frequency file) will be written, with a default value of 1e-7 (0.1 PPM).
+The frequency file is inspected each hour.
+If the difference between the current frequency and the last value written
+exceeds the threshold, the file is written and the
+threshold
+becomes the new threshold value.
+If the threshold is not exceeeded, it is reduced by half.
+This is intended to reduce the number of file writes
+for embedded systems with nonvolatile memory.
+
phone dial ...This command is used in conjunction with +the ACTS modem driver (type 18) +or the JJY driver (type 40, mode 100 - 180). +For the ACTS modem driver (type 18), the arguments consist of +a maximum of 10 telephone numbers used to dial USNO, NIST, or European +time service. +For the JJY driver (type 40 mode 100 - 180), the argument is +one telephone number used to dial the telephone JJY service. +The Hayes command ATDT is normally prepended to the number. +The number can contain other modem control codes as well. +
reset [allpeers] [auth] [ctl] [io] [mem] [sys] [timer]Reset one or more groups of counters maintained by
+ntpd
+and exposed by
+ntpq
+and
+ntpdc.
+
rlimit [memlock Nmegabytes | stacksize N4kPages filenum Nfiledescriptors]memlock NmegabytesSpecify the number of megabytes of memory that should be
+allocated and locked.
+Probably only available under Linux, this option may be useful
+when dropping root (the
+-i
+option).
+The default is 32 megabytes on non-Linux machines, and -1 under Linux.
+-1 means "do not lock the process into memory".
+0 means "lock whatever memory the process wants into memory".
+
stacksize N4kPagesSpecifies the maximum size of the process stack on systems with the
+mlockall()
+function.
+Defaults to 50 4k pages (200 4k pages in OpenBSD).
+
filenum NfiledescriptorsSpecifies the maximum number of file descriptors ntpd may have open at once. +Defaults to the system default. +
saveconfigdir directory_pathSpecify the directory in which to write configuration snapshots
+requested with
+.Cm ntpq ’s
+saveconfig
+command.
+If
+saveconfigdir
+does not appear in the configuration file,
+saveconfig
+requests are rejected by
+ntpd.
+
saveconfig filenameWrite the current configuration, including any runtime
+modifications given with
+:config
+or
+config-from-file
+to the
+ntpd
+host’s
+filename
+in the
+saveconfigdir.
+This command will be rejected unless the
+saveconfigdir
+directive appears in
+.Cm ntpd ’s
+configuration file.
+filename
+can use
+strftime(3)
+format directives to substitute the current date and time,
+for example,
+saveconfig\ ntp-%Y%m%d-%H%M%S.conf.
+The filename used is stored in the system variable
+savedconfig.
+Authentication is required.
+
setvar variable [default]This command adds an additional system variable.
These
@@ -2941,6 +3183,12 @@ the names of all peer variables and the
clock_var_list
holds the names of the reference clock variables.
sysinfoDisplay operational summary. +
sysstatsShow statistics counters maintained in the protocol module. +
tinker [allan allan | dispersion dispersion | freq freq | huffpuff huffpuff | panic panic | step step | stepback stepback | stepfwd stepfwd | stepout stepout]This command can be used to alter several system variables in very exceptional circumstances. @@ -3028,31 +3276,19 @@ pulses will not be suppressed.
rlimit [memlock Nmegabytes | stacksize N4kPages filenum Nfiledescriptors]memlock NmegabytesSpecify the number of megabytes of memory that should be
-allocated and locked.
-Probably only available under Linux, this option may be useful
-when dropping root (the
--i
-option).
-The default is 32 megabytes on non-Linux machines, and -1 under Linux.
--1 means "do not lock the process into memory".
-0 means "lock whatever memory the process wants into memory".
-
stacksize N4kPagesSpecifies the maximum size of the process stack on systems with the
-mlockall()
-function.
-Defaults to 50 4k pages (200 4k pages in OpenBSD).
-
filenum NfiledescriptorsSpecifies the maximum number of file descriptors ntpd may have open at once. -Defaults to the system default. +
writevar assocID\ name = value [,...]Write (create or update) the specified variables.
+If the
+assocID
+is zero, the variablea re from the
+system variables
+name space, otherwise they are from the
+peer variables
+name space.
+The
+assocID
+is required, as the same name can occur in both name spaces.
trap host_address [port port_number] [interface interface_address]This command configures a trap receiver at the given host address and port number for sending messages with the specified @@ -3064,6 +3300,14 @@ message is sent with a source address of the local interface the message is sent through. Note that on a multihomed host the interface used may vary from time to time with routing changes. +
ttl hop ...This command specifies a list of TTL values in increasing order.
+Up to 8 values can be specified.
+In
+manycast
+mode these values are used in-turn in an expanding-ring search.
+The default is eight multiples of 32 starting at 31.
The trap receiver will generally log event messages and other
information from the server in a log file.
diff --git a/ntpd/ntp.conf.man.in b/ntpd/ntp.conf.man.in
index d49bcf27f..a5611f256 100644
--- a/ntpd/ntp.conf.man.in
+++ b/ntpd/ntp.conf.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp.conf 5 "06 Jun 2019" "4.3.97" "File Formats"
+.TH ntp.conf 5 "07 Jun 2019" "4.3.98" "File Formats"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:58 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:28 AM by AutoGen 5.18.5
.\" From the definitions ntp.conf.def
.\" and the template file agman-cmd.tpl
.SH NAME
@@ -326,7 +326,7 @@ option.
All packets sent to and received from the server or peer are to
include authentication fields encrypted using the specified
\f\*[I-Font]key\f[]
-identifier with values from 1 to 65534, inclusive.
+identifier with values from 1 to 65535, inclusive.
The
default is to include no encryption field.
.TP 7
@@ -611,7 +611,7 @@ and reports at the NTP project page linked from
\f[C]http://www.ntp.org/\f[].
.SS Symmetric-Key Cryptography
The original RFC-1305 specification allows any one of possibly
-65,534 keys, each distinguished by a 32-bit key identifier, to
+65,535 keys, each distinguished by a 32-bit key identifier, to
authenticate an association.
The servers and clients involved must
agree on the key and key identifier to
@@ -932,7 +932,7 @@ The
\f\*[I-Font]key\f[]
argument is
the key identifier for a trusted key, where the value can be in the
-range 1 to 65,534, inclusive.
+range 1 to 65,535, inclusive.
.TP 7
.NOP \f\*[B-Font]crypto\f[] [\f\*[B-Font]cert\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]leap\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]randfile\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]host\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]sign\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]gq\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]gqpar\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]iffpar\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]mvpar\f[] \f\*[I-Font]file\f[]] [\f\*[B-Font]pw\f[] \f\*[I-Font]password\f[]]
This command requires the OpenSSL library.
@@ -1038,7 +1038,7 @@ The
\f\*[I-Font]key\f[]
argument is a key identifier
for the trusted key, where the value can be in the range 1 to
-65,534, inclusive.
+65,535, inclusive.
.TP 7
.NOP \f\*[B-Font]revoke\f[] \f\*[I-Font]logsec\f[]
Specifies the interval between re-randomization of certain
@@ -1067,7 +1067,7 @@ servers.
The
\f\*[I-Font]key\f[]
arguments are 32-bit unsigned
-integers with values from 1 to 65,534.
+integers with values from 1 to 65,535.
.PP
.SS Error Codes
The following error codes are reported via the NTP control
diff --git a/ntpd/ntp.conf.mdoc.in b/ntpd/ntp.conf.mdoc.in
index 09f97fbcd..414c536c9 100644
--- a/ntpd/ntp.conf.mdoc.in
+++ b/ntpd/ntp.conf.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_CONF 5 File Formats
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:49 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:18 AM by AutoGen 5.18.5
.\" From the definitions ntp.conf.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
@@ -325,7 +325,7 @@ option.
All packets sent to and received from the server or peer are to
include authentication fields encrypted using the specified
.Ar key
-identifier with values from 1 to 65534, inclusive.
+identifier with values from 1 to 65535, inclusive.
The
default is to include no encryption field.
.It Cm minpoll Ar minpoll
@@ -583,7 +583,7 @@ and reports at the NTP project page linked from
.Li http://www.ntp.org/ .
.Ss Symmetric\-Key Cryptography
The original RFC\-1305 specification allows any one of possibly
-65,534 keys, each distinguished by a 32\-bit key identifier, to
+65,535 keys, each distinguished by a 32\-bit key identifier, to
authenticate an association.
The servers and clients involved must
agree on the key and key identifier to
@@ -877,7 +877,7 @@ The
.Ar key
argument is
the key identifier for a trusted key, where the value can be in the
-range 1 to 65,534, inclusive.
+range 1 to 65,535, inclusive.
.It Xo Ic crypto
.Op Cm cert Ar file
.Op Cm leap Ar file
@@ -981,7 +981,7 @@ The
.Ar key
argument is a key identifier
for the trusted key, where the value can be in the range 1 to
-65,534, inclusive.
+65,535, inclusive.
.It Ic revoke Ar logsec
Specifies the interval between re\-randomization of certain
cryptographic values used by the Autokey scheme, as a power of 2 in
@@ -1008,7 +1008,7 @@ servers.
The
.Ar key
arguments are 32\-bit unsigned
-integers with values from 1 to 65,534.
+integers with values from 1 to 65,535.
.El
.Ss Error Codes
The following error codes are reported via the NTP control
diff --git a/ntpd/ntp.keys.5man b/ntpd/ntp.keys.5man
index 89b70eb56..c3c95870d 100644
--- a/ntpd/ntp.keys.5man
+++ b/ntpd/ntp.keys.5man
@@ -1,8 +1,8 @@
-.TH ntp.keys 5man "06 Jun 2019" "4.3.97" "File Formats"
+.TH ntp.keys 5man "07 Jun 2019" "4.3.98" "File Formats"
.\"
.\" EDIT THIS FILE WITH CAUTION (ntp.man)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:59 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:29 AM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agman-file.tpl
.Sh NAME
@@ -54,7 +54,7 @@ statement in the configuration file.
While key number 0 is fixed by the NTP standard
(as 56 zero bits)
and may not be changed,
-one or more keys numbered between 1 and 65534
+one or more keys numbered between 1 and 65535
may be arbitrarily set in the keys file.
.sp \n(Ppu
.ne 2
@@ -73,7 +73,7 @@ Key entries use a fixed format of the form
where
\f\*[I-Font]keyno\f[]
-is a positive integer (between 1 and 65534),
+is a positive integer (between 1 and 65535),
\f\*[I-Font]type\f[]
is the message digest algorithm,
\f\*[I-Font]key\f[]
diff --git a/ntpd/ntp.keys.5mdoc b/ntpd/ntp.keys.5mdoc
index 3c74b1c9a..3b516a1cc 100644
--- a/ntpd/ntp.keys.5mdoc
+++ b/ntpd/ntp.keys.5mdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_KEYS 5mdoc File Formats
.Os FreeBSD 11.2-RELEASE_SI
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:50 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:20 AM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agmdoc-file.tpl
.Sh NAME
@@ -37,7 +37,7 @@ statement in the configuration file.
While key number 0 is fixed by the NTP standard
(as 56 zero bits)
and may not be changed,
-one or more keys numbered between 1 and 65534
+one or more keys numbered between 1 and 65535
may be arbitrarily set in the keys file.
.Pp
The key file uses the same comment conventions
@@ -48,7 +48,7 @@ Key entries use a fixed format of the form
.Pp
where
.Ar keyno
-is a positive integer (between 1 and 65534),
+is a positive integer (between 1 and 65535),
.Ar type
is the message digest algorithm,
.Ar key
diff --git a/ntpd/ntp.keys.html b/ntpd/ntp.keys.html
index d23b15153..0577b05b1 100644
--- a/ntpd/ntp.keys.html
+++ b/ntpd/ntp.keys.html
@@ -61,7 +61,7 @@ Next: ntp.keys Desc
This document describes the symmetric key file for the NTP Project’s
This document applies to version 4.3.97 of This document applies to version 4.3.98 of ntpd program.
ntp.keys.
+ntp.keys.
/subnetbits
+specification which identifies the number of bits for
+the desired subnet of trust.
If
opt_IP_list
is empty,
-any properly-authenticated server message will be
+any properly-authenticated message will be
accepted.
The
diff --git a/ntpd/ntp.keys.man.in b/ntpd/ntp.keys.man.in
index a3db2406a..4ab986f13 100644
--- a/ntpd/ntp.keys.man.in
+++ b/ntpd/ntp.keys.man.in
@@ -1,8 +1,8 @@
-.TH ntp.keys 5 "06 Jun 2019" "4.3.97" "File Formats"
+.TH ntp.keys 5 "07 Jun 2019" "4.3.98" "File Formats"
.\"
.\" EDIT THIS FILE WITH CAUTION (ntp.man)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:59 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:29 AM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agman-file.tpl
.Sh NAME
@@ -54,7 +54,7 @@ statement in the configuration file.
While key number 0 is fixed by the NTP standard
(as 56 zero bits)
and may not be changed,
-one or more keys numbered between 1 and 65534
+one or more keys numbered between 1 and 65535
may be arbitrarily set in the keys file.
.sp \n(Ppu
.ne 2
@@ -73,7 +73,7 @@ Key entries use a fixed format of the form
where
\f\*[I-Font]keyno\f[]
-is a positive integer (between 1 and 65534),
+is a positive integer (between 1 and 65535),
\f\*[I-Font]type\f[]
is the message digest algorithm,
\f\*[I-Font]key\f[]
diff --git a/ntpd/ntp.keys.mdoc.in b/ntpd/ntp.keys.mdoc.in
index 01f337cec..36a2206ee 100644
--- a/ntpd/ntp.keys.mdoc.in
+++ b/ntpd/ntp.keys.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_KEYS 5 File Formats
.Os FreeBSD 11.2-RELEASE_SI
.\" EDIT THIS FILE WITH CAUTION (ntp.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:50 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:20 AM by AutoGen 5.18.5
.\" From the definitions ntp.keys.def
.\" and the template file agmdoc-file.tpl
.Sh NAME
@@ -37,7 +37,7 @@ statement in the configuration file.
While key number 0 is fixed by the NTP standard
(as 56 zero bits)
and may not be changed,
-one or more keys numbered between 1 and 65534
+one or more keys numbered between 1 and 65535
may be arbitrarily set in the keys file.
.Pp
The key file uses the same comment conventions
@@ -48,7 +48,7 @@ Key entries use a fixed format of the form
.Pp
where
.Ar keyno
-is a positive integer (between 1 and 65534),
+is a positive integer (between 1 and 65535),
.Ar type
is the message digest algorithm,
.Ar key
diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c
index 740c92eb5..f15283808 100644
--- a/ntpd/ntpd-opts.c
+++ b/ntpd/ntpd-opts.c
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c)
*
- * It has been AutoGen-ed June 6, 2019 at 11:18:26 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:44:56 AM by AutoGen 5.18.5
* From the definitions ntpd-opts.def
* and the template file options
*
@@ -75,7 +75,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpd options
*/
static char const ntpd_opt_strs[3126] =
-/* 0 */ "ntpd 4.3.97\n"
+/* 0 */ "ntpd 4.3.98\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -205,12 +205,12 @@ static char const ntpd_opt_strs[3126] =
/* 2899 */ "output version information and exit\0"
/* 2935 */ "version\0"
/* 2943 */ "NTPD\0"
-/* 2948 */ "ntpd - NTP daemon program - Ver. 4.3.97\n"
+/* 2948 */ "ntpd - NTP daemon program - Ver. 4.3.98\n"
"Usage: %s [ -
This document applies to version 4.3.97 of ntpd.
+
This document applies to version 4.3.98 of ntpd.
ntpd - NTP daemon program - Ver. 4.2.8p11
+ntpd - NTP daemon program - Ver. 4.3.97
Usage: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ <server1> ... <serverN> ]
Flg Arg Option-Name Description
diff --git a/ntpd/ntpd.man.in b/ntpd/ntpd.man.in
index 64aa1c257..1ce96661f 100644
--- a/ntpd/ntpd.man.in
+++ b/ntpd/ntpd.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpd @NTPD_MS@ "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpd @NTPD_MS@ "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:01 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:30 AM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpd/ntpd.mdoc.in b/ntpd/ntpd.mdoc.in
index 39ac2c688..56d796592 100644
--- a/ntpd/ntpd.mdoc.in
+++ b/ntpd/ntpd.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPD @NTPD_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:51 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:21 AM by AutoGen 5.18.5
.\" From the definitions ntpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpdc/invoke-ntpdc.texi b/ntpdc/invoke-ntpdc.texi
index 04b7fdf0a..08d70167d 100644
--- a/ntpdc/invoke-ntpdc.texi
+++ b/ntpdc/invoke-ntpdc.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpdc.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:19:07 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:45:36 AM by AutoGen 5.18.5
# From the definitions ntpdc-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -76,7 +76,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntpdc - vendor-specific NTPD control program - Ver. 4.3.97
+ntpdc - vendor-specific NTPD control program - Ver. 4.3.98
Usage: ntpdc [ - [] | --[@{=| @}] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c
index 9e709fb20..500aad450 100644
--- a/ntpdc/ntpdc-opts.c
+++ b/ntpdc/ntpdc-opts.c
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.c)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:03 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:32 AM by AutoGen 5.18.5
* From the definitions ntpdc-opts.def
* and the template file options
*
@@ -69,7 +69,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpdc options
*/
static char const ntpdc_opt_strs[1908] =
-/* 0 */ "ntpdc 4.3.97\n"
+/* 0 */ "ntpdc 4.3.98\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -128,14 +128,14 @@ static char const ntpdc_opt_strs[1908] =
/* 1693 */ "no-load-opts\0"
/* 1706 */ "no\0"
/* 1709 */ "NTPDC\0"
-/* 1715 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.3.97\n"
+/* 1715 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.3.98\n"
"Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n\0"
/* 1844 */ "$HOME\0"
/* 1850 */ ".\0"
/* 1852 */ ".ntprc\0"
/* 1859 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 1893 */ "\n\0"
-/* 1895 */ "ntpdc 4.3.97";
+/* 1895 */ "ntpdc 4.3.98";
/**
* ipv4 option description with
@@ -796,7 +796,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntpdcOptions.pzCopyright */
- puts(_("ntpdc 4.3.97\n\
+ puts(_("ntpdc 4.3.98\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -862,14 +862,14 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntpdcOptions.pzUsageTitle */
- puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.3.97\n\
+ puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.3.98\n\
Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n"));
/* referenced via ntpdcOptions.pzExplain */
puts(_("\n"));
/* referenced via ntpdcOptions.pzFullVersion */
- puts(_("ntpdc 4.3.97"));
+ puts(_("ntpdc 4.3.98"));
/* referenced via ntpdcOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h
index 95b4a29b0..7b7154677 100644
--- a/ntpdc/ntpdc-opts.h
+++ b/ntpdc/ntpdc-opts.h
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.h)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:03 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:32 AM by AutoGen 5.18.5
* From the definitions ntpdc-opts.def
* and the template file options
*
@@ -83,9 +83,9 @@ typedef enum {
/** count of all options for ntpdc */
#define OPTION_CT 15
/** ntpdc version */
-#define NTPDC_VERSION "4.3.97"
+#define NTPDC_VERSION "4.3.98"
/** Full ntpdc version text */
-#define NTPDC_FULL_VERSION "ntpdc 4.3.97"
+#define NTPDC_FULL_VERSION "ntpdc 4.3.98"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/ntpdc/ntpdc.1ntpdcman b/ntpdc/ntpdc.1ntpdcman
index 49ca53b69..41b02afd1 100644
--- a/ntpdc/ntpdc.1ntpdcman
+++ b/ntpdc/ntpdc.1ntpdcman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpdc 1ntpdcman "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpdc 1ntpdcman "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:08 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:38 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpdc/ntpdc.1ntpdcmdoc b/ntpdc/ntpdc.1ntpdcmdoc
index 6b9923756..217110390 100644
--- a/ntpdc/ntpdc.1ntpdcmdoc
+++ b/ntpdc/ntpdc.1ntpdcmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPDC 1ntpdcmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:05 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:35 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpdc/ntpdc.html b/ntpdc/ntpdc.html
index 418ad35cf..ff32cb66a 100644
--- a/ntpdc/ntpdc.html
+++ b/ntpdc/ntpdc.html
@@ -64,7 +64,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.
-This document applies to version 4.3.97 of ntpdc.
+
This document applies to version 4.3.98 of ntpdc.
The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
@@ -214,7 +214,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntpdc - vendor-specific NTPD control program - Ver. 4.3.97
+ntpdc - vendor-specific NTPD control program - Ver. 4.3.98
Usage: ntpdc [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 DNS name resolution
diff --git a/ntpdc/ntpdc.man.in b/ntpdc/ntpdc.man.in
index e1a1441bb..b6e606779 100644
--- a/ntpdc/ntpdc.man.in
+++ b/ntpdc/ntpdc.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpdc @NTPDC_MS@ "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpdc @NTPDC_MS@ "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:08 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:38 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpdc/ntpdc.mdoc.in b/ntpdc/ntpdc.mdoc.in
index 9f37e7d7e..d64b55d1c 100644
--- a/ntpdc/ntpdc.mdoc.in
+++ b/ntpdc/ntpdc.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPDC @NTPDC_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:05 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:35 AM by AutoGen 5.18.5
.\" From the definitions ntpdc-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpq/invoke-ntpq.texi b/ntpq/invoke-ntpq.texi
index c12b5815a..7cc757f7f 100644
--- a/ntpq/invoke-ntpq.texi
+++ b/ntpq/invoke-ntpq.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:19:16 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:45:46 AM by AutoGen 5.18.5
# From the definitions ntpq-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -944,7 +944,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntpq - standard NTP query program - Ver. 4.3.97
+ntpq - standard NTP query program - Ver. 4.3.98
Usage: ntpq [ - [] | --[@{=| @}] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 name resolution
diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c
index 407b4f491..b5898a679 100644
--- a/ntpq/ntpq-opts.c
+++ b/ntpq/ntpq-opts.c
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.c)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:09 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:39 AM by AutoGen 5.18.5
* From the definitions ntpq-opts.def
* and the template file options
*
@@ -69,7 +69,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpq options
*/
static char const ntpq_opt_strs[1971] =
-/* 0 */ "ntpq 4.3.97\n"
+/* 0 */ "ntpq 4.3.98\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -132,13 +132,13 @@ static char const ntpq_opt_strs[1971] =
/* 1766 */ "no-load-opts\0"
/* 1779 */ "no\0"
/* 1782 */ "NTPQ\0"
-/* 1787 */ "ntpq - standard NTP query program - Ver. 4.3.97\n"
+/* 1787 */ "ntpq - standard NTP query program - Ver. 4.3.98\n"
"Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n\0"
/* 1905 */ "$HOME\0"
/* 1911 */ ".\0"
/* 1913 */ ".ntprc\0"
/* 1920 */ "http://bugs.ntp.org, bugs@ntp.org\0"
-/* 1954 */ "ntpq 4.3.97\0"
+/* 1954 */ "ntpq 4.3.98\0"
/* 1966 */ "hash";
/**
@@ -841,7 +841,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntpqOptions.pzCopyright */
- puts(_("ntpq 4.3.97\n\
+ puts(_("ntpq 4.3.98\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -910,11 +910,11 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntpqOptions.pzUsageTitle */
- puts(_("ntpq - standard NTP query program - Ver. 4.3.97\n\
+ puts(_("ntpq - standard NTP query program - Ver. 4.3.98\n\
Usage: %s [ - [] | --[{=| }] ]... [ host ...]\n"));
/* referenced via ntpqOptions.pzFullVersion */
- puts(_("ntpq 4.3.97"));
+ puts(_("ntpq 4.3.98"));
/* referenced via ntpqOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h
index 9bd853379..90ee0a7a8 100644
--- a/ntpq/ntpq-opts.h
+++ b/ntpq/ntpq-opts.h
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:09 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:39 AM by AutoGen 5.18.5
* From the definitions ntpq-opts.def
* and the template file options
*
@@ -84,9 +84,9 @@ typedef enum {
/** count of all options for ntpq */
#define OPTION_CT 16
/** ntpq version */
-#define NTPQ_VERSION "4.3.97"
+#define NTPQ_VERSION "4.3.98"
/** Full ntpq version text */
-#define NTPQ_FULL_VERSION "ntpq 4.3.97"
+#define NTPQ_FULL_VERSION "ntpq 4.3.98"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/ntpq/ntpq.1ntpqman b/ntpq/ntpq.1ntpqman
index c28727f6b..c66277434 100644
--- a/ntpq/ntpq.1ntpqman
+++ b/ntpq/ntpq.1ntpqman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpq 1ntpqman "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpq 1ntpqman "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:48 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpq/ntpq.1ntpqmdoc b/ntpq/ntpq.1ntpqmdoc
index 42493619b..24ebbc97f 100644
--- a/ntpq/ntpq.1ntpqmdoc
+++ b/ntpq/ntpq.1ntpqmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPQ 1ntpqmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:14 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:44 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpq/ntpq.html b/ntpq/ntpq.html
index 78b3e923e..77c0456c4 100644
--- a/ntpq/ntpq.html
+++ b/ntpq/ntpq.html
@@ -73,7 +73,7 @@ monitor the operational status
and determine the performance of
ntpd, the NTP daemon.
-This document applies to version 4.3.97 of ntpq.
+
This document applies to version 4.3.98 of ntpq.
• ntpq Description:
@@ -154,13 +154,9 @@ Next: Usage, Previous:
+
+
• ntpq usage:
• ntpq ipv4:
@@ -245,6 +252,7 @@ interactive format commands from the standard input.
1.1.1 Internal Commands
+
Interactive format commands consist of a keyword followed by zero
to four arguments.
Only enough characters of the full keyword to
@@ -254,42 +262,37 @@ uniquely identify the command need be typed.
number of interactive format commands are executed entirely within
the
ntpq
-utility itself and do not result in NTP mode 6
+utility itself and do not result in NTP
requests being sent to a server.
These are described following.
-? [command_keyword]
-help [command_keyword]
+? [command]
+help [command]
A
‘?’
-by itself will print a list of all the command
-keywords known to this incarnation of
+by itself will print a list of all the commands
+known to
ntpq
A
‘?’
-followed by a command keyword will print function and usage
+followed by a command name will print function and usage
information about the command.
-This command is probably a better
-source of information about
-ntpq
-than this manual
-page.
-addvars variable_name[=value] ...
-rmvars variable_name ...
+addvars name[=value][,...]
+rmvars name[,...]
clearvars
showvars
-The data carried by NTP mode 6 messages consists of a list of
+
The arguments to this command consist of a list of
items of the form
-‘variable_name=value’,
+name[=value],
where the
-‘=value’
+.No = Ns Ar value
is ignored, and can be omitted,
in requests to the server to read variables.
The
ntpq
-utility maintains an internal list in which data to be included in control
-messages can be assembled, and sent using the
+utility maintains an internal list in which data to be included in
+messages can be assembled, and displayed or set using the
readlist
and
writelist
@@ -304,36 +307,32 @@ The
rmvars
command can be used to remove individual variables from the list,
while the
-clearlist
+clearvars
command removes all variables from the
list.
The
showvars
command displays the current list of optional variables.
-authenticate [yes | no]
+authenticate [yes|no]
Normally
ntpq
does not authenticate requests unless
they are write requests.
The command
-‘authenticate yes’
+authenticate yes
causes
ntpq
to send authentication with all requests it
makes.
Authenticated requests causes some servers to handle
-requests slightly differently, and can occasionally melt the CPU in
-fuzzballs if you turn authentication on before doing a
-peer
-display.
+requests slightly differently.
The command
-‘authenticate’
+authenticate
causes
ntpq
to display whether or not
-ntpq
-is currently autheinticating requests.
+it is currently authenticating requests.
cooked
Causes output from query commands to be "cooked", so that
@@ -343,15 +342,15 @@ will have their
values reformatted for human consumption.
Variables which
ntpq
-thinks should have a decodable value but didn’t are
+could not decode completely are
marked with a trailing
‘?’.
-debug [more | less | off]
+debug [more|less|off]
With no argument, displays the current debug level.
-Otherwise, the debug level is changed to the indicated level.
+Otherwise, the debugging level is changed as indicated.
-delay milliseconds
+delay [milliseconds]
Specify a time interval to be added to timestamps included in
requests which require authentication.
This is used to enable
@@ -360,17 +359,25 @@ or between machines whose clocks are unsynchronized.
Actually the
server does not now require timestamps in authenticated requests,
so this command may be obsolete.
+Without any arguments, displays the current delay.
+
+drefid [hash|ipv4]
+Display refids as IPv4 or hash.
+Without any arguments, displays whether refids are shown as IPv4
+addresses or hashes.
exit
Exit
ntpq
-host hostname
+host [name]
Set the host to which future queries will be sent.
-hostname
+The
+name
may be either a host name or a numeric address.
+Without any arguments, displays the current host.
-hostnames [yes | no]
+hostnames [yes|no]
If
yes
is specified, host names are printed in
@@ -385,8 +392,10 @@ unless
modified using the command line
-n
switch.
+Without any arguments, displays whether host names or numeric addresses
+are shown.
-keyid keyid
+keyid [keyid]
This command allows the specification of a key number to be
used to authenticate configuration requests.
This must correspond
@@ -394,20 +403,22 @@ to the
controlkey
key number the server has been configured to use for this
purpose.
+Without any arguments, displays the current
+keyid.
-keytype [md5 | OpenSSLDigestType]
-Specify the type of key to use for authenticating requests.
-md5
-is alway supported.
+
keytype [digest]
+Specify the digest algorithm to use for authenticating requests, with default
+MD5.
If
ntpq
-was built with OpenSSL support,
-any digest type supported by OpenSSL can also be provided.
+was built with OpenSSL support, and OpenSSL is installed,
+digest
+can be any message digest algorithm supported by OpenSSL.
If no argument is given, the current
-keytype
-is displayed.
+keytype digest
+algorithm used is displayed.
-ntpversion [1 | 2 | 3 | 4]
+ntpversion [1|2|3|4]
Sets the NTP version number which
ntpq
claims in
@@ -426,9 +437,12 @@ requests.
The password must correspond to the key configured for
use by the NTP server for this purpose if such requests are to be
successful.
-poll
+
+poll [n] [verbose]
+Poll an NTP server in client mode
n
-verbose
+times.
+Poll not implemented yet.
quit
Exit
@@ -441,17 +455,18 @@ The only formating/interpretation done on
the data is to transform nonascii data into a printable (but barely
understandable) form.
-timeout milliseconds
+timeout [milliseconds]
Specify a timeout period for responses to server queries.
The
default is about 5000 milliseconds.
+Without any arguments, displays the current timeout period.
Note that since
ntpq
retries each query once after a timeout, the total waiting time for
a timeout will be twice the timeout value set.
version
-Print the version of the
+
Display the version of the
ntpq
program.
@@ -459,9 +474,12 @@ program.
1.1.1.1 Control Message Commands
-Association IDs are used to identify system, peer and clock variables.
-System variables are assigned an association ID of zero and system name space, while each association is assigned a nonzero association ID and peer namespace.
-Most control commands send a single mode-6 message to the server and expect a single response message.
+
Association ids are used to identify system, peer and clock variables.
+System variables are assigned an association id of zero and system name
+space, while each association is assigned a nonzero association id and
+peer namespace.
+Most control commands send a single message to the server and expect a
+single response message.
The exceptions are the
peers
command, which sends a series of messages,
@@ -471,75 +489,139 @@ and
mreadvar
commands, which iterate over a range of associations.
+apeers
+Display a list of peers in the form:
+
+[tally]remote refid assid st t when pool reach delay offset jitter
+
+where the output is just like the
+peers
+command except that the
+refid
+is displayed in hex format and the association number is also displayed.
+
associations
Display a list of mobilized associations in the form:
ind assid status conf reach auth condition last_event cnt
-- Sy String Ta Sy Description
+- Sy Variable Ta Sy Description
ind Ta index on this list
-assid Ta association ID
+assid Ta association id
status Ta peer status word
-conf Ta yes: persistent, no: ephemeral
-reach Ta yes: reachable, no: unreachable
-auth Ta ok, yes, bad and none
-condition Ta selection status (see the select field of the peer status word)
-last_event Ta event report (see the event field of the peer status word)
-cnt Ta event count (see the count field of the peer status word)
+conf Ta yes: No persistent, no: No ephemeral
+reach Ta yes: No reachable, no: No unreachable
+auth Ta ok, yes, bad No and none
+condition Ta selection status (see the select No field of the peer status word)
+last_event Ta event report (see the event No field of the peer status word)
+cnt Ta event count (see the count No field of the peer status word)
authinfo
-Display the authentication statistics.
-
-clockvar assocID [name[=value]] [...]
-cv assocID [name[=value]] [...]
-Display a list of clock variables for those associations supporting a reference clock.
-
-:config [...]
-Send the remainder of the command line, including whitespace, to the server as a run-time configuration command in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is of course required.
+
Display the authentication statistics counters:
+time since reset, stored keys, free keys, key lookups, keys not found,
+uncached keys, expired keys, encryptions, decryptions.
+
+clocklist [associd]
+cl [associd]
+Display all clock variables in the variable list for those associations
+supporting a reference clock.
+
+clockvar [associd] [name[=value]][,...]
+cv [associd] [name[=value]][,...]
+Display a list of clock variables for those associations supporting a
+reference clock.
+
+:config configuration command line
+Send the remainder of the command line, including whitespace, to the
+server as a run-time configuration command in the same format as a line
+in the configuration file.
+This command is experimental until further notice and clarification.
+Authentication is of course required.
config-from-file filename
-Send the each line of
+
Send each line of
filename
-to the server as run-time configuration commands in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is required.
+to the server as run-time configuration commands in the same format as
+lines in the configuration file.
+This command is experimental until further notice and clarification.
+Authentication is required.
ifstats
-Display statistics for each local network address. Authentication is required.
+
Display status and statistics counters for each local network interface address:
+interface number, interface name and address or broadcast, drop, flag,
+ttl, mc, received, sent, send failed, peers, uptime.
+Authentication is required.
iostats
-Display network and reference clock I/O statistics.
+
Display network and reference clock I/O statistics:
+time since reset, receive buffers, free receive buffers, used receive buffers,
+low water refills, dropped packets, ignored packets, received packets,
+packets sent, packet send failures, input wakeups, useful input wakeups.
kerninfo
-Display kernel loop and PPS statistics. As with other ntpq output, times are in milliseconds. The precision value displayed is in milliseconds as well, unlike the precision system variable.
+
Display kernel loop and PPS statistics:
+associd, status, pll offset, pll frequency, maximum error,
+estimated error, kernel status, pll time constant, precision,
+frequency tolerance, pps frequency, pps stability, pps jitter,
+calibration interval, calibration cycles, jitter exceeded,
+stability exceeded, calibration errors.
+As with other ntpq output, times are in milliseconds; very small values
+may be shown as exponentials.
+The precision value displayed is in milliseconds as well, unlike the
+precision system variable.
lassociations
-Perform the same function as the associations command, except display mobilized and unmobilized associations.
+
Perform the same function as the associations command, except display
+mobilized and unmobilized associations, including all clients.
+
+lopeers [-4|-6]
+Display a list of all peers and clients showing
+dstadr
+(associated with the given IP version).
-lopeers [-4 | -6]
-Obtain and print a list of all peers and clients showing
-dstadr
-(associated with any given IP version).
+
lpassociations
+Display the last obtained list of associations, including all clients.
-lpeers [-4 | -6]
-Print a peer spreadsheet for the appropriate IP version(s).
-dstadr
-(associated with any given IP version).
+
lpeers [-4|-6]
+Display a list of all peers and clients (associated with the given IP version).
monstats
-Display monitor facility statistics.
+
Display monitor facility status, statistics, and limits:
+enabled, addresses, peak addresses, maximum addresses,
+reclaim above count, reclaim older than, kilobytes, maximum kilobytes.
+
+mreadlist associdlo associdhi
+mrl associdlo associdhi
+Perform the same function as the
+readlist
+command for a range of association ids.
+
+mreadvar associdlo associdhi [name][,...]
+This range may be determined from the list displayed by any
+command showing associations.
+
+mrv associdlo associdhi [name][,...]
+Perform the same function as the
+readvar
+command for a range of association ids.
+This range may be determined from the list displayed by any
+command showing associations.
-mrulist [limited | kod | mincount=count | laddr=localaddr | sort=sortorder | resany=hexmask | resall=hexmask]
-Obtain and print traffic counts collected and maintained by the monitor facility.
+
mrulist [limited | kod | mincount=count | laddr=localaddr | sort=[-]sortorder | resany=hexmask | resall=hexmask]
+Display traffic counts of the most recently seen source addresses
+collected and maintained by the monitor facility.
With the exception of
-sort=sortorder,
+sort=[-]sortorder,
the options filter the list returned by
-ntpd.
+ntpd(8).
The
limited
and
kod
-options return only entries representing client addresses from which the last packet received triggered either discarding or a KoD response.
+options return only entries representing client addresses from which the
+last packet received triggered either discarding or a KoD response.
The
mincount=count
option filters entries representing less than
@@ -560,19 +642,22 @@ The
sortorder
defaults to
lstint
-and may be any of
+and may be
addr,
-count,
avgint,
+count,
lstint,
-or any of those preceded by a minus sign (hyphen) to reverse the sort order.
+or any of those preceded by
+‘-’
+to reverse the sort order.
The output columns are:
- Column
Description
lstint
-Interval in s between the receipt of the most recent packet from this address and the completion of the retrieval of the MRU list by
+
Interval in seconds between the receipt of the most recent packet from
+this address and the completion of the retrieval of the MRU list by
ntpq
avgint
@@ -582,7 +667,8 @@ The output columns are:
Restriction flags associated with this address.
Most are copied unchanged from the matching
restrict
-command, however 0x400 (kod) and 0x20 (limited) flags are cleared unless the last packet from this address triggered a rate control response.
+command, however 0x400 (kod) and 0x20 (limited) flags are cleared unless
+the last packet from this address triggered a rate control response.
r
Rate control indicator, either
@@ -606,26 +692,17 @@ rate limiting by discarding, or rate limiting with a KoD response, respectively.
Source port of last packet from this address.
remote address
-DNS name, numeric address, or address followed by
+
host or DNS name, numeric address, or address followed by
claimed DNS name which could not be verified in parentheses.
-mreadvar assocID assocID [variable_name[=value] ...]
-mrv assocID assocID [variable_name[=value] ...]
-Perform the same function as the
-readvar
-command, except for a range of association IDs.
-This range is determined from the association list cached by the most recent
-associations
-command.
-
opeers [-4 | -6]
Obtain and print the old-style list of all peers and clients showing
-dstadr
-(associated with any given IP version),
+dstadr
+(associated with the given IP version),
rather than the
-refid.
+refid.
passociations
Perform the same function as the
@@ -650,24 +727,28 @@ field of the
remote
host name (or IP number) of peer.
-The value displayed will be truncated to 15 characters unless the
+The value displayed will be truncated to 15 characters unless the
+ntpq
-w
-flag is given, in which case the full value will be displayed
-on the first line,
-and the remaining data is displayed on the next line.
+option is given, in which case the full value will be displayed
+on the first line, and if too long,
+the remaining data will be displayed on the next line.
refid
-association ID or
+
source IP address or
.Lk decode.html#kiss "’kiss code"
st
-stratum
+
stratum: 0 for local reference clocks, 1 for servers with local
+reference clocks, ..., 16 for unsynchronized server clocks
t
u:
unicast or manycast client,
b:
broadcast or multicast client,
+p:
+pool source,
l:
local (reference clock),
s:
@@ -680,10 +761,13 @@ broadcast server,
multicast server
when
-sec/min/hr since last received packet
+
time in seconds, minutes, hours, or days since the last packet
+was received, or
+‘-’
+if a packet has never been received
poll
-poll interval (log2 s)
+
poll interval (s)
reach
reach shift register (octal)
@@ -695,124 +779,137 @@ multicast server
offset of server relative to this host
jitter
-jitter
+
offset RMS error estimate.
-apeers
-Display a list of peers in the form:
-
-[tally]remote refid assid st t when pool reach delay offset jitter
-
-where the output is just like the
-peers
-command except that the
-refid
-is displayed in hex format and the association number is also displayed.
-
-pstats assocID
-Show the statistics for the peer with the given
-assocID.
-
-readlist assocID
-rl assocID
-Read the system or peer variables included in the variable list.
+
pstats associd
+Display the statistics for the peer with the given
+associd:
+associd, status, remote host, local address, time last received,
+time until next send, reachability change, packets sent,
+packets received, bad authentication, bogus origin, duplicate,
+bad dispersion, bad reference time, candidate order.
+
+readlist [associd]
+rl [associd]
+Display all system or peer variables.
+If the
+associd
+is omitted, it is assumed to be zero.
-readvar assocID name[=value] [, ...]
-rv assocID name[=value] [, ...]
-Display the specified variables.
+
readvar [associd name[=value] [, ...]]
+rv [associd name[=value] [, ...]]
+Display the specified system or peer variables.
If
-assocID
+associd
is zero, the variables are from the
System Variables
name space, otherwise they are from the
Peer Variables
name space.
The
-assocID
+associd
is required, as the same name can occur in both spaces.
If no
name
is included, all operative variables in the name space are displayed.
-
-In this case only, if the
-assocID
-is omitted, it is assumed zero.
+In this case only, if the
+associd
+is omitted, it is assumed to be zero.
Multiple names are specified with comma separators and without whitespace.
Note that time values are represented in milliseconds
and frequency values in parts-per-million (PPM).
Some NTP timestamps are represented in the format
-YYYYMMDDTTTT ,
-where YYYY is the year,
-MM the month of year,
-DD the day of month and
-TTTT the time of day.
+YYYYMM DD TTTT,
+where
+YYYY
+is the year,
+MM
+the month of year,
+DD
+the day of month and
+TTTT
+the time of day.
reslist
-Show the access control (restrict) list for
+
Display the access control (restrict) list for
ntpq
-
-
+Authentication is required.
+
saveconfig filename
-Write the current configuration,
-including any runtime modifications given with
+
Save the current configuration,
+including any runtime modifications made by
:config
or
config-from-file,
-to the ntpd host’s file
+to the NTP server host file
filename.
This command will be rejected by the server unless
.Lk miscopt.html#saveconfigdir "saveconfigdir"
appears in the
-ntpd
+ntpd(8)
configuration file.
filename
can use
-strftime()
-format specifies to substitute the current date and time, for example,
-q]saveconfig ntp-%Y%m%d-%H%M%S.confq].
-The filename used is stored in system variable
+date(1)
+format specifiers to substitute the current date and time, for
+example,
+
+saveconfig ntp-%Y%m%d-%H%M%S.conf.
+
+The filename used is stored in system variable
savedconfig.
Authentication is required.
+sysinfo
+Display system operational summary:
+associd, status, system peer, system peer mode, leap indicator,
+stratum, log2 precision, root delay, root dispersion,
+reference id, reference time, system jitter, clock jitter,
+clock wander, broadcast delay, symm. auth. delay.
+
+sysstats
+Display system uptime and packet counts maintained in the
+protocol module:
+uptime, sysstats reset, packets received, current version,
+older version, bad length or format, authentication failed,
+declined, restricted, rate limited, KoD responses,
+processed for time.
+
timerstats
-Display interval timer counters.
+
Display interval timer counters:
+time since reset, timer overruns, calls to transmit.
-writelist assocID
-Write the system or peer variables included in the variable list.
+
writelist associd
+Set all system or peer variables included in the variable list.
-writevar assocID name=value [, ...]
-Write the specified variables.
+
writevar associd name=value [, ...]
+Set the specified variables in the variable list.
If the
-assocID
+associd
is zero, the variables are from the
System Variables
name space, otherwise they are from the
Peer Variables
name space.
The
-assocID
+associd
is required, as the same name can occur in both spaces.
-
-sysinfo
-Display operational summary.
-
-sysstats
-Print statistics counters maintained in the protocol module.
+Authentication is required.
1.1.1.2 Status Words and Kiss Codes
-
The current state of the operating program is shown
in a set of status words
maintained by the system.
Status information is also available on a per-association basis.
-These words are displayed in the
-rv
+These words are displayed by the
+readlist
and
-as
+associations
commands both in hexadecimal and in decoded short tip strings.
The codes, tips and short explanations are documented on the
.Lk decode.html "Event Messages and Status Words"
@@ -831,10 +928,11 @@ in the reference identifier field in various billboards.
1.1.1.3 System Variables
The following system variables appear in the
-rv
+readlist
billboard.
Not all variables are displayed in some configurations.
-
+
+
- Variable
Description
@@ -865,8 +963,18 @@ Not all variables are displayed in some configurations.
rootdisp
total dispersion to the primary reference clock
+refid
+reference id or
+.Lk decode.html#kiss "kiss code"
+
+reftime
+reference time
+
+clock
+date and time of day
+
peer
-system peer association ID
+
system peer association id
tc
time constant and poll exponent (log2 s) (3-17)
@@ -874,25 +982,15 @@ Not all variables are displayed in some configurations.
mintc
minimum time constant (log2 s) (3-10)
-clock
-date and time of day
-
-refid
-reference ID or
-.Lk decode.html#kiss "kiss code"
-
-reftime
-reference time
-
offset
-combined offset of server relative to this host
+
combined offset of server relative to this host
+
+frequency
+frequency drift (PPM) relative to hardware clock
sys_jitter
combined system jitter
-frequency
-frequency offset (PPM) relative to hardware clock
-
clk_wander
clock frequency wander (PPM)
@@ -917,8 +1015,7 @@ the clock jitter statistic is computed by the clock discipline module.
additional system variables are displayed,
including some or all of the following,
depending on the particular Autokey dance:
-
-
+
- Variable
Description
@@ -950,7 +1047,7 @@ depending on the particular Autokey dance:
1.1.1.4 Peer Variables
The following peer variables appear in the
-rv
+readlist
billboard for each association.
Not all variables are displayed in some configurations.
@@ -959,7 +1056,7 @@ Not all variables are displayed in some configurations.
Description
associd
-association ID
+
association id
status
.Lk decode.html#peer "peer status word"
@@ -992,12 +1089,15 @@ Not all variables are displayed in some configurations.
total root dispersion to the primary reference clock
refid
-reference ID or
+
reference id or
.Lk decode.html#kiss "kiss code"
reftime
reference time
+rec
+last packet received time
+
reach
reach register (octal)
@@ -1023,6 +1123,9 @@ Not all variables are displayed in some configurations.
flash
.Lk decode.html#flash "flash status word"
+keyid
+symmetric key id
+
offset
filter offset
@@ -1035,9 +1138,6 @@ Not all variables are displayed in some configurations.
jitter
filter jitter
-ident
-Autokey group name for this association
-
bias
unicast/broadcast bias
@@ -1050,7 +1150,8 @@ Not all variables are displayed in some configurations.
bias
variable is calculated when the first broadcast packet is received
after the calibration volley.
-It represents the offset of the broadcast subgraph relative to the unicast subgraph.
+It represents the offset of the broadcast subgraph relative to the
+unicast subgraph.
The
xleave
variable appears only for the interleaved symmetric and interleaved modes.
@@ -1076,7 +1177,7 @@ additional peer variables are displayed, including the following:
OpenSSL digest/signature scheme
initsequence
-initial key ID
+
initial key id
initkey
initial key index
@@ -1084,12 +1185,15 @@ additional peer variables are displayed, including the following:
timestamp
Autokey signature timestamp
+ident
+Autokey group name for this association
+
1.1.1.5 Clock Variables
The following clock variables appear in the
-cv
+clocklist
billboard for each association with a reference clock.
Not all variables are displayed in some configurations.
@@ -1097,7 +1201,7 @@ Not all variables are displayed in some configurations.
Description
associd
-association ID
+
association id
status
.Lk decode.html#clock "clock status word"
@@ -1130,7 +1234,7 @@ Not all variables are displayed in some configurations.
driver stratum
refid
-driver reference ID
+
driver reference id
flags
driver flags
@@ -1189,7 +1293,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntpq - standard NTP query program - Ver. 4.2.8p11
+ntpq - standard NTP query program - Ver. 4.3.97
Usage: ntpq [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
Flg Arg Option-Name Description
-4 no ipv4 Force IPv4 name resolution
@@ -1245,7 +1349,7 @@ Next: ntpq ipv6, Previous: 1.1.3 ipv4 option (-4)
-This is the “force ipv4 dns name resolution” option.
+
This is the “force ipv4 name resolution” option.
This option has some usage constraints. It:
@@ -1253,7 +1357,7 @@ Next: ntpq ipv6, Previous:
-Force DNS resolution of following host names on the command line
+
Force resolution of following host names on the command line
to the IPv4 namespace.
@@ -1265,7 +1369,7 @@ Next: ntpq command, Previou
1.1.4 ipv6 option (-6)
-This is the “force ipv6 dns name resolution” option.
+
This is the “force ipv6 name resolution” option.
This option has some usage constraints. It:
@@ -1273,7 +1377,7 @@ Next: ntpq command, Previou
ipv4.
-Force DNS resolution of following host names on the command line
+
Force resolution of following host names on the command line
to the IPv6 namespace.
@@ -1329,7 +1433,7 @@ Next: ntpq old-rv, Previ
This is the “numeric host addresses” option.
Output all host addresses in dotted-quad numeric format rather than
-converting to the canonical host names.
+converting to the canonical host names.
@@ -1634,7 +1738,7 @@ The password must correspond to the key ID configured in ntp.conf f
Display server messages as received and without reformatting.
-timeout millseconds
+timeout milliseconds
Specify a timeout period for responses to server queries.
The default is about 5000 milliseconds.
Note that since ntpq retries each query once after a timeout
diff --git a/ntpq/ntpq.man.in b/ntpq/ntpq.man.in
index 244dd7b3f..3205bdaed 100644
--- a/ntpq/ntpq.man.in
+++ b/ntpq/ntpq.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpq @NTPQ_MS@ "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpq @NTPQ_MS@ "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:48 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpq/ntpq.mdoc.in b/ntpq/ntpq.mdoc.in
index 5f8d2d6dd..7adbc4de0 100644
--- a/ntpq/ntpq.mdoc.in
+++ b/ntpq/ntpq.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPQ @NTPQ_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:14 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:44 AM by AutoGen 5.18.5
.\" From the definitions ntpq-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpsnmpd/invoke-ntpsnmpd.texi b/ntpsnmpd/invoke-ntpsnmpd.texi
index 7a0937333..908551924 100644
--- a/ntpsnmpd/invoke-ntpsnmpd.texi
+++ b/ntpsnmpd/invoke-ntpsnmpd.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpsnmpd.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:19:21 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:45:51 AM by AutoGen 5.18.5
# From the definitions ntpsnmpd-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c
index 9d67782b1..f3b54b1de 100644
--- a/ntpsnmpd/ntpsnmpd-opts.c
+++ b/ntpsnmpd/ntpsnmpd-opts.c
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:19 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:49 AM by AutoGen 5.18.5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
@@ -61,7 +61,7 @@ extern FILE * option_usage_fp;
* static const strings for ntpsnmpd options
*/
static char const ntpsnmpd_opt_strs[1607] =
-/* 0 */ "ntpsnmpd 4.3.97\n"
+/* 0 */ "ntpsnmpd 4.3.98\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -101,14 +101,14 @@ static char const ntpsnmpd_opt_strs[1607] =
/* 1413 */ "no-load-opts\0"
/* 1426 */ "no\0"
/* 1429 */ "NTPSNMPD\0"
-/* 1438 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.97\n"
+/* 1438 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.98\n"
"Usage: %s [ - [] | --[{=| }] ]...\n\0"
/* 1540 */ "$HOME\0"
/* 1546 */ ".\0"
/* 1548 */ ".ntprc\0"
/* 1555 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 1589 */ "\n\0"
-/* 1591 */ "ntpsnmpd 4.3.97";
+/* 1591 */ "ntpsnmpd 4.3.98";
/**
* nofork option description:
@@ -554,7 +554,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntpsnmpdOptions.pzCopyright */
- puts(_("ntpsnmpd 4.3.97\n\
+ puts(_("ntpsnmpd 4.3.98\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -599,14 +599,14 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntpsnmpdOptions.pzUsageTitle */
- puts(_("ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.97\n\
+ puts(_("ntpsnmpd - NTP SNMP MIB agent - Ver. 4.3.98\n\
Usage: %s [ - [] | --[{=| }] ]...\n"));
/* referenced via ntpsnmpdOptions.pzExplain */
puts(_("\n"));
/* referenced via ntpsnmpdOptions.pzFullVersion */
- puts(_("ntpsnmpd 4.3.97"));
+ puts(_("ntpsnmpd 4.3.98"));
/* referenced via ntpsnmpdOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h
index 47cbf9532..b7c7eb4ca 100644
--- a/ntpsnmpd/ntpsnmpd-opts.h
+++ b/ntpsnmpd/ntpsnmpd-opts.h
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:19 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:49 AM by AutoGen 5.18.5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
@@ -76,9 +76,9 @@ typedef enum {
/** count of all options for ntpsnmpd */
#define OPTION_CT 8
/** ntpsnmpd version */
-#define NTPSNMPD_VERSION "4.3.97"
+#define NTPSNMPD_VERSION "4.3.98"
/** Full ntpsnmpd version text */
-#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.3.97"
+#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.3.98"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
index 4b09ceaeb..7104c21ba 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsnmpd 1ntpsnmpdman "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:22 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:53 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
index 35276815e..7f7ee6696 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:20 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:50 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/ntpsnmpd/ntpsnmpd.html b/ntpsnmpd/ntpsnmpd.html
index 38c1efb00..323204f0c 100644
--- a/ntpsnmpd/ntpsnmpd.html
+++ b/ntpsnmpd/ntpsnmpd.html
@@ -71,7 +71,7 @@ Next: ntpsnmpd Descript
The ntpsnmpd utility program is used to monitor NTP daemon ntpd
operations and determine performance. It uses the standard NTP mode 6 control
-This document applies to version 4.3.97 of ntpsnmpd.
+
This document applies to version 4.3.98 of ntpsnmpd.
• ntpsnmpd Description: Description
diff --git a/ntpsnmpd/ntpsnmpd.man.in b/ntpsnmpd/ntpsnmpd.man.in
index bc066acb6..7bad95c73 100644
--- a/ntpsnmpd/ntpsnmpd.man.in
+++ b/ntpsnmpd/ntpsnmpd.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsnmpd @NTPSNMPD_MS@ "06 Jun 2019" "4.3.97" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:22 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:53 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/ntpsnmpd/ntpsnmpd.mdoc.in b/ntpsnmpd/ntpsnmpd.mdoc.in
index 2e923df70..aecb409e5 100644
--- a/ntpsnmpd/ntpsnmpd.mdoc.in
+++ b/ntpsnmpd/ntpsnmpd.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:20 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:50 AM by AutoGen 5.18.5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/packageinfo.sh b/packageinfo.sh
index 9b1971863..d9274b7df 100644
--- a/packageinfo.sh
+++ b/packageinfo.sh
@@ -87,7 +87,7 @@ CLTAG=NTP_4_2_0
# - Numeric values increment
# - empty 'increments' to 0 for dev, 1 for stable
# - NEW 'increments' to empty
-point=97
+point=98
### betapoint is normally modified by script.
# ntp-stable Beta number (betapoint)
diff --git a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
index 315588d40..3fa7f953b 100644
--- a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
+++ b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH calc_tickadj 1calc_tickadjman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH calc_tickadj 1calc_tickadjman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:35:58 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:03 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
index fef46cd89..a9bea8706 100644
--- a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
+++ b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt CALC_TICKADJ 1calc_tickadjmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:35:16 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:05 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/calc_tickadj/calc_tickadj.html b/scripts/calc_tickadj/calc_tickadj.html
index ef6751bfd..408056f47 100644
--- a/scripts/calc_tickadj/calc_tickadj.html
+++ b/scripts/calc_tickadj/calc_tickadj.html
@@ -58,7 +58,7 @@ Previous: (dir), Up: calc_tickadj User’s Manual
This document describes the use of the NTP Project’s calc_tickadj program.
-This document applies to version 4.3.97 of calc_tickadj.
+This document applies to version 4.3.98 of calc_tickadj.
Short Table of Contents
diff --git a/scripts/calc_tickadj/calc_tickadj.man.in b/scripts/calc_tickadj/calc_tickadj.man.in
index 315588d40..3fa7f953b 100644
--- a/scripts/calc_tickadj/calc_tickadj.man.in
+++ b/scripts/calc_tickadj/calc_tickadj.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH calc_tickadj 1calc_tickadjman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH calc_tickadj 1calc_tickadjman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:35:58 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:03 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/calc_tickadj/calc_tickadj.mdoc.in b/scripts/calc_tickadj/calc_tickadj.mdoc.in
index fef46cd89..a9bea8706 100644
--- a/scripts/calc_tickadj/calc_tickadj.mdoc.in
+++ b/scripts/calc_tickadj/calc_tickadj.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt CALC_TICKADJ 1calc_tickadjmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:35:16 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:05 AM by AutoGen 5.18.5
.\" From the definitions calc_tickadj-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/calc_tickadj/invoke-calc_tickadj.texi b/scripts/calc_tickadj/invoke-calc_tickadj.texi
index 6f0c8dcb2..fe20d0e50 100644
--- a/scripts/calc_tickadj/invoke-calc_tickadj.texi
+++ b/scripts/calc_tickadj/invoke-calc_tickadj.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-calc_tickadj.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:35:59 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:06 AM by AutoGen 5.18.5
# From the definitions calc_tickadj-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/scripts/invoke-plot_summary.texi b/scripts/invoke-plot_summary.texi
index 665f46785..45c38e313 100644
--- a/scripts/invoke-plot_summary.texi
+++ b/scripts/invoke-plot_summary.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-plot_summary.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:15 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
# From the definitions plot_summary-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -41,7 +41,7 @@ with a status code of 0.
@exampleindent 0
@example
-plot_summary - plot statistics generated by summary script - Ver. 4.3.97
+plot_summary - plot statistics generated by summary script - Ver. 4.3.98
USAGE: plot_summary [ - [] | --[@{=| @}] ]...
--directory=str Where the summary files are
diff --git a/scripts/invoke-summary.texi b/scripts/invoke-summary.texi
index a8813ddd9..49a426fbf 100644
--- a/scripts/invoke-summary.texi
+++ b/scripts/invoke-summary.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-summary.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:19 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:27 AM by AutoGen 5.18.5
# From the definitions summary-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -42,7 +42,7 @@ with a status code of 0.
@exampleindent 0
@example
-summary - compute various stastics from NTP stat files - Ver. 4.3.97
+summary - compute various stastics from NTP stat files - Ver. 4.3.98
USAGE: summary [ - [] | --[@{=| @}] ]...
--directory=str Directory containing stat files
diff --git a/scripts/ntp-wait/invoke-ntp-wait.texi b/scripts/ntp-wait/invoke-ntp-wait.texi
index 90411e8ff..b4ccc25c2 100644
--- a/scripts/ntp-wait/invoke-ntp-wait.texi
+++ b/scripts/ntp-wait/invoke-ntp-wait.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp-wait.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:01 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:08 AM by AutoGen 5.18.5
# From the definitions ntp-wait-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -61,7 +61,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.97
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.98
USAGE: ntp-wait [ - [] | --[@{=| @}] ]...
-n, --tries=num Number of times to check ntpd
diff --git a/scripts/ntp-wait/ntp-wait-opts b/scripts/ntp-wait/ntp-wait-opts
index 63e5a4b6a..f33f48e33 100644
--- a/scripts/ntp-wait/ntp-wait-opts
+++ b/scripts/ntp-wait/ntp-wait-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (ntp-wait-opts)
#
-# It has been AutoGen-ed June 6, 2019 at 11:35:17 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:07 AM by AutoGen 5.18.5
# From the definitions ntp-wait-opts.def
# and the template file perlopt
@@ -40,7 +40,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.97
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.98
USAGE: ntp-wait [ - [] | --[{=| }] ]...
-n, --tries=num Number of times to check ntpd
diff --git a/scripts/ntp-wait/ntp-wait.1ntp-waitman b/scripts/ntp-wait/ntp-wait.1ntp-waitman
index 2b5443416..69a1cb031 100644
--- a/scripts/ntp-wait/ntp-wait.1ntp-waitman
+++ b/scripts/ntp-wait/ntp-wait.1ntp-waitman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-wait 1ntp-waitman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntp-wait 1ntp-waitman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:02 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:10 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc b/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
index 5dcd09d5f..64b253682 100644
--- a/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
+++ b/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_WAIT 1ntp-waitmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:35:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:07 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntp-wait/ntp-wait.html b/scripts/ntp-wait/ntp-wait.html
index 6f8b59bee..a65ad7593 100644
--- a/scripts/ntp-wait/ntp-wait.html
+++ b/scripts/ntp-wait/ntp-wait.html
@@ -68,7 +68,7 @@ until the system’s time has stabilized and synchronized,
and only then start any applicaitons (like database servers) that require
accurate and stable time.
-This document applies to version 4.3.97 of ntp-wait.
+
This document applies to version 4.3.98 of ntp-wait.
Short Table of Contents
@@ -159,7 +159,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.97
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.3.98
USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
-n, --tries=num Number of times to check ntpd
diff --git a/scripts/ntp-wait/ntp-wait.man.in b/scripts/ntp-wait/ntp-wait.man.in
index 8cce55125..7ea082169 100644
--- a/scripts/ntp-wait/ntp-wait.man.in
+++ b/scripts/ntp-wait/ntp-wait.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-wait @NTP_WAIT_MS@ "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:02 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:10 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntp-wait/ntp-wait.mdoc.in b/scripts/ntp-wait/ntp-wait.mdoc.in
index 92c90d92c..f088cc39c 100644
--- a/scripts/ntp-wait/ntp-wait.mdoc.in
+++ b/scripts/ntp-wait/ntp-wait.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:35:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:07 AM by AutoGen 5.18.5
.\" From the definitions ntp-wait-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntpsweep/invoke-ntpsweep.texi b/scripts/ntpsweep/invoke-ntpsweep.texi
index 15ca24e25..29bde0cb7 100644
--- a/scripts/ntpsweep/invoke-ntpsweep.texi
+++ b/scripts/ntpsweep/invoke-ntpsweep.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntpsweep.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:03 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:11 AM by AutoGen 5.18.5
# From the definitions ntpsweep-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -45,7 +45,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.97
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.98
USAGE: ntpsweep [ - [] | --[@{=| @}] ]... [hostfile]
-l, --host-list=str Host to execute actions on
diff --git a/scripts/ntpsweep/ntpsweep-opts b/scripts/ntpsweep/ntpsweep-opts
index 9bee4d21b..2341ac210 100644
--- a/scripts/ntpsweep/ntpsweep-opts
+++ b/scripts/ntpsweep/ntpsweep-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (ntpsweep-opts)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:03 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:11 AM by AutoGen 5.18.5
# From the definitions ntpsweep-opts.def
# and the template file perlopt
@@ -43,7 +43,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.97
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.98
USAGE: ntpsweep [ - [] | --[{=| }] ]... [hostfile]
-l, --host-list=str Host to execute actions on
diff --git a/scripts/ntpsweep/ntpsweep.1ntpsweepman b/scripts/ntpsweep/ntpsweep.1ntpsweepman
index 0d8d61dac..75a4f233b 100644
--- a/scripts/ntpsweep/ntpsweep.1ntpsweepman
+++ b/scripts/ntpsweep/ntpsweep.1ntpsweepman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsweep 1ntpsweepman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntpsweep 1ntpsweepman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:06 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:14 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc b/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
index a7e0b8f5c..71bde923e 100644
--- a/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
+++ b/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPSWEEP 1ntpsweepmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:05 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:13 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntpsweep/ntpsweep.html b/scripts/ntpsweep/ntpsweep.html
index d8f043d0a..b453592e7 100644
--- a/scripts/ntpsweep/ntpsweep.html
+++ b/scripts/ntpsweep/ntpsweep.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: This document describes the use of the NTP Project’s ntpsweep program.
-This document applies to version 4.3.97 of ntpsweep.
+
This document applies to version 4.3.98 of ntpsweep.
Short Table of Contents
@@ -134,7 +134,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntpsweep - Print various informations about given ntp servers - Ver. 4.3.97
+ntpsweep - Print various informations about given ntp servers - Ver. 4.3.98
USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
-l, --host-list=str Host to execute actions on
diff --git a/scripts/ntpsweep/ntpsweep.man.in b/scripts/ntpsweep/ntpsweep.man.in
index 0d8d61dac..75a4f233b 100644
--- a/scripts/ntpsweep/ntpsweep.man.in
+++ b/scripts/ntpsweep/ntpsweep.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntpsweep 1ntpsweepman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntpsweep 1ntpsweepman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:06 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:14 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntpsweep/ntpsweep.mdoc.in b/scripts/ntpsweep/ntpsweep.mdoc.in
index a7e0b8f5c..71bde923e 100644
--- a/scripts/ntpsweep/ntpsweep.mdoc.in
+++ b/scripts/ntpsweep/ntpsweep.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPSWEEP 1ntpsweepmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:05 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:13 AM by AutoGen 5.18.5
.\" From the definitions ntpsweep-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntptrace/invoke-ntptrace.texi b/scripts/ntptrace/invoke-ntptrace.texi
index 335027eea..f0fafab54 100644
--- a/scripts/ntptrace/invoke-ntptrace.texi
+++ b/scripts/ntptrace/invoke-ntptrace.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntptrace.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:08 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:16 AM by AutoGen 5.18.5
# From the definitions ntptrace-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -62,7 +62,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntptrace - Trace peers of an NTP server - Ver. 4.3.97
+ntptrace - Trace peers of an NTP server - Ver. 4.3.98
USAGE: ntptrace [ - [] | --[@{=| @}] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
diff --git a/scripts/ntptrace/ntptrace-opts b/scripts/ntptrace/ntptrace-opts
index 482798e1c..64ff2e9d5 100644
--- a/scripts/ntptrace/ntptrace-opts
+++ b/scripts/ntptrace/ntptrace-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (ntptrace-opts)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:07 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:15 AM by AutoGen 5.18.5
# From the definitions ntptrace-opts.def
# and the template file perlopt
@@ -40,7 +40,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-ntptrace - Trace peers of an NTP server - Ver. 4.3.97
+ntptrace - Trace peers of an NTP server - Ver. 4.3.98
USAGE: ntptrace [ - [] | --[{=| }] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
diff --git a/scripts/ntptrace/ntptrace.1ntptraceman b/scripts/ntptrace/ntptrace.1ntptraceman
index ca846b435..7de009a16 100644
--- a/scripts/ntptrace/ntptrace.1ntptraceman
+++ b/scripts/ntptrace/ntptrace.1ntptraceman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntptrace 1ntptraceman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntptrace 1ntptraceman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:10 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:18 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntptrace/ntptrace.1ntptracemdoc b/scripts/ntptrace/ntptrace.1ntptracemdoc
index 86dce5fcd..00d3b8665 100644
--- a/scripts/ntptrace/ntptrace.1ntptracemdoc
+++ b/scripts/ntptrace/ntptrace.1ntptracemdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPTRACE 1ntptracemdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:07 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:15 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/ntptrace/ntptrace.html b/scripts/ntptrace/ntptrace.html
index a629c53a6..3b01cfdc2 100644
--- a/scripts/ntptrace/ntptrace.html
+++ b/scripts/ntptrace/ntptrace.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: Simple Network Time Protocol User Manual
This document describes the use of the NTP Project’s ntptrace program.
-This document applies to version 4.3.97 of ntptrace.
+This document applies to version 4.3.98 of ntptrace.
Short Table of Contents
@@ -150,7 +150,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntptrace - Trace peers of an NTP server - Ver. 4.3.97
+ntptrace - Trace peers of an NTP server - Ver. 4.3.98
USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host]
-n, --numeric Print IP addresses instead of hostnames
diff --git a/scripts/ntptrace/ntptrace.man.in b/scripts/ntptrace/ntptrace.man.in
index 2421eb16e..03fda7c18 100644
--- a/scripts/ntptrace/ntptrace.man.in
+++ b/scripts/ntptrace/ntptrace.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntptrace @NTPTRACE_MS@ "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntptrace @NTPTRACE_MS@ "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:10 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:18 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/ntptrace/ntptrace.mdoc.in b/scripts/ntptrace/ntptrace.mdoc.in
index 5800d5501..a47a528c5 100644
--- a/scripts/ntptrace/ntptrace.mdoc.in
+++ b/scripts/ntptrace/ntptrace.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTPTRACE @NTPTRACE_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:07 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:15 AM by AutoGen 5.18.5
.\" From the definitions ntptrace-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/plot_summary-opts b/scripts/plot_summary-opts
index ec8ecd7f4..020982e43 100644
--- a/scripts/plot_summary-opts
+++ b/scripts/plot_summary-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (plot_summary-opts)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:15 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
# From the definitions plot_summary-opts.def
# and the template file perlopt
@@ -46,7 +46,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-plot_summary - plot statistics generated by summary script - Ver. 4.3.97
+plot_summary - plot statistics generated by summary script - Ver. 4.3.98
USAGE: plot_summary [ - [] | --[{=| }] ]...
--directory=str Where the summary files are
diff --git a/scripts/plot_summary.1plot_summaryman b/scripts/plot_summary.1plot_summaryman
index b93398245..bc0147149 100644
--- a/scripts/plot_summary.1plot_summaryman
+++ b/scripts/plot_summary.1plot_summaryman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH plot_summary 1plot_summaryman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH plot_summary 1plot_summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:16 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:24 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/plot_summary.1plot_summarymdoc b/scripts/plot_summary.1plot_summarymdoc
index 748dfcb10..60681a562 100644
--- a/scripts/plot_summary.1plot_summarymdoc
+++ b/scripts/plot_summary.1plot_summarymdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt PLOT_SUMMARY 1plot_summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:25 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/plot_summary.html b/scripts/plot_summary.html
index 07979572b..9f1623705 100644
--- a/scripts/plot_summary.html
+++ b/scripts/plot_summary.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: Plot_summary User Manual
This document describes the use of the NTP Project’s plot_summary program.
-This document applies to version 4.3.97 of plot_summary.
+This document applies to version 4.3.98 of plot_summary.
Short Table of Contents
@@ -131,7 +131,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-plot_summary - plot statistics generated by summary script - Ver. 4.3.97
+plot_summary - plot statistics generated by summary script - Ver. 4.3.98
USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Where the summary files are
diff --git a/scripts/plot_summary.man.in b/scripts/plot_summary.man.in
index b93398245..bc0147149 100644
--- a/scripts/plot_summary.man.in
+++ b/scripts/plot_summary.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH plot_summary 1plot_summaryman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH plot_summary 1plot_summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:16 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:24 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/plot_summary.mdoc.in b/scripts/plot_summary.mdoc.in
index 748dfcb10..60681a562 100644
--- a/scripts/plot_summary.mdoc.in
+++ b/scripts/plot_summary.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt PLOT_SUMMARY 1plot_summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:17 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:25 AM by AutoGen 5.18.5
.\" From the definitions plot_summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/summary-opts b/scripts/summary-opts
index b2624f3ad..c3dfdf3f3 100644
--- a/scripts/summary-opts
+++ b/scripts/summary-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (summary-opts)
#
-# It has been AutoGen-ed June 6, 2019 at 11:36:15 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
# From the definitions summary-opts.def
# and the template file perlopt
@@ -44,7 +44,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-summary - compute various stastics from NTP stat files - Ver. 4.3.97
+summary - compute various stastics from NTP stat files - Ver. 4.3.98
USAGE: summary [ - [] | --[{=| }] ]...
--directory=str Directory containing stat files
diff --git a/scripts/summary.1summaryman b/scripts/summary.1summaryman
index cb4549271..91049a8f5 100644
--- a/scripts/summary.1summaryman
+++ b/scripts/summary.1summaryman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH summary 1summaryman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH summary 1summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:20 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:28 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/summary.1summarymdoc b/scripts/summary.1summarymdoc
index d0568177c..75c86d716 100644
--- a/scripts/summary.1summarymdoc
+++ b/scripts/summary.1summarymdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt SUMMARY 1summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:21 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:29 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/summary.html b/scripts/summary.html
index 8281dc2f2..19dbea3ae 100644
--- a/scripts/summary.html
+++ b/scripts/summary.html
@@ -59,7 +59,7 @@ Previous: (dir), Up: Summary User Manual
This document describes the use of the NTP Project’s summary program.
-This document applies to version 4.3.97 of summary.
+This document applies to version 4.3.98 of summary.
Short Table of Contents
@@ -131,7 +131,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-summary - compute various stastics from NTP stat files - Ver. 4.3.97
+summary - compute various stastics from NTP stat files - Ver. 4.3.98
USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
--directory=str Directory containing stat files
diff --git a/scripts/summary.man.in b/scripts/summary.man.in
index cb4549271..91049a8f5 100644
--- a/scripts/summary.man.in
+++ b/scripts/summary.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH summary 1summaryman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH summary 1summaryman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:20 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:28 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/summary.mdoc.in b/scripts/summary.mdoc.in
index d0568177c..75c86d716 100644
--- a/scripts/summary.mdoc.in
+++ b/scripts/summary.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt SUMMARY 1summarymdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:36:21 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:29 AM by AutoGen 5.18.5
.\" From the definitions summary-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/update-leap/invoke-update-leap.texi b/scripts/update-leap/invoke-update-leap.texi
index 6da23f2d1..624cfca23 100644
--- a/scripts/update-leap/invoke-update-leap.texi
+++ b/scripts/update-leap/invoke-update-leap.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-update-leap.texi)
#
-# It has been AutoGen-ed August 14, 2018 at 08:09:32 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:20 AM by AutoGen 5.18.5
# From the definitions update-leap-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
diff --git a/scripts/update-leap/update-leap-opts b/scripts/update-leap/update-leap-opts
index b2f89bf49..a1ccb9647 100644
--- a/scripts/update-leap/update-leap-opts
+++ b/scripts/update-leap/update-leap-opts
@@ -1,6 +1,6 @@
# EDIT THIS FILE WITH CAUTION (update-leap-opts)
#
-# It has been AutoGen-ed August 14, 2018 at 08:09:38 AM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:58:23 AM by AutoGen 5.18.5
# From the definitions update-leap-opts.def
# and the template file perlopt
@@ -46,7 +46,7 @@ sub processOptions {
'help|?', 'more-help'));
$usage = <<'USAGE';
-update-leap - leap-seconds file manager/updater - Ver. 4.2.8p12
+update-leap - leap-seconds file manager/updater - Ver. 4.3.98
USAGE: update-leap [ - [] | --[{=| }] ]...
-s, --source-url=str The URL of the master copy of the leapseconds file
diff --git a/scripts/update-leap/update-leap.1update-leapman b/scripts/update-leap/update-leap.1update-leapman
index ac138146e..80f646247 100644
--- a/scripts/update-leap/update-leap.1update-leapman
+++ b/scripts/update-leap/update-leap.1update-leapman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH update-leap 1update-leapman "14 Aug 2018" "ntp (4.2.8p12)" "User Commands"
+.TH update-leap 1update-leapman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-4Iayif/ag-fJaGhf)
+.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed August 14, 2018 at 08:09:29 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:22 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/update-leap/update-leap.1update-leapmdoc b/scripts/update-leap/update-leap.1update-leapmdoc
index e3845dcc3..948351609 100644
--- a/scripts/update-leap/update-leap.1update-leapmdoc
+++ b/scripts/update-leap/update-leap.1update-leapmdoc
@@ -1,9 +1,9 @@
-.Dd August 14 2018
+.Dd June 7 2019
.Dt UPDATE_LEAP 1update-leapmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc)
.\"
-.\" It has been AutoGen-ed August 14, 2018 at 08:09:36 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:19 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/scripts/update-leap/update-leap.html b/scripts/update-leap/update-leap.html
index 3a05b038a..21443b37d 100644
--- a/scripts/update-leap/update-leap.html
+++ b/scripts/update-leap/update-leap.html
@@ -1,120 +1,169 @@
-
+
+
+
-update-leap User's Manual
-
-
-
-
-
-
-
+
+update-leap User’s Manual
+
+
+
+
+
+
+
+
+
+
+
-
-update-leap User's Manual
-
- This document describes the use of the NTP Project's update-leap program.
+
+update-leap User’s Manual
+
+
- This document applies to version 4.2.8p12 of update-leap.
+
+
+
+
+Top
+
+This document describes the use of the NTP Project’s update-leap program.
+
+This document applies to version 4.3.98 of update-leap.
+
+
+Short Table of Contents
-
-
-
+
+• update-leap Description: Description
+
+• update-leap Invocation: Invoking update-leap
+
+
+
+
-
+
+
+Up: Top
+
+1 Invoking update-leap
+
+
-0.1 Invoking update-leap
-update-leap
+
update-leap
will validate the file currently on the local system
and if necessary, updates leap-second definition file.
-
-
Ordinarily, the file is found using the "leapfile" directive in
-ntp.conf(5).
+
+Ordinarily, the file is found using the "leapfile" directive in
+ntp.conf(5).
However, an alternate location can be specified on the command line.
-
-
If the file does not exist, is not valid, has expired, or is expiring soon,
+
+If the file does not exist, is not valid, has expired, or is expiring soon,
a new copy will be downloaded. If the new copy validates, it is installed and
NTP is (optionally) restarted.
-
-
If the current file is acceptable, no download or restart occurs.
-
-
-c can also be used to invoke another script to perform administrative
-functions, e.g. to copy the file to other local systems.
+
+If the current file is acceptable, no download or restart occurs.
+
+-c can also be used to invoke another script to perform administrative
+functions, e.g. to copy the file to other local systems.
.PP
This can be run as a cron job. As the file is rarely updated, and leap
seconds are announced at least one month in advance (usually longer), it
-need not be run more frequently than about once every three weeks.
+need not be run more frequently than about once every three weeks.
.PP
-For cron-friendly behavior, define CRONJOB=1 in the crontab.
+For cron-friendly behavior, define CRONJOB=1 in the crontab.
.PP
This script depends on$REQUIREDCMDS
-
-
This section was generated by AutoGen,
+
+This section was generated by AutoGen,
using the agtexi-cmd template and the option descriptions for the update-leap program.
-
-
-
-
-
-Next: update-leap source-url,
-Up: update-leap Invocation
-
+
+
+• update-leap usage: update-leap help/usage (--help)
+
+• update-leap source-url: source-url option (-s)
+
+• update-leap ipv4: ipv4 option (-4)
+
+• update-leap destination: destination option (-d)
+
+• update-leap expiration: expiration option (-e)
+
+• update-leap ntp-conf-file: ntp-conf-file option (-f)
+
+• update-leap force-update: force-update option (-F)
+
+• update-leap exit status: exit status
+
+• update-leap Usage: Usage
+
+• update-leap Authors: Authors
+
+
+
+
+
+
+
+Next: update-leap source-url, Up: update-leap Invocation
-
-0.1.1 update-leap help/usage (--help)
-
-
-This is the automatically generated usage text for update-leap.
-
-
The text printed is the same whether selected with the help option
-(--help) or the more-help option (--more-help). more-help will print
-the usage text by passing it through a pager program.
+
+
1.1 update-leap help/usage (--help)
+
+
+This is the automatically generated usage text for update-leap.
+
+The text printed is the same whether selected with the help option
+(--help) or the more-help option (--more-help). more-help will print
+the usage text by passing it through a pager program.
more-help is disabled on platforms without a working
fork(2) function. The PAGER environment variable is
-used to select the program, defaulting to more. Both will exit
+used to select the program, defaulting to more. Both will exit
with a status code of 0.
-
+
+
+
Usage: update-leap [options]
Verifies and if necessary, updates leap-second definition file
@@ -189,160 +238,159 @@ IO::Socket::SSL - version >= 1.56
NET::SSLeay - version >= 1.49
Version: 1.004
-
-
+
-0.1.2 source-url option (-s)
+
+
+
+
+Next: update-leap ipv4, Previous: update-leap usage, Up: update-leap Invocation
+
+
+1.2 source-url option (-s)
+
-
-This is the “the url of the master copy of the leapseconds file” option.
-This option takes a string argument.
+
This is the “the url of the master copy of the leapseconds file” option.
+This option takes a string argument.
Specify the URL of the master copy to download
$LEAPSRC
-
-
-Next: update-leap destination,
-Previous: update-leap source-url,
-Up: update-leap Invocation
-
+
+
+
+
+Next: update-leap destination, Previous: update-leap source-url, Up: update-leap Invocation
-
-0.1.3 ipv4 option (-4)
-
-
-This is the “use only ipv4 addresses for dns name resolution” option.
-
-
This option has some usage constraints. It:
-
-- must not appear in combination with any of the following options:
-ipv6.
-
-
- Force DNS resolution of following host names on the command line
- to the IPv4 namespace.
+
+
1.3 ipv4 option (-4)
+
+
+This is the “use only ipv4 addresses for dns name resolution” option.
+
+This option has some usage constraints. It:
+
+- must not appear in combination with any of the following options:
+ipv6.
+
+
+Force DNS resolution of following host names on the command line
+ to the IPv4 namespace.
_EndOfDoc_;
;
-
-
flag =
+
+flag =
name = ipv6;
flags-cant = ipv4, prefer;
value = 6;
- descrip = "Use only IPv6 addresses for DNS name resolution";
+ descrip = "Use only IPv6 addresses for DNS name resolution";
doc = <<- _EndOfDoc_
Force DNS resolution of following host names on the command line
- to the IPv6 namespace.
+ to the IPv6 namespace.
_EndOfDoc_;
;
-
-
flag =
+
+flag =
name = prefer;
flags-cant = ipv4, ipv6;
value = p;
arg-type = keyword;
keyword = 4, 6;
- descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
+ descrip = ’Prefer IPv4 or IPv6 (as specified) addresses, but use either’;
doc = <<- _EndOfDoc_
-Prefer IPv4 or IPv6 (as specified) addresses, but use either.
-
-
-Next: update-leap expiration,
-Previous: update-leap ipv4,
-Up: update-leap Invocation
-
+Prefer IPv4 or IPv6 (as specified) addresses, but use either.
+
+
+
+
+Next: update-leap expiration, Previous: update-leap ipv4, Up: update-leap Invocation
+
+1.4 destination option (-d)
+
-0.1.4 destination option (-d)
-
-
-This is the “filename on the local system” option.
-This option takes a string argument float.
-The name to use to store the leapfile on the local system.
+
This is the “filename on the local system” option.
+This option takes a string argument float.
+The name to use to store the leapfile on the local system.
$LEAPFILE
-
-
-Next: update-leap ntp-conf-file,
-Previous: update-leap destination,
-Up: update-leap Invocation
-
+
+
+
+
+Next: update-leap ntp-conf-file, Previous: update-leap destination, Up: update-leap Invocation
+
+1.5 expiration option (-e)
+
-0.1.5 expiration option (-e)
-
-
-This is the “refresh the leapfile this long before it expires” option.
-This option takes a string argument.
+
This is the “refresh the leapfile this long before it expires” option.
+This option takes a string argument.
Specify how long before expiration the file is to be refreshed
-Units are required, e.g. "-e 60 days" Note that larger values
-imply more frequent refreshes.
-"$PREFETCH"
-
-
-Next: update-leap force-update,
-Previous: update-leap expiration,
-Up: update-leap Invocation
-
+Units are required, e.g. "-e 60 days" Note that larger values
+imply more frequent refreshes.
+"$PREFETCH"
+
+
+
+
+Next: update-leap force-update, Previous: update-leap expiration, Up: update-leap Invocation
+
+1.6 ntp-conf-file option (-f)
+
-0.1.6 ntp-conf-file option (-f)
-
-
-This is the “location of the ntp.conf file” option.
-This option takes a string argument.
+
This is the “location of the ntp.conf file” option.
+This option takes a string argument.
Specify location of ntp.conf (used to make sure leapfile directive is
present and to default leapfile)
/etc/ntp.conf
-
-
-Next: update-leap exit status,
-Previous: update-leap ntp-conf-file,
-Up: update-leap Invocation
-
+
+
+
+
+Next: update-leap exit status, Previous: update-leap ntp-conf-file, Up: update-leap Invocation
-
-0.1.7 force-update option (-F)
-
-
-This is the “force update of the leapfile” option.
-Force update even if current file is OK and not close to expiring.
-
-
-Next: update-leap Usage,
-Previous: update-leap force-update,
-Up: update-leap Invocation
-
+
+1.7 force-update option (-F)
+
+
+This is the “force update of the leapfile” option.
+Force update even if current file is OK and not close to expiring.
+
+
+
+
+Next: update-leap Usage, Previous: update-leap force-update, Up: update-leap Invocation
-
-0.1.8 update-leap exit status
+
+1.8 update-leap exit status
One of the following exit values will be returned:
-
-- 0 (EXIT_SUCCESS)
- Successful program execution.
-
- 1 (EXIT_FAILURE)
- The operation failed or the command syntax was not valid.
+
+- ‘0 (EXIT_SUCCESS)’
+Successful program execution.
+
+- ‘1 (EXIT_FAILURE)’
+The operation failed or the command syntax was not valid.
+
-
-
-Next: update-leap Authors,
-Previous: update-leap exit status,
-Up: update-leap Invocation
-
+
+
+
+
+Next: update-leap Authors, Previous: update-leap exit status, Up: update-leap Invocation
-
-0.1.9 update-leap Usage
-
-
-
-Previous: update-leap Usage,
-Up: update-leap Invocation
-
+
+1.9 update-leap Usage
+
+
+
+
+Previous: update-leap Usage, Up: update-leap Invocation
+
+1.10 update-leap Authors
+
-0.1.10 update-leap Authors
-
+
+
diff --git a/scripts/update-leap/update-leap.man.in b/scripts/update-leap/update-leap.man.in
index ac138146e..80f646247 100644
--- a/scripts/update-leap/update-leap.man.in
+++ b/scripts/update-leap/update-leap.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH update-leap 1update-leapman "14 Aug 2018" "ntp (4.2.8p12)" "User Commands"
+.TH update-leap 1update-leapman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-4Iayif/ag-fJaGhf)
+.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed August 14, 2018 at 08:09:29 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:22 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/scripts/update-leap/update-leap.mdoc.in b/scripts/update-leap/update-leap.mdoc.in
index e3845dcc3..948351609 100644
--- a/scripts/update-leap/update-leap.mdoc.in
+++ b/scripts/update-leap/update-leap.mdoc.in
@@ -1,9 +1,9 @@
-.Dd August 14 2018
+.Dd June 7 2019
.Dt UPDATE_LEAP 1update-leapmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc)
.\"
-.\" It has been AutoGen-ed August 14, 2018 at 08:09:36 AM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:58:19 AM by AutoGen 5.18.5
.\" From the definitions update-leap-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/sntp/invoke-sntp.texi b/sntp/invoke-sntp.texi
index 1bafaafba..d1297ba5c 100644
--- a/sntp/invoke-sntp.texi
+++ b/sntp/invoke-sntp.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-sntp.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:18:00 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:44:30 AM by AutoGen 5.18.5
# From the definitions sntp-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -101,7 +101,7 @@ with a status code of 0.
@exampleindent 0
@example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.3.97
+sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98
Usage: sntp [ - [] | --[@{=| @}] ]... \
[ hostname-or-IP ...]
Flg Arg Option-Name Description
diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c
index 539b43b73..4f53ccda6 100644
--- a/sntp/sntp-opts.c
+++ b/sntp/sntp-opts.c
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.c)
*
- * It has been AutoGen-ed June 6, 2019 at 11:17:56 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:44:26 AM by AutoGen 5.18.5
* From the definitions sntp-opts.def
* and the template file options
*
@@ -70,7 +70,7 @@ extern FILE * option_usage_fp;
* static const strings for sntp options
*/
static char const sntp_opt_strs[2560] =
-/* 0 */ "sntp 4.3.97\n"
+/* 0 */ "sntp 4.3.98\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -156,7 +156,7 @@ static char const sntp_opt_strs[2560] =
/* 2311 */ "LOAD_OPTS\0"
/* 2321 */ "no-load-opts\0"
/* 2334 */ "SNTP\0"
-/* 2339 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.3.97\n"
+/* 2339 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98\n"
"Usage: %s [ - [] | --[{=| }] ]... \\\n"
"\t\t[ hostname-or-IP ...]\n\0"
/* 2497 */ "$HOME\0"
@@ -164,7 +164,7 @@ static char const sntp_opt_strs[2560] =
/* 2505 */ ".ntprc\0"
/* 2512 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 2546 */ "\n\0"
-/* 2548 */ "sntp 4.3.97";
+/* 2548 */ "sntp 4.3.98";
/**
* ipv4 option description with
@@ -1176,7 +1176,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via sntpOptions.pzCopyright */
- puts(_("sntp 4.3.97\n\
+ puts(_("sntp 4.3.98\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -1266,7 +1266,7 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via sntpOptions.pzUsageTitle */
- puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.3.97\n\
+ puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98\n\
Usage: %s [ - [] | --[{=| }] ]... \\\n\
\t\t[ hostname-or-IP ...]\n"));
@@ -1274,7 +1274,7 @@ Usage: %s [ - [] | --[{=| }] ]... \\\n\
puts(_("\n"));
/* referenced via sntpOptions.pzFullVersion */
- puts(_("sntp 4.3.97"));
+ puts(_("sntp 4.3.98"));
/* referenced via sntpOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h
index 0a3c1a024..1b96b220b 100644
--- a/sntp/sntp-opts.h
+++ b/sntp/sntp-opts.h
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.h)
*
- * It has been AutoGen-ed June 6, 2019 at 11:17:56 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:44:26 AM by AutoGen 5.18.5
* From the definitions sntp-opts.def
* and the template file options
*
@@ -91,9 +91,9 @@ typedef enum {
/** count of all options for sntp */
#define OPTION_CT 23
/** sntp version */
-#define SNTP_VERSION "4.3.97"
+#define SNTP_VERSION "4.3.98"
/** Full sntp version text */
-#define SNTP_FULL_VERSION "sntp 4.3.97"
+#define SNTP_FULL_VERSION "sntp 4.3.98"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/sntp/sntp.1sntpman b/sntp/sntp.1sntpman
index 9ef0867c4..593276891 100644
--- a/sntp/sntp.1sntpman
+++ b/sntp/sntp.1sntpman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH sntp 1sntpman "06 Jun 2019" "4.3.97" "User Commands"
+.TH sntp 1sntpman "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:01 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:44:31 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/sntp/sntp.1sntpmdoc b/sntp/sntp.1sntpmdoc
index a2f3ecdd8..527f5d0a7 100644
--- a/sntp/sntp.1sntpmdoc
+++ b/sntp/sntp.1sntpmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt SNTP 1sntpmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:17:58 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:44:28 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/sntp/sntp.html b/sntp/sntp.html
index e1bf1b12a..1eafe9e92 100644
--- a/sntp/sntp.html
+++ b/sntp/sntp.html
@@ -64,7 +64,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.
-This document applies to version 4.3.97 of sntp.
+
This document applies to version 4.3.98 of sntp.
The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
@@ -243,7 +243,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-sntp - standard Simple Network Time Protocol client program - Ver. 4.3.97
+sntp - standard Simple Network Time Protocol client program - Ver. 4.3.98
Usage: sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
[ hostname-or-IP ...]
Flg Arg Option-Name Description
diff --git a/sntp/sntp.man.in b/sntp/sntp.man.in
index 3e4e9d154..7f3fabd5f 100644
--- a/sntp/sntp.man.in
+++ b/sntp/sntp.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH sntp @SNTP_MS@ "06 Jun 2019" "4.3.97" "User Commands"
+.TH sntp @SNTP_MS@ "07 Jun 2019" "4.3.98" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:18:01 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:44:31 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
diff --git a/sntp/sntp.mdoc.in b/sntp/sntp.mdoc.in
index e42d7f8e0..2b72dad6c 100644
--- a/sntp/sntp.mdoc.in
+++ b/sntp/sntp.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt SNTP @SNTP_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:17:58 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:44:28 AM by AutoGen 5.18.5
.\" From the definitions sntp-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
diff --git a/util/invoke-ntp-keygen.texi b/util/invoke-ntp-keygen.texi
index 31550bf8c..6a6189a72 100644
--- a/util/invoke-ntp-keygen.texi
+++ b/util/invoke-ntp-keygen.texi
@@ -6,7 +6,7 @@
#
# EDIT THIS FILE WITH CAUTION (invoke-ntp-keygen.texi)
#
-# It has been AutoGen-ed June 6, 2019 at 11:19:28 PM by AutoGen 5.18.5
+# It has been AutoGen-ed June 7, 2019 at 12:45:58 AM by AutoGen 5.18.5
# From the definitions ntp-keygen-opts.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -948,7 +948,7 @@ Following the header the keys are entered one per line in the format
@end example
where
@kbd{keyno}
-is a positive integer in the range 1-65534;
+is a positive integer in the range 1-65535;
@kbd{type}
is the key type for the message digest algorithm, which in the absence of the
OpenSSL library must be
@@ -1056,7 +1056,7 @@ with a status code of 0.
@exampleindent 0
@example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.97
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98
Usage: ntp-keygen [ - [] | --[@{=| @}] ]...
Flg Arg Option-Name Description
-b Num imbits identity modulus bits
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index 129cd5459..58ea5c5e4 100644
--- a/util/ntp-keygen-opts.c
+++ b/util/ntp-keygen-opts.c
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:24 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:54 AM by AutoGen 5.18.5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
@@ -72,7 +72,7 @@ extern FILE * option_usage_fp;
* static const strings for ntp-keygen options
*/
static char const ntp_keygen_opt_strs[2436] =
-/* 0 */ "ntp-keygen (ntp) 4.3.97\n"
+/* 0 */ "ntp-keygen (ntp) 4.3.98\n"
"Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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"
@@ -165,14 +165,14 @@ static char const ntp_keygen_opt_strs[2436] =
/* 2221 */ "no-load-opts\0"
/* 2234 */ "no\0"
/* 2237 */ "NTP_KEYGEN\0"
-/* 2248 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.97\n"
+/* 2248 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98\n"
"Usage: %s [ - [] | --[{=| }] ]...\n\0"
/* 2361 */ "$HOME\0"
/* 2367 */ ".\0"
/* 2369 */ ".ntprc\0"
/* 2376 */ "http://bugs.ntp.org, bugs@ntp.org\0"
/* 2410 */ "\n\0"
-/* 2412 */ "ntp-keygen (ntp) 4.3.97";
+/* 2412 */ "ntp-keygen (ntp) 4.3.98";
/**
* imbits option description:
@@ -1310,7 +1310,7 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via ntp_keygenOptions.pzCopyright */
- puts(_("ntp-keygen (ntp) 4.3.97\n\
+ puts(_("ntp-keygen (ntp) 4.3.98\n\
Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, 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\
@@ -1409,14 +1409,14 @@ implied warranty.\n"));
puts(_("load options from a config file"));
/* referenced via ntp_keygenOptions.pzUsageTitle */
- puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.97\n\
+ puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.98\n\
Usage: %s [ - [] | --[{=| }] ]...\n"));
/* referenced via ntp_keygenOptions.pzExplain */
puts(_("\n"));
/* referenced via ntp_keygenOptions.pzFullVersion */
- puts(_("ntp-keygen (ntp) 4.3.97"));
+ puts(_("ntp-keygen (ntp) 4.3.98"));
/* referenced via ntp_keygenOptions.pzFullUsage */
puts(_("<<>>"));
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index 05c534a1d..e8d9b4700 100644
--- a/util/ntp-keygen-opts.h
+++ b/util/ntp-keygen-opts.h
@@ -1,7 +1,7 @@
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed June 6, 2019 at 11:19:24 PM by AutoGen 5.18.5
+ * It has been AutoGen-ed June 7, 2019 at 12:45:54 AM by AutoGen 5.18.5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
@@ -94,9 +94,9 @@ typedef enum {
/** count of all options for ntp-keygen */
#define OPTION_CT 26
/** ntp-keygen version */
-#define NTP_KEYGEN_VERSION "4.3.97"
+#define NTP_KEYGEN_VERSION "4.3.98"
/** Full ntp-keygen version text */
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.3.97"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.3.98"
/**
* Interface defines for all options. Replace "n" with the UPPER_CASED
diff --git a/util/ntp-keygen.1ntp-keygenman b/util/ntp-keygen.1ntp-keygenman
index 45b652319..701fb4426 100644
--- a/util/ntp-keygen.1ntp-keygenman
+++ b/util/ntp-keygen.1ntp-keygenman
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-keygen 1ntp-keygenman "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:29 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:59 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
@@ -1054,7 +1054,7 @@ Following the header the keys are entered one per line in the format
.in -4
where
\f\*[I-Font]keyno\f[]
-is a positive integer in the range 1-65534;
+is a positive integer in the range 1-65535;
\f\*[I-Font]type\f[]
is the key type for the message digest algorithm, which in the absence of the
OpenSSL library must be
diff --git a/util/ntp-keygen.1ntp-keygenmdoc b/util/ntp-keygen.1ntp-keygenmdoc
index 361de9a0e..caf626c42 100644
--- a/util/ntp-keygen.1ntp-keygenmdoc
+++ b/util/ntp-keygen.1ntp-keygenmdoc
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:26 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:56 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
@@ -943,7 +943,7 @@ Following the header the keys are entered one per line in the format
.D1 Ar keyno Ar type Ar key
where
.Ar keyno
-is a positive integer in the range 1\-65534;
+is a positive integer in the range 1\-65535;
.Ar type
is the key type for the message digest algorithm, which in the absence of the
OpenSSL library must be
diff --git a/util/ntp-keygen.html b/util/ntp-keygen.html
index 9edc24493..491639268 100644
--- a/util/ntp-keygen.html
+++ b/util/ntp-keygen.html
@@ -95,7 +95,7 @@ All other files are in PEM-encoded
printable ASCII format so they can be embedded as MIME attachments in
mail to other sites.
-This document applies to version 4.3.97 of ntp-keygen.
+
This document applies to version 4.3.98 of ntp-keygen.
• Description:
@@ -257,26 +257,29 @@ Next: Random Seed File,
This program generates cryptographic data files used by the NTPv4
authentication and identification schemes.
-It generates MD5 key files used in symmetric key cryptography.
-In addition, if the OpenSSL software library has been installed,
-it generates keys, certificate and identity files used in public key
-cryptography.
+It can generate message digest keys used in symmetric key cryptography and,
+if the OpenSSL software library has been installed, it can generate host keys,
+signing keys, certificates, and identity keys and parameters used in Autokey
+public key cryptography.
These files are used for cookie encryption,
-digital signature and challenge/response identification algorithms
+digital signature, and challenge/response identification algorithms
compatible with the Internet standard security infrastructure.
-All files are in PEM-encoded printable ASCII format,
-so they can be embedded as MIME attachments in mail to other sites
+
The message digest symmetric keys file is generated in a format
+compatible with NTPv3.
+All other files are in PEM-encoded printable ASCII format,
+so they can be embedded as MIME attachments in email to other sites
and certificate authorities.
By default, files are not encrypted.
-When used to generate message digest keys, the program produces a file
-containing ten pseudo-random printable ASCII strings suitable for the
-MD5 message digest algorithm included in the distribution.
+
When used to generate message digest symmetric keys, the program
+produces a file containing ten pseudo-random printable ASCII strings
+suitable for the MD5 message digest algorithm included in the
+distribution.
If the OpenSSL library is installed, it produces an additional ten
-hex-encoded random bit strings suitable for the SHA1 and other message
-digest algorithms.
-The message digest keys file must be distributed and stored
+hex-encoded random bit strings suitable for SHA1, AES-128-CMAC, and
+other message digest algorithms.
+The message digest symmetric keys file must be distributed and stored
using secure means beyond the scope of NTP itself.
Besides the keys used for ordinary NTP associations, additional keys
can be defined as passwords for the
@@ -296,57 +299,71 @@ other than Autokey.
Some files used by this program are encrypted using a private password.
The
-p
-option specifies the password for local encrypted files and the
+option specifies the read password for local encrypted files and the
-q
-option the password for encrypted files sent to remote sites.
+option the write password for encrypted files sent to remote sites.
If no password is specified, the host name returned by the Unix
-gethostname()
-function, normally the DNS name of the host is used.
+hostname(1)
+command, normally the DNS name of the host, is used as the the default read
+password, for convenience.
+The
+ntp-keygen
+program prompts for the password if it reads an encrypted file
+and the password is missing or incorrect.
+If an encrypted file is read successfully and
+no write password is specified, the read password is used
+as the write password by default.
The
-pw
+pw
option of the
-crypto
+crypto
+ntpd(1ntpdmdoc)
configuration command specifies the read
password for previously encrypted local files.
-This must match the local password used by this program.
+This must match the local read password used by this program.
If not specified, the host name is used.
-Thus, if files are generated by this program without password,
+Thus, if files are generated by this program without an explicit password,
they can be read back by
-ntpd
-without password but only on the same host.
+ntpd(1ntpdmdoc)
+without specifying an explicit password but only on the same host.
+If the write password used for encryption is specified as the host name,
+these files can be read by that host with no explicit password.
Normally, encrypted files for each host are generated by that host and
used only by that host, although exceptions exist as noted later on
this page.
The symmetric keys file, normally called
-ntp.keys,
+ntp.keys,
is usually installed in
/etc.
Other files and links are usually installed in
/usr/local/etc,
which is normally in a shared filesystem in
NFS-mounted networks and cannot be changed by shared clients.
-The location of the keys directory can be changed by the
-keysdir
-configuration command in such cases.
-Normally, this is in
-/etc.
+In these cases, NFS clients can specify the files in another
+directory such as
+/etc
+using the
+keysdir
+ntpd(1ntpdmdoc)
+configuration file command.
This program directs commentary and error messages to the standard
error stream
-stderr
+stderr
and remote files to the standard output stream
-stdout
+stdout
where they can be piped to other applications or redirected to files.
The names used for generated files and links all begin with the
string
-ntpkey
+ntpkey*
and include the file type, generating host and filestamp,
as described in the
-“Cryptographic Data Files”
+Cryptographic Data Files
section below.
-
+
+
• ntp-keygen usage:
• ntp-keygen imbits:
@@ -367,20 +384,20 @@ section below.
• ntp-keygen lifetime:
-• ntp-keygen md5key:
-
• ntp-keygen modulus:
+• ntp-keygen md5key:
+
• ntp-keygen pvt-cert:
• ntp-keygen password:
• ntp-keygen export-passwd:
-• ntp-keygen sign-key:
-
• ntp-keygen subject-name:
+• ntp-keygen sign-key:
+
• ntp-keygen trusted-cert:
• ntp-keygen mv-params:
@@ -401,172 +418,67 @@ section below.
1.2.1 Running the Program
-To test and gain experience with Autokey concepts, log in as root and
-change to the keys directory, usually
-/usr/local/etc
-When run for the first time, or if all files with names beginning with
-ntpkey
-have been removed, use the
-ntp-keygen
-command without arguments to generate a
-default RSA host key and matching RSA-MD5 certificate with expiration
-date one year hence.
-If run again without options, the program uses the
-existing keys and parameters and generates only a new certificate with
-new expiration date one year hence.
-
-Run the command on as many hosts as necessary.
-Designate one of them as the trusted host (TH) using
-ntp-keygen
-with the
--T
-option and configure it to synchronize from reliable Internet servers.
-Then configure the other hosts to synchronize to the TH directly or
-indirectly.
-A certificate trail is created when Autokey asks the immediately
-ascendant host towards the TH to sign its certificate, which is then
-provided to the immediately descendant host on request.
-All group hosts should have acyclic certificate trails ending on the TH.
-
-The host key is used to encrypt the cookie when required and so must be
-RSA type.
-By default, the host key is also the sign key used to encrypt
-signatures.
-A different sign key can be assigned using the
--S
-option and this can be either RSA or DSA type.
-By default, the signature
-message digest type is MD5, but any combination of sign key type and
-message digest type supported by the OpenSSL library can be specified
-using the
--c
-option.
-The rules say cryptographic media should be generated with proventic
-filestamps, which means the host should already be synchronized before
-this program is run.
-This of course creates a chicken-and-egg problem
-when the host is started for the first time.
-Accordingly, the host time
-should be set by some other means, such as eyeball-and-wristwatch, at
-least so that the certificate lifetime is within the current year.
-After that and when the host is synchronized to a proventic source, the
-certificate should be re-generated.
-
-Additional information on trusted groups and identity schemes is on the
-“Autokey Public-Key Authentication”
-page.
-
-
-
-The
-ntpd(1ntpdmdoc)
-configuration command
-crypto pw password
-specifies the read password for previously encrypted files.
-The daemon expires on the spot if the password is missing
-or incorrect.
-For convenience, if a file has been previously encrypted,
-the default read password is the name of the host running
-the program.
-If the previous write password is specified as the host name,
-these files can be read by that host with no explicit password.
-
-
-File names begin with the prefix
-ntpkey_
-and end with the postfix
-_hostname.filestamp,
-where
-hostname
-is the owner name, usually the string returned
-by the Unix gethostname() routine, and
-filestamp
-is the NTP seconds when the file was generated, in decimal digits.
-This both guarantees uniqueness and simplifies maintenance
-procedures, since all files can be quickly removed
-by a
-rm ntpkey*
-command or all files generated
-at a specific time can be removed by a
-rm
-*filestamp
-command.
-To further reduce the risk of misconfiguration,
-the first two lines of a file contain the file name
-and generation date and time as comments.
-
-All files are installed by default in the keys directory
-/usr/local/etc,
-which is normally in a shared filesystem
-in NFS-mounted networks.
-The actual location of the keys directory
-and each file can be overridden by configuration commands,
-but this is not recommended.
-Normally, the files for each host are generated by that host
-and used only by that host, although exceptions exist
-as noted later on this page.
-
-Normally, files containing private values,
-including the host key, sign key and identification parameters,
-are permitted root read/write-only;
-while others containing public values are permitted world readable.
-Alternatively, files containing private values can be encrypted
-and these files permitted world readable,
-which simplifies maintenance in shared file systems.
-Since uniqueness is insured by the hostname and
-file name extensions, the files for a NFS server and
-dependent clients can all be installed in the same shared directory.
-
-The recommended practice is to keep the file name extensions
-when installing a file and to install a soft link
-from the generic names specified elsewhere on this page
-to the generated files.
-This allows new file generations to be activated simply
-by changing the link.
-If a link is present, ntpd follows it to the file name
-to extract the filestamp.
-If a link is not present,
-ntpd(1ntpdmdoc)
-extracts the filestamp from the file itself.
-This allows clients to verify that the file and generation times
-are always current.
-The
-ntp-keygen
-program uses the same timestamp extension for all files generated
-at one time, so each generation is distinct and can be readily
-recognized in monitoring data.
-
-1.2.1.1 Running the program
The safest way to run the
ntp-keygen
program is logged in directly as root.
-The recommended procedure is change to the keys directory,
-usually
+The recommended procedure is change to the
+keys
+directory, usually
/usr/local/etc,
then run the program.
-When run for the first time,
-or if all
-ntpkey
-files have been removed,
-the program generates a RSA host key file and matching RSA-MD5 certificate file,
+
+To test and gain experience with Autokey concepts, log in as root and
+change to the
+keys
+directory, usually
+/usr/local/etc.
+When run for the first time, or if all files with names beginning with
+ntpkey*
+have been removed, use the
+ntp-keygen
+command without arguments to generate a default
+RSA
+host key and matching
+RSA-MD5
+certificate file with expiration date one year hence,
which is all that is necessary in many cases.
The program also generates soft links from the generic names
to the respective files.
-If run again, the program uses the same host key file,
-but generates a new certificate file and link.
+If run again without options, the program uses the
+existing keys and parameters and generates a new certificate file with
+new expiration date one year hence, and soft link.
-The host key is used to encrypt the cookie when required and so must be RSA type.
+
The host key is used to encrypt the cookie when required and so must be
+RSA
+type.
By default, the host key is also the sign key used to encrypt signatures.
When necessary, a different sign key can be specified and this can be
-either RSA or DSA type.
-By default, the message digest type is MD5, but any combination
+either
+RSA
+or
+DSA
+type.
+By default, the message digest type is
+MD5,
+but any combination
of sign key type and message digest type supported by the OpenSSL library
-can be specified, including those using the MD2, MD5, SHA, SHA1, MDC2
-and RIPE160 message digest algorithms.
+can be specified, including those using the
+AES128CMAC, MD2, MD5, MDC2, SHA, SHA1
+and
+RIPE160
+message digest algorithms.
However, the scheme specified in the certificate must be compatible
with the sign key.
-Certificates using any digest algorithm are compatible with RSA sign keys;
-however, only SHA and SHA1 certificates are compatible with DSA sign keys.
+Certificates using any digest algorithm are compatible with
+RSA
+sign keys;
+however, only
+SHA
+and
+SHA1
+certificates are compatible with
+DSA
+sign keys.
Private/public key files and certificates are compatible with
other OpenSSL applications and very likely other libraries as well.
@@ -577,19 +489,19 @@ However, the identification parameter files, although encoded
as the other files, are probably not compatible with anything other than Autokey.
Running the program as other than root and using the Unix
-su
+su(1)
command
to assume root may not work properly, since by default the OpenSSL library
looks for the random seed file
-.rnd
+.rnd
in the user home directory.
However, there should be only one
-.rnd,
+.rnd,
most conveniently
in the root directory, so it is convenient to define the
-$RANDFILE
+.Ev RANDFILE
environment variable used by the OpenSSL library as the path to
-/.rnd.
+.rnd.
Installing the keys as root might not work in NFS-mounted
shared file systems, as NFS clients may not be able to write
@@ -599,7 +511,8 @@ directory such as
/etc
using the
keysdir
-command.
+ntpd(1ntpdmdoc)
+configuration file command.
There is no need for one client to read the keys and certificates
of other clients or servers, as these data are obtained automatically
by the Autokey protocol.
@@ -614,7 +527,6 @@ as the subject and issuer fields, respectively, of the certificate.
The owner name is also used for the host and sign key files,
while the trusted name is used for the identity files.
-
All files are installed by default in the keys directory
/usr/local/etc,
which is normally in a shared filesystem
@@ -633,8 +545,11 @@ while others containing public values are permitted world readable.
Alternatively, files containing private values can be encrypted
and these files permitted world readable,
which simplifies maintenance in shared file systems.
-Since uniqueness is insured by the hostname and
-file name extensions, the files for a NFS server and
+Since uniqueness is insured by the
+hostname
+and
+filestamp
+file name extensions, the files for an NTP server and
dependent clients can all be installed in the same shared directory.
The recommended practice is to keep the file name extensions
@@ -643,108 +558,113 @@ from the generic names specified elsewhere on this page
to the generated files.
This allows new file generations to be activated simply
by changing the link.
-If a link is present, ntpd follows it to the file name
-to extract the filestamp.
+If a link is present,
+ntpd(1ntpdmdoc)
+follows it to the file name to extract the
+filestamp.
If a link is not present,
ntpd(1ntpdmdoc)
-extracts the filestamp from the file itself.
+extracts the
+filestamp
+from the file itself.
This allows clients to verify that the file and generation times
are always current.
The
ntp-keygen
-program uses the same timestamp extension for all files generated
+program uses the same
+filestamp
+extension for all files generated
at one time, so each generation is distinct and can be readily
recognized in monitoring data.
-
-1.2.1.2 Running the program
-The safest way to run the
+
+Run the command on as many hosts as necessary.
+Designate one of them as the trusted host (TH) using
ntp-keygen
-program is logged in directly as root.
-The recommended procedure is change to the keys directory,
-usually
-/usr/local/etc,
-then run the program.
-When run for the first time,
-or if all
-ntpkey
-files have been removed,
-the program generates a RSA host key file and matching RSA-MD5 certificate file,
-which is all that is necessary in many cases.
-The program also generates soft links from the generic names
-to the respective files.
-If run again, the program uses the same host key file,
-but generates a new certificate file and link.
+with the
+-T
+option and configure it to synchronize from reliable Internet servers.
+Then configure the other hosts to synchronize to the TH directly or
+indirectly.
+A certificate trail is created when Autokey asks the immediately
+ascendant host towards the TH to sign its certificate, which is then
+provided to the immediately descendant host on request.
+All group hosts should have acyclic certificate trails ending on the TH.
-The host key is used to encrypt the cookie when required and so must be RSA type.
-By default, the host key is also the sign key used to encrypt signatures.
-When necessary, a different sign key can be specified and this can be
-either RSA or DSA type.
-By default, the message digest type is MD5, but any combination
-of sign key type and message digest type supported by the OpenSSL library
-can be specified, including those using the MD2, MD5, SHA, SHA1, MDC2
-and RIPE160 message digest algorithms.
-However, the scheme specified in the certificate must be compatible
-with the sign key.
-Certificates using any digest algorithm are compatible with RSA sign keys;
-however, only SHA and SHA1 certificates are compatible with DSA sign keys.
+
The host key is used to encrypt the cookie when required and so must be
+RSA type.
+By default, the host key is also the sign key used to encrypt
+signatures.
+A different sign key can be assigned using the
+-S
+option and this can be either
+RSA
+or
+DSA
+type.
+By default, the signature
+message digest type is
+MD5,
+but any combination of sign key type and
+message digest type supported by the OpenSSL library can be specified
+using the
+-c
+option.
-Private/public key files and certificates are compatible with
-other OpenSSL applications and very likely other libraries as well.
-Certificates or certificate requests derived from them should be compatible
-with extant industry practice, although some users might find
-the interpretation of X509v3 extension fields somewhat liberal.
-However, the identification parameter files, although encoded
-as the other files, are probably not compatible with anything other than Autokey.
+
The rules say cryptographic media should be generated with proventic
+filestamps, which means the host should already be synchronized before
+this program is run.
+This of course creates a chicken-and-egg problem
+when the host is started for the first time.
+Accordingly, the host time
+should be set by some other means, such as eyeball-and-wristwatch, at
+least so that the certificate lifetime is within the current year.
+After that and when the host is synchronized to a proventic source, the
+certificate should be re-generated.
-Running the program as other than root and using the Unix
-su
-command
-to assume root may not work properly, since by default the OpenSSL library
-looks for the random seed file
-.rnd
-in the user home directory.
-However, there should be only one
-.rnd,
-most conveniently
-in the root directory, so it is convenient to define the
-$RANDFILE
-environment variable used by the OpenSSL library as the path to
-/.rnd.
+
Additional information on trusted groups and identity schemes is on the
+“Autokey Public-Key Authentication”
+page.
-Installing the keys as root might not work in NFS-mounted
-shared file systems, as NFS clients may not be able to write
-to the shared keys directory, even as root.
-In this case, NFS clients can specify the files in another
-directory such as
-/etc
-using the
-keysdir
+
File names begin with the prefix
+ntpkey_
+and end with the suffix
+_hostname. filestamp,
+where
+hostname
+is the owner name, usually the string returned
+by the Unix
+hostname(1)
+command, and
+filestamp
+is the NTP seconds when the file was generated, in decimal digits.
+This both guarantees uniqueness and simplifies maintenance
+procedures, since all files can be quickly removed
+by a
+rm ntpkey*
+command or all files generated
+at a specific time can be removed by a
+rm *filestamp
command.
-There is no need for one client to read the keys and certificates
-of other clients or servers, as these data are obtained automatically
-by the Autokey protocol.
-
-Ordinarily, cryptographic files are generated by the host that uses them,
-but it is possible for a trusted agent (TA) to generate these files
-for other hosts; however, in such cases files should always be encrypted.
-The subject name and trusted name default to the hostname
-of the host generating the files, but can be changed by command line options.
-It is convenient to designate the owner name and trusted name
-as the subject and issuer fields, respectively, of the certificate.
-The owner name is also used for the host and sign key files,
-while the trusted name is used for the identity files.
-seconds.
-seconds.
+To further reduce the risk of misconfiguration,
+the first two lines of a file contain the file name
+and generation date and time as comments.
-s Trusted Hosts and Groups
-Each cryptographic configuration involves selection of a signature scheme
+
+
1.2.1.1 Trusted Hosts and Groups
+Each cryptographic configuration involves selection of a signature scheme
and identification scheme, called a cryptotype,
as explained in the
‘Authentication Options’
section of
ntp.conf(5).
-The default cryptotype uses RSA encryption, MD5 message digest
-and TC identification.
+The default cryptotype uses
+RSA
+encryption,
+MD5
+message digest
+and
+TC
+identification.
First, configure a NTP subnet including one or more low-stratum
trusted hosts from which all other hosts derive synchronization
directly or indirectly.
@@ -762,7 +682,7 @@ section of
On each trusted host as root, change to the keys directory.
To insure a fresh fileset, remove all
-ntpkey
+ntpkey
files.
Then run
ntp-keygen
@@ -787,7 +707,9 @@ is either
RSA
or
DSA.
-The most often need to do this is when a DSA-signed certificate is used.
+The most frequent need to do this is when a
+DSA-signed
+certificate is used.
If it is necessary to use a different certificate scheme than the default,
run
ntp-keygen
@@ -796,17 +718,17 @@ with the
option and selected
scheme
as needed.
-f
+If
ntp-keygen
is run again without these options, it generates a new certificate
-using the same scheme and sign key.
+using the same scheme and sign key, and soft link.
After setting up the environment it is advisable to update certificates
from time to time, if only to extend the validity interval.
Simply run
ntp-keygen
with the same flags as before to generate new certificates
-using existing keys.
+using existing keys, and soft links.
However, if the host or sign key is changed,
ntpd(1ntpdmdoc)
should be restarted.
@@ -815,16 +737,19 @@ When
is restarted, it loads any new files and restarts the protocol.
Other dependent hosts will continue as usual until signatures are refreshed,
at which time the protocol is restarted.
-
-1.2.1.3 Identity Schemes
+
+
+1.2.1.2 Identity Schemes
As mentioned on the Autonomous Authentication page,
-the default TC identity scheme is vulnerable to a middleman attack.
+the default
+TC
+identity scheme is vulnerable to a middleman attack.
However, there are more secure identity schemes available,
-including PC, IFF, GQ and MV described on the
-"Identification Schemes"
-page
-(maybe available at
-http://www.eecis.udel.edu/%7emills/keygen.html).
+including
+PC, IFF, GQ
+and
+MV
+schemes described below.
These schemes are based on a TA, one or more trusted hosts
and some number of nontrusted hosts.
Trusted hosts prove identity using values provided by the TA,
@@ -849,12 +774,15 @@ On trusted host alice run
-P
-p password
to generate the host key file
-ntpkey_RSAkey_alice.filestamp
+ntpkey_ RSA key_alice. filestamp
and trusted private certificate file
-ntpkey_RSA-MD5_cert_alice.filestamp.
+ntpkey_ RSA-MD5 _ cert_alice. filestamp,
+and soft links.
Copy both files to all group hosts;
they replace the files which would be generated in other schemes.
-On each host bob install a soft link from the generic name
+On each host
+bob
+install a soft link from the generic name
ntpkey_host_bob
to the host key file and soft link
ntpkey_cert_bob
@@ -863,26 +791,34 @@ Note the generic links are on bob, but point to files generated
by trusted host alice.
In this scheme it is not possible to refresh
either the keys or certificates without copying them
-to all other hosts in the group.
+to all other hosts in the group, and recreating the soft links.
-For the IFF scheme proceed as in the TC scheme to generate keys
+
For the
+IFF
+scheme proceed as in the
+TC
+scheme to generate keys
and certificates for all group hosts, then for every trusted host in the group,
-generate the IFF parameter file.
+generate the
+IFF
+parameter file.
On trusted host alice run
ntp-keygen
-T
-I
-p password
to produce her parameter file
-ntpkey_IFFpar_alice.filestamp,
+ntpkey_IFFpar_alice.filestamp,
which includes both server and client keys.
Copy this file to all group hosts that operate as both servers
and clients and install a soft link from the generic
-ntpkey_iff_alice
+ntpkey_iff_alice
to this file.
If there are no hosts restricted to operate only as clients,
there is nothing further to do.
-As the IFF scheme is independent
+As the
+IFF
+scheme is independent
of keys and certificates, these files can be refreshed as needed.
If a rogue client has the parameter file, it could masquerade
@@ -892,37 +828,53 @@ from the parameter file and distributed to all restricted clients.
After generating the parameter file, on alice run
ntp-keygen
-e
-and pipe the output to a file or mail program.
-Copy or mail this file to all restricted clients.
+and pipe the output to a file or email program.
+Copy or email this file to all restricted clients.
On these clients install a soft link from the generic
-ntpkey_iff_alice
+ntpkey_iff_alice
to this file.
To further protect the integrity of the keys,
each file can be encrypted with a secret password.
-For the GQ scheme proceed as in the TC scheme to generate keys
+
For the
+GQ
+scheme proceed as in the
+TC
+scheme to generate keys
and certificates for all group hosts, then for every trusted host
-in the group, generate the IFF parameter file.
+in the group, generate the
+IFF
+parameter file.
On trusted host alice run
ntp-keygen
-T
-G
-p password
to produce her parameter file
-ntpkey_GQpar_alice.filestamp,
+ntpkey_GQpar_alice.filestamp,
which includes both server and client keys.
Copy this file to all group hosts and install a soft link
from the generic
-ntpkey_gq_alice
+ntpkey_gq_alice
to this file.
-In addition, on each host bob install a soft link
+In addition, on each host
+bob
+install a soft link
from generic
ntpkey_gq_bob
to this file.
-As the GQ scheme updates the GQ parameters file and certificate
+As the
+GQ
+scheme updates the
+GQ
+parameters file and certificate
at the same time, keys and certificates can be regenerated as needed.
-For the MV scheme, proceed as in the TC scheme to generate keys
+
For the
+MV
+scheme, proceed as in the
+TC
+scheme to generate keys
and certificates for all group hosts.
For illustration assume trish is the TA, alice one of several trusted hosts
and bob one of her clients.
@@ -934,9 +886,9 @@ where
n
is the number of revokable keys (typically 5) to produce
the parameter file
-ntpkeys_MVpar_trish.filestamp
+ntpkeys_MVpar_trish.filestamp
and client key files
-ntpkeys_MVkeyd_trish.filestamp
+ntpkeys_MVkeyd _ trish. filestamp
where
d
is the key number (0 <
@@ -945,100 +897,243 @@ is the key number (0 <
n).
Copy the parameter file to alice and install a soft link
from the generic
-ntpkey_mv_alice
+ntpkey_mv_alice
to this file.
Copy one of the client key files to alice for later distribution
to her clients.
-It doesn’t matter which client key file goes to alice,
+It does not matter which client key file goes to alice,
since they all work the same way.
-Alice copies the client key file to all of her cliens.
+Alice copies the client key file to all of her clients.
On client bob install a soft link from generic
-ntpkey_mvkey_bob
+ntpkey_mvkey_bob
to the client key file.
-As the MV scheme is independent of keys and certificates,
+As the
+MV
+scheme is independent of keys and certificates,
these files can be refreshed as needed.
-
-1.2.1.4 Command Line Options
+
+
+1.2.1.3 Command Line Options
--c scheme
-Select certificate message digest/signature encryption scheme.
+
-b --imbits= modulus
+Set the number of bits in the identity modulus for generating identity keys to
+modulus
+bits.
+The number of bits in the identity modulus defaults to 256, but can be set to
+values from 256 to 2048 (32 to 256 octets).
+Use the larger moduli with caution, as this can consume considerable computing
+resources and increases the size of authenticated packets.
+
+-c --certificate= scheme
+Select certificate signature encryption/message digest scheme.
The
scheme
can be one of the following:
-. Cm RSA-MD2 , RSA-MD5 , RSA-SHA , RSA-SHA1 , RSA-MDC2 , RSA-RIPEMD160 , DSA-SHA ,
+RSA-MD2, RSA-MD5, RSA-MDC2, RSA-SHA, RSA-SHA1, RSA-RIPEMD160, DSA-SHA,
or
DSA-SHA1.
-Note that RSA schemes must be used with a RSA sign key and DSA
-schemes must be used with a DSA sign key.
+Note that
+RSA
+schemes must be used with an
+RSA
+sign key and
+DSA
+schemes must be used with a
+DSA
+sign key.
The default without this option is
RSA-MD5.
+If compatibility with FIPS 140-2 is required, either the
+DSA-SHA
+or
+DSA-SHA1
+scheme must be used.
+
+-C --cipher= cipher
+Select the OpenSSL cipher to encrypt the files containing private keys.
+The default without this option is three-key triple DES in CBC mode,
+des-ede3-cbc.
+The
+openssl -h
+command provided with OpenSSL displays available ciphers.
--d
-Enable debugging.
+
-d --debug-level
+Increase debugging verbosity level.
This option displays the cryptographic data produced in eye-friendly billboards.
--e
-Write the IFF client keys to the standard output.
-This is intended for automatic key distribution by mail.
+
-D --set-debug-level= level
+Set the debugging verbosity to
+level.
+This option displays the cryptographic data produced in eye-friendly billboards.
--G
-Generate parameters and keys for the GQ identification scheme,
-obsoleting any that may exist.
+
-e --id-key
+Write the
+IFF
+or
+GQ
+public parameters from the
+IFFkey or GQkey
+client keys file previously specified
+as unencrypted data to the standard output stream
+stdout.
+This is intended for automatic key distribution by email.
--g
-Generate keys for the GQ identification scheme
-using the existing GQ parameters.
-If the GQ parameters do not yet exist, create them first.
+
-G --gq-params
+Generate a new encrypted
+GQ
+parameters and key file for the Guillou-Quisquater (GQ) identity scheme.
+This option is mutually exclusive with the
+-I
+and
+-V
+options.
--H
-Generate new host keys, obsoleting any that may exist.
+
-H --host-key
+Generate a new encrypted
+RSA
+public/private host key file.
--I
-Generate parameters for the IFF identification scheme,
-obsoleting any that may exist.
+
-I --iffkey
+Generate a new encrypted
+IFF
+key file for the Schnorr (IFF) identity scheme.
+This option is mutually exclusive with the
+-G
+and
+Fl V
+options.
--i name
-Set the suject name to
-name.
-This is used as the subject field in certificates
-and in the file name for host and sign keys.
+
-i --ident= group
+Set the optional Autokey group name to
+group.
+This is used in the identity scheme parameter file names of
+IFF, GQ,
+and
+MV
+client parameters files.
+In that role, the default is the host name if no group is provided.
+The group name, if specified using
+-i
+or
+-s
+following an
+‘@’
+character, is also used in certificate subject and issuer names in the form
+host @ group
+and should match the group specified via
+crypto ident
+or
+server ident
+in the ntpd configuration file.
--M
-Generate MD5 keys, obsoleting any that may exist.
+
-l --lifetime= days
+Set the lifetime for certificate expiration to
+days.
+The default lifetime is one year (365 days).
--P
-Generate a private certificate.
-By default, the program generates public certificates.
+
-m --modulus= bits
+Set the number of bits in the prime modulus for generating files to
+bits.
+The modulus defaults to 512, but can be set from 256 to 2048 (32 to 256 octets).
+Use the larger moduli with caution, as this can consume considerable computing
+resources and increases the size of authenticated packets.
--p password
-Encrypt generated files containing private data with
-password
-and the DES-CBC algorithm.
+
-M --md5key
+Generate a new symmetric keys file containing 10
+MD5
+keys, and if OpenSSL is available, 10
+SHA
+keys.
+An
+MD5
+key is a string of 20 random printable ASCII characters, while a
+SHA
+key is a string of 40 random hex digits.
+The file can be edited using a text editor to change the key type or key content.
+This option is mutually exclusive with all other options.
--q
-Set the password for reading files to password.
+
-p --password= passwd
+Set the password for reading and writing encrypted files to
+passwd.
+These include the host, sign and identify key files.
+By default, the password is the string returned by the Unix
+hostname
+command.
--S [RSA | 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.
+
-P --pvt-cert
+Generate a new private certificate used by the
+PC
+identity scheme.
+By default, the program generates public certificates.
+Note: the PC identity scheme is not recommended for new installations.
+
+-q --export-passwd= passwd
+Set the password for writing encrypted
+IFF, GQ and MV
+identity files redirected to
+stdout
+to
+passwd.
+In effect, these files are decrypted with the
+-p
+password, then encrypted with the
+-q
+password.
+By default, the password is the string returned by the Unix
+hostname
+command.
--s name
-Set the issuer name to
-name.
-This is used for the issuer field in certificates
-and in the file name for identity files.
+
-s --subject-key= [host] [@ group]
+Specify the Autokey host name, where
+host
+is the optional host name and
+group
+is the optional group name.
+The host name, and if provided, group name are used in
+host @ group
+form as certificate subject and issuer.
+Specifying
+-s -@ group
+is allowed, and results in leaving the host name unchanged, as with
+-i group.
+The group name, or if no group is provided, the host name are also used in the
+file names of
+IFF, GQ,
+and
+MV
+identity scheme client parameter files.
+If
+host
+is not specified, the default host name is the string returned by the Unix
+hostname
+command.
+
+-S --sign-key= [RSA | DSA]
+Generate a new encrypted public/private sign key file of the specified type.
+By default, the sign key is the host key and has the same type.
+If compatibility with FIPS 140-2 is required, the sign key type must be
+DSA.
--T
+-T --trusted-cert
Generate a trusted certificate.
By default, the program generates a non-trusted certificate.
--V nkeys
-Generate parameters and keys for the Mu-Varadharajan (MV) identification scheme.
+
-V --mv-params nkeys
+Generate
+nkeys
+encrypted server keys and parameters for the Mu-Varadharajan (MV)
+identity scheme.
+This option is mutually exclusive with the
+-I
+and
+-G
+options.
+Note: support for this option should be considered a work in progress.
+
-1.2.1.5 Random Seed File
+1.2.1.4 Random Seed File
All cryptographically sound key generation schemes must have means
to randomize the entropy seed used to initialize
the internal pseudo-random number generator used
@@ -1060,7 +1155,7 @@ but are outside the scope of this page.
The entropy seed used by the OpenSSL library is contained in a file,
usually called
-.rnd,
+.rnd,
which must be available when starting the NTP daemon
or the
ntp-keygen
@@ -1083,47 +1178,123 @@ If the
.Ev RANDFILE
environment variable is not present,
the library will look for the
-.rnd
+.rnd
file in the user home directory.
+Since both the
+ntp-keygen
+program and
+ntpd(1ntpdmdoc)
+daemon must run as root, the logical place to put this file is in
+/.rnd
+or
+/root/.rnd.
If the file is not available or cannot be written,
the daemon exits with a message to the system log and the program
exits with a suitable error message.
-
-1.2.1.6 Cryptographic Data Files
-All other file formats begin with two lines.
-The first contains the file name, including the generated host name
-and filestamp.
-The second contains the datestamp in conventional Unix date format.
-Lines beginning with # are considered comments and ignored by the
+
+
+1.2.1.5 Cryptographic Data Files
+All file formats begin with two nonencrypted lines.
+The first line contains the file name, including the generated host name
+and filestamp, in the format
+ntpkey_key _ name. filestamp,
+where
+key
+is the key or parameter type,
+name
+is the host or group name and
+filestamp
+is the filestamp (NTP seconds) when the file was created.
+By convention,
+key
+names in generated file names include both upper and lower case
+characters, while
+key
+names in generated link names include only lower case characters.
+The filestamp is not used in generated link names.
+The second line contains the datestamp in conventional Unix
+date
+format.
+Lines beginning with
+‘#’
+are considered comments and ignored by the
ntp-keygen
program and
ntpd(1ntpdmdoc)
daemon.
-Cryptographic values are encoded first using ASN.1 rules,
-then encrypted if necessary, and finally written PEM-encoded
-printable ASCII format preceded and followed by MIME content identifier lines.
-
-The format of the symmetric keys file is somewhat different
-than the other files in the interest of backward compatibility.
-Since DES-CBC is deprecated in NTPv4, the only key format of interest
-is MD5 alphanumeric strings.
-Following hte heard the keys are
-entered one per line in the format
+
+The remainder of the file contains cryptographic data, encoded first using ASN.1
+rules, then encrypted if necessary, and finally written in PEM-encoded
+printable ASCII text, preceded and followed by MIME content identifier lines.
+
+The format of the symmetric keys file, ordinarily named
+ntp.keys,
+is somewhat different than the other files in the interest of backward compatibility.
+Ordinarily, the file is generated by this program, but it can be constructed
+and edited using an ordinary text editor.
+
# ntpkey_MD5key_bk.ntp.org.3595864945
+# Thu Dec 12 19:22:25 2013
+
+1 MD5 L";Nw<\`.I<f4U0)247"i # MD5 key
+2 MD5 &>l0%XXK9O'51VwV<xq~ # MD5 key
+3 MD5 lb4zLW~d^!K:]RsD'qb6 # MD5 key
+4 MD5 Yue:tL[+vR)M\`n~bY,'? # MD5 key
+5 MD5 B;fx'Kgr/&4ZTbL6=RxA # MD5 key
+6 MD5 4eYwa\`o@}3i@@@@V@@..R9!l # MD5 key
+7 MD5 \`A.([h+;wTQ|xfi%Sn_! # MD5 key
+8 MD5 45:V,r4]l6y^JH6"Sh?F # MD5 key
+9 MD5 3-5vcn*6l29DS?Xdsg)* # MD5 key
+10 MD5 2late4Me # MD5 key
+11 SHA1 a27872d3030a9025b8446c751b4551a7629af65c # SHA1 key
+12 SHA1 21bc3b4865dbb9e920902abdccb3e04ff97a5e74 # SHA1 key
+13 SHA1 2b7736fe24fef5ba85ae11594132ab5d6f6daba9 # SHA1 key
+14 SHA a5332809c8878dd3a5b918819108a111509aeceb # SHA key
+15 MD2 2fe16c88c760ff2f16d4267e36c1aa6c926e6964 # MD2 key
+16 MD4 b2691811dc19cfc0e2f9bcacd74213f29812183d # MD4 key
+17 MD5 e4d6735b8bdad58ec5ffcb087300a17f7fef1f7c # MD5 key
+18 MDC2 a8d5e2315c025bf3a79174c87fbd10477de2eabc # MDC2 key
+19 RIPEMD160 77ca332cafb30e3cafb174dcd5b80ded7ba9b3d2 # RIPEMD160 key
+20 AES128CMAC f92ff73eee86c1e7dc638d6489a04e4e555af878 # AES128CMAC key
+
+Figure 1. Typical Symmetric Key File
+
+
+Figure 1 shows a typical symmetric keys file used by the reference
+implementation.
+Following the header the keys are entered one per line in the format
keyno type key
where
keyno
-is a positive integer in the range 1-65,535,
+is a positive integer in the range 1-65534;
type
-is the string MD5 defining the key format and
+is the key type for the message digest algorithm, which in the absence of the
+OpenSSL library must be
+MD5
+to designate the MD5 message digest algorithm;
+if the OpenSSL library is installed, the key type can be any
+message digest algorithm supported by that library;
+however, if compatibility with FIPS 140-2 is required,
+the key type must be either
+SHA
+or
+SHA1;
key
is the key itself,
-which is a printable ASCII string 16 characters or less in length.
-Each character is chosen from the 93 printable characters
-in the range 0x21 through 0x7f excluding space and the
+which is a printable ASCII string 20 characters or less in length:
+each character is chosen from the 93 printable characters
+in the range 0x21 through 0x7e (
+‘’!
+through
+‘~’
+) excluding space and the
+‘#’
+character, and terminated by whitespace or a
‘#’
character.
+An OpenSSL key consists of a hex-encoded ASCII string of 40 characters, which
+is truncated as necessary.
Note that the keys used by the
ntpq(1ntpqmdoc)
@@ -1136,8 +1307,8 @@ in human readable ASCII format.
The
ntp-keygen
-program generates a MD5 symmetric keys file
-ntpkey_MD5key_hostname.filestamp.
+program generates a symmetric keys file
+ntpkey_MD5key_hostname. filestamp.
Since the file contains private shared keys,
it should be visible only to root and distributed by secure means
to other subnet hosts.
@@ -1181,20 +1352,20 @@ This software is released under the NTP license, <http://ntp.org/license>.
• ntp-keygen lifetime: lifetime option (-l)
-• ntp-keygen md5key: md5key option (-M)
-
• ntp-keygen modulus: modulus option (-m)
+• ntp-keygen md5key: md5key option (-M)
+
• ntp-keygen pvt-cert: pvt-cert option (-P)
• ntp-keygen password: password option (-p)
• ntp-keygen export-passwd: export-passwd option (-q)
-• ntp-keygen sign-key: sign-key option (-S)
-
• ntp-keygen subject-name: subject-name option (-s)
+• ntp-keygen sign-key: sign-key option (-S)
+
• ntp-keygen trusted-cert: trusted-cert option (-T)
• ntp-keygen mv-params: mv-params option (-V)
@@ -1234,7 +1405,7 @@ used to select the program, defaulting to more. Both will exit
with a status code of 0.
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p11
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.3.97
Usage: ntp-keygen [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
Flg Arg Option-Name Description
-b Num imbits identity modulus bits
@@ -1322,10 +1493,10 @@ This option takes a string argument scheme.
scheme is one of
-RSA-MD2, RSA-MD5, RSA-SHA, RSA-SHA1, RSA-MDC2, RSA-RIPEMD160,
+RSA-MD2, RSA-MD5, RSA-MDC2, RSA-SHA, RSA-SHA1, RSA-RIPEMD160,
DSA-SHA, or DSA-SHA1.
-Select the certificate message digest/signature encryption scheme.
+
Select the certificate signature encryption/message digest 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.
@@ -1349,9 +1520,9 @@ This option takes a string argument cipher.
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
+equivalent to "-C des-ede3-cbc". The openssl tool lists ciphers
available in "openssl -h" output.
-
+
@@ -1368,8 +1539,9 @@ Next: ntp-keyge
- must be compiled in by defining
AUTOKEY during the compilation.
-Write the IFF or GQ client keys to the standard output. This is
-intended for automatic key distribution by mail.
+
Write the public parameters from the IFF or GQ client keys to
+the standard output.
+This is intended for automatic key distribution by email.
@@ -1448,15 +1620,16 @@ This option takes a string argument group.
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’crypto ident’ or ’server ident’ configuration in
-ntpd’s configuration file.
+using -s/--subject-name following an ’@’ character,
+is also a part of the self-signed host certificate subject and
+issuer names in the form host@group and should match the
+’crypto ident’ or ’server ident’ configuration in the
+ntpd configuration file.
-Next: ntp-keygen md5key, Previous: ntp-keygen ident, Up: ntp-keygen Invocation
+Next: ntp-keygen modulus, Previous: ntp-keygen ident, Up: ntp-keygen Invocation
1.2.11 lifetime option (-l)
@@ -1472,28 +1645,16 @@ This option takes a number argument lifetime.
Set the certificate expiration to lifetime days from now.
-
-
-
-Next: ntp-keygen modulus, Previous: ntp-keygen lifetime, Up: ntp-keygen Invocation
-
-
-1.2.12 md5key option (-M)
-
-
-This is the “generate md5 keys” option.
-Generate MD5 keys, obsoleting any that may exist.
-
-Next: ntp-keygen pvt-cert, Previous: ntp-keygen md5key, Up: ntp-keygen Invocation
+Next: ntp-keygen md5key, Previous: ntp-keygen lifetime, Up: ntp-keygen Invocation
-1.2.13 modulus option (-m)
+1.2.12 modulus option (-m)
-This is the “modulus” option.
+
This is the “prime modulus” option.
This option takes a number argument modulus.
This option has some usage constraints. It:
@@ -1503,10 +1664,22 @@ This option takes a number argument modulus.
The number of bits in the prime modulus. The default is 512.
+
+
+
+Next: ntp-keygen pvt-cert, Previous: ntp-keygen modulus, Up: ntp-keygen Invocation
+
+
+1.2.13 md5key option (-M)
+
+
+This is the “generate symmetric keys” option.
+Generate symmetric keys, obsoleting any that may exist.
+
-Next: ntp-keygen password, Previous: ntp-keygen modulus, Up: ntp-keygen Invocation
+Next: ntp-keygen password, Previous: ntp-keygen md5key, Up: ntp-keygen Invocation
1.2.14 pvt-cert option (-P)
@@ -1548,7 +1721,7 @@ hostname.
-Next: ntp-keygen sign-key, Previous: ntp-keygen password, Up: ntp-keygen Invocation
+Next: ntp-keygen subject-name, Previous: ntp-keygen password, Up: ntp-keygen Invocation
1.2.16 export-passwd option (-q)
@@ -1568,56 +1741,59 @@ The same password must be specified to the remote ntpd via the
"crypto pw password" configuration command. See also the option
–id-key (-e) for unencrypted exports.
-
+
-Next: ntp-keygen subject-name, Previous: ntp-keygen export-passwd, Up: ntp-keygen Invocation
+Next: ntp-keygen sign-key, Previous: ntp-keygen export-passwd, Up: ntp-keygen Invocation
-
-1.2.17 sign-key option (-S)
-
+
+1.2.17 subject-name option (-s)
+
-This is the “generate sign key (rsa or dsa)” option.
-This option takes a string argument sign.
+
This is the “set host and optionally group name” option.
+This option takes a string argument host@group.
This option has some usage constraints. It:
- must be compiled in by defining
AUTOKEY during the compilation.
-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.
+
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 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.
-
+
-Next: ntp-keygen trusted-cert, Previous: ntp-keygen sign-key, Up: ntp-keygen Invocation
+Next: ntp-keygen trusted-cert, Previous: ntp-keygen subject-name, Up: ntp-keygen Invocation
-
-1.2.18 subject-name option (-s)
-
+
+1.2.18 sign-key option (-S)
+
-This is the “set host and optionally group name” option.
-This option takes a string argument host@group.
+
This is the “generate sign key (rsa or dsa)” option.
+This option takes a string argument sign.
This option has some usage constraints. It:
- must be compiled in by defining
AUTOKEY during the compilation.
-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
fields. Specifying ’-s
leaving the host name unchanged while appending
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.
+
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.
-Next: ntp-keygen mv-params, Previous: ntp-keygen subject-name, Up: ntp-keygen Invocation
+Next: ntp-keygen mv-params, Previous: ntp-keygen sign-key, Up: ntp-keygen Invocation
1.2.19 trusted-cert option (-T)
@@ -1909,7 +2085,7 @@ it can be constructed and edited using an ordinary text editor.
Figure 1 shows a typical symmetric keys file used by the reference
implementation.
Each line of the file contains three fields, first an
-integer between 1 and 65534, inclusive, representing the key identifier
+integer between 1 and 65535, inclusive, representing the key identifier
used in the server and peer configuration commands.
Next is the key type for the message digest algorithm,
which in the absence of the
diff --git a/util/ntp-keygen.man.in b/util/ntp-keygen.man.in
index 96dc4be68..e12756b69 100644
--- a/util/ntp-keygen.man.in
+++ b/util/ntp-keygen.man.in
@@ -10,11 +10,11 @@
.ds B-Font B
.ds I-Font I
.ds R-Font R
-.TH ntp-keygen @NTP_KEYGEN_MS@ "06 Jun 2019" "ntp (4.3.97)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Jun 2019" "ntp (4.3.98)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (in-mem file)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:29 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:59 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman-cmd.tpl
.SH NAME
@@ -1054,7 +1054,7 @@ Following the header the keys are entered one per line in the format
.in -4
where
\f\*[I-Font]keyno\f[]
-is a positive integer in the range 1-65534;
+is a positive integer in the range 1-65535;
\f\*[I-Font]type\f[]
is the key type for the message digest algorithm, which in the absence of the
OpenSSL library must be
diff --git a/util/ntp-keygen.mdoc.in b/util/ntp-keygen.mdoc.in
index 342911112..67f876972 100644
--- a/util/ntp-keygen.mdoc.in
+++ b/util/ntp-keygen.mdoc.in
@@ -1,9 +1,9 @@
-.Dd June 6 2019
+.Dd June 7 2019
.Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
.Os
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
.\"
-.\" It has been AutoGen-ed June 6, 2019 at 11:19:26 PM by AutoGen 5.18.5
+.\" It has been AutoGen-ed June 7, 2019 at 12:45:56 AM by AutoGen 5.18.5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agmdoc-cmd.tpl
.Sh NAME
@@ -943,7 +943,7 @@ Following the header the keys are entered one per line in the format
.D1 Ar keyno Ar type Ar key
where
.Ar keyno
-is a positive integer in the range 1\-65534;
+is a positive integer in the range 1\-65535;
.Ar type
is the key type for the message digest algorithm, which in the absence of the
OpenSSL library must be