The broadcast and multicast modes require a special calibration to determine the network delay between the local and remote servers. Ordinarily, this is done automatically by the initial protocol exchanges between the client and server. In some cases, the calibration procedure may fail due to network or server access controls, for example. This command specifies the default delay to be used under these circumstances. Typically (for Ethernet), a number between 0.003 and 0.007 seconds is appropriate.
driftfile driftfile { tolerance ]
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command linke option. If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version. This implies that ntpd must have write permission for the directory the drift file is located in, and that file system links, symbolic or otherwise, should be avoided.
The parameter tolerance is the wander threshold to skip writing the new value. If the value of wander computed from recent frequency changes is greater than this threshold the file will be updated once per hour. If below the threshold, the file will not be written.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that all of these flags can be controlled remotely using the ntpdc utility program.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
monitor
Enables the monitoring facility. See the ntpdc program and the monlist command or further information. The default for this flag is enable.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is disable.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig allsync +allclock
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
phone dial1 dial2 ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. The options are as follows:
allan allan
Spedifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Spedifies the frequency offset in parts-per-million (PPM) with default the value in the frequency file.
huffpuff huffpuff
Spedifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 m), but a more reasonable value is 7200 (2 hours).
panic panic
Spedifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Spedifies the step threshold in seconds. The default without this command
is 0.128 s. If set to zero, step adjustments will never
occur. Note: The kernel time discipline is disabled if
the step threshold is set to zero or greater than 0.5
s.
stepout stepout
Specifies the stepout threshold in seconds. The default without this
command is 900 s. If set to zero, popcorn spikes will
not be suppressed.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packest. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Association Management page for further details.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
@
1.1.1.1
log
@Import ntp 4.2.6
@
text
@@
1.1.1.1.8.1
log
@Apply patch (requested by christos in ticket #1221):
Update ntp to 4.2.8.
@
text
@d2 1
d4 132
a135 174
Miscellaneous Commands and Options
In broadcast and multicast modes, means are required to determine the network delay between the server and client. Ordinarily, this is done automatically by the initial calibration exchanges between the client and server. In some cases, the exchange might not be possible due to network or server access controls. The value of delay is by default zero, in which case the exchange is enabled. If delay is greater than zero, it becomes the roundtrip delay (s), as measured by the Unix ping program, and the exchange is disabled.
driftfile driftfile
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command line option. This command is mutually exclusive with the freq option of the tinker command.
If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that most of these flags can be modified remotely using ntpq utility program's :config and config-from-file commands.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
mode7
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
monitor
Enables the monitoring facility. See the ntpq program and the monstats and mrulist commands, as well as the Access Control Options for details.
The monitoring facility is also enabled by the presence of limited in any restrict commands. The default for this flag is enable.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
The leapfile is scanned when ntpd processes the leapfile directive or when ntpd detects that leapfile has changed. ntpd checks once a day to see if the leapfile has changed.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig=syncall +clockall
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
Controls size limits of the monitoring facility Most Recently Used (MRU) list of client addresses, which is also used by the rate control facility.
maxdepth count
maxmem kilobytes
Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes. The actual 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 count
Lower 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 seconds
Once the MRU list has mindepth entries and an additional client address is to be added to the list, if the oldest entry was updated more than maxage seconds ago, that entry
is removed and its storage reused. If the oldest entry was updated more recently, the MRU list
is grown, subject to maxdepth/maxmem. The default is 64 seconds.
initalloc count
initmem kilobytes
Initial memory allocation at the time the monitoring facility is first enabled, in terms of entries or kilobytes. The default is 4 kilobytes.
incalloc count
incmem kilobytes
Size of additional memory allocations when growing the MRU list, in entries or kilobytes. The default is 4 kilobytes.
nonvolatile threshold
Specify the threshold in PPM to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
phone dial ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
Reset one or more groups of counters maintained by ntpd and exposed by ntpq and ntpdc.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are as follows:
allan allan
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.
stepout stepout
Specifies the stepout threshold in seconds. The default without this command is 300 s. Since this option also affects the training and startup intervals, it should not be set less than the default. Further details are on the Clock State Machine page.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packets. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Orphan Mode page for further details.
orphanwait delay
Specify the delay in seconds from the time all sources are lost until orphan parent mode is enabled with default 300 s (five minutes). During this period, the local clock driver and the modem driver are not selectable, unless marked with the prefer keyword. This allows time for one or more primary sources to become reachable and selectable before using backup sources, and avoids transient use of the backup sources at startup.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
@
1.1.1.1.8.2
log
@Pull up following revision(s) (requested by christos in ticket #1342):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15
external/bsd/ntp/bin/ntpd/Makefile: up to 1.19
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6
external/bsd/ntp/bin/sntp/event2/event-config.h: delete
external/bsd/ntp/bin/sntp/evlog.c: delete
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.7
external/bsd/ntp/dist/CommitLog: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/NEWS: up to 1.1.1.7
external/bsd/ntp/dist/README.leapsmear: up to 1.1.1.1
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c: up to 1.4
external/bsd/ntp/dist/bootstrap: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c: up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c: up to 1.4
external/bsd/ntp/dist/config.h.in: up to 1.1.1.6
external/bsd/ntp/dist/configure: up to 1.1.1.7
external/bsd/ntp/dist/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/decode.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver22.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html: up to 1.1.1.2
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html: up to 1.1.1.3
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/binio.h: up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.4
external/bsd/ntp/dist/include/ntp.h: up to 1.4
external/bsd/ntp/dist/include/ntp_assert.h: up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.5
external/bsd/ntp/dist/include/ntp_config.h: up to 1.9
external/bsd/ntp/dist/include/ntp_control.h: up to 1.4
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_io.h: up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h: up to 1.4
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h: up to 1.4
external/bsd/ntp/dist/include/ntp_types.h: up to 1.4
external/bsd/ntp/dist/include/ntpd.h: up to 1.7
external/bsd/ntp/dist/include/parse.h: up to 1.4
external/bsd/ntp/dist/include/parse_conf.h: up to 1.4
external/bsd/ntp/dist/include/rc_cmdlength.h: up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h: up to 1.1.1.2
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.4
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.6
external/bsd/ntp/dist/lib/isc/log.c: up to 1.6
external/bsd/ntp/dist/lib/isc/result.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.4
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.7
external/bsd/ntp/dist/libjsmn/Makefile: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/jsondump.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h: up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c: up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c: up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c: up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.6
external/bsd/ntp/dist/libntp/icom.c: up to 1.8
external/bsd/ntp/dist/libntp/machines.c: up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c: up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.4
external/bsd/ntp/dist/libntp/refidsmear.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/socket.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.4
external/bsd/ntp/dist/libntp/statestr.c: up to 1.4
external/bsd/ntp/dist/libntp/strdup.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.7
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.4
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.7
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.4
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.6
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.4
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.4
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.4
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.4
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.4
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/rc_cmdlength.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_arc.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c: up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.4
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in: up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.6
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.6
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am: delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c: delete
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h: up to 1.9
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h: up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/boolean.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/makeshell.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c: up to 1.3
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/log.c: up to 1.9
external/bsd/ntp/dist/sntp/log.h: up to 1.7
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/os_cflags.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/main.c: up to 1.13
external/bsd/ntp/dist/sntp/networking.c: up to 1.12
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/genLocInfo: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/crypto.cpp: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/networking.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/networking.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp: delete
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/sntptest.h: up to 1.4
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.h: delete
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_config.h: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.3
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp: delete
external/bsd/ntp/dist/tests/libntp/atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.cpp: delete
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.cpp: delete
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.cpp: delete
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.cpp:: delete
external/bsd/ntp/dist/tests/libntp/caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.cpp: delete
external/bsd/ntp/dist/tests/libntp/calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp: delete
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.cpp: delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfptest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/lfptest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.h: delete
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.cpp: delete
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.cpp: delete
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp: delete
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp: delete
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.cpp: delete
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/test-libntp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.h: delete
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.cpp: delete
external/bsd/ntp/dist/tests/libntp/tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.cpp: delete
external/bsd/ntp/dist/tests/libntp/tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp: delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp: delete
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h: delete
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.5
external/bsd/ntp/dist/util/jitter.c: up to 1.4
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c: up to 1.7
external/bsd/ntp/html/Makefile: up to 1.3
external/bsd/ntp/importdate: up to 1.7
external/bsd/ntp/include/config.h: up to 1.13
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.7
Update ntp to 4.2.8p4.
@
text
@a5 1
d13 1
a13 1
23-Sep-2015 10:20
a28 2
dscp dscp
This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent NTP packets. The default value is 46 for Expedited Forwarding (EF).
a59 2
leapsmearinterval seconds
This EXPERIMENTAL option is only available if ntpd was built with the --enable-leap-smear option to the configure script. It specifies the interval over which a leap second correction will be applied. Recommended values for this option are between 7200 (2 hours) and 86400 (24 hours). DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS! See http://bugs.ntp.org/2855 for more information.
d93 1
a93 1
Specify the threshold in seconds to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify 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 N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
d123 12
@
1.1.1.1.8.3
log
@Pull up following revision(s) (requested by spz in ticket #1380):
external/bsd/ntp/importdate: up to revision 1.9
external/bsd/ntp/bin/ntpd/Makefile: up to revision 1.21
external/bsd/ntp/dist/ChangeLog: up to revision 1.1.1.9
external/bsd/ntp/dist/CommitLog: up to revision 1.1.1.9
external/bsd/ntp/dist/Makefile.am: up to revision 1.1.1.8
external/bsd/ntp/dist/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/NEWS: up to revision 1.1.1.9
external/bsd/ntp/dist/README.pullrequests: up to revision 1.1.1.1
external/bsd/ntp/dist/config.h.in: up to revision 1.1.1.8
external/bsd/ntp/dist/configure: up to revision 1.1.1.9
external/bsd/ntp/dist/configure.ac: up to revision 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh: up to revision 1.1.1.9
external/bsd/ntp/dist/html/authentic.html: up to revision 1.1.1.3
external/bsd/ntp/dist/html/miscopt.html: up to revision 1.1.1.8
external/bsd/ntp/dist/html/monopt.html: up to revision 1.1.1.4
external/bsd/ntp/dist/html/xleave.html: up to revision 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to revision 1.1.1.8
external/bsd/ntp/dist/include/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to revision 1.6
external/bsd/ntp/dist/include/ntp_io.h: up to revision 1.5
external/bsd/ntp/dist/include/ntp_keyacc.h: up to revision 1.1.1.1
external/bsd/ntp/dist/include/ntp_refclock.h: up to revision 1.5
external/bsd/ntp/dist/include/ntp_stdlib.h: up to revision 1.13
external/bsd/ntp/dist/include/ntp_types.h: up to revision 1.6
external/bsd/ntp/dist/include/ntp_worker.h: up to revision 1.5
external/bsd/ntp/dist/include/ntpd.h: up to revision 1.8
external/bsd/ntp/dist/include/parse.h: up to revision 1.6
external/bsd/ntp/dist/include/recvbuff.h: up to revision 1.5
external/bsd/ntp/dist/include/safecast.h: up to revision 1.1.1.2
external/bsd/ntp/dist/lib/isc/backtrace.c: up to revision 1.6
external/bsd/ntp/dist/lib/isc/buffer.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/hmacmd5.c: up to revision 1.5
external/bsd/ntp/dist/lib/isc/hmacsha.c: up to revision 1.5
external/bsd/ntp/dist/lib/isc/inet_aton.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/log.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/netaddr.c: up to revision 1.9
external/bsd/ntp/dist/lib/isc/sockaddr.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/task.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/tsmemcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/lib/isc/include/isc/string.h: up to revision 1.5
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/win32/net.c: up to revision 1.4
external/bsd/ntp/dist/libntp/Makefile.am: up to revision 1.1.1.6
external/bsd/ntp/dist/libntp/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to revision 1.5
external/bsd/ntp/dist/libntp/atolfp.c: up to revision 1.8
external/bsd/ntp/dist/libntp/authkeys.c: up to revision 1.10
external/bsd/ntp/dist/libntp/authreadkeys.c: up to revision 1.9
external/bsd/ntp/dist/libntp/authusekey.c: up to revision 1.5
external/bsd/ntp/dist/libntp/dolfptoa.c: up to revision 1.4
external/bsd/ntp/dist/libntp/hextolfp.c: up to revision 1.7
external/bsd/ntp/dist/libntp/is_ip_address.c: up to revision 1.1.1.1
external/bsd/ntp/dist/libntp/mstolfp.c: up to revision 1.7
external/bsd/ntp/dist/libntp/msyslog.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_intres.c: up to revision 1.9
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to revision 1.9
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_worker.c: up to revision 1.6
external/bsd/ntp/dist/libntp/recvbuff.c: up to revision 1.6
external/bsd/ntp/dist/libntp/snprintf.c: up to revision 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to revision 1.5
external/bsd/ntp/dist/libntp/systime.c: up to revision 1.5
external/bsd/ntp/dist/libntp/work_fork.c: up to revision 1.9
external/bsd/ntp/dist/libntp/work_thread.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to revision 1.6
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to revision 1.7
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_schmid.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_varitext.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_wharton.c: up to revision 1.5
external/bsd/ntp/dist/libparse/parse.c: up to revision 1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to revision 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to revision 1.1.1.6
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.def: up to revision 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp_config.c: up to revision 1.14
external/bsd/ntp/dist/ntpd/ntp_control.c: up to revision 1.16
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to revision 1.12
external/bsd/ntp/dist/ntpd/ntp_io.c: up to revision 1.22
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to revision 1.10
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to revision 1.13
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to revision 1.11
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp_request.c: up to revision 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/ntp_signd.c: up to revision 1.4
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to revision 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to revision 1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.c: up to revision 1.13
external/bsd/ntp/dist/ntpd/ntpd.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to revision 1.10
external/bsd/ntp/dist/ntpd/refclock_local.c: up to revision 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to revision 1.18
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/refclock_true.c: up to revision 1.6
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c: up to revision 1.4
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to revision 1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to revision 1.13
external/bsd/ntp/dist/ntpdc/ntpdc.h: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to revision 1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/libntpq.c: up to revision 1.4
external/bsd/ntp/dist/ntpq/libntpq.h: up to revision 1.5
external/bsd/ntp/dist/ntpq/libntpq_subs.c: up to revision 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to revision 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to revision 1.14
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.c: up to revision 1.15
external/bsd/ntp/dist/ntpq/ntpq.h: up to revision 1.9
external/bsd/ntp/dist/ntpq/ntpq.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summaryman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am: up to revision 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to revision 1.1.1.9
external/bsd/ntp/dist/sntp/crypto.c: up to revision 1.10
external/bsd/ntp/dist/sntp/crypto.h: up to revision 1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/main.c: up to revision 1.15
external/bsd/ntp/dist/sntp/networking.c: up to revision 1.14
external/bsd/ntp/dist/sntp/sntp-opts.c: up to revision 1.8
external/bsd/ntp/dist/sntp/sntp-opts.h: up to revision 1.7
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.html: up to revision 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/version.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/include/copyright.def: up to revision 1.1.1.4
external/bsd/ntp/dist/sntp/include/version.def: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/include/version.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c: up to revision 1.5
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to revision 1.8
external/bsd/ntp/dist/sntp/libopts/enum.c: up to revision 1.8
external/bsd/ntp/dist/sntp/libopts/init.c: up to revision 1.8
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to revision 1.1.1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/tests/crypto.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to revision 1.1.1.4
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/t-log.c: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to revision 1.1.1.7
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/humandate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/netof.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-tsafememcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/statestr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/tsafememcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to revision 1.1.1.2
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to revision 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to revision 1.12
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to revision 1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.c: up to revision 1.10
external/bsd/ntp/dist/util/ntp-keygen.html: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/include/config.h: up to revision 1.16
external/bsd/ntp/lib/libiscntp/Makefile: up to revision 1.14
external/bsd/ntp/lib/libntp/Makefile: up to revision 1.18
external/bsd/ntp/scripts/mkver: up to revision 1.10
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
Update ntp to 4.2.8p7.
@
text
@d6 1
a6 1
d14 1
a14 1
16-Jan-2016 13:08
d32 2
a33 3
Enables the early resetting of an association in case of a crypto failure. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_crypto_nak_early
Enables the early resetting of an association in case of a crypto_NAK message. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_digest_early
Enables the early resetting of an association in case of an autokey digest failur. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
@
1.1.1.1.8.4
log
@Pull up following revision(s) (requested by spz in ticket #1448):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21 via patch
external/bsd/ntp/bin/ntpd/ntp.keys.5: up to 1.2
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6 via patch
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.12
external/bsd/ntp/dist/CommitLog: up to 1.1.1.12
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.12
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/adjtimed/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/clockstuff/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/config.h.in: up to 1.1.1.9
external/bsd/ntp/dist/configure: up to 1.1.1.12
external/bsd/ntp/dist/configure.ac: up to 1.1.1.10
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.6
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.2
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_crypto.h: up to 1.5
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.7
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.14
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.10
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.5
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.8
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.8
external/bsd/ntp/dist/libntp/audio.c: up to 1.12
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.11
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.8
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.11
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.7
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.10
external/bsd/ntp/dist/libntp/statestr.c: up to 1.6
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.11
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.6
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.19
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.25
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/refclock_datum.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_mx4200.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.14
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.20
external/bsd/ntp/dist/ntpdate/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.11
external/bsd/ntp/dist/ntpdc/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.15
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.9
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.18
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.12
external/bsd/ntp/dist/parseutil/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts.def: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.12
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/sntp/crypto.c: up to 1.13
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/harden/README: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/default: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd10: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd11: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd12: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.0: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.99: up to 1.1.1.1
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.10
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.8
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libevent/build-aux/compile: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/build-aux/missing: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/evlog.c: patch
external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/scm-rev: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/scripts/genHardFlags: up to 1.1.1.1
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.11
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.10
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.12
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.9
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.15
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.10
external/bsd/ntp/importdate: up to 1.12
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p10.
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d132 1
a132 1
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in log2 seconds with default 11 (2048 s).
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.1.14.1
log
@Apply patch (requested by christos in ticket #1221):
Update ntp to 4.2.8.
@
text
@d2 1
d4 132
a135 174
Miscellaneous Commands and Options
In broadcast and multicast modes, means are required to determine the network delay between the server and client. Ordinarily, this is done automatically by the initial calibration exchanges between the client and server. In some cases, the exchange might not be possible due to network or server access controls. The value of delay is by default zero, in which case the exchange is enabled. If delay is greater than zero, it becomes the roundtrip delay (s), as measured by the Unix ping program, and the exchange is disabled.
driftfile driftfile
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command line option. This command is mutually exclusive with the freq option of the tinker command.
If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that most of these flags can be modified remotely using ntpq utility program's :config and config-from-file commands.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
mode7
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
monitor
Enables the monitoring facility. See the ntpq program and the monstats and mrulist commands, as well as the Access Control Options for details.
The monitoring facility is also enabled by the presence of limited in any restrict commands. The default for this flag is enable.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
The leapfile is scanned when ntpd processes the leapfile directive or when ntpd detects that leapfile has changed. ntpd checks once a day to see if the leapfile has changed.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig=syncall +clockall
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
Controls size limits of the monitoring facility Most Recently Used (MRU) list of client addresses, which is also used by the rate control facility.
maxdepth count
maxmem kilobytes
Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes. The actual 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 count
Lower 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 seconds
Once the MRU list has mindepth entries and an additional client address is to be added to the list, if the oldest entry was updated more than maxage seconds ago, that entry
is removed and its storage reused. If the oldest entry was updated more recently, the MRU list
is grown, subject to maxdepth/maxmem. The default is 64 seconds.
initalloc count
initmem kilobytes
Initial memory allocation at the time the monitoring facility is first enabled, in terms of entries or kilobytes. The default is 4 kilobytes.
incalloc count
incmem kilobytes
Size of additional memory allocations when growing the MRU list, in entries or kilobytes. The default is 4 kilobytes.
nonvolatile threshold
Specify the threshold in PPM to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
phone dial ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
Reset one or more groups of counters maintained by ntpd and exposed by ntpq and ntpdc.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are as follows:
allan allan
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.
stepout stepout
Specifies the stepout threshold in seconds. The default without this command is 300 s. Since this option also affects the training and startup intervals, it should not be set less than the default. Further details are on the Clock State Machine page.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packets. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Orphan Mode page for further details.
orphanwait delay
Specify the delay in seconds from the time all sources are lost until orphan parent mode is enabled with default 300 s (five minutes). During this period, the local clock driver and the modem driver are not selectable, unless marked with the prefer keyword. This allows time for one or more primary sources to become reachable and selectable before using backup sources, and avoids transient use of the backup sources at startup.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
@
1.1.1.1.14.2
log
@Pull up following revision(s) (requested by christos in ticket #1342):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15
external/bsd/ntp/bin/ntpd/Makefile: up to 1.19
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6
external/bsd/ntp/bin/sntp/event2/event-config.h: delete
external/bsd/ntp/bin/sntp/evlog.c: delete
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.7
external/bsd/ntp/dist/CommitLog: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/NEWS: up to 1.1.1.7
external/bsd/ntp/dist/README.leapsmear: up to 1.1.1.1
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c: up to 1.4
external/bsd/ntp/dist/bootstrap: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c: up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c: up to 1.4
external/bsd/ntp/dist/config.h.in: up to 1.1.1.6
external/bsd/ntp/dist/configure: up to 1.1.1.7
external/bsd/ntp/dist/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/decode.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver22.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html: up to 1.1.1.2
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html: up to 1.1.1.3
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/binio.h: up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.4
external/bsd/ntp/dist/include/ntp.h: up to 1.4
external/bsd/ntp/dist/include/ntp_assert.h: up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.5
external/bsd/ntp/dist/include/ntp_config.h: up to 1.9
external/bsd/ntp/dist/include/ntp_control.h: up to 1.4
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_io.h: up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h: up to 1.4
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h: up to 1.4
external/bsd/ntp/dist/include/ntp_types.h: up to 1.4
external/bsd/ntp/dist/include/ntpd.h: up to 1.7
external/bsd/ntp/dist/include/parse.h: up to 1.4
external/bsd/ntp/dist/include/parse_conf.h: up to 1.4
external/bsd/ntp/dist/include/rc_cmdlength.h: up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h: up to 1.1.1.2
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.4
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.6
external/bsd/ntp/dist/lib/isc/log.c: up to 1.6
external/bsd/ntp/dist/lib/isc/result.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.4
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.7
external/bsd/ntp/dist/libjsmn/Makefile: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/jsondump.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h: up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c: up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c: up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c: up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.6
external/bsd/ntp/dist/libntp/icom.c: up to 1.8
external/bsd/ntp/dist/libntp/machines.c: up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c: up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.4
external/bsd/ntp/dist/libntp/refidsmear.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/socket.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.4
external/bsd/ntp/dist/libntp/statestr.c: up to 1.4
external/bsd/ntp/dist/libntp/strdup.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.7
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.4
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.7
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.4
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.6
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.4
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.4
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.4
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.4
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.4
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/rc_cmdlength.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_arc.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c: up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.4
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in: up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.6
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.6
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am: delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c: delete
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h: up to 1.9
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h: up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/boolean.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/makeshell.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c: up to 1.3
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/log.c: up to 1.9
external/bsd/ntp/dist/sntp/log.h: up to 1.7
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/os_cflags.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/main.c: up to 1.13
external/bsd/ntp/dist/sntp/networking.c: up to 1.12
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/genLocInfo: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/crypto.cpp: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/networking.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/networking.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp: delete
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/sntptest.h: up to 1.4
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.h: delete
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_config.h: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.3
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp: delete
external/bsd/ntp/dist/tests/libntp/atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.cpp: delete
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.cpp: delete
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.cpp: delete
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.cpp:: delete
external/bsd/ntp/dist/tests/libntp/caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.cpp: delete
external/bsd/ntp/dist/tests/libntp/calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp: delete
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.cpp: delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfptest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/lfptest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.h: delete
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.cpp: delete
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.cpp: delete
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp: delete
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp: delete
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.cpp: delete
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/test-libntp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.h: delete
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.cpp: delete
external/bsd/ntp/dist/tests/libntp/tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.cpp: delete
external/bsd/ntp/dist/tests/libntp/tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp: delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp: delete
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h: delete
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.5
external/bsd/ntp/dist/util/jitter.c: up to 1.4
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c: up to 1.7
external/bsd/ntp/html/Makefile: up to 1.3
external/bsd/ntp/importdate: up to 1.7
external/bsd/ntp/include/config.h: up to 1.13
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.7
Update ntp to 4.2.8p4.
@
text
@a5 1
d13 1
a13 1
23-Sep-2015 10:20
a28 2
dscp dscp
This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent NTP packets. The default value is 46 for Expedited Forwarding (EF).
a59 2
leapsmearinterval seconds
This EXPERIMENTAL option is only available if ntpd was built with the --enable-leap-smear option to the configure script. It specifies the interval over which a leap second correction will be applied. Recommended values for this option are between 7200 (2 hours) and 86400 (24 hours). DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS! See http://bugs.ntp.org/2855 for more information.
d93 1
a93 1
Specify the threshold in seconds to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify 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 N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
d123 12
@
1.1.1.1.14.3
log
@Pull up following revision(s) (requested by spz in ticket #1380):
external/bsd/ntp/importdate: up to revision 1.9
external/bsd/ntp/bin/ntpd/Makefile: up to revision 1.21
external/bsd/ntp/dist/ChangeLog: up to revision 1.1.1.9
external/bsd/ntp/dist/CommitLog: up to revision 1.1.1.9
external/bsd/ntp/dist/Makefile.am: up to revision 1.1.1.8
external/bsd/ntp/dist/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/NEWS: up to revision 1.1.1.9
external/bsd/ntp/dist/README.pullrequests: up to revision 1.1.1.1
external/bsd/ntp/dist/config.h.in: up to revision 1.1.1.8
external/bsd/ntp/dist/configure: up to revision 1.1.1.9
external/bsd/ntp/dist/configure.ac: up to revision 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh: up to revision 1.1.1.9
external/bsd/ntp/dist/html/authentic.html: up to revision 1.1.1.3
external/bsd/ntp/dist/html/miscopt.html: up to revision 1.1.1.8
external/bsd/ntp/dist/html/monopt.html: up to revision 1.1.1.4
external/bsd/ntp/dist/html/xleave.html: up to revision 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to revision 1.1.1.8
external/bsd/ntp/dist/include/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to revision 1.6
external/bsd/ntp/dist/include/ntp_io.h: up to revision 1.5
external/bsd/ntp/dist/include/ntp_keyacc.h: up to revision 1.1.1.1
external/bsd/ntp/dist/include/ntp_refclock.h: up to revision 1.5
external/bsd/ntp/dist/include/ntp_stdlib.h: up to revision 1.13
external/bsd/ntp/dist/include/ntp_types.h: up to revision 1.6
external/bsd/ntp/dist/include/ntp_worker.h: up to revision 1.5
external/bsd/ntp/dist/include/ntpd.h: up to revision 1.8
external/bsd/ntp/dist/include/parse.h: up to revision 1.6
external/bsd/ntp/dist/include/recvbuff.h: up to revision 1.5
external/bsd/ntp/dist/include/safecast.h: up to revision 1.1.1.2
external/bsd/ntp/dist/lib/isc/backtrace.c: up to revision 1.6
external/bsd/ntp/dist/lib/isc/buffer.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/hmacmd5.c: up to revision 1.5
external/bsd/ntp/dist/lib/isc/hmacsha.c: up to revision 1.5
external/bsd/ntp/dist/lib/isc/inet_aton.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/log.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/netaddr.c: up to revision 1.9
external/bsd/ntp/dist/lib/isc/sockaddr.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/task.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/tsmemcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/lib/isc/include/isc/string.h: up to revision 1.5
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/win32/net.c: up to revision 1.4
external/bsd/ntp/dist/libntp/Makefile.am: up to revision 1.1.1.6
external/bsd/ntp/dist/libntp/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to revision 1.5
external/bsd/ntp/dist/libntp/atolfp.c: up to revision 1.8
external/bsd/ntp/dist/libntp/authkeys.c: up to revision 1.10
external/bsd/ntp/dist/libntp/authreadkeys.c: up to revision 1.9
external/bsd/ntp/dist/libntp/authusekey.c: up to revision 1.5
external/bsd/ntp/dist/libntp/dolfptoa.c: up to revision 1.4
external/bsd/ntp/dist/libntp/hextolfp.c: up to revision 1.7
external/bsd/ntp/dist/libntp/is_ip_address.c: up to revision 1.1.1.1
external/bsd/ntp/dist/libntp/mstolfp.c: up to revision 1.7
external/bsd/ntp/dist/libntp/msyslog.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_intres.c: up to revision 1.9
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to revision 1.9
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_worker.c: up to revision 1.6
external/bsd/ntp/dist/libntp/recvbuff.c: up to revision 1.6
external/bsd/ntp/dist/libntp/snprintf.c: up to revision 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to revision 1.5
external/bsd/ntp/dist/libntp/systime.c: up to revision 1.5
external/bsd/ntp/dist/libntp/work_fork.c: up to revision 1.9
external/bsd/ntp/dist/libntp/work_thread.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to revision 1.6
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to revision 1.7
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_schmid.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_varitext.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_wharton.c: up to revision 1.5
external/bsd/ntp/dist/libparse/parse.c: up to revision 1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to revision 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to revision 1.1.1.6
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.def: up to revision 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp_config.c: up to revision 1.14
external/bsd/ntp/dist/ntpd/ntp_control.c: up to revision 1.16
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to revision 1.12
external/bsd/ntp/dist/ntpd/ntp_io.c: up to revision 1.22
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to revision 1.10
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to revision 1.13
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to revision 1.11
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp_request.c: up to revision 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/ntp_signd.c: up to revision 1.4
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to revision 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to revision 1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.c: up to revision 1.13
external/bsd/ntp/dist/ntpd/ntpd.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to revision 1.10
external/bsd/ntp/dist/ntpd/refclock_local.c: up to revision 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to revision 1.18
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/refclock_true.c: up to revision 1.6
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c: up to revision 1.4
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to revision 1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to revision 1.13
external/bsd/ntp/dist/ntpdc/ntpdc.h: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to revision 1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/libntpq.c: up to revision 1.4
external/bsd/ntp/dist/ntpq/libntpq.h: up to revision 1.5
external/bsd/ntp/dist/ntpq/libntpq_subs.c: up to revision 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to revision 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to revision 1.14
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.c: up to revision 1.15
external/bsd/ntp/dist/ntpq/ntpq.h: up to revision 1.9
external/bsd/ntp/dist/ntpq/ntpq.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summaryman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am: up to revision 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to revision 1.1.1.9
external/bsd/ntp/dist/sntp/crypto.c: up to revision 1.10
external/bsd/ntp/dist/sntp/crypto.h: up to revision 1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/main.c: up to revision 1.15
external/bsd/ntp/dist/sntp/networking.c: up to revision 1.14
external/bsd/ntp/dist/sntp/sntp-opts.c: up to revision 1.8
external/bsd/ntp/dist/sntp/sntp-opts.h: up to revision 1.7
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.html: up to revision 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/version.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/include/copyright.def: up to revision 1.1.1.4
external/bsd/ntp/dist/sntp/include/version.def: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/include/version.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c: up to revision 1.5
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to revision 1.8
external/bsd/ntp/dist/sntp/libopts/enum.c: up to revision 1.8
external/bsd/ntp/dist/sntp/libopts/init.c: up to revision 1.8
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to revision 1.1.1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/tests/crypto.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to revision 1.1.1.4
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/t-log.c: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to revision 1.1.1.7
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/humandate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/netof.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-tsafememcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/statestr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/tsafememcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to revision 1.1.1.2
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to revision 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to revision 1.12
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to revision 1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.c: up to revision 1.10
external/bsd/ntp/dist/util/ntp-keygen.html: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/include/config.h: up to revision 1.16
external/bsd/ntp/lib/libiscntp/Makefile: up to revision 1.14
external/bsd/ntp/lib/libntp/Makefile: up to revision 1.18
external/bsd/ntp/scripts/mkver: up to revision 1.10
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
Update ntp to 4.2.8p7.
@
text
@d6 1
a6 1
d14 1
a14 1
16-Jan-2016 13:08
d32 2
a33 3
Enables the early resetting of an association in case of a crypto failure. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_crypto_nak_early
Enables the early resetting of an association in case of a crypto_NAK message. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_digest_early
Enables the early resetting of an association in case of an autokey digest failur. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
@
1.1.1.1.14.4
log
@Pull up following revision(s) (requested by spz in ticket #1448):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21 via patch
external/bsd/ntp/bin/ntpd/ntp.keys.5: up to 1.2
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6 via patch
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.12
external/bsd/ntp/dist/CommitLog: up to 1.1.1.12
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.12
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/adjtimed/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/clockstuff/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/config.h.in: up to 1.1.1.9
external/bsd/ntp/dist/configure: up to 1.1.1.12
external/bsd/ntp/dist/configure.ac: up to 1.1.1.10
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.6
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.2
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_crypto.h: up to 1.5
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.7
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.14
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.10
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.5
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.8
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.8
external/bsd/ntp/dist/libntp/audio.c: up to 1.12
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.11
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.8
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.11
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.7
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.10
external/bsd/ntp/dist/libntp/statestr.c: up to 1.6
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.11
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.6
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.19
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.25
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/refclock_datum.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_mx4200.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.14
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.20
external/bsd/ntp/dist/ntpdate/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.11
external/bsd/ntp/dist/ntpdc/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.15
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.9
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.18
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.12
external/bsd/ntp/dist/parseutil/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts.def: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.12
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/sntp/crypto.c: up to 1.13
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/harden/README: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/default: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd10: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd11: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd12: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.0: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.99: up to 1.1.1.1
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.10
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.8
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libevent/build-aux/compile: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/build-aux/missing: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/evlog.c: patch
external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/scm-rev: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/scripts/genHardFlags: up to 1.1.1.1
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.11
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.10
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.12
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.9
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.15
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.10
external/bsd/ntp/importdate: up to 1.12
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p10.
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d132 1
a132 1
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in log2 seconds with default 11 (2048 s).
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.1.22.1
log
@Apply patch (requested by christos in ticket #1221):
Update ntp to 4.2.8.
@
text
@d2 1
d4 132
a135 174
Miscellaneous Commands and Options
In broadcast and multicast modes, means are required to determine the network delay between the server and client. Ordinarily, this is done automatically by the initial calibration exchanges between the client and server. In some cases, the exchange might not be possible due to network or server access controls. The value of delay is by default zero, in which case the exchange is enabled. If delay is greater than zero, it becomes the roundtrip delay (s), as measured by the Unix ping program, and the exchange is disabled.
driftfile driftfile
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command line option. This command is mutually exclusive with the freq option of the tinker command.
If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that most of these flags can be modified remotely using ntpq utility program's :config and config-from-file commands.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
mode7
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
monitor
Enables the monitoring facility. See the ntpq program and the monstats and mrulist commands, as well as the Access Control Options for details.
The monitoring facility is also enabled by the presence of limited in any restrict commands. The default for this flag is enable.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
The leapfile is scanned when ntpd processes the leapfile directive or when ntpd detects that leapfile has changed. ntpd checks once a day to see if the leapfile has changed.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig=syncall +clockall
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
Controls size limits of the monitoring facility Most Recently Used (MRU) list of client addresses, which is also used by the rate control facility.
maxdepth count
maxmem kilobytes
Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes. The actual 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 count
Lower 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 seconds
Once the MRU list has mindepth entries and an additional client address is to be added to the list, if the oldest entry was updated more than maxage seconds ago, that entry
is removed and its storage reused. If the oldest entry was updated more recently, the MRU list
is grown, subject to maxdepth/maxmem. The default is 64 seconds.
initalloc count
initmem kilobytes
Initial memory allocation at the time the monitoring facility is first enabled, in terms of entries or kilobytes. The default is 4 kilobytes.
incalloc count
incmem kilobytes
Size of additional memory allocations when growing the MRU list, in entries or kilobytes. The default is 4 kilobytes.
nonvolatile threshold
Specify the threshold in PPM to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
phone dial ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
Reset one or more groups of counters maintained by ntpd and exposed by ntpq and ntpdc.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are as follows:
allan allan
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.
stepout stepout
Specifies the stepout threshold in seconds. The default without this command is 300 s. Since this option also affects the training and startup intervals, it should not be set less than the default. Further details are on the Clock State Machine page.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packets. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Orphan Mode page for further details.
orphanwait delay
Specify the delay in seconds from the time all sources are lost until orphan parent mode is enabled with default 300 s (five minutes). During this period, the local clock driver and the modem driver are not selectable, unless marked with the prefer keyword. This allows time for one or more primary sources to become reachable and selectable before using backup sources, and avoids transient use of the backup sources at startup.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
@
1.1.1.1.22.2
log
@Pull up following revision(s) (requested by christos in ticket #1342):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15
external/bsd/ntp/bin/ntpd/Makefile: up to 1.19
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6
external/bsd/ntp/bin/sntp/event2/event-config.h: delete
external/bsd/ntp/bin/sntp/evlog.c: delete
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.7
external/bsd/ntp/dist/CommitLog: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/NEWS: up to 1.1.1.7
external/bsd/ntp/dist/README.leapsmear: up to 1.1.1.1
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c: up to 1.4
external/bsd/ntp/dist/bootstrap: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c: up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c: up to 1.4
external/bsd/ntp/dist/config.h.in: up to 1.1.1.6
external/bsd/ntp/dist/configure: up to 1.1.1.7
external/bsd/ntp/dist/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/decode.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver22.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html: up to 1.1.1.2
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html: up to 1.1.1.3
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/binio.h: up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.4
external/bsd/ntp/dist/include/ntp.h: up to 1.4
external/bsd/ntp/dist/include/ntp_assert.h: up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.5
external/bsd/ntp/dist/include/ntp_config.h: up to 1.9
external/bsd/ntp/dist/include/ntp_control.h: up to 1.4
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_io.h: up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h: up to 1.4
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h: up to 1.4
external/bsd/ntp/dist/include/ntp_types.h: up to 1.4
external/bsd/ntp/dist/include/ntpd.h: up to 1.7
external/bsd/ntp/dist/include/parse.h: up to 1.4
external/bsd/ntp/dist/include/parse_conf.h: up to 1.4
external/bsd/ntp/dist/include/rc_cmdlength.h: up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h: up to 1.1.1.2
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.4
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.4
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.6
external/bsd/ntp/dist/lib/isc/log.c: up to 1.6
external/bsd/ntp/dist/lib/isc/result.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.6
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.4
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.7
external/bsd/ntp/dist/libjsmn/Makefile: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/jsondump.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c: up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h: up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c: up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c: up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c: up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.6
external/bsd/ntp/dist/libntp/icom.c: up to 1.8
external/bsd/ntp/dist/libntp/machines.c: up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c: up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.4
external/bsd/ntp/dist/libntp/refidsmear.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/socket.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.4
external/bsd/ntp/dist/libntp/statestr.c: up to 1.4
external/bsd/ntp/dist/libntp/strdup.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.7
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.4
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.7
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.4
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.6
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.4
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.4
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.4
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.4
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.4
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/rc_cmdlength.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_arc.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.4
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c: up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.4
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.4
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in: up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.6
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.6
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am: delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h: delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c: delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c: delete
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.4
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h: up to 1.9
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h: up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/boolean.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/makeshell.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h: up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c: up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c: up to 1.3
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/log.c: up to 1.9
external/bsd/ntp/dist/sntp/log.h: up to 1.7
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/os_cflags.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/main.c: up to 1.13
external/bsd/ntp/dist/sntp/networking.c: up to 1.12
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/genLocInfo: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/crypto.cpp: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h: delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp: delete
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodFile.cpp: delete
external/bsd/ntp/dist/sntp/tests/networking.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/networking.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp: delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp: delete
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/sntptest.h: up to 1.4
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.cpp: delete
external/bsd/ntp/dist/sntp/tests_main.h: delete
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_config.h: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h: up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.3
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp: delete
external/bsd/ntp/dist/tests/libntp/atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.cpp: delete
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.cpp: delete
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.cpp: delete
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.cpp:: delete
external/bsd/ntp/dist/tests/libntp/caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.cpp: delete
external/bsd/ntp/dist/tests/libntp/calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp: delete
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.cpp: delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp: delete
external/bsd/ntp/dist/tests/libntp/lfptest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/lfptest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp: delete
external/bsd/ntp/dist/tests/libntp/libntptest.h: delete
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.cpp: delete
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.cpp: delete
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.cpp: delete
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp: delete
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp: delete
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h: up to 1.4
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.cpp: delete
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp: delete
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.cpp: delete
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp: delete
external/bsd/ntp/dist/tests/libntp/test-libntp.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp: delete
external/bsd/ntp/dist/tests/libntp/timestructs.h: delete
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.cpp: delete
external/bsd/ntp/dist/tests/libntp/tstotv.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.cpp: delete
external/bsd/ntp/dist/tests/libntp/tvtots.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.cpp: delete
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.cpp: delete
external/bsd/ntp/dist/tests/libntp/vi64ops.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp: delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp: delete
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp: delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h: delete
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.5
external/bsd/ntp/dist/util/jitter.c: up to 1.4
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c: up to 1.7
external/bsd/ntp/html/Makefile: up to 1.3
external/bsd/ntp/importdate: up to 1.7
external/bsd/ntp/include/config.h: up to 1.13
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.7
Update ntp to 4.2.8p4.
@
text
@a5 1
d13 1
a13 1
23-Sep-2015 10:20
a28 2
dscp dscp
This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent NTP packets. The default value is 46 for Expedited Forwarding (EF).
a59 2
leapsmearinterval seconds
This EXPERIMENTAL option is only available if ntpd was built with the --enable-leap-smear option to the configure script. It specifies the interval over which a leap second correction will be applied. Recommended values for this option are between 7200 (2 hours) and 86400 (24 hours). DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS! See http://bugs.ntp.org/2855 for more information.
d93 1
a93 1
Specify the threshold in seconds to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify 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 N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
d123 12
@
1.1.1.1.22.3
log
@Pull up following revision(s) (requested by spz in ticket #1380):
external/bsd/ntp/importdate: up to revision 1.9
external/bsd/ntp/bin/ntpd/Makefile: up to revision 1.21
external/bsd/ntp/dist/ChangeLog: up to revision 1.1.1.9
external/bsd/ntp/dist/CommitLog: up to revision 1.1.1.9
external/bsd/ntp/dist/Makefile.am: up to revision 1.1.1.8
external/bsd/ntp/dist/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/NEWS: up to revision 1.1.1.9
external/bsd/ntp/dist/README.pullrequests: up to revision 1.1.1.1
external/bsd/ntp/dist/config.h.in: up to revision 1.1.1.8
external/bsd/ntp/dist/configure: up to revision 1.1.1.9
external/bsd/ntp/dist/configure.ac: up to revision 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh: up to revision 1.1.1.9
external/bsd/ntp/dist/html/authentic.html: up to revision 1.1.1.3
external/bsd/ntp/dist/html/miscopt.html: up to revision 1.1.1.8
external/bsd/ntp/dist/html/monopt.html: up to revision 1.1.1.4
external/bsd/ntp/dist/html/xleave.html: up to revision 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to revision 1.1.1.8
external/bsd/ntp/dist/include/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to revision 1.6
external/bsd/ntp/dist/include/ntp_io.h: up to revision 1.5
external/bsd/ntp/dist/include/ntp_keyacc.h: up to revision 1.1.1.1
external/bsd/ntp/dist/include/ntp_refclock.h: up to revision 1.5
external/bsd/ntp/dist/include/ntp_stdlib.h: up to revision 1.13
external/bsd/ntp/dist/include/ntp_types.h: up to revision 1.6
external/bsd/ntp/dist/include/ntp_worker.h: up to revision 1.5
external/bsd/ntp/dist/include/ntpd.h: up to revision 1.8
external/bsd/ntp/dist/include/parse.h: up to revision 1.6
external/bsd/ntp/dist/include/recvbuff.h: up to revision 1.5
external/bsd/ntp/dist/include/safecast.h: up to revision 1.1.1.2
external/bsd/ntp/dist/lib/isc/backtrace.c: up to revision 1.6
external/bsd/ntp/dist/lib/isc/buffer.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/hmacmd5.c: up to revision 1.5
external/bsd/ntp/dist/lib/isc/hmacsha.c: up to revision 1.5
external/bsd/ntp/dist/lib/isc/inet_aton.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/log.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/netaddr.c: up to revision 1.9
external/bsd/ntp/dist/lib/isc/sockaddr.c: up to revision 1.7
external/bsd/ntp/dist/lib/isc/task.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/tsmemcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/lib/isc/include/isc/string.h: up to revision 1.5
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c: up to revision 1.4
external/bsd/ntp/dist/lib/isc/win32/net.c: up to revision 1.4
external/bsd/ntp/dist/libntp/Makefile.am: up to revision 1.1.1.6
external/bsd/ntp/dist/libntp/Makefile.in: up to revision 1.1.1.9
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to revision 1.5
external/bsd/ntp/dist/libntp/atolfp.c: up to revision 1.8
external/bsd/ntp/dist/libntp/authkeys.c: up to revision 1.10
external/bsd/ntp/dist/libntp/authreadkeys.c: up to revision 1.9
external/bsd/ntp/dist/libntp/authusekey.c: up to revision 1.5
external/bsd/ntp/dist/libntp/dolfptoa.c: up to revision 1.4
external/bsd/ntp/dist/libntp/hextolfp.c: up to revision 1.7
external/bsd/ntp/dist/libntp/is_ip_address.c: up to revision 1.1.1.1
external/bsd/ntp/dist/libntp/mstolfp.c: up to revision 1.7
external/bsd/ntp/dist/libntp/msyslog.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_intres.c: up to revision 1.9
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to revision 1.9
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to revision 1.5
external/bsd/ntp/dist/libntp/ntp_worker.c: up to revision 1.6
external/bsd/ntp/dist/libntp/recvbuff.c: up to revision 1.6
external/bsd/ntp/dist/libntp/snprintf.c: up to revision 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to revision 1.5
external/bsd/ntp/dist/libntp/systime.c: up to revision 1.5
external/bsd/ntp/dist/libntp/work_fork.c: up to revision 1.9
external/bsd/ntp/dist/libntp/work_thread.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to revision 1.6
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to revision 1.7
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_schmid.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_varitext.c: up to revision 1.5
external/bsd/ntp/dist/libparse/clk_wharton.c: up to revision 1.5
external/bsd/ntp/dist/libparse/parse.c: up to revision 1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to revision 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to revision 1.1.1.6
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.def: up to revision 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp_config.c: up to revision 1.14
external/bsd/ntp/dist/ntpd/ntp_control.c: up to revision 1.16
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to revision 1.12
external/bsd/ntp/dist/ntpd/ntp_io.c: up to revision 1.22
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to revision 1.10
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to revision 1.13
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to revision 1.11
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/ntp_request.c: up to revision 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/ntp_signd.c: up to revision 1.4
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to revision 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to revision 1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.c: up to revision 1.13
external/bsd/ntp/dist/ntpd/ntpd.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to revision 1.9
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to revision 1.10
external/bsd/ntp/dist/ntpd/refclock_local.c: up to revision 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to revision 1.18
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to revision 1.8
external/bsd/ntp/dist/ntpd/refclock_true.c: up to revision 1.6
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c: up to revision 1.4
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to revision 1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to revision 1.13
external/bsd/ntp/dist/ntpdc/ntpdc.h: up to revision 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to revision 1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/libntpq.c: up to revision 1.4
external/bsd/ntp/dist/ntpq/libntpq.h: up to revision 1.5
external/bsd/ntp/dist/ntpq/libntpq_subs.c: up to revision 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to revision 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to revision 1.14
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.c: up to revision 1.15
external/bsd/ntp/dist/ntpq/ntpq.h: up to revision 1.9
external/bsd/ntp/dist/ntpq/ntpq.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to revision 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to revision 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summaryman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am: up to revision 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to revision 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to revision 1.1.1.9
external/bsd/ntp/dist/sntp/crypto.c: up to revision 1.10
external/bsd/ntp/dist/sntp/crypto.h: up to revision 1.5
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/main.c: up to revision 1.15
external/bsd/ntp/dist/sntp/networking.c: up to revision 1.14
external/bsd/ntp/dist/sntp/sntp-opts.c: up to revision 1.8
external/bsd/ntp/dist/sntp/sntp-opts.h: up to revision 1.7
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.html: up to revision 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/version.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/include/copyright.def: up to revision 1.1.1.4
external/bsd/ntp/dist/sntp/include/version.def: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/include/version.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c: up to revision 1.5
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to revision 1.8
external/bsd/ntp/dist/sntp/libopts/enum.c: up to revision 1.8
external/bsd/ntp/dist/sntp/libopts/init.c: up to revision 1.8
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to revision 1.1.1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to revision 1.1.1.7
external/bsd/ntp/dist/sntp/tests/crypto.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to revision 1.1.1.4
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to revision 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/t-log.c: up to revision 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c: up to revision 1.1.1.5
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to revision 1.1.1.7
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/humandate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/netof.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-tsafememcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/statestr.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to revision 1.1.1.6
external/bsd/ntp/dist/tests/libntp/tsafememcmp.c: up to revision 1.1.1.1
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to revision 1.1.1.2
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to revision 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to revision 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to revision 1.1.1.4
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to revision 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to revision 1.12
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to revision 1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.c: up to revision 1.10
external/bsd/ntp/dist/util/ntp-keygen.html: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to revision 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to revision 1.1.1.7
external/bsd/ntp/include/config.h: up to revision 1.16
external/bsd/ntp/lib/libiscntp/Makefile: up to revision 1.14
external/bsd/ntp/lib/libntp/Makefile: up to revision 1.18
external/bsd/ntp/scripts/mkver: up to revision 1.10
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
Update ntp to 4.2.8p7.
@
text
@d6 1
a6 1
d14 1
a14 1
16-Jan-2016 13:08
d32 2
a33 3
Enables the early resetting of an association in case of a crypto failure. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_crypto_nak_early
Enables the early resetting of an association in case of a crypto_NAK message. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_digest_early
Enables the early resetting of an association in case of an autokey digest failur. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
@
1.1.1.1.22.4
log
@Pull up following revision(s) (requested by spz in ticket #1448):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21 via patch
external/bsd/ntp/bin/ntpd/ntp.keys.5: up to 1.2
external/bsd/ntp/bin/ntpd/ntp_parser.c: patch
external/bsd/ntp/bin/ntpd/ntp_parser.h: patch
external/bsd/ntp/bin/sntp/Makefile: up to 1.6 via patch
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.12
external/bsd/ntp/dist/CommitLog: up to 1.1.1.12
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.12
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/adjtimed/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/clockstuff/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/config.h.in: up to 1.1.1.9
external/bsd/ntp/dist/configure: up to 1.1.1.12
external/bsd/ntp/dist/configure.ac: up to 1.1.1.10
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.6
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.2
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_crypto.h: up to 1.5
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.7
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.14
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.10
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.5
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.8
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.8
external/bsd/ntp/dist/libntp/audio.c: up to 1.12
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.11
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/emalloc.c: up to 1.8
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.11
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.7
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.10
external/bsd/ntp/dist/libntp/statestr.c: up to 1.6
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.11
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.6
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.19
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.25
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpd/refclock_datum.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_mx4200.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.14
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.20
external/bsd/ntp/dist/ntpdate/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.11
external/bsd/ntp/dist/ntpdc/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.15
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.9
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.10
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.18
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.10
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.12
external/bsd/ntp/dist/parseutil/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary-opts.def: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.12
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/sntp/crypto.c: up to 1.13
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/harden/README: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/default: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd10: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd11: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/freebsd12: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.0: up to 1.1.1.1
external/bsd/ntp/dist/sntp/harden/netbsd7.99: up to 1.1.1.1
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.10
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.10
external/bsd/ntp/dist/sntp/kod_management.c: up to 1.8
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libevent/build-aux/compile: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/depcomp: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/install-sh: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/build-aux/missing: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ylwrap: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/evlog.c: patch
external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h: patch
external/bsd/ntp/dist/sntp/libevent/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.6
external/bsd/ntp/dist/sntp/libopts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/libtool.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltoptions.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltsugar.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ltversion.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/lt~obsolete.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_prog_cc.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.10
external/bsd/ntp/dist/sntp/scm-rev: up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/scripts/genHardFlags: up to 1.1.1.1
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.11
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.10
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.12
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.9
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.15
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.10
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.10
external/bsd/ntp/importdate: up to 1.12
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p10.
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d132 1
a132 1
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in log2 seconds with default 11 (2048 s).
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.1.12.1
log
@Rebase to HEAD as of a few days ago.
@
text
@d2 1
d4 132
a135 174
Miscellaneous Commands and Options
In broadcast and multicast modes, means are required to determine the network delay between the server and client. Ordinarily, this is done automatically by the initial calibration exchanges between the client and server. In some cases, the exchange might not be possible due to network or server access controls. The value of delay is by default zero, in which case the exchange is enabled. If delay is greater than zero, it becomes the roundtrip delay (s), as measured by the Unix ping program, and the exchange is disabled.
driftfile driftfile
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command line option. This command is mutually exclusive with the freq option of the tinker command.
If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that most of these flags can be modified remotely using ntpq utility program's :config and config-from-file commands.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
monitor
Enables the monitoring facility. See the ntpq program and the monstats and mrulist commands, as well as the Access Control Options for details.
The monitoring facility is also enabled by the presence of limited in any restrict commands. The default for this flag is enable.
mode7
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
The leapfile is scanned when ntpd processes the leapfile directive or when ntpd detects that leapfile has changed. ntpd checks once a day to see if the leapfile has changed.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig=syncall +clockall
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
Controls size limits of the monitoring facility Most Recently Used (MRU) list of client addresses, which is also used by the rate control facility.
maxdepth count
maxmem kilobytes
Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes. The actual 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 count
Lower 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 seconds
Once the MRU list has mindepth entries and an additional client address is to be added to the list, if the oldest entry was updated more than maxage seconds ago, that entry
is removed and its storage reused. If the oldest entry was updated more recently, the MRU list
is grown, subject to maxdepth/maxmem. The default is 64 seconds.
initalloc count
initmem kilobytes
Initial memory allocation at the time the monitoring facility is first enabled, in terms of entries or kilobytes. The default is 4 kilobytes.
incalloc count
incmem kilobytes
Size of additional memory allocations when growing the MRU list, in entries or kilobytes. The default is 4 kilobytes.
nonvolatile threshold
Specify the threshold in PPM to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
phone dial ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
Reset one or more groups of counters maintained by ntpd and exposed by ntpq and ntpdc.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are are as follows:
allan allan
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.
stepout stepout
Specifies the stepout threshold in seconds. The default without this command is 300 s. Since this option also affects the training and startup intervals, it should not be set less than the default. Further details are on the Clock State Machine page.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packets. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Orphan Mode page for further details.
orphanwait delay
Specify the delay in seconds from the time all sources are lost until orphan parent mode is enabled with default 300 s (five minutes). During this period, the local clock driver and the modem driver are not selectable, unless marked with the prefer keyword. This allows time for one or more primary sources to become reachable and selectable before using backup sources, and avoids transient use of the backup sources at startup.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
@
1.1.1.1.6.1
log
@sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
@
text
@d2 1
d4 132
a135 174
Miscellaneous Commands and Options
In broadcast and multicast modes, means are required to determine the network delay between the server and client. Ordinarily, this is done automatically by the initial calibration exchanges between the client and server. In some cases, the exchange might not be possible due to network or server access controls. The value of delay is by default zero, in which case the exchange is enabled. If delay is greater than zero, it becomes the roundtrip delay (s), as measured by the Unix ping program, and the exchange is disabled.
driftfile driftfile
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command line option. This command is mutually exclusive with the freq option of the tinker command.
If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that most of these flags can be modified remotely using ntpq utility program's :config and config-from-file commands.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
monitor
Enables the monitoring facility. See the ntpq program and the monstats and mrulist commands, as well as the Access Control Options for details.
The monitoring facility is also enabled by the presence of limited in any restrict commands. The default for this flag is enable.
mode7
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
The leapfile is scanned when ntpd processes the leapfile directive or when ntpd detects that leapfile has changed. ntpd checks once a day to see if the leapfile has changed.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig=syncall +clockall
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
Controls size limits of the monitoring facility Most Recently Used (MRU) list of client addresses, which is also used by the rate control facility.
maxdepth count
maxmem kilobytes
Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes. The actual 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 count
Lower 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 seconds
Once the MRU list has mindepth entries and an additional client address is to be added to the list, if the oldest entry was updated more than maxage seconds ago, that entry
is removed and its storage reused. If the oldest entry was updated more recently, the MRU list
is grown, subject to maxdepth/maxmem. The default is 64 seconds.
initalloc count
initmem kilobytes
Initial memory allocation at the time the monitoring facility is first enabled, in terms of entries or kilobytes. The default is 4 kilobytes.
incalloc count
incmem kilobytes
Size of additional memory allocations when growing the MRU list, in entries or kilobytes. The default is 4 kilobytes.
nonvolatile threshold
Specify the threshold in PPM to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
phone dial ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
Reset one or more groups of counters maintained by ntpd and exposed by ntpq and ntpdc.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are are as follows:
allan allan
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.
stepout stepout
Specifies the stepout threshold in seconds. The default without this command is 300 s. Since this option also affects the training and startup intervals, it should not be set less than the default. Further details are on the Clock State Machine page.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packets. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Orphan Mode page for further details.
orphanwait delay
Specify the delay in seconds from the time all sources are lost until orphan parent mode is enabled with default 300 s (five minutes). During this period, the local clock driver and the modem driver are not selectable, unless marked with the prefer keyword. This allows time for one or more primary sources to become reachable and selectable before using backup sources, and avoids transient use of the backup sources at startup.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
@
1.1.1.2
log
@import devel ntpd to avoid amplification attacks.
@
text
@d2 1
d4 132
a135 174
Miscellaneous Commands and Options
In broadcast and multicast modes, means are required to determine the network delay between the server and client. Ordinarily, this is done automatically by the initial calibration exchanges between the client and server. In some cases, the exchange might not be possible due to network or server access controls. The value of delay is by default zero, in which case the exchange is enabled. If delay is greater than zero, it becomes the roundtrip delay (s), as measured by the Unix ping program, and the exchange is disabled.
driftfile driftfile
This command specifies the complete path and name of the file used to record the frequency of the local clock oscillator. This is the same operation as the -f command line option. This command is mutually exclusive with the freq option of the tinker command.
If the file exists, it is read at startup in order to set the initial frequency and then updated once per hour or more with the current frequency computed by the daemon. If the file name is specified, but the file itself does not exist, the starts with an initial frequency of zero and creates the file when writing it for the first time. If this command is not given, the daemon will always start with an initial frequency of zero.
The file format consists of a single line containing a single floating point number, which records the frequency offset measured in parts-per-million (PPM). The file is updated by first writing the current drift value into a temporary file and then renaming this file to replace the old version.
Provides a way to enable or disable various system options. Flags not mentioned are unaffected. Note that most of these flags can be modified remotely using ntpq utility program's :config and config-from-file commands.
auth
Enables the server to synchronize with unconfigured peers only if the peer has been correctly authenticated using either public key or private key cryptography. The default for this flag is enable.
bclient
Enables the server to listen for a message from a broadcast or multicast server, as in the multicastclient command with default address. The default for this flag is disable.
calibrate
Enables the calibrate feature for reference clocks. The default for this flag is disable.
kernel
Enables the kernel time discipline, if available. The default for this flag is enable if support is available, otherwise disable.
monitor
Enables the monitoring facility. See the ntpq program and the monstats and mrulist commands, as well as the Access Control Options for details.
The monitoring facility is also enabled by the presence of limited in any restrict commands. The default for this flag is enable.
mode7
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
ntp
Enables time and frequency discipline. In effect, this switch opens and closes the feedback loop, which is useful for testing. The default for this flag is enable.
stats
Enables the statistics facility. See the Monitoring Options page for further information. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
includefile includefile
This command allows additional configuration commands to be included from a separate file. Include files may be nested to a depth of five; upon reaching the end of any include file, command processing resumes in the previous configuration file. This option is useful for sites that run ntpd on multiple hosts, with (mostly) common options (e.g., a restriction list).
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That 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 to open the address and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
The leapfile is scanned when ntpd processes the leapfile directive or when ntpd detects that leapfile has changed. ntpd checks once a day to see if the leapfile has changed.
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).
Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.
Thus, a minimal log configuration could look like this:
logconfig=syncstatus +sysevents
This would just list the synchronizations state of ntpd and the major system events. For a simple reference server, the following minimum message configuration could be useful:
logconfig=syncall +clockall
This configuration will list all clock information and synchronization information. All other events and messages about peers, system events and so on is suppressed.
logfile logfile
This command specifies the location of an alternate log file to be used instead of the default system syslog facility. This is the same operation as the -l command line option.
Controls size limits of the monitoring facility Most Recently Used (MRU) list of client addresses, which is also used by the rate control facility.
maxdepth count
maxmem kilobytes
Equivalent upper limits on the size of the MRU list, in terms of entries or kilobytes. The actual 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 count
Lower 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 seconds
Once the MRU list has mindepth entries and an additional client address is to be added to the list, if the oldest entry was updated more than maxage seconds ago, that entry
is removed and its storage reused. If the oldest entry was updated more recently, the MRU list
is grown, subject to maxdepth/maxmem. The default is 64 seconds.
initalloc count
initmem kilobytes
Initial memory allocation at the time the monitoring facility is first enabled, in terms of entries or kilobytes. The default is 4 kilobytes.
incalloc count
incmem kilobytes
Size of additional memory allocations when growing the MRU list, in entries or kilobytes. The default is 4 kilobytes.
nonvolatile threshold
Specify the threshold in PPM to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
phone dial ...
This command is used in conjunction with the ACTS modem driver (type 18). The arguments consist of a maximum of 10 telephone numbers used to dial USNO, NIST or European time services. The Hayes command ATDT is normally prepended to the number, which can contain other modem control codes as well.
Reset one or more groups of counters maintained by ntpd and exposed by ntpq and ntpdc.
saveconfigdir directory_path
Specify the directory in which to write configuration snapshots requested with ntpq's saveconfig command. If saveconfigdir does not appear in the configuration file, saveconfig requests are rejected by ntpd.
setvar variable [default]
This command adds an additional system variable. These variables can be used to distribute additional information such as the access policy. If the variable of the form name = value is followed by the default keyword, the variable will be listed as part of the default system variables (ntpq rv command). These additional variables serve informational purposes only. They are not related to the protocol other that they can be listed. The known protocol variables will always override any variables defined via the setvar mechanism. There are three special variables that contain the names of all variable of the same group. The sys_var_list holds the names of all system variables. The peer_var_list holds the names of all peer variables and the clock_var_list holds the names of the reference clock variables.
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are are as follows:
allan allan
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in seconds with default 1500 s.
dispersion dispersion
Specifies the dispersion increase rate in parts-per-million (PPM) with default 15 PPM.
freq freq
Specifies the frequency offset in parts-per-million (PPM). This option is mutually exclusive with the driftfile command.
huffpuff huffpuff
Specifies the huff-n'-puff filter span, which determines the most recent interval the algorithm will search for a minimum delay. The lower limit is 900 s (15 min), but a more reasonable value is 7200 (2 hours).See the Huff-n'-Puff Filter page for further information.
panic panic
Specifies the panic threshold in seconds with default 1000 s. If set to zero, the panic sanity check is disabled and a clock offset of any value will be accepted.
step step
Specifies the step threshold in seconds. The default without this command is 0.128 s. If set to zero, step adjustments will never occur. Note: The kernel time discipline is disabled if the step threshold is set to zero or greater than 0.5
s. Further details are on the Clock State Machine page.
stepout stepout
Specifies the stepout threshold in seconds. The default without this command is 300 s. Since this option also affects the training and startup intervals, it should not be set less than the default. Further details are on the Clock State Machine page.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
This command alters certain system variables used by the the clock selection and clustering algorithms. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. It can be used to select the quality and quantity of peers used to synchronize the system clock and is most useful in dynamic server discovery schemes. The options are as follows:
beacon beacon
The manycast server sends packets at intervals of 64 s if less than maxclock servers are available. Otherwise, it sends packets at the beacon interval in seconds. The default is 3600 s. See the Automatic Server Discovery page for further details.
ceiling ceiling
Specify the maximum stratum (exclusive) for acceptable server packets. The default is 16. See the Automatic Server Discovery page for further details.
cohort { 0 | 1 }
Specify whether (1) or whether not (0) a server packet will be accepted for the same stratum as the client. The default is 0. See the Automatic Server Discovery page for further details.
floor floor
Specify the minimum stratum (inclusive) for acceptable server packets. The default is 1. See the Automatic Server Discovery page for further details.
maxclock maxclock
Specify the maximum number of servers retained by the server discovery schemes. The default is 10. See the Automatic Server Discovery page for further details.
maxdist maxdistance
Specify the synchronization distance threshold used by the clock selection algorithm. The default is 1.5 s. This determines both the minimum number of packets to set the system clock and the maximum roundtrip delay. It can be decreased to improve reliability or increased to synchronize clocks on the Moon or planets.
minclock minclock
Specify the number of servers used by the clustering algorithm as the minimum to include on the candidate list. The default is 3. This is also the number of servers to be averaged by the combining algorithm.
mindist mindistance
Specify the minimum distance used by the selection and anticlockhop
algorithm. Larger values increase the tolerance for outliers;
smaller values increase the selectivity. The default is .001 s. In some
cases, such as reference clocks with high jitter and a PPS signal, it is
useful to increase the value to insure the intersection interval is
always nonempty.
minsane minsane
Specify the number of servers used by the selection algorithm as the minimum to set the system clock. The default is 1 for legacy purposes; however, for critical applications the value should be somewhat higher but less than minclock.
orphan stratum
Specify the orphan stratum with default 16. If less than 16 this is the stratum assumed by the root servers. See the Orphan Mode page for further details.
orphanwait delay
Specify the delay in seconds from the time all sources are lost until orphan parent mode is enabled with default 300 s (five minutes). During this period, the local clock driver and the modem driver are not selectable, unless marked with the prefer keyword. This allows time for one or more primary sources to become reachable and selectable before using backup sources, and avoids transient use of the backup sources at startup.
This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. If the port number is unspecified, a value of 18447 is used. If the interface address is not specified, the 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.
The trap receiver will generally log event messages and other information from the server in a log file. While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started.
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.
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
d44 2
d103 1
a103 1
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are as follows:
d124 1
a124 1
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
@
1.1.1.2.4.2
log
@Pull up following revision(s) (requested by christos in ticket #682):
external/bsd/ntp/dist/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.5
external/bsd/ntp/dist/CommitLog: up to 1.1.1.5
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/NEWS: up to 1.1.1.5
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.5
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/build: up to 1.1.1.5
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/config.h.in: up to 1.1.1.5
external/bsd/ntp/dist/configure: up to 1.1.1.5
external/bsd/ntp/dist/configure.ac: up to 1.1.1.5
external/bsd/ntp/dist/html/build.html: up to 1.1.1.4
external/bsd/ntp/dist/html/confopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/copyright.html: up to 1.1.1.5
external/bsd/ntp/dist/html/drivers/driver28.html: up to 1.1.1.4
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/sntp.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/include/binio.h: up to 1.3
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/include/mbg_gps166.h: up to 1.3
external/bsd/ntp/dist/include/ntp.h: up to 1.3
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.3
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.6
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.3
external/bsd/ntp/dist/include/ntpd.h: up to 1.6
external/bsd/ntp/dist/include/parse.h: up to 1.3
external/bsd/ntp/dist/include/parse_conf.h: up to 1.3
external/bsd/ntp/dist/include/timepps-Solaris.h: up to 1.3
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/kernel/sys/parsestreams.h: up to 1.3
external/bsd/ntp/dist/lib/isc/include/isc/backtrace.h: up to 1.3
external/bsd/ntp/dist/lib/isc/include/isc/socket.h: up to 1.3
external/bsd/ntp/dist/lib/isc/inet_ntop.c: up to 1.5
external/bsd/ntp/dist/lib/isc/log.c: up to 1.5
external/bsd/ntp/dist/lib/isc/result.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/file.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c: up to 1.5
external/bsd/ntp/dist/lib/isc/unix/ifiter_ioctl.c: up to 1.3
external/bsd/ntp/dist/lib/isc/unix/net.c: up to 1.6
external/bsd/ntp/dist/libjsmn/jsmn.c: up to 1.3
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/libntp/audio.c: up to 1.7
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.4
external/bsd/ntp/dist/libparse/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.4
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_sel240x.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_trimtsip.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.3
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.3
external/bsd/ntp/dist/libparse/data_mbg.c: up to 1.6
external/bsd/ntp/dist/libparse/gpstolfp.c: up to 1.3
external/bsd/ntp/dist/libparse/info_trimble.c: up to 1.5
external/bsd/ntp/dist/libparse/mkinfo_rcmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/mkinfo_scmd.sed: up to 1.1.1.3
external/bsd/ntp/dist/libparse/parse.c: up to 1.3
external/bsd/ntp/dist/libparse/parse_conf.c: up to 1.3
external/bsd/ntp/dist/libparse/parsesolaris.c: up to 1.3
external/bsd/ntp/dist/libparse/parsestreams.c: up to 1.3
external/bsd/ntp/dist/libparse/trim_info.c: up to 1.3
external/bsd/ntp/dist/ntpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/cmd_args.c: up to 1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.3
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.6
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntpdbase-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_nmea.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_palisade.h: up to 1.3
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.15
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.5
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.3
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.3
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.3
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntp_snmp.h: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.3
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.5
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/parseutil/dcfd.c: up to 1.3
external/bsd/ntp/dist/parseutil/testdcf.c: up to 1.3
external/bsd/ntp/dist/readme.y2kfixes: up to 1.1.1.2
external/bsd/ntp/dist/scripts/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.2
external/bsd/ntp/dist/scripts/build/VersionName: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/Makefile.am: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.menu: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts.def: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.texi: up to 1.1.1.1
external/bsd/ntp/dist/sntp/COPYRIGHT: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.4
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.4
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/ntp.lic: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.3
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/ChangeLog: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/README: delete
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/event-config.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/WIN32-Code/tree.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/aclocal.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/buffer.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_async.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_filter.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_openssl.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/bufferevent_pair.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/config.h.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/configure: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/configure.ac: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/evbuffer-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evdns.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/event.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/event_tagging.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evrpc-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evthread-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evthread.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evutil.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/evutil_time.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/ht-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/http-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/http.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/buffer.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/bufferevent.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/dns.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/event.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/http.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/listener.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/include/event2/util.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/kqueue.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/listener.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/m4/acx_pthread.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/m4/openldap-thread-check.m4: delete
external/bsd/ntp/dist/sntp/libevent/m4/openldap.m4: delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/sample/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/include.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_buffer.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_bufferevent.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_finalize.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_main.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_ssl.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_thread.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_util.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/regress_zlib.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-fdleak.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/test-time.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest.c: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/test/tinytest_macros.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/time-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/util-internal.h: up to 1.3
external/bsd/ntp/dist/sntp/libevent/whatsnew-2.1.txt: up to 1.1.1.3
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/usage.c: up to 1.4
external/bsd/ntp/dist/sntp/loc/darwin: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/debian: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/freebsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/legacy: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/netbsd: up to 1.1.1.3
external/bsd/ntp/dist/sntp/loc/solaris: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ax_c99_struct_init.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/hms_search_lib.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_compiler.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/ntp_locinfo.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/openldap.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/main.c: up to 1.12
external/bsd/ntp/dist/sntp/networking.c: up to 1.10
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/scripts/cvo.sh: up to 1.1.1.2
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.4
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.3
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/util/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.3
external/bsd/ntp/dist/util/jitter.c: up to 1.3
external/bsd/ntp/dist/util/jitter.h: delete
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.3
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.7
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.3
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.3
external/bsd/ntp/importdate: up to 1.5
external/bsd/ntp/include/config.h: up to 1.11
external/bsd/ntp/ntp2netbsd: up to 1.5
external/bsd/ntp/scripts/mkver: up to 1.6
Update ntp to 4.2.8p2
@
text
@d13 1
a13 1
28-Feb-2015 12:01
d93 1
a93 1
Specify the threshold in seconds to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
@
1.1.1.2.4.2.2.1
log
@Pull up following revisions (requested by christos in ticket #1024):
doc/3RDPARTY patch
external/bsd/ntp/dist/tests/libntp/atoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptest.c up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/hextolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refidsmear.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c up to 1.1.1.1
external/bsd/ntp/dist/tests/bug-2803/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.am up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c up to 1.1.1.1
external/bsd/ntp/dist/libjsmn/example/jsondump.c up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c up to 1.1.1.2
external/bsd/ntp/dist/README.leapsmear up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40-ja.html up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h up to 1.1.1.2
external/bsd/ntp/dist/include/rc_cmdlength.h up to 1.1.1.1
external/bsd/ntp/dist/libntp/refidsmear.c up to 1.1.1.2
external/bsd/ntp/dist/ntpd/rc_cmdlength.c up to 1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4 up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4 up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-t-log.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/kodFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-crypto.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/networking.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/crypto.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/t-log.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/keyFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-utilities.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/version.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity_config.h up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap delete
external/bsd/ntp/dist/sntp/tests_main.cpp delete
external/bsd/ntp/dist/sntp/tests_main.h delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c delete
external/bsd/ntp/dist/sntp/tests/crypto.cpp delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h delete
external/bsd/ntp/dist/sntp/tests/keyFile.cpp delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp delete
external/bsd/ntp/dist/sntp/tests/kodFile.cpp delete
external/bsd/ntp/dist/sntp/tests/networking.cpp delete
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp delete
external/bsd/ntp/dist/sntp/tests/utilities.cpp delete
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp delete
external/bsd/ntp/dist/tests/libntp/atoint.cpp delete
external/bsd/ntp/dist/tests/libntp/atouint.cpp delete
external/bsd/ntp/dist/tests/libntp/authkeys.cpp delete
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp delete
external/bsd/ntp/dist/tests/libntp/calendar.cpp delete
external/bsd/ntp/dist/tests/libntp/caljulian.cpp delete
external/bsd/ntp/dist/tests/libntp/caltontp.cpp delete
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp delete
external/bsd/ntp/dist/tests/libntp/clocktime.cpp delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp delete
external/bsd/ntp/dist/tests/libntp/hextoint.cpp delete
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp delete
external/bsd/ntp/dist/tests/libntp/humandate.cpp delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp delete
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp delete
external/bsd/ntp/dist/tests/libntp/libntptest.h delete
external/bsd/ntp/dist/tests/libntp/modetoa.cpp delete
external/bsd/ntp/dist/tests/libntp/msyslog.cpp delete
external/bsd/ntp/dist/tests/libntp/netof.cpp delete
external/bsd/ntp/dist/tests/libntp/numtoa.cpp delete
external/bsd/ntp/dist/tests/libntp/numtohost.cpp delete
external/bsd/ntp/dist/tests/libntp/octtoint.cpp delete
external/bsd/ntp/dist/tests/libntp/prettydate.cpp delete
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp delete
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp delete
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp delete
external/bsd/ntp/dist/tests/libntp/socktoa.cpp delete
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp delete
external/bsd/ntp/dist/tests/libntp/statestr.cpp delete
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp delete
external/bsd/ntp/dist/tests/libntp/timespecops.cpp delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp delete
external/bsd/ntp/dist/tests/libntp/timestructs.h delete
external/bsd/ntp/dist/tests/libntp/timevalops.cpp delete
external/bsd/ntp/dist/tests/libntp/tstotv.cpp delete
external/bsd/ntp/dist/tests/libntp/tvtots.cpp delete
external/bsd/ntp/dist/tests/libntp/uglydate.cpp delete
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp delete
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h delete
external/bsd/ntp/importdate up to 1.7
external/bsd/ntp/bin/ntpd/Makefile up to 1.19
external/bsd/ntp/dist/ChangeLog up to 1.1.1.7
external/bsd/ntp/dist/CommitLog up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/NEWS up to 1.1.1.7
external/bsd/ntp/dist/aclocal.m4 up to 1.1.1.7
external/bsd/ntp/dist/bootstrap up to 1.1.1.5
external/bsd/ntp/dist/config.h.in up to 1.1.1.6
external/bsd/ntp/dist/configure up to 1.1.1.7
external/bsd/ntp/dist/configure.ac up to 1.1.1.7
external/bsd/ntp/dist/packageinfo.sh up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c up to 1.4
external/bsd/ntp/dist/clockstuff/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c up to 1.4
external/bsd/ntp/dist/html/decode.html up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html up to 1.1.1.3
external/bsd/ntp/dist/html/drivers/driver22.html up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40.html up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html up to 1.1.1.2
external/bsd/ntp/dist/include/Makefile.am up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/include/ntp_assert.h up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h up to 1.5
external/bsd/ntp/dist/include/ntp_config.h up to 1.9
external/bsd/ntp/dist/include/ntp_control.h up to 1.4
external/bsd/ntp/dist/include/ntp_io.h up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h up to 1.4
external/bsd/ntp/dist/include/ntp_types.h up to 1.4
external/bsd/ntp/dist/include/ntpd.h up to 1.7
external/bsd/ntp/dist/include/parse.h up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/kernel/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c up to 1.6
external/bsd/ntp/dist/libjsmn/Makefile up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c up to 1.7
external/bsd/ntp/dist/libntp/audio.c up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c up to 1.6
external/bsd/ntp/dist/libntp/icom.c up to 1.8
external/bsd/ntp/dist/libntp/machines.c up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c up to 1.7
external/bsd/ntp/dist/libntp/ntp_intres.c up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c up to 1.4
external/bsd/ntp/dist/libntp/socket.c up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c up to 1.4
external/bsd/ntp/dist/libntp/statestr.c up to 1.4
external/bsd/ntp/dist/libntp/strdup.c up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c up to 1.7
external/bsd/ntp/dist/libparse/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_meinberg.c up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c up to 1.6
external/bsd/ntp/dist/libparse/clk_schmid.c up to 1.4
external/bsd/ntp/dist/libparse/parse.c up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpd/complete.conf.in up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.c up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/refclock_arc.c up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c up to 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/parseutil/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c up to 1.4
external/bsd/ntp/dist/scripts/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in up to 1.1.1.3
external/bsd/ntp/dist/sntp/Makefile.am up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4 up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac up to 1.1.1.6
external/bsd/ntp/dist/sntp/invoke-sntp.texi up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c up to 1.6
external/bsd/ntp/dist/sntp/log.c up to 1.9
external/bsd/ntp/dist/sntp/log.h up to 1.7
external/bsd/ntp/dist/sntp/networking.c up to 1.12
external/bsd/ntp/dist/sntp/sntp-opts.c up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.h up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/version.def up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.am up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/aclocal.m4 up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/config.h.in up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/listener.c up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3 up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3 up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h up to 1.9
external/bsd/ntp/dist/sntp/libopts/boolean.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/makeshell.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4 up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4 up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4 up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4 up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/os_cflags.m4 up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4 up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/genLocInfo up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.am up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/sntptest.h up to 1.4
external/bsd/ntp/dist/tests/Makefile.am up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfptest.h up to 1.4
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h up to 1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen-opts.c up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c up to 1.7
external/bsd/ntp/include/config.h up to 1.13
external/bsd/ntp/scripts/mkver up to 1.7
Update ntp to 4.2.8p4.
[christos, ticket #1024]
@
text
@a5 1
d13 1
a13 1
23-Sep-2015 10:20
a28 2
dscp dscp
This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent NTP packets. The default value is 46 for Expedited Forwarding (EF).
a59 2
leapsmearinterval seconds
This EXPERIMENTAL option is only available if ntpd was built with the --enable-leap-smear option to the configure script. It specifies the interval over which a leap second correction will be applied. Recommended values for this option are between 7200 (2 hours) and 86400 (24 hours). DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS! See http://bugs.ntp.org/2855 for more information.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify 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 N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
d123 12
@
1.1.1.2.4.2.2.2
log
@Pull up following revision(s) (requested by snj in ticket #1166):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15 via patch
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.9
external/bsd/ntp/dist/CommitLog: up to 1.1.1.9
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/NEWS: up to 1.1.1.9
external/bsd/ntp/dist/README.pullrequests: up to 1.1.1.1
external/bsd/ntp/dist/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/configure: up to 1.1.1.9
external/bsd/ntp/dist/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.8
external/bsd/ntp/dist/html/monopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to 1.6
external/bsd/ntp/dist/include/ntp_io.h: up to 1.5
external/bsd/ntp/dist/include/ntp_keyacc.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp_refclock.h: up to 1.5
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.13
external/bsd/ntp/dist/include/ntp_types.h: up to 1.6
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.8
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/recvbuff.h: up to 1.5
external/bsd/ntp/dist/include/safecast.h: up to 1.1.1.2
external/bsd/ntp/dist/install-sh delete
external/bsd/ntp/dist/lib/isc/backtrace.c: up to 1.6
external/bsd/ntp/dist/lib/isc/buffer.c: up to 1.4
external/bsd/ntp/dist/lib/isc/hmacmd5.c: up to 1.5
external/bsd/ntp/dist/lib/isc/hmacsha.c: up to 1.5
external/bsd/ntp/dist/lib/isc/include/isc/string.h: up to 1.5
external/bsd/ntp/dist/lib/isc/inet_aton.c: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.7
external/bsd/ntp/dist/lib/isc/log.c: up to 1.7
external/bsd/ntp/dist/lib/isc/netaddr.c: up to 1.9
external/bsd/ntp/dist/lib/isc/sockaddr.c: up to 1.7
external/bsd/ntp/dist/lib/isc/task.c: up to 1.4
external/bsd/ntp/dist/lib/isc/tsmemcmp.c: up to 1.1.1.1
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c: up to 1.4
external/bsd/ntp/dist/lib/isc/win32/net.c: up to 1.4
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.5
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.8
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.10
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/authusekey.c: up to 1.5
external/bsd/ntp/dist/libntp/dolfptoa.c: up to 1.4
external/bsd/ntp/dist/libntp/hextolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/is_ip_address.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/mstolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.6
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.6
external/bsd/ntp/dist/libntp/snprintf.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.5
external/bsd/ntp/dist/libntp/systime.c: up to 1.5
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.9
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.7
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.5
external/bsd/ntp/dist/libparse/parse.c: up to 1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.6
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.def: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.22
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_signd.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.18
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c: up to 1.4
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.13
external/bsd/ntp/dist/ntpdc/ntpdc.h: up to 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.4
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.5
external/bsd/ntp/dist/ntpq/libntpq_subs.c: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.7
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.7
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.14
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.9
external/bsd/ntp/dist/sntp/crypto.c: up to 1.10
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.4
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.7
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.7
external/bsd/ntp/dist/sntp/install-sh delete
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/main.c: up to 1.15
external/bsd/ntp/dist/sntp/networking.c: up to 1.14
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.8
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.7
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.6
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-tsafememcmp.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/tsafememcmp.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.7
external/bsd/ntp/importdate: up to 1.9
external/bsd/ntp/include/config.h: up to 1.16
external/bsd/ntp/lib/libiscntp/Makefile: up to 1.14
external/bsd/ntp/lib/libntp/Makefile: up to 1.18
external/bsd/ntp/scripts/mkver: up to 1.10
Update ntp to 4.2.8p7.
@
text
@d6 1
a6 1
d14 1
a14 1
16-Jan-2016 13:08
d32 2
a33 3
Enables the early resetting of an association in case of a crypto failure. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_crypto_nak_early
Enables the early resetting of an association in case of a crypto_NAK message. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_digest_early
Enables the early resetting of an association in case of an autokey digest failur. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
@
1.1.1.2.4.2.2.3
log
@doc/3RDPARTY 1.1336, 1.1337 via patch
external/bsd/ntp/Makefile.inc up to 1.16 via patch
external/bsd/ntp/bin/Makefile up to 1.3
external/bsd/ntp/dist/ChangeLog up to 1.1.1.10
external/bsd/ntp/dist/CommitLog up to 1.1.1.10
external/bsd/ntp/dist/NEWS up to 1.1.1.10
external/bsd/ntp/dist/configure up to 1.1.1.10
external/bsd/ntp/dist/configure.ac up to 1.1.1.9
external/bsd/ntp/dist/html/miscopt.html up to 1.1.1.9
external/bsd/ntp/dist/include/ntp.h up to 1.7
external/bsd/ntp/dist/include/ntp_md5.h up to 1.6
external/bsd/ntp/dist/libntp/a_md5encrypt.c up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in up to 1.1.1.4
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpd/keyword-gen-utd up to 1.1.1.6
external/bsd/ntp/dist/ntpd/keyword-gen.c up to 1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5man up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.def up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.html up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.man.in up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5man up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.html up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.man.in up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp_config.c up to 1.15
external/bsd/ntp/dist/ntpd/ntp_control.c up to 1.17
external/bsd/ntp/dist/ntpd/ntp_io.c up to 1.23
external/bsd/ntp/dist/ntpd/ntp_keyword.h up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y up to 1.14
external/bsd/ntp/dist/ntpd/ntp_proto.c up to 1.13
external/bsd/ntp/dist/ntpd/ntpd-opts.c up to 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.h up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.html up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.man.in up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/ntpd/refclock_parse.c up to 1.19
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.c up to 1.14
external/bsd/ntp/dist/ntpdc/ntpdc.html up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.man.in up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.c up to 1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.h up to 1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.c up to 1.16
external/bsd/ntp/dist/ntpq/ntpq.html up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.man.in up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/build/genAuthors.in up to 1.1.1.1
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-summary.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts.def up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary-opts up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summaryman up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summarymdoc up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.html up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.man.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.html up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in up to 1.1.1.6
external/bsd/ntp/dist/sntp/Makefile.in up to 1.1.1.10
external/bsd/ntp/dist/sntp/aclocal.m4 up to 1.1.1.9
external/bsd/ntp/dist/sntp/configure up to 1.1.1.10
external/bsd/ntp/dist/sntp/configure.ac up to 1.1.1.7
external/bsd/ntp/dist/sntp/crypto.c up to 1.11
external/bsd/ntp/dist/sntp/include/Makefile.in up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.def up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.texi up to 1.1.1.8
external/bsd/ntp/dist/sntp/invoke-sntp.texi up to 1.1.1.8
external/bsd/ntp/dist/sntp/libopts/Makefile.in up to 1.1.1.10
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4 up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4 up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4 up to 1.1.1.8
external/bsd/ntp/dist/sntp/scripts/Makefile.in up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp-opts.c up to 1.9
external/bsd/ntp/dist/sntp/sntp-opts.h up to 1.8
external/bsd/ntp/dist/sntp/sntp.1sntpman up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.html up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.man.in up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.mdoc.in up to 1.1.1.8
external/bsd/ntp/dist/sntp/tests/Makefile.am up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/Makefile.in up to 1.1.1.8
external/bsd/ntp/dist/sntp/unity/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.c up to 1.13
external/bsd/ntp/dist/util/ntp-keygen-opts.h up to 1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.html up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.man.in up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in up to 1.1.1.8
external/bsd/ntp/importdate up to 1.10
external/bsd/ntp/include/config.h up to 1.18
external/bsd/ntp/scripts/mkver up to 1.11
Update ntp to 4.2.8p8.
[snj, ticket #1204]
@
text
@d14 1
a14 1
17-May-2016 06:26
d132 1
a132 1
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in log2 seconds with default 11 (2048 s).
@
1.1.1.2.4.2.2.4
log
@Pull up following revision(s) (requested by snj in ticket #1389):
doc/3RDPARTY: 1.1380, 1.1381
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.11
external/bsd/ntp/dist/CommitLog: up to 1.1.1.11
external/bsd/ntp/dist/NEWS: up to 1.1.1.11
external/bsd/ntp/dist/configure: up to 1.1.1.11
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.9
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.11
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.10
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.9
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.18
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.17
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.11
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.11
external/bsd/ntp/dist/sntp/crypto.c: up to 1.12
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.10
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.9
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.14
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.11
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.9
external/bsd/ntp/importdate: up to 1.11
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.12
Update ntp to 4.2.8p9.
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d148 1
a148 1
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.2.4.3
log
@Pull up following revisions (requested by christos in ticket #1024):
doc/3RDPARTY patch
external/bsd/ntp/dist/tests/libntp/atoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/atouint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/authkeys.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/buftvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calendar.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caljulian.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/caltontp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/calyearstart.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/clocktime.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/decodenetnum.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptest.c up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/sockaddrtest.c up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/hextolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/humandate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfpfunc.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/lfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/modetoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/msyslog.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/netof.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/numtohost.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/octtoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/prettydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/recvbuff.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refidsmear.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/refnumtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/socktoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ssl_init.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/statestr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/strtolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timevalops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tstotv.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/tvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/uglydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/vi64ops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/ymd2yd.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-netof.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-msyslog.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/hextoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-atouint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-authkeys.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calendar.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caljulian.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-caltontp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-clocktime.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-humandate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-modetoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-numtohost.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-octtoint.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-prettydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-socktoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-statestr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timespecops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-timevalops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tstotv.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-tvtots.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-uglydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/sfptostr.c up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/test-libntp.h up to 1.1.1.3
external/bsd/ntp/dist/tests/libntp/timespecops.c up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/leapsec.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c up to 1.1.1.1
external/bsd/ntp/dist/tests/bug-2803/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c up to 1.1.1.2
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/bug-2803.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/modetoa.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/smeartest.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/uglydate.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sandbox/ut-2803.c up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c up to 1.1.1.3
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpq/Makefile.am up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.in up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/t-ntpq.c up to 1.1.1.1
external/bsd/ntp/dist/libjsmn/example/jsondump.c up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/example/simple.c up to 1.1.1.2
external/bsd/ntp/dist/README.leapsmear up to 1.1.1.1
external/bsd/ntp/dist/html/drivers/driver40-ja.html up to 1.1.1.1
external/bsd/ntp/dist/include/refidsmear.h up to 1.1.1.2
external/bsd/ntp/dist/include/rc_cmdlength.h up to 1.1.1.1
external/bsd/ntp/dist/libntp/refidsmear.c up to 1.1.1.2
external/bsd/ntp/dist/ntpd/rc_cmdlength.c up to 1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.in up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap.sh up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/ar-lib up to 1.1.1.1
external/bsd/ntp/dist/sntp/libevent/build-aux/test-driver up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_unitytest.m4 up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4 up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/run-t-log.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/kodFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetHandling.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/packetProcessing.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-crypto.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-keyFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/sntptest.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/networking.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/crypto.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in up to 1.1.1.2
external/bsd/ntp/dist/sntp/tests/t-log.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/tests/keyFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/kodDatabase.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-kodFile.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-networking.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/run-utilities.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c up to 1.1.1.1
external/bsd/ntp/dist/sntp/libpkgver/colcomp.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/libpkgver/pkgver.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/version.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/auto/colour_prompt.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/colour_reporter.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_config.yml up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_module.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/runner_maybe.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/test_file_filter.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.rb up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/auto/parseOutput.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/type_sanitizer.rb up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/unity_test_summary.py up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/Makefile.in up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity.c up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.c up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_internals.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_fixture_malloc_overrides.h up to 1.1.1.2
external/bsd/ntp/dist/sntp/unity/unity_internals.h up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/unity_config.h up to 1.1.1.1
external/bsd/ntp/dist/scripts/update-leap/update-leap delete
external/bsd/ntp/dist/sntp/tests_main.cpp delete
external/bsd/ntp/dist/sntp/tests_main.h delete
external/bsd/ntp/dist/sntp/libevent/sample/dns-example.c delete
external/bsd/ntp/dist/sntp/libevent/sample/event-read-fifo.c delete
external/bsd/ntp/dist/sntp/libevent/sample/hello-world.c delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.c delete
external/bsd/ntp/dist/sntp/libevent/sample/http-server.c delete
external/bsd/ntp/dist/sntp/libevent/sample/include.am delete
external/bsd/ntp/dist/sntp/libevent/sample/le-proxy.c delete
external/bsd/ntp/dist/sntp/libevent/sample/signal-test.c delete
external/bsd/ntp/dist/sntp/libevent/sample/time-test.c delete
external/bsd/ntp/dist/sntp/libevent/sample/hostcheck.h delete
external/bsd/ntp/dist/sntp/libevent/sample/https-client.c delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.c delete
external/bsd/ntp/dist/sntp/libevent/sample/openssl_hostname_validation.h delete
external/bsd/ntp/dist/sntp/tests/crypto.cpp delete
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h delete
external/bsd/ntp/dist/sntp/tests/keyFile.cpp delete
external/bsd/ntp/dist/sntp/tests/kodDatabase.cpp delete
external/bsd/ntp/dist/sntp/tests/kodFile.cpp delete
external/bsd/ntp/dist/sntp/tests/networking.cpp delete
external/bsd/ntp/dist/sntp/tests/packetHandling.cpp delete
external/bsd/ntp/dist/sntp/tests/packetProcessing.cpp delete
external/bsd/ntp/dist/sntp/tests/utilities.cpp delete
external/bsd/ntp/dist/tests/libntp/lfpfunc.cpp delete
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.cpp delete
external/bsd/ntp/dist/tests/libntp/atoint.cpp delete
external/bsd/ntp/dist/tests/libntp/atouint.cpp delete
external/bsd/ntp/dist/tests/libntp/authkeys.cpp delete
external/bsd/ntp/dist/tests/libntp/buftvtots.cpp delete
external/bsd/ntp/dist/tests/libntp/calendar.cpp delete
external/bsd/ntp/dist/tests/libntp/caljulian.cpp delete
external/bsd/ntp/dist/tests/libntp/caltontp.cpp delete
external/bsd/ntp/dist/tests/libntp/calyearstart.cpp delete
external/bsd/ntp/dist/tests/libntp/clocktime.cpp delete
external/bsd/ntp/dist/tests/libntp/decodenetnum.cpp delete
external/bsd/ntp/dist/tests/libntp/hextoint.cpp delete
external/bsd/ntp/dist/tests/libntp/hextolfp.cpp delete
external/bsd/ntp/dist/tests/libntp/humandate.cpp delete
external/bsd/ntp/dist/tests/libntp/lfptostr.cpp delete
external/bsd/ntp/dist/tests/libntp/libntptest.cpp delete
external/bsd/ntp/dist/tests/libntp/libntptest.h delete
external/bsd/ntp/dist/tests/libntp/modetoa.cpp delete
external/bsd/ntp/dist/tests/libntp/msyslog.cpp delete
external/bsd/ntp/dist/tests/libntp/netof.cpp delete
external/bsd/ntp/dist/tests/libntp/numtoa.cpp delete
external/bsd/ntp/dist/tests/libntp/numtohost.cpp delete
external/bsd/ntp/dist/tests/libntp/octtoint.cpp delete
external/bsd/ntp/dist/tests/libntp/prettydate.cpp delete
external/bsd/ntp/dist/tests/libntp/recvbuff.cpp delete
external/bsd/ntp/dist/tests/libntp/refnumtoa.cpp delete
external/bsd/ntp/dist/tests/libntp/sfptostr.cpp delete
external/bsd/ntp/dist/tests/libntp/socktoa.cpp delete
external/bsd/ntp/dist/tests/libntp/ssl_init.cpp delete
external/bsd/ntp/dist/tests/libntp/statestr.cpp delete
external/bsd/ntp/dist/tests/libntp/strtolfp.cpp delete
external/bsd/ntp/dist/tests/libntp/timespecops.cpp delete
external/bsd/ntp/dist/tests/libntp/timestructs.cpp delete
external/bsd/ntp/dist/tests/libntp/timestructs.h delete
external/bsd/ntp/dist/tests/libntp/timevalops.cpp delete
external/bsd/ntp/dist/tests/libntp/tstotv.cpp delete
external/bsd/ntp/dist/tests/libntp/tvtots.cpp delete
external/bsd/ntp/dist/tests/libntp/uglydate.cpp delete
external/bsd/ntp/dist/tests/libntp/ymd2yd.cpp delete
external/bsd/ntp/dist/tests/libntp/vi64ops.cpp delete
external/bsd/ntp/dist/tests/ntpd/leapsec.cpp delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.h delete
external/bsd/ntp/dist/tests/ntpd/ntpdtest.cpp delete
external/bsd/ntp/importdate up to 1.7
external/bsd/ntp/bin/ntpd/Makefile up to 1.19
external/bsd/ntp/dist/ChangeLog up to 1.1.1.7
external/bsd/ntp/dist/CommitLog up to 1.1.1.7
external/bsd/ntp/dist/Makefile.am up to 1.1.1.7
external/bsd/ntp/dist/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/NEWS up to 1.1.1.7
external/bsd/ntp/dist/aclocal.m4 up to 1.1.1.7
external/bsd/ntp/dist/bootstrap up to 1.1.1.5
external/bsd/ntp/dist/config.h.in up to 1.1.1.6
external/bsd/ntp/dist/configure up to 1.1.1.7
external/bsd/ntp/dist/configure.ac up to 1.1.1.7
external/bsd/ntp/dist/packageinfo.sh up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/adjtimed/adjtimed.c up to 1.4
external/bsd/ntp/dist/clockstuff/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/clockstuff/chutest.c up to 1.4
external/bsd/ntp/dist/clockstuff/propdelay.c up to 1.4
external/bsd/ntp/dist/html/decode.html up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html up to 1.1.1.6
external/bsd/ntp/dist/html/refclock.html up to 1.1.1.4
external/bsd/ntp/dist/html/stats.html up to 1.1.1.3
external/bsd/ntp/dist/html/drivers/driver22.html up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40.html up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver46.html up to 1.1.1.2
external/bsd/ntp/dist/include/Makefile.am up to 1.1.1.6
external/bsd/ntp/dist/include/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/include/ntp_assert.h up to 1.4
external/bsd/ntp/dist/include/ntp_calendar.h up to 1.5
external/bsd/ntp/dist/include/ntp_config.h up to 1.9
external/bsd/ntp/dist/include/ntp_control.h up to 1.4
external/bsd/ntp/dist/include/ntp_io.h up to 1.3
external/bsd/ntp/dist/include/ntp_lists.h up to 1.4
external/bsd/ntp/dist/include/ntp_stdlib.h up to 1.11
external/bsd/ntp/dist/include/ntp_syslog.h up to 1.4
external/bsd/ntp/dist/include/ntp_types.h up to 1.4
external/bsd/ntp/dist/include/ntpd.h up to 1.7
external/bsd/ntp/dist/include/parse.h up to 1.4
external/bsd/ntp/dist/include/isc/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/kernel/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/kernel/sys/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/lib/isc/unix/ifiter_getifaddrs.c up to 1.6
external/bsd/ntp/dist/libjsmn/Makefile up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/README.md up to 1.1.1.2
external/bsd/ntp/dist/libjsmn/jsmn.c up to 1.4
external/bsd/ntp/dist/libjsmn/jsmn.h up to 1.3
external/bsd/ntp/dist/libjsmn/jsmn_test.c up to 1.3
external/bsd/ntp/dist/libntp/Makefile.am up to 1.1.1.5
external/bsd/ntp/dist/libntp/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/libntp/atolfp.c up to 1.7
external/bsd/ntp/dist/libntp/audio.c up to 1.9
external/bsd/ntp/dist/libntp/authkeys.c up to 1.7
external/bsd/ntp/dist/libntp/authreadkeys.c up to 1.7
external/bsd/ntp/dist/libntp/caljulian.c up to 1.4
external/bsd/ntp/dist/libntp/caltontp.c up to 1.4
external/bsd/ntp/dist/libntp/decodenetnum.c up to 1.4
external/bsd/ntp/dist/libntp/emalloc.c up to 1.6
external/bsd/ntp/dist/libntp/icom.c up to 1.8
external/bsd/ntp/dist/libntp/machines.c up to 1.4
external/bsd/ntp/dist/libntp/msyslog.c up to 1.4
external/bsd/ntp/dist/libntp/ntp_calendar.c up to 1.7
external/bsd/ntp/dist/libntp/ntp_intres.c up to 1.7
external/bsd/ntp/dist/libntp/ntp_lineedit.c up to 1.8
external/bsd/ntp/dist/libntp/ntp_rfc2553.c up to 1.4
external/bsd/ntp/dist/libntp/ntp_worker.c up to 1.4
external/bsd/ntp/dist/libntp/prettydate.c up to 1.7
external/bsd/ntp/dist/libntp/recvbuff.c up to 1.4
external/bsd/ntp/dist/libntp/socket.c up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c up to 1.4
external/bsd/ntp/dist/libntp/statestr.c up to 1.4
external/bsd/ntp/dist/libntp/strdup.c up to 1.3
external/bsd/ntp/dist/libntp/work_fork.c up to 1.7
external/bsd/ntp/dist/libparse/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/libparse/clk_meinberg.c up to 1.5
external/bsd/ntp/dist/libparse/clk_rawdcf.c up to 1.6
external/bsd/ntp/dist/libparse/clk_schmid.c up to 1.4
external/bsd/ntp/dist/libparse/parse.c up to 1.4
external/bsd/ntp/dist/ntpd/Makefile.am up to 1.1.1.7
external/bsd/ntp/dist/ntpd/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpd/complete.conf.in up to 1.1.1.3
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen-utd up to 1.1.1.4
external/bsd/ntp/dist/ntpd/keyword-gen.c up to 1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5man up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.def up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.html up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5man up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.html up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntp_config.c up to 1.12
external/bsd/ntp/dist/ntpd/ntp_control.c up to 1.14
external/bsd/ntp/dist/ntpd/ntp_crypto.c up to 1.10
external/bsd/ntp/dist/ntpd/ntp_io.c up to 1.20
external/bsd/ntp/dist/ntpd/ntp_keyword.h up to 1.8
external/bsd/ntp/dist/ntpd/ntp_leapsec.c up to 1.4
external/bsd/ntp/dist/ntpd/ntp_leapsec.h up to 1.3
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c up to 1.8
external/bsd/ntp/dist/ntpd/ntp_monitor.c up to 1.4
external/bsd/ntp/dist/ntpd/ntp_parser.y up to 1.11
external/bsd/ntp/dist/ntpd/ntp_peer.c up to 1.8
external/bsd/ntp/dist/ntpd/ntp_proto.c up to 1.9
external/bsd/ntp/dist/ntpd/ntp_refclock.c up to 1.8
external/bsd/ntp/dist/ntpd/ntp_request.c up to 1.12
external/bsd/ntp/dist/ntpd/ntp_restrict.c up to 1.7
external/bsd/ntp/dist/ntpd/ntp_scanner.c up to 1.9
external/bsd/ntp/dist/ntpd/ntp_scanner.h up to 1.3
external/bsd/ntp/dist/ntpd/ntp_timer.c up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.c up to 1.5
external/bsd/ntp/dist/ntpd/ntpd-opts.def up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntpd-opts.h up to 1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.c up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.html up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpd/refclock_arc.c up to 1.8
external/bsd/ntp/dist/ntpd/refclock_chu.c up to 1.7
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c up to 1.7
external/bsd/ntp/dist/ntpd/refclock_jjy.c up to 1.8
external/bsd/ntp/dist/ntpd/refclock_jupiter.c up to 1.9
external/bsd/ntp/dist/ntpd/refclock_local.c up to 1.4
external/bsd/ntp/dist/ntpd/refclock_nmea.c up to 1.10
external/bsd/ntp/dist/ntpd/refclock_oncore.c up to 1.12
external/bsd/ntp/dist/ntpd/refclock_palisade.c up to 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c up to 1.17
external/bsd/ntp/dist/ntpd/refclock_shm.c up to 1.6
external/bsd/ntp/dist/ntpd/refclock_true.c up to 1.5
external/bsd/ntp/dist/ntpd/refclock_wwv.c up to 1.6
external/bsd/ntp/dist/ntpdate/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpdate/ntpdate.c up to 1.8
external/bsd/ntp/dist/ntpdc/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h up to 1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.c up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.html up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpq/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpq/libntpq.h up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.def up to 1.1.1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.h up to 1.5
external/bsd/ntp/dist/ntpq/ntpq-subs.c up to 1.12
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.c up to 1.13
external/bsd/ntp/dist/ntpq/ntpq.html up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h up to 1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in up to 1.1.1.5
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/parseutil/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/parseutil/dcfd.c up to 1.4
external/bsd/ntp/dist/parseutil/testdcf.c up to 1.4
external/bsd/ntp/dist/scripts/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/invoke-summary.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summaryman up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.1summarymdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/summary.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/build/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/lib/NTP/Util.pm up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.in up to 1.1.1.4
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/Makefile.in up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.html up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in up to 1.1.1.3
external/bsd/ntp/dist/sntp/Makefile.am up to 1.1.1.7
external/bsd/ntp/dist/sntp/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/sntp/aclocal.m4 up to 1.1.1.6
external/bsd/ntp/dist/sntp/config.h.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/configure up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure.ac up to 1.1.1.6
external/bsd/ntp/dist/sntp/invoke-sntp.texi up to 1.1.1.5
external/bsd/ntp/dist/sntp/kod_management.c up to 1.6
external/bsd/ntp/dist/sntp/log.c up to 1.9
external/bsd/ntp/dist/sntp/log.h up to 1.7
external/bsd/ntp/dist/sntp/networking.c up to 1.12
external/bsd/ntp/dist/sntp/sntp-opts.c up to 1.6
external/bsd/ntp/dist/sntp/sntp-opts.h up to 1.5
external/bsd/ntp/dist/sntp/sntp.1sntpman up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.html up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.man.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/sntp.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/autogen-version.def up to 1.1.1.3
external/bsd/ntp/dist/sntp/include/version.def up to 1.1.1.5
external/bsd/ntp/dist/sntp/include/version.texi up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/Makefile.am up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/libevent/aclocal.m4 up to 1.1.1.3
external/bsd/ntp/dist/sntp/libevent/config.h.in up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/configure up to 1.1.1.4
external/bsd/ntp/dist/sntp/libevent/listener.c up to 1.4
external/bsd/ntp/dist/sntp/libevent/build-aux/ltmain.sh up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/m4/ltversion.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/libevent/test/bench_httpclient.c up to 1.4
external/bsd/ntp/dist/sntp/libevent/test/regress.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_dns.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_http.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/regress_minheap.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-ratelim.c up to 1.5
external/bsd/ntp/dist/sntp/libevent/test/test-time.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.gplv3 up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.lgplv3 up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/COPYING.mbsd up to 1.1.1.2
external/bsd/ntp/dist/sntp/libopts/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/sntp/libopts/README up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/ag-char-map.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/alias.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/ao-strs.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/autoopts.h up to 1.9
external/bsd/ntp/dist/sntp/libopts/boolean.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/check.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/configfile.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/cook.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/enum.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/env.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/file.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/find.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/genshell.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/gettext.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/init.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/intprops.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/libopts.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/load.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/makeshell.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/nested.c up to 1.8
external/bsd/ntp/dist/sntp/libopts/numeric.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/option-value-type.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-value-type.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/option-xat-attribute.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/parse-duration.c up to 1.7
external/bsd/ntp/dist/sntp/libopts/parse-duration.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/pgusage.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/proto.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/putshell.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/reset.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/restore.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/save.c up to 1.8
external/bsd/ntp/dist/sntp/libopts/sort.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/stack.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/stdnoreturn.in.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/streqvcmp.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/text_mmap.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/time.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/tokenize.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/usage.c up to 1.5
external/bsd/ntp/dist/sntp/libopts/version.c up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/options.h up to 1.10
external/bsd/ntp/dist/sntp/libopts/autoopts/project.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/autoopts/usage-txt.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/compat.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c up to 1.6
external/bsd/ntp/dist/sntp/libopts/compat/windows-config.h up to 1.3
external/bsd/ntp/dist/sntp/libopts/m4/libopts.m4 up to 1.1.1.6
external/bsd/ntp/dist/sntp/libopts/m4/liboptschk.m4 up to 1.1.1.5
external/bsd/ntp/dist/sntp/libopts/m4/stdnoreturn.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ltversion.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4 up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4 up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_rlimit.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/openldap-thread-check.m4 up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/os_cflags.m4 up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/version.m4 up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/scripts/genLocInfo up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.am up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/sntptest.h up to 1.4
external/bsd/ntp/dist/tests/Makefile.am up to 1.1.1.3
external/bsd/ntp/dist/tests/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am up to 1.1.1.4
external/bsd/ntp/dist/tests/libntp/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfptest.h up to 1.4
external/bsd/ntp/dist/tests/libntp/sockaddrtest.h up to 1.4
external/bsd/ntp/dist/tests/ntpd/Makefile.am up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.in up to 1.1.1.5
external/bsd/ntp/dist/util/Makefile.in up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen-opts.c up to 1.10
external/bsd/ntp/dist/util/ntp-keygen-opts.h up to 1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.c up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.html up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.man.in up to 1.1.1.5
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in up to 1.1.1.5
external/bsd/ntp/dist/util/ntptime.c up to 1.7
external/bsd/ntp/include/config.h up to 1.13
external/bsd/ntp/scripts/mkver up to 1.7
Update ntp to 4.2.8p4.
[christos, ticket #1024]
@
text
@a5 1
d13 1
a13 1
23-Sep-2015 10:20
a28 2
dscp dscp
This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent NTP packets. The default value is 46 for Expedited Forwarding (EF).
a59 2
leapsmearinterval seconds
This EXPERIMENTAL option is only available if ntpd was built with the --enable-leap-smear option to the configure script. It specifies the interval over which a leap second correction will be applied. Recommended values for this option are between 7200 (2 hours) and 86400 (24 hours). DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS! See http://bugs.ntp.org/2855 for more information.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify 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 N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
d123 12
@
1.1.1.2.4.4
log
@Pull up following revision(s) (requested by snj in ticket #1166):
doc/3RDPARTY: patch
external/bsd/ntp/Makefile.inc: up to 1.15 via patch
external/bsd/ntp/bin/ntpd/Makefile: up to 1.21
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.9
external/bsd/ntp/dist/CommitLog: up to 1.1.1.9
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/NEWS: up to 1.1.1.9
external/bsd/ntp/dist/README.pullrequests: up to 1.1.1.1
external/bsd/ntp/dist/config.h.in: up to 1.1.1.8
external/bsd/ntp/dist/configure: up to 1.1.1.9
external/bsd/ntp/dist/configure.ac: up to 1.1.1.8
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.3
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.8
external/bsd/ntp/dist/html/monopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/xleave.html: up to 1.1.1.4
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.8
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to 1.6
external/bsd/ntp/dist/include/ntp_io.h: up to 1.5
external/bsd/ntp/dist/include/ntp_keyacc.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp_refclock.h: up to 1.5
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.13
external/bsd/ntp/dist/include/ntp_types.h: up to 1.6
external/bsd/ntp/dist/include/ntp_worker.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.8
external/bsd/ntp/dist/include/parse.h: up to 1.6
external/bsd/ntp/dist/include/recvbuff.h: up to 1.5
external/bsd/ntp/dist/include/safecast.h: up to 1.1.1.2
external/bsd/ntp/dist/install-sh delete
external/bsd/ntp/dist/lib/isc/backtrace.c: up to 1.6
external/bsd/ntp/dist/lib/isc/buffer.c: up to 1.4
external/bsd/ntp/dist/lib/isc/hmacmd5.c: up to 1.5
external/bsd/ntp/dist/lib/isc/hmacsha.c: up to 1.5
external/bsd/ntp/dist/lib/isc/include/isc/string.h: up to 1.5
external/bsd/ntp/dist/lib/isc/inet_aton.c: up to 1.4
external/bsd/ntp/dist/lib/isc/inet_pton.c: up to 1.7
external/bsd/ntp/dist/lib/isc/log.c: up to 1.7
external/bsd/ntp/dist/lib/isc/netaddr.c: up to 1.9
external/bsd/ntp/dist/lib/isc/sockaddr.c: up to 1.7
external/bsd/ntp/dist/lib/isc/task.c: up to 1.4
external/bsd/ntp/dist/lib/isc/tsmemcmp.c: up to 1.1.1.1
external/bsd/ntp/dist/lib/isc/win32/interfaceiter.c: up to 1.4
external/bsd/ntp/dist/lib/isc/win32/net.c: up to 1.4
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.5
external/bsd/ntp/dist/libntp/atolfp.c: up to 1.8
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.10
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.9
external/bsd/ntp/dist/libntp/authusekey.c: up to 1.5
external/bsd/ntp/dist/libntp/dolfptoa.c: up to 1.4
external/bsd/ntp/dist/libntp/hextolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/is_ip_address.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/mstolfp.c: up to 1.7
external/bsd/ntp/dist/libntp/msyslog.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_crypto_rnd.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_lineedit.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_rfc2553.c: up to 1.5
external/bsd/ntp/dist/libntp/ntp_worker.c: up to 1.6
external/bsd/ntp/dist/libntp/recvbuff.c: up to 1.6
external/bsd/ntp/dist/libntp/snprintf.c: up to 1.4
external/bsd/ntp/dist/libntp/socktohost.c: up to 1.5
external/bsd/ntp/dist/libntp/systime.c: up to 1.5
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.9
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_computime.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_dcf7000.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_meinberg.c: up to 1.6
external/bsd/ntp/dist/libparse/clk_rawdcf.c: up to 1.7
external/bsd/ntp/dist/libparse/clk_rcc8000.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_schmid.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_trimtaip.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_varitext.c: up to 1.5
external/bsd/ntp/dist/libparse/clk_wharton.c: up to 1.5
external/bsd/ntp/dist/libparse/parse.c: up to 1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.6
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.def: up to 1.1.1.3
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.22
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntp_signd.c: up to 1.4
external/bsd/ntp/dist/ntpd/ntp_timer.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.7
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/refclock_chu.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.9
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_local.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.18
external/bsd/ntp/dist/ntpd/refclock_shm.c: up to 1.8
external/bsd/ntp/dist/ntpd/refclock_true.c: up to 1.6
external/bsd/ntp/dist/ntpd/refclock_tsyncpci.c: up to 1.4
external/bsd/ntp/dist/ntpdate/ntpdate.c: up to 1.10
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.7
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.13
external/bsd/ntp/dist/ntpdc/ntpdc.h: up to 1.7
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/libntpq.c: up to 1.4
external/bsd/ntp/dist/ntpq/libntpq.h: up to 1.5
external/bsd/ntp/dist/ntpq/libntpq_subs.c: up to 1.4
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.7
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.5
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.7
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.14
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.15
external/bsd/ntp/dist/ntpq/ntpq.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.7
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.5
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/config.h.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.9
external/bsd/ntp/dist/sntp/crypto.c: up to 1.10
external/bsd/ntp/dist/sntp/crypto.h: up to 1.5
external/bsd/ntp/dist/sntp/include/copyright.def: up to 1.1.1.4
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.7
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.7
external/bsd/ntp/dist/sntp/install-sh delete
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.7
external/bsd/ntp/dist/sntp/libevent/test/regress.gen.c: up to 1.5
external/bsd/ntp/dist/sntp/libopts/configfile.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/enum.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/init.c: up to 1.8
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.10
external/bsd/ntp/dist/sntp/libopts/parse-duration.c: up to 1.9
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.5
external/bsd/ntp/dist/sntp/m4/ntp_libntp.m4: up to 1.1.1.6
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/main.c: up to 1.15
external/bsd/ntp/dist/sntp/networking.c: up to 1.14
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.8
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.7
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.c: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/fileHandlingTest.h.in: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/kodDatabase.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/kodFile.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/t-log.c: up to 1.1.1.3
external/bsd/ntp/dist/sntp/tests/utilities.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/unity/unity_internals.h: up to 1.1.1.6
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/bug-2803/bug-2803.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/buftvtots.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/caljulian.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/clocktime.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/humandate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/lfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/modetoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/msyslog.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/octtoint.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/prettydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/recvbuff.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refidsmear.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-tsafememcmp.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/socktoa.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/statestr.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/strtolfp.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/tsafememcmp.c: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/uglydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/t-ntp_signd.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.2
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.3
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/smeartest.c: up to 1.1.1.5
external/bsd/ntp/dist/tests/sandbox/uglydate.c: up to 1.1.1.4
external/bsd/ntp/dist/tests/sec-2853/sec-2853.c: up to 1.1.1.5
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.12
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.10
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.7
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.7
external/bsd/ntp/importdate: up to 1.9
external/bsd/ntp/include/config.h: up to 1.16
external/bsd/ntp/lib/libiscntp/Makefile: up to 1.14
external/bsd/ntp/lib/libntp/Makefile: up to 1.18
external/bsd/ntp/scripts/mkver: up to 1.10
Update ntp to 4.2.8p7.
@
text
@d6 1
a6 1
d14 1
a14 1
16-Jan-2016 13:08
d32 2
a33 3
Enables the early resetting of an association in case of a crypto failure. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_crypto_nak_early
Enables the early resetting of an association in case of a crypto_NAK message. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_digest_early
Enables the early resetting of an association in case of an autokey digest failur. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
@
1.1.1.2.4.5
log
@Pull up following revision(s) (requested by snj in ticket #1204):
doc/3RDPARTY: 1.1336, 1.1337 via patch
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/bin/Makefile: up to 1.3
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.10
external/bsd/ntp/dist/CommitLog: up to 1.1.1.10
external/bsd/ntp/dist/NEWS: up to 1.1.1.10
external/bsd/ntp/dist/configure: up to 1.1.1.10
external/bsd/ntp/dist/configure.ac: up to 1.1.1.9
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.9
external/bsd/ntp/dist/include/ntp.h: up to 1.7
external/bsd/ntp/dist/include/ntp_md5.h: up to 1.6
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.6
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.23
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.8
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.19
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.14
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.8
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.16
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.8
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.1
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary-opts.def: up to 1.1.1.3
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.6
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.6
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/aclocal.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.10
external/bsd/ntp/dist/sntp/configure.ac: up to 1.1.1.7
external/bsd/ntp/dist/sntp/crypto.c: up to 1.11
external/bsd/ntp/dist/sntp/include/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.8
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.8
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.8
external/bsd/ntp/dist/sntp/libopts/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/m4/ntp_problemtests.m4: up to 1.1.1.3
external/bsd/ntp/dist/sntp/m4/sntp_problemtests.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.8
external/bsd/ntp/dist/sntp/scripts/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.9
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.8
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.10
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.7
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.13
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.8
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.8
external/bsd/ntp/importdate: up to 1.10
external/bsd/ntp/include/config.h: up to 1.18
external/bsd/ntp/scripts/mkver: up to 1.11
Update ntp to 4.2.8p8.
@
text
@d14 1
a14 1
17-May-2016 06:26
d132 1
a132 1
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in log2 seconds with default 11 (2048 s).
@
1.1.1.2.4.6
log
@Pull up following revision(s) (requested by snj in ticket #1389):
doc/3RDPARTY: 1.1380, 1.1381
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.11
external/bsd/ntp/dist/CommitLog: up to 1.1.1.11
external/bsd/ntp/dist/NEWS: up to 1.1.1.11
external/bsd/ntp/dist/configure: up to 1.1.1.11
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.9
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.11
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.10
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.9
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.18
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.17
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.11
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.11
external/bsd/ntp/dist/sntp/crypto.c: up to 1.12
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.10
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.9
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.14
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.11
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.9
external/bsd/ntp/importdate: up to 1.11
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.12
Update ntp to 4.2.8p9.
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d148 1
a148 1
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.2.4.5.4.1
log
@Pull up following revision(s) (requested by snj in ticket #1389):
doc/3RDPARTY: 1.1380, 1.1381
external/bsd/ntp/Makefile.inc: up to 1.16 via patch
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.11
external/bsd/ntp/dist/CommitLog: up to 1.1.1.11
external/bsd/ntp/dist/NEWS: up to 1.1.1.11
external/bsd/ntp/dist/configure: up to 1.1.1.11
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.2
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.10
external/bsd/ntp/dist/include/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/include/libssl_compat.h: up to 1.1.1.1
external/bsd/ntp/dist/include/ntp.h: up to 1.8
external/bsd/ntp/dist/include/ntp_intres.h: up to 1.5
external/bsd/ntp/dist/include/ntpd.h: up to 1.9
external/bsd/ntp/dist/libntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.7
external/bsd/ntp/dist/libntp/audio.c: up to 1.11
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.1.1.1
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.9
external/bsd/ntp/dist/libntp/ntp_intres.c: up to 1.10
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.9
external/bsd/ntp/dist/libntp/work_fork.c: up to 1.10
external/bsd/ntp/dist/libparse/clk_hopf6021.c: up to 1.6
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.5
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.7
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.18
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_loopfilter.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.14
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.12
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.10
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.11
external/bsd/ntp/dist/ntpd/refclock_jupiter.c: up to 1.11
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.17
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.9
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.11
external/bsd/ntp/dist/scripts/build/genAuthors.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.2
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.7
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.11
external/bsd/ntp/dist/sntp/crypto.c: up to 1.12
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.9
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.9
external/bsd/ntp/dist/sntp/libevent/build-aux/config.guess: up to 1.2
external/bsd/ntp/dist/sntp/libevent/build-aux/config.sub: up to 1.2
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.10
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.9
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.1.1.7
external/bsd/ntp/dist/sntp/unity/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/sntp/unity/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/sntp/unity/ulib_setup.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/ulib_teardown.c: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/unity_fixture.c: up to 1.1.1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.1.1.8
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/libntp/sfptostr.c: up to 1.1.1.6
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.3
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.8
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.14
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.c: up to 1.11
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.9
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.9
external/bsd/ntp/importdate: up to 1.11
external/bsd/ntp/include/config.h: up to 1.19
external/bsd/ntp/lib/libntp/Makefile: up to 1.19
external/bsd/ntp/lib/libopts/Makefile: up to 1.14
external/bsd/ntp/scripts/mkver: up to 1.12
Update ntp to 4.2.8p9.
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d148 1
a148 1
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.3
log
@Import ntp 4.2.8
@
text
@d13 2
a14 2
31-Jan-2014 06:54
UTC
d29 2
a30 2
Enables processing of NTP mode 7 implementation-specific requests which are used by the deprecated ntpdc program. The default for this flag is disable. This flag is excluded from runtime configuration using ntpq. The ntpq program provides the same capabilities as ntpdc using standard mode 6 requests.
d44 2
d103 1
a103 1
This command alters certain system variables used by the clock discipline algorithm. The default values of these variables have been carefully optimized for a wide range of network speeds and reliability expectations. Very rarely is it necessary to change the default values; but, some folks can't resist twisting the knobs. Options are as follows:
d124 1
a124 1
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
@
1.1.1.4
log
@---
(4.2.8p2) 2015/04/07 Released by Harlan Stenn
(4.2.8p2-RC3) 2015/04/03 Released by Harlan Stenn
* [Bug 2763] Fix for different thresholds for forward and backward steps.
---
(4.2.8p2-RC2) 2015/04/03 Released by Harlan Stenn
* [Bug 2592] FLAG_TSTAMP_PPS cleanup for refclock_parse.c.
* [Bug 2769] New script: update-leap
* [Bug 2769] cleannup for update-leap
* [Bug 2788] New flag -G (force_step_once).
* [Bug 2794] Clean up kernel clock status reports.
* [Bug 2795] Cannot build without OpenSLL (on Win32).
Provided a Win32 specific wrapper around libevent/arc4random.c.
fixed some minor warnings.
* [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
* [Bug 2797] ntp-keygen trapped in endless loop for MD5 keys
on big-endian machines.
* [Bug 2798] sntp should decode and display the leap indicator.
* Simple cleanup to html/build.html
---
(4.2.8p2-RC1) 2015/03/30 Released by Harlan Stenn
* [Bug 2794] Don't let reports on normal kernel status changes
look like errors.
* [Bug 2788] New flag -G (force_step_once).
* [Bug 2592] Account for PPS sources which can provide an accurate
absolute time stamp, and status information.
Fixed indention and removed trailing whitespace.
* [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003.
* [Bug 1960] setsockopt IPV6_MULTICAST_IF: Invalid argument.
* [Bug 2346] "graceful termination" signals do not do peer cleanup.
* [Bug 2728] See if C99-style structure initialization works.
* [Bug 2747] Upgrade libevent to 2.1.5-beta.
* [Bug 2749] ntp/lib/NTP/Util.pm needs update for ntpq -w, IPv6, .POOL. .
* [Bug 2751] jitter.h has stale copies of l_fp macros.
* [Bug 2756] ntpd hangs in startup with gcc 3.3.5 on ARM.
* [Bug 2757] Quiet compiler warnings.
* [Bug 2759] Expose nonvolatile/clk_wander_threshold to ntpq.
* [Bug 2763] Allow different thresholds for forward and backward steps.
* [Bug 2766] ntp-keygen output files should not be world-readable.
* [Bug 2767] ntp-keygen -M should symlink to ntp.keys.
* [Bug 2771] nonvolatile value is documented in wrong units.
* [Bug 2773] Early leap announcement from Palisade/Thunderbolt
* [Bug 2774] Unreasonably verbose printout - leap pending/warning
* [Bug 2775] ntp-keygen.c fails to compile under Windows.
* [Bug 2777] Fixed loops and decoding of Meinberg GPS satellite info.
Removed non-ASCII characters from some copyright comments.
Removed trailing whitespace.
Updated definitions for Meinberg clocks from current Meinberg header files.
Now use C99 fixed-width types and avoid non-ASCII characters in comments.
Account for updated definitions pulled from Meinberg header files.
Updated comments on Meinberg GPS receivers which are not only called GPS16x.
Replaced some constant numbers by defines from ntp_calendar.h
Modified creation of parse-specific variables for Meinberg devices
in gps16x_message().
Reworked mk_utcinfo() to avoid printing of ambiguous leap second dates.
Modified mbg_tm_str() which now expexts an additional parameter controlling
if the time status shall be printed.
* [Sec 2779] ntpd accepts unauthenticated packets with symmetric key crypto.
* [Sec 2781] Authentication doesn't protect symmetric associations against
DoS attacks.
* [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
* [Bug 2789] Quiet compiler warnings from libevent.
* [Bug 2790] If ntpd sets the Windows MM timer highest resolution
pause briefly before measuring system clock precision to yield
correct results.
* Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer.
* Use predefined function types for parse driver functions
used to set up function pointers.
Account for changed prototype of parse_inp_fnc_t functions.
Cast parse conversion results to appropriate types to avoid
compiler warnings.
Let ioctl() for Windows accept a (void *) to avoid compiler warnings
when called with pointers to different types.
---
(4.2.8p1) 2015/02/04 Released by Harlan Stenn
* Update the NEWS file.
* [Sec 2671] vallen in extension fields are not validated.
---
(4.2.8p1-RC2) 2015/01/29 Released by Harlan Stenn
* [Bug 2627] shm refclock allows only two units with owner-only access
rework: reverted sense of mode bit (so default reflects previous
behaviour) and updated ducumentation.
* [Bug 2732] - Leap second not handled correctly on Windows 8
use 'GetTickCount()' to get the true elapsed time of slew
(This should work for all versions of Windows >= W2K)
* [Bug 2738] Missing buffer initialization in refclocK_parse.c::parsestate().
* [Bug 2739] Parse driver with PPS enabled occasionally evaluates
PPS timestamp with wrong sign.
Removed some German umlauts.
* [Bug 2740] Removed some obsolete code from the parse driver.
* [Bug 2741] Incorrect buffer check in refclocK_parse.c::parsestatus().
---
(4.2.8p1-RC1) 2015/01/24 Released by Harlan Stenn
* Start the RC for 4.2.8p1.
* [Bug 2187] Update version number generation scripts.
* [Bug 2617] Fix sntp Usage documentation section.
* [Sec 2672] Code cleanup: On some OSes ::1 can be spoofed...
* [Bug 2736] Show error message if we cannot open the config file.
* Copyright update.
* Fix the package name.
---
(4.2.8p1-beta5) 2015/01/07 Released by Harlan Stenn
* [Bug 2695] Windows build: __func__ not supported under Windows.
* [Bug 2728] Work around C99-style structure initialization code
for older compilers, specifically Visual Studio prior to VS2013.
---
(4.2.8p1-beta4) 2015/01/04 Released by Harlan Stenn
* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends
* [Bug 2695] Build problem on Windows (sys/socket.h).
* [Bug 2715] mdnstries option for ntp.conf from NetBSD.
* Fix a regression introduced to timepps-Solaris.h as part of:
[Bug 1206] Required compiler changes for Windows
(4.2.5p181) 2009/06/06
---
(4.2.8p1-beta3) 2015/01/02 Released by Harlan Stenn
* [Bug 2627] shm refclock allows only two units with owner-only access
Use mode bit 0 to select public access for units >= 2 (units 0 & 1 are
always private.
* [Bug 2681] Fix display of certificate EOValidity dates on 32-bit systems.
* [Bug 2695] 4.2.8 does not build on Windows.
* [bug 2700] mrulist stopped working in 4.2.8.
* [Bug 2706] libparse/info_trimble.c build dependencies are broken.
* [Bug 2713] variable type/cast, parameter name, general cleanup from NetBSD.
* [Bug 2714] libevent may need to be built independently of any build of sntp.
* [Bug 2715] mdnstries option for ntp.conf from NetBSD.
---
(4.2.8p1-beta2) 2014/12/27 Released by Harlan Stenn
* [Bug 2674] Install sntp in sbin on NetBSD.
* [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp.
* [Bug 2707] Avoid a C90 extension in libjsmn/jsmn.c.
* [Bug 2709] see if we have a C99 compiler (not yet required).
---
(4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn
* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs.
* [Bug 2693] ntp-keygen doesn't build without OpenSSL.
* [Bug 2697] IN6_IS_ADDR_LOOPBACK build problems on some OSes.
* [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c.
---
@
text
@d13 1
a13 1
28-Feb-2015 12:01
d93 1
a93 1
Specify the threshold in seconds to write the frequency file, with default 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 exceeded, it is reduced by half. This is intended to reduce the frequency of unnecessary file writes for embedded systems with nonvolatile memory.
This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent NTP packets. The default value is 46 for Expedited Forwarding (EF).
a59 2
leapsmearinterval seconds
This EXPERIMENTAL option is only available if ntpd was built with the --enable-leap-smear option to the configure script. It specifies the interval over which a leap second correction will be applied. Recommended values for this option are between 7200 (2 hours) and 86400 (24 hours). DO NOT USE THIS OPTION ON PUBLIC-ACCESS SERVERS! See http://bugs.ntp.org/2855 for more information.
This command alters certain process storage allocation limits, and is only available on some operating systems. Options are as follows:
memlock Nmegabytes
Specify the number of megabytes of memory that can be allocated. Probably only available under Linux, this option is useful when dropping root (the -i option). The default is 32 megabytes. Setting this to zero will prevent any attemp to lock memory.
stacksize N4kPages
Specifies the maximum size of the process stack on systems with the mlockall() function. Defaults to 50 4k pages (200 4k pages in OpenBSD).
filenum Nfiledescriptors
Specifies the maximum number of file descriptors ntp may have open at the same time. Defaults to system default.
Specify 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".
@
1.1.1.8
log
@---
(4.2.8p7) 2016/04/26 Released by Harlan Stenn
* [Sec 2901] KoD packets must have non-zero transmit timestamps. HStenn.
* [Sec 2936] Skeleton Key: Any system knowing the trusted key can serve
time. Include passive servers in this check. HStenn.
* [Sec 2945] Additional KoD packet checks. HStenn.
* [Sec 2978] Interleave can be partially triggered. HStenn.
* [Sec 3007] Validate crypto-NAKs. Danny Mayer.
* [Sec 3008] Always check the return value of ctl_getitem().
- initial work by HStenn
- Additional cleanup of ctl_getitem by perlinger@@ntp.org
* [Sec 3009] Crafted addpeer with hmode > 7 causes OOB error. perlinger@@ntp.org
- added more stringent checks on packet content
* [Sec 3010] remote configuration trustedkey/requestkey values
are not properly validated. perlinger@@ntp.org
- sidekick: Ignore keys that have an unsupported MAC algorithm
but are otherwise well-formed
* [Sec 3011] Duplicate IPs on unconfig directives will cause an assertion botch
- graciously accept the same IP multiple times. perlinger@@ntp.org
* [Sec 3020] Refclock impersonation. HStenn.
* [Bug 2831] Segmentation Fault in DNS lookup during startup. perlinger@@ntp.org
- fixed yet another race condition in the threaded resolver code.
* [Bug 2858] bool support. Use stdbool.h when available. HStenn.
* [Bug 2879] Improve NTP security against timing attacks. perlinger@@ntp.org
- integrated patches by Loganaden Velvidron
with some modifications & unit tests
* [Bug 2952] Symmetric active/passive mode is broken. HStenn.
* [Bug 2960] async name resolution fixes for chroot() environments.
Reinhard Max.
* [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile. perlinger@@ntp.org
* [Bug 2995] Fixes to compile on Windows
* [Bug 2999] out-of-bounds access in 'is_safe_filename()'. perlinger@@ntp.org
* [Bug 3013] Fix for ssl_init.c SHA1 test. perlinger@@ntp.org
- Patch provided by Ch. Weisgerber
* [Bug 3015] ntpq: config-from-file: "request contains an unprintable character"
- A change related to [Bug 2853] forbids trailing white space in
remote config commands. perlinger@@ntp.org
* [Bug 3019] NTPD stops processing packets after ERROR_HOST_UNREACHABLE
- report and patch from Aleksandr Kostikov.
- Overhaul of Windows IO completion port handling. perlinger@@ntp.org
* [Bug 3022] authkeys.c should be refactored. perlinger@@ntp.org
- fixed memory leak in access list (auth[read]keys.c)
- refactored handling of key access lists (auth[read]keys.c)
- reduced number of error branches (authreadkeys.c)
* [Bug 3023] ntpdate cannot correct dates in the future. perlinger@@ntp.org
* [Bug 3030] ntpq needs a general way to specify refid output format. HStenn.
* [Bug 3031] ntp broadcastclient unable to synchronize to an server
when the time of server changed. perlinger@@ntp.org
- Check the initial delay calculation and reject/unpeer the broadcast
server if the delay exceeds 50ms. Retry again after the next
broadcast packet.
* [Bug 3036] autokey trips an INSIST in authistrustedip(). Harlan Stenn.
* Document ntp.key's optional IP list in authenetic.html. Harlan Stenn.
* Update html/xleave.html documentation. Harlan Stenn.
* Update ntp.conf documentation. Harlan Stenn.
* Fix some Credit: attributions in the NEWS file. Harlan Stenn.
* Fix typo in html/monopt.html. Harlan Stenn.
* Add README.pullrequests. Harlan Stenn.
* Cleanup to include/ntp.h. Harlan Stenn.
---
(4.2.8p6) 2016/01/20 Released by Harlan Stenn
* [Sec 2935] Deja Vu: Replay attack on authenticated broadcast mode. HStenn.
* [Sec 2936] Skeleton Key: Any trusted key system can serve time. HStenn.
* [Sec 2937] ntpq: nextvar() missing length check. perlinger@@ntp.org
* [Sec 2938] ntpq saveconfig command allows dangerous characters
in filenames. perlinger@@ntp.org
* [Sec 2939] reslist NULL pointer dereference. perlinger@@ntp.org
* [Sec 2940] Stack exhaustion in recursive traversal of restriction
list. perlinger@@ntp.org
* [Sec 2942]: Off-path DoS attack on auth broadcast mode. HStenn.
* [Sec 2945] Zero Origin Timestamp Bypass. perlinger@@ntp.org
* [Sec 2948] Potential Infinite Loop in ntpq ( and ntpdc) perlinger@@ntp.org
* [Bug 2772] adj_systime overflows tv_usec. perlinger@@ntp.org
* [Bug 2814] msyslog deadlock when signaled. perlinger@@ntp.org
- applied patch by shenpeng11@@huawei.com with minor adjustments
* [Bug 2882] Look at ntp_request.c:list_peers_sum(). perlinger@@ntp.org
* [Bug 2891] Deadlock in deferred DNS lookup framework. perlinger@@ntp.org
* [Bug 2892] Several test cases assume IPv6 capabilities even when
IPv6 is disabled in the build. perlinger@@ntp.org
- Found this already fixed, but validation led to cleanup actions.
* [Bug 2905] DNS lookups broken. perlinger@@ntp.org
- added limits to stack consumption, fixed some return code handling
* [Bug 2971] ntpq bails on ^C: select fails: Interrupted system call
- changed stacked/nested handling of CTRL-C. perlinger@@ntp.org
- make CTRL-C work for retrieval and printing od MRU list. perlinger@@ntp.org
* [Bug 2980] reduce number of warnings. perlinger@@ntp.org
- integrated several patches from Havard Eidnes (he@@uninett.no)
* [Bug 2985] bogus calculation in authkeys.c perlinger@@ntp.org
- implement 'auth_log2()' using integer bithack instead of float calculation
* Make leapsec_query debug messages less verbose. Harlan Stenn.
* Disable incomplete t-ntp_signd.c test. Harlan Stenn.
---
@
text
@d14 1
a14 1
16-Jan-2016 13:08
d32 2
a33 3
Enables the early resetting of an association in case of a crypto failure. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_crypto_nak_early
Enables the early resetting of an association in case of a crypto_NAK message. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
unpeer_digest_early
Enables the early resetting of an association in case of an autokey digest failur. This is generally a feature, but it can be used in a DoS attack. If you are seeing these packets being used as a DoS attack against your server, you should disable this flag. The default for this flag is enabled. This flag is excluded from runtime configuration using ntpq.
Specifies the Allan intercept, which is a parameter of the PLL/FLL clock discipline algorithm, in log2 seconds with default 11 (2048 s).
@
1.1.1.9.2.1
log
@Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d148 1
a148 1
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.10
log
@(4.2.8p9) 2016/11/21 Released by Harlan Stenn
* [Sec 3119] Trap crash
* [Sec 3118] Mode 6 information disclosure and DDoS vector
- TRAP config via mode 6 packet requires AUTH now.
* [Sec 3114] Broadcast Mode Replay Prevention DoS
- applied patches by Matthew Van Gundy.
- with bcpollbstep, tweaks and cleanup by stenn@@ntp.org
* [Sec 3113] Broadcast Mode Poll Interval Enforcement DoS
- applied fix as suggested by Matthew Van Gundy
* [Sec 3110] Windows: ntpd DoS by oversized UDP packet
- fixed error handling for truncated UDP packets.
* [Sec 3102] Zero origin issues. HStenn.
* [Sec 3082] null pointer dereference in _IO_str_init_static_internal()
- more hardening to read_mru_list(). perlinger@@ntp.org
* [Sec 3072] Attack on interface selection
- implemented Miroslav Lichvars suggestion
to skip interface updates based on incoming packets
* [Bug 3142] bug in netmask prefix length detection
* [Bug 3138] gpsdjson refclock should honor fudgetime1. stenn@@ntp.org
* [Bug 3129] Unknown hosts can put resolver thread into a hard loop
- moved retry decision where it belongs.
* [Bug 3125] NTPD doesn't fully start when ntp.conf entries are out of order
using the loopback-ppsapi-provider.dll
* [Bug 3116] unit tests for NTP time stamp expansion.
* [Bug 3100] ntpq can't retrieve daemon_version
- fixed extended sysvar lookup (bug introduced with bug 3008 fix)
* [Bug 3095] Compatibility with openssl 1.1
- applied patches by Kurt Roeckx to source
- added shim layer for SSL API calls with issues (both directions)
* [Bug 3089] Serial Parser does not work anymore for hopfser like device
- simplified / refactored hex-decoding in driver.
* [Bug 3084] update-leap mis-parses the leapfile name. HStenn.
* [Bug 3068] Linker warnings when building on Solaris. perlinger@@ntp.org
- applied patch thanks to Andrew Stormont
* [Bug 3067] Root distance calculation needs improvement. HStenn.
* [Bug 3066] NMEA clock ignores pps. perlinger@@ntp.org
- PPS-HACK works again.
* [Bug 3059] Potential buffer overrun from oversized hash
- applied patch by Brian Utterback
* [Bug 3053] ntp_loopfilter.c frequency calc precedence error. Sarah White.
* [Bug 3050] Fix for bug #2960 causes [...] spurious error message.
- patches by Reinhard Max and Havard Eidnes
* [Bug 3047] Fix refclock_jjy C-DEX JST2000. abe@@ntp.org
- Patch provided by Kuramatsu.
* [Bug 3021] unity_fixture.c needs pragma weak
- removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
* [Bug 3019] Windows: ERROR_HOST_UNREACHABLE block packet processing.
DMayer and JPerlinger.
* [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger
* [Bug 2961] sntp/tests/packetProcessing.c assumes AUTOKEY. HStenn.
* [Bug 2959] refclock_jupiter: gps week correction
- fixed GPS week expansion to work based on build date. Special thanks
to Craig Leres for initial patch and testing.
* [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd'
- fixed Makefile.am
* [Bug 2689] ATOM driver processes last PPS pulse at startup,
even if it is very old
- make sure PPS source is alive before processing samples
- improve stability close to the 500ms phase jump (phase gate)
* Fix typos in include/ntp.h.
* Shim X509_get_signature_nid() if needed.
* git author attribution cleanup
* bk ignore file cleanup
* remove locks in Windows IO, use rpc-like thread synchronisation instead
@
text
@d14 1
a14 1
9-Nov-2016 12:26
d148 1
a148 1
This option will cause the client to delay believing backward time steps from a broadcast server for bcpollbstep poll intervals. NTP Broadcast networks are expected to be trusted, and if the server's time gets stepped backwards then it's desireable that the clients follow this change as soon as possible. However, in spite of various protections built-in to the broadcast protocol, it is possible that an attacker could perform a carefully-constructed replay attack and cause clients to erroneously step their clocks backward. If the risk of a successful broadcast replay attack is greater than the risk of the clients being out of sync in the event that there is a backward step on the broadcast time servers, this option may be used to cause the clients to delay beliveving backward time steps until poll-gate consecutive polls have been received. The default is 0, which means the client will accept these steps upon receipt. Any value from 0 to 4 can be specified.
@
1.1.1.10.6.1
log
@Pull up following revision(s) (requested by snj in ticket #729):
doc/3RDPARTY: 1.1512
external/bsd/ntp/bin/ntpd/Makefile: up to 1.22
external/bsd/ntp/dist/ChangeLog: up to 1.1.1.13
external/bsd/ntp/dist/Makefile.am: up to 1.1.1.9
external/bsd/ntp/dist/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/NEWS: up to 1.1.1.13
external/bsd/ntp/dist/aclocal.m4: up to 1.1.1.11
external/bsd/ntp/dist/adjtimed/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/clockstuff/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/configure: up to 1.1.1.13
external/bsd/ntp/dist/configure.ac: up to 1.1.1.11
external/bsd/ntp/dist/html/access.html: up to 1.1.1.3
external/bsd/ntp/dist/html/accopt.html: up to 1.1.1.4
external/bsd/ntp/dist/html/authentic.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver18.html: up to 1.1.1.4
external/bsd/ntp/dist/html/drivers/driver40-ja.html: up to 1.1.1.3
external/bsd/ntp/dist/html/drivers/driver40.html: up to 1.1.1.6
external/bsd/ntp/dist/html/keygen.html: up to 1.1.1.5
external/bsd/ntp/dist/html/miscopt.html: up to 1.1.1.11
external/bsd/ntp/dist/html/monopt.html: up to 1.1.1.5
external/bsd/ntp/dist/html/ntpq.html: up to 1.1.1.5
external/bsd/ntp/dist/include/Makefile.in: up to 1.1.1.12
external/bsd/ntp/dist/include/isc/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/include/ntp.h: up to 1.9
external/bsd/ntp/dist/include/ntp_calendar.h: up to 1.7
external/bsd/ntp/dist/include/ntp_config.h: up to 1.11
external/bsd/ntp/dist/include/ntp_fp.h: up to 1.10
external/bsd/ntp/dist/include/ntp_keyacc.h: up to 1.2
external/bsd/ntp/dist/include/ntp_request.h: up to 1.8
external/bsd/ntp/dist/include/ntp_stdlib.h: up to 1.15
external/bsd/ntp/dist/include/ntpd.h: up to 1.11
external/bsd/ntp/dist/include/recvbuff.h: up to 1.6
external/bsd/ntp/dist/include/ssl_applink.c: up to 1.6
external/bsd/ntp/dist/kernel/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/kernel/sys/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/libntp/Makefile.in: up to 1.1.1.12
external/bsd/ntp/dist/libntp/a_md5encrypt.c: up to 1.9
external/bsd/ntp/dist/libntp/adjtime.c: up to 1.5
external/bsd/ntp/dist/libntp/authkeys.c: up to 1.12
external/bsd/ntp/dist/libntp/authreadkeys.c: up to 1.10
external/bsd/ntp/dist/libntp/libssl_compat.c: up to 1.2
external/bsd/ntp/dist/libntp/ntp_calendar.c: up to 1.10
external/bsd/ntp/dist/libntp/ssl_init.c: up to 1.11
external/bsd/ntp/dist/libntp/statestr.c: up to 1.7
external/bsd/ntp/dist/libntp/systime.c: up to 1.6
external/bsd/ntp/dist/libntp/work_thread.c: up to 1.6
external/bsd/ntp/dist/libparse/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/complete.conf.in: up to 1.1.1.6
external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/invoke-ntpd.texi: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/keyword-gen-utd: up to 1.1.1.8
external/bsd/ntp/dist/ntpd/keyword-gen.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp.conf.5man: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.conf.def: up to 1.1.1.9
external/bsd/ntp/dist/ntpd/ntp.conf.html: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.conf.man.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.keys.5man: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.keys.def: up to 1.1.1.4
external/bsd/ntp/dist/ntpd/ntp.keys.html: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.keys.man.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntp_config.c: up to 1.18
external/bsd/ntp/dist/ntpd/ntp_control.c: up to 1.20
external/bsd/ntp/dist/ntpd/ntp_crypto.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_io.c: up to 1.26
external/bsd/ntp/dist/ntpd/ntp_keyword.h: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_leapsec.c: up to 1.6
external/bsd/ntp/dist/ntpd/ntp_parser.y: up to 1.17
external/bsd/ntp/dist/ntpd/ntp_peer.c: up to 1.12
external/bsd/ntp/dist/ntpd/ntp_proto.c: up to 1.16
external/bsd/ntp/dist/ntpd/ntp_refclock.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntp_request.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntp_restrict.c: up to 1.10
external/bsd/ntp/dist/ntpd/ntp_scanner.c: up to 1.13
external/bsd/ntp/dist/ntpd/ntp_util.c: up to 1.9
external/bsd/ntp/dist/ntpd/ntpd-opts.c: up to 1.11
external/bsd/ntp/dist/ntpd/ntpd-opts.h: up to 1.14
external/bsd/ntp/dist/ntpd/ntpd.1ntpdman: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntpd.c: up to 1.15
external/bsd/ntp/dist/ntpd/ntpd.html: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntpd.man.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntpd.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpd/ntpsim.c: up to 1.5
external/bsd/ntp/dist/ntpd/refclock_gpsdjson.c: up to 1.12
external/bsd/ntp/dist/ntpd/refclock_jjy.c: up to 1.13
external/bsd/ntp/dist/ntpd/refclock_oncore.c: up to 1.15
external/bsd/ntp/dist/ntpd/refclock_palisade.c: up to 1.7
external/bsd/ntp/dist/ntpd/refclock_parse.c: up to 1.21
external/bsd/ntp/dist/ntpdate/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/layout.std: up to 1.1.1.3
external/bsd/ntp/dist/ntpdc/ntpdc-opts.c: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc-opts.h: up to 1.11
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/ntpdc.c: up to 1.16
external/bsd/ntp/dist/ntpdc/ntpdc.html: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/ntpdc.man.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpdc/ntpdc_ops.c: up to 1.10
external/bsd/ntp/dist/ntpq/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/ntpq/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/invoke-ntpq.texi: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/ntpq-opts.c: up to 1.11
external/bsd/ntp/dist/ntpq/ntpq-opts.def: up to 1.1.1.6
external/bsd/ntp/dist/ntpq/ntpq-opts.h: up to 1.11
external/bsd/ntp/dist/ntpq/ntpq-subs.c: up to 1.16
external/bsd/ntp/dist/ntpq/ntpq.1ntpqman: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/ntpq.c: up to 1.19
external/bsd/ntp/dist/ntpq/ntpq.html: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/ntpq.man.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/ntpq.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpq/ntpq.texi: up to 1.1.1.2
external/bsd/ntp/dist/ntpsnmpd/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi: up to 1.1.1.11
external/bsd/ntp/dist/ntpsnmpd/netsnmp_daemonize.c: up to 1.6
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.c: up to 1.11
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd-opts.h: up to 1.11
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman: up to 1.1.1.11
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc: up to 1.1.1.11
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html: up to 1.1.1.11
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in: up to 1.1.1.11
external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/packageinfo.sh: up to 1.1.1.13
external/bsd/ntp/dist/parseutil/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/build/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/scripts/build/UpdatePoint: up to 1.1.1.3
external/bsd/ntp/dist/scripts/calc_tickadj/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman: up to 1.1.1.11
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc: up to 1.1.1.11
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html: up to 1.1.1.11
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi: up to 1.1.1.11
external/bsd/ntp/dist/scripts/invoke-plot_summary.texi: up to 1.1.1.11
external/bsd/ntp/dist/scripts/invoke-summary.texi: up to 1.1.1.11
external/bsd/ntp/dist/scripts/lib/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/plot_summary-opts: up to 1.1.1.11
external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman: up to 1.1.1.11
external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc: up to 1.1.1.11
external/bsd/ntp/dist/scripts/plot_summary.html: up to 1.1.1.11
external/bsd/ntp/dist/scripts/plot_summary.man.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/plot_summary.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/summary-opts: up to 1.1.1.11
external/bsd/ntp/dist/scripts/summary.1summaryman: up to 1.1.1.11
external/bsd/ntp/dist/scripts/summary.1summarymdoc: up to 1.1.1.11
external/bsd/ntp/dist/scripts/summary.html: up to 1.1.1.11
external/bsd/ntp/dist/scripts/summary.man.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/summary.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/scripts/update-leap/Makefile.in: up to 1.1.1.7
external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/update-leap-opts: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/update-leap.html: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/update-leap.in: up to 1.1.1.3
external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in: up to 1.1.1.9
external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in: up to 1.1.1.9
external/bsd/ntp/dist/sntp/Makefile.in: up to 1.1.1.12
external/bsd/ntp/dist/sntp/check-libntp.mf: up to 1.1.1.2
external/bsd/ntp/dist/sntp/configure: up to 1.1.1.13
external/bsd/ntp/dist/sntp/crypto.c: up to 1.14
external/bsd/ntp/dist/sntp/crypto.h: up to 1.6
external/bsd/ntp/dist/sntp/harden/linux: up to 1.1.1.2
external/bsd/ntp/dist/sntp/include/version.def: up to 1.1.1.11
external/bsd/ntp/dist/sntp/include/version.texi: up to 1.1.1.11
external/bsd/ntp/dist/sntp/invoke-sntp.texi: up to 1.1.1.11
external/bsd/ntp/dist/sntp/libopts/nested.c: up to 1.11
external/bsd/ntp/dist/sntp/m4/ntp_af_unspec.m4: up to 1.1.1.1
external/bsd/ntp/dist/sntp/m4/ntp_harden.m4: up to 1.1.1.2
external/bsd/ntp/dist/sntp/m4/ntp_libevent.m4: up to 1.1.1.7
external/bsd/ntp/dist/sntp/m4/ntp_openssl.m4: up to 1.1.1.4
external/bsd/ntp/dist/sntp/m4/version.m4: up to 1.1.1.11
external/bsd/ntp/dist/sntp/main.c: up to 1.16
external/bsd/ntp/dist/sntp/networking.c: up to 1.15
external/bsd/ntp/dist/sntp/sntp-opts.c: up to 1.12
external/bsd/ntp/dist/sntp/sntp-opts.def: up to 1.1.1.6
external/bsd/ntp/dist/sntp/sntp-opts.h: up to 1.11
external/bsd/ntp/dist/sntp/sntp.1sntpman: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.1sntpmdoc: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.html: up to 1.1.1.13
external/bsd/ntp/dist/sntp/sntp.man.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/sntp.mdoc.in: up to 1.1.1.11
external/bsd/ntp/dist/sntp/tests/Makefile.am: up to 1.1.1.6
external/bsd/ntp/dist/sntp/tests/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/sntp/tests/crypto.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/keyFile.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/packetHandling.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/packetProcessing.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-crypto.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-keyFile.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-kodDatabase.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-kodFile.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-networking.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-packetHandling.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-t-log.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/run-utilities.c: up to 1.2
external/bsd/ntp/dist/sntp/tests/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/sntp/unity/auto/generate_test_runner.rb: up to 1.1.1.3
external/bsd/ntp/dist/sntp/utilities.c: up to 1.5
external/bsd/ntp/dist/sntp/version.c: up to 1.2
external/bsd/ntp/dist/tests/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/bug-2803/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/bug-2803/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/tests/bug-2803/run-bug-2803.c: up to 1.2
external/bsd/ntp/dist/tests/bug-2803/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/Makefile.am: up to 1.1.1.7
external/bsd/ntp/dist/tests/libntp/Makefile.in: up to 1.1.1.9
external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/authkeys.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-a_md5encrypt.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-atoint.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-atouint.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-authkeys.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-buftvtots.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-calendar.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-caljulian.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-caltontp.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-calyearstart.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-clocktime.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-decodenetnum.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-hextoint.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-hextolfp.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-humandate.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-lfpfunc.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-lfptostr.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-modetoa.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-msyslog.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-netof.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-numtoa.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-numtohost.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-octtoint.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-prettydate.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-recvbuff.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-refidsmear.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-refnumtoa.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-sfptostr.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-socktoa.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-ssl_init.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-statestr.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-strtolfp.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-timespecops.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-timevalops.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-tsafememcmp.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-tstotv.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-tvtots.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-uglydate.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-vi64ops.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/run-ymd2yd.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/ssl_init.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/tests/libntp/timespecops.c: up to 1.2
external/bsd/ntp/dist/tests/libntp/timevalops.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/Makefile.am: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpd/Makefile.in: up to 1.1.1.10
external/bsd/ntp/dist/tests/ntpd/leapsec.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/ntp_prio_q.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/ntp_restrict.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/rc_cmdlength.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/run-leapsec.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/run-ntp_prio_q.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/run-ntp_restrict.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/run-rc_cmdlength.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_scanner.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/run-t-ntp_signd.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/t-ntp_scanner.c: up to 1.2
external/bsd/ntp/dist/tests/ntpd/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/tests/ntpq/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/ntpq/Makefile.in: up to 1.1.1.5
external/bsd/ntp/dist/tests/ntpq/run-t-ntpq.c: up to 1.2
external/bsd/ntp/dist/tests/ntpq/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/tests/sandbox/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/sandbox/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/tests/sandbox/run-modetoa.c: up to 1.2
external/bsd/ntp/dist/tests/sandbox/run-uglydate.c: up to 1.2
external/bsd/ntp/dist/tests/sandbox/run-ut-2803.c: up to 1.2
external/bsd/ntp/dist/tests/sandbox/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/tests/sec-2853/Makefile.am: up to 1.1.1.4
external/bsd/ntp/dist/tests/sec-2853/Makefile.in: up to 1.1.1.6
external/bsd/ntp/dist/tests/sec-2853/run-sec-2853.c: up to 1.2
external/bsd/ntp/dist/tests/sec-2853/testconf.yml: up to 1.1.1.1
external/bsd/ntp/dist/util/Makefile.in: up to 1.1.1.11
external/bsd/ntp/dist/util/invoke-ntp-keygen.texi: up to 1.1.1.11
external/bsd/ntp/dist/util/ntp-keygen-opts.c: up to 1.16
external/bsd/ntp/dist/util/ntp-keygen-opts.def: up to 1.1.1.4
external/bsd/ntp/dist/util/ntp-keygen-opts.h: up to 1.11
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman: up to 1.1.1.11
external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc: up to 1.1.1.11
external/bsd/ntp/dist/util/ntp-keygen.html: up to 1.1.1.11
external/bsd/ntp/dist/util/ntp-keygen.man.in: up to 1.1.1.11
external/bsd/ntp/dist/util/ntp-keygen.mdoc.in: up to 1.1.1.11
external/bsd/ntp/importdate: up to 1.13
external/bsd/ntp/include/config.h: up to 1.21
external/bsd/ntp/lib/libiscntp/Makefile: up to 1.15
external/bsd/ntp/lib/libntp/Makefile: up to 1.20
external/bsd/ntp/lib/libopts/Makefile: up to 1.15
external/bsd/ntp/ntp2netbsd: up to 1.6
external/bsd/ntp/scripts/mkver: up to 1.13
Update ntp to 4.2.8p11.
@
text
@d6 1
d14 1
a14 1
14-Oct-2017 08:34
d108 1
a108 4
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 services.
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, which can contain other modem control codes as well.
Set NTP era anchor. date is either a date in ISO8601 format (YYYY-MM-DD) or an integer giving the days since 1900-01-01, the start of the NTP epoch. ntpd will clamp the system time to an era starting with the begin of this this day (00:00:00Z), covering a range of 232 seconds or roughly 136 years. The default is the begin of the UNIX epoch, 1970-01-01.
@
1.1.1.10.12.1
log
@Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
@
text
@d6 1
d14 1
a14 1
14-Oct-2017 08:34
d108 1
a108 4
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 services.
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, which can contain other modem control codes as well.
Set NTP era anchor. date is either a date in ISO8601 format (YYYY-MM-DD) or an integer giving the days since 1900-01-01, the start of the NTP epoch. ntpd will clamp the system time to an era starting with the begin of this this day (00:00:00Z), covering a range of 232 seconds or roughly 136 years. The default is the begin of the UNIX epoch, 1970-01-01.
@
1.1.1.11
log
@---
* [Sec 3454] Unauthenticated packet can reset authenticated interleave
associations. HStenn.
* [Sec 3453] Interleaved symmetric mode cannot recover from bad state. HStenn.
* [Sec 3415] Permit blocking authenticated symmetric/passive associations.
Implement ippeerlimit. HStenn, JPerlinger.
* [Sec 3414] ntpq: decodearr() can write beyond its 'buf' limits
- initial patch by , extended by
* [Sec 3412] ctl_getitem(): Don't compare names past NUL.
* [Sec 3012] Sybil vulnerability: noepeer support. HStenn, JPerlinger.
* [Bug 3457] OpenSSL FIPS mode regression
* [Bug 3455] ntpd doesn't use scope id when binding multicast
- applied patch by Sean Haugh
* [Bug 3452] PARSE driver prints uninitialized memory.
* [Bug 3450] Dubious error messages from plausibility checks in get_systime()
- removed error log caused by rounding/slew, ensured postcondition
* [Bug 3447] AES-128-CMAC (fixes)
- refactoring the MAC code, too
* [Bug 3441] Validate the assumption that AF_UNSPEC is 0. stenn@@ntp.org
* [Bug 3439] When running multiple commands / hosts in ntpq...
- applied patch by ggarvey
* [Bug 3438] Negative values and values > 999 days in...
- applied patch by ggarvey (with minor mods)
* [Bug 3437] ntpd tries to open socket with AF_UNSPEC domain
- applied patch (with mods) by Miroslav Lichvar
* [Bug 3435] anchor NTP era alignment
* [Bug 3433] sntp crashes when run with -a.
* [Bug 3430] ntpq dumps core (SIGSEGV) for "keytype md2"
- fixed several issues with hash algos in ntpd, sntp, ntpq,
ntpdc and the test suites
* [Bug 3424] Trimble Thunderbolt 1024 week millenium bug
- initial patch by Daniel Pouzzner
* [Bug 3423] QNX adjtime() implementation error checking is
wrong
* [Bug 3417] ntpq ifstats packet counters can be negative
made IFSTATS counter quantities unsigned
* [Bug 3411] problem about SIGN(6) packet handling for ntp-4.2.8p10
- raised receive buffer size to 1200
* [Bug 3408] refclock_jjy.c: Avoid a wrong report of the coverity static
analysis tool.
* [Bug 3405] update-leap.in: general cleanup, HTTPS support. Paul McMath.
* [Bug 3404] Fix openSSL DLL usage under Windows
- fix/drop assumptions on OpenSSL libs directory layout
* [Bug 3399] NTP: linker error in 4.2.8p10 during Linux cross-compilation
- initial patch by timeflies@@mail2tor.com
* [Bug 3398] tests fail with core dump
- patch contributed by Alexander Bluhm
* [Bug 3397] ctl_putstr() asserts that data fits in its buffer
rework of formatting & data transfer stuff in 'ntp_control.c'
avoids unecessary buffers and size limitations.
* [Bug 3394] Leap second deletion does not work on ntpd clients
- fixed handling of dynamic deletion w/o leap file
* [Bug 3391] ntpd segfaults on startup due to small warmup thread stack size
- increased mimimum stack size to 32kB
* [Bug 3367] Faulty LinuxPPS NMEA clock support in 4.2.8
- reverted handling of PPS kernel consumer to 4.2.6 behavior
* [Bug 3365] Updates driver40(-ja).html and miscopt.html
* [Bug 3358] Spurious KoD log messages in .INIT. phase. HStenn.
* [Bug 3016] wrong error position reported for bad ":config pool"
- fixed location counter & ntpq output
* [Bug 2900] libntp build order problem. HStenn.
* [Bug 2878] Tests are cluttering up syslog
* [Bug 2737] Wrong phone number listed for USNO. ntp-bugs@@bodosom.net,
perlinger@@ntp.org
* [Bug 2557] Fix Thunderbolt init. ntp-bugs@@bodosom.net, perlinger@@ntp.
* [Bug 948] Trustedkey config directive leaks memory.
* Use strlcpy() to copy strings, not memcpy(). HStenn.
* Typos. HStenn.
* test_ntp_scanner_LDADD needs ntpd/ntp_io.o. HStenn.
* refclock_jjy.c: Add missing "%s" to an msyslog() call. HStenn.
* Build ntpq and libntpq.a with NTP_HARD_*FLAGS. perlinger@@ntp.org
* Fix trivial warnings from 'make check'. perlinger@@ntp.org
* Fix bug in the override portion of the compiler hardening macro. HStenn.
* record_raw_stats(): Log entire packet. Log writes. HStenn.
* AES-128-CMAC support. BInglis, HStenn, JPerlinger.
* sntp: tweak key file logging. HStenn.
* sntp: pkt_output(): Improve debug output. HStenn.
* update-leap: updates from Paul McMath.
* When using pkg-config, report --modversion. HStenn.
* Clean up libevent configure checks. HStenn.
* sntp: show the IP of who sent us a crypto-NAK. HStenn.
* Allow .../N to specify subnet bits for IPs in ntp.keys. HStenn, JPerlinger.
* authistrustedip() - use it in more places. HStenn, JPerlinger.
* New sysstats: sys_lamport, sys_tsrounding. HStenn.
* Update ntp.keys .../N documentation. HStenn.
* Distribute testconf.yml. HStenn.
* Add DPRINTF(2,...) lines to receive() for packet drops. HStenn.
* Rename the configuration flag fifo variables. HStenn.
* Improve saveconfig output. HStenn.
* Decode restrict flags on receive() debug output. HStenn.
* Decode interface flags on receive() debug output. HStenn.
* Warn the user if deprecated "driftfile name WanderThreshold" is used. HStenn.
* Update the documentation in ntp.conf.def . HStenn.
* restrictions() must return restrict flags and ippeerlimit. HStenn.
* Update ntpq peer documentation to describe the 'p' type. HStenn.
* Rename restrict 'flags' to 'rflags. Use an enum for the values. HStenn.
* Provide dump_restricts() for debugging. HStenn.
* Use consistent 4th arg type for [gs]etsockopt. JPerlinger.
* Some tests might need LIBM. HStenn.
* update-leap: Allow -h/--help early. HStenn.
@
text
@d6 1
d14 1
a14 1
14-Oct-2017 08:34
d108 1
a108 4
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 services.
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, which can contain other modem control codes as well.
Set NTP era anchor. date is either a date in ISO8601 format (YYYY-MM-DD) or an integer giving the days since 1900-01-01, the start of the NTP epoch. ntpd will clamp the system time to an era starting with the begin of this this day (00:00:00Z), covering a range of 232 seconds or roughly 136 years. The default is the begin of the UNIX epoch, 1970-01-01.
@
1.1.1.12
log
@(4.2.8p14) 2020/03/03 Released by Harlan Stenn
* [Sec 3610] process_control() should bail earlier on short packets. stenn@@
- Reported by Philippe Antoine
* [Sec 3596] Highly predictable timestamp attack.
- Reported by Miroslav Lichvar
* [Sec 3592] DoS attack on client ntpd
- Reported by Miroslav Lichvar
* [Bug 3637] Emit the version of ntpd in saveconfig. stenn@@
* [Bug 3636] NMEA: combine time/date from multiple sentences
* [Bug 3635] Make leapsecond file hash check optional
* [Bug 3634] Typo in discipline.html, reported by Jason Harrison. stenn@@
* [Bug 3628] raw DCF decoding - improve robustness with Zeller's congruence
- implement Zeller's congruence in libparse and libntp
* [Bug 3627] SIGSEGV on FreeBSD-12 with stack limit and stack gap
- integrated patch by Cy Schubert
* [Bug 3620] memory leak in ntpq sysinfo
- applied patch by Gerry Garvey
* [Bug 3619] Honour drefid setting in cooked mode and sysinfo
- applied patch by Gerry Garvey
* [Bug 3617] Add support for ACE III and Copernicus II receivers
- integrated patch by Richard Steedman
* [Bug 3615] accelerate refclock startup
* [Bug 3613] Propagate noselect to mobilized pool servers
- Reported by Martin Burnicki
* [Bug 3612] Use-of-uninitialized-value in receive function
- Reported by Philippe Antoine
* [Bug 3611] NMEA time interpreted incorrectly
- officially document new "trust date" mode bit for NMEA driver
- restore the (previously undocumented) "trust date" feature lost with [bug 3577]
* [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
- mostly based on a patch by Michael Haardt, implementing 'fudge minjitter'
* [Bug 3608] libparse fails to compile on S11.4SRU13 and later
- removed ffs() and fls() prototypes as per Brian Utterback
* [Bug 3604] Wrong param byte order passing into record_raw_stats() in
ntp_io.c
- fixed byte and paramter order as suggested by wei6410@@sina.com
* [Bug 3601] Tests fail to link on platforms with ntp_cv_gc_sections_runs=no
* [Bug 3599] Build fails on linux-m68k due to alignment issues
- added padding as suggested by John Paul Adrian Glaubitz
* [Bug 3594] ntpd discards messages coming through nmead
* [Bug 3593] ntpd discards silently nmea messages after the 5th string
* [Bug 3590] Update refclock_oncore.c to the new GPS date API
* [Bug 3585] Unity tests mix buffered and unbuffered output
- stdout+stderr are set to line buffered during test setup now
* [Bug 3583] synchronization error
- set clock to base date if system time is before that limit
* [Bug 3582] gpsdjson refclock fudgetime1 adjustment is doubled
* [Bug 3580] Possible bug ntpq-subs (NULL dereference in dogetassoc)
- Reported by Paulo Neves
* [Bug 3577] Update refclock_zyfer.c to the new GPS date API
- also updates for refclock_nmea.c and refclock_jupiter.c
* [Bug 3576] New GPS date function API
* [Bug 3573] nptdate: missleading error message
* [Bug 3570] NMEA driver docs: talker ID not mentioned, typo
* [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()'
- sidekick: service port resolution in 'ntpdate'
* [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH
- applied patch by Douglas Royds
* [Bug 3542] ntpdc monlist parameters cannot be set
* [Bug 3533] ntpdc peer_info ipv6 issues
- applied patch by Gerry Garvey
* [Bug 3531] make check: test-decodenetnum fails
- try to harden 'decodenetnum()' against 'getaddrinfo()' errors
- fix wrong cond-compile tests in unit tests
* [Bug 3517] Reducing build noise
* [Bug 3516] Require tooling from this decade
- patch by Philipp Prindeville
* [Bug 3515] Refactor ntpdmain() dispatcher loop and group common code
- patch by Philipp Prindeville
* [Bug 3511] Get rid of AC_LANG_SOURCE() warnings
- patch by Philipp Prindeville
* [Bug 3510] Flatten out the #ifdef nesting in ntpdmain()
- partial application of patch by Philipp Prindeville
* [Bug 3491] Signed values of LFP datatypes should always display a sign
- applied patch by Gerry Garvey & fixed unit tests
* [Bug 3490] Patch to support Trimble Resolution Receivers
- applied (modified) patch by Richard Steedman
* [Bug 3473] RefID of refclocks should always be text format
- applied patch by Gerry Garvey (with minor formatting changes)
* [Bug 3132] Building 4.2.8p8 with disabled local libopts fails
- applied patch by Miroslav Lichvar
* [Bug 3094] ntpd trying to listen for broadcasts on a completely ipv6 network
* [Bug 2420] ntpd doesn't run and exits with retval 0 when invalid user
is specified with -u
- monitor daemon child startup & propagate exit codes
* [Bug 1433] runtime check whether the kernel really supports capabilities
- (modified) patch by Kurt Roeckx
* Clean up sntp/networking.c:sendpkt() error message.
* Provide more detail on unrecognized config file parser tokens.
* Startup log improvements.
* Update the copyright year.
* html/confopt.html: cleanup.
---
(4.2.8p13) 2019/03/07 Released by Harlan Stenn
* [Sec 3565] Crafted null dereference attack in authenticated
mode 6 packet
- reported by Magnus Stubman
* [Bug 3560] Fix build when HAVE_DROPROOT is not defined
- applied patch by Ian Lepore
* [Bug 3558] Crash and integer size bug
- isolate and fix linux/windows specific code issue
* [Bug 3556] ntp_loopfilter.c snprintf compilation warnings
- provide better function for incremental string formatting
* [Bug 3555] Tidy up print alignment of debug output from ntpdate
- applied patch by Gerry Garvey
* [Bug 3554] config revoke stores incorrect value
- original finding by Gerry Garvey, additional cleanup needed
* [Bug 3549] Spurious initgroups() error message
- patch by Christous Zoulas
* [Bug 3548] Signature not verified on windows system
- finding by Chen Jiabin, plus another one by me
* [Bug 3541] patch to fix STA_NANO struct timex units
- applied patch by Maciej Szmigiero
* [Bug 3540] Cannot set minsane to 0 anymore
- applied patch by Andre Charbonneau
* [Bug 3539] work_fork build fails when droproot is not supported
- applied patch by Baruch Siach
* [Bug 3538] Build fails for no-MMU targets
- applied patch by Baruch Siach
* [Bug 3535] libparse won't handle GPS week rollover
- refactored handling of GPS era based on 'tos basedate' for
parse (TSIP) and JUPITER clocks
* [Bug 3529] Build failures on Mac OS X 10.13 (High Sierra)
- patch by Daniel J. Luke; this does not fix a potential linker
regression issue on MacOS.
* [Bug 3527 - Backward Incompatible] mode7 clockinfo fudgeval2 packet
anomaly , reported by GGarvey.
- --enable-bug3527-fix support by HStenn
* [Bug 3526] Incorrect poll interval in packet
- applied patch by Gerry Garvey
* [Bug 3471] Check for openssl/[ch]mac.h.
- added missing check, reported by Reinhard Max
* [Bug 1674] runtime crashes and sync problems affecting both x86 and x86_64
- this is a variant of [bug 3558] and should be fixed with it
* Implement --disable-signalled-io
@
text
@d13 1
a13 1
11-Feb-2020 14:00
d66 2
a67 3
leapfile leapfile [checkhash|ignorehash]
This command loads the IERS leapseconds file and initializes the leapsecond values for the next leapsecond time, 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.
ignorehash instructs ntpd to ignore the hash signature on the file, checkhash (which is the default when omitted) needs a hash line in the file to be valid. Files without any hash signature are lodaed in both cases.
a110 18
pollskewlist[pollvalue
| value]...[default value
| value]
Enable skewing of our poll requests to our servers.
poll
is a number between 3 and 17 inclusive, identifying a specific poll interval.
A poll interval is 2^n seconds in duration,
so a poll value of 3 corresponds to 8 seconds
and
a poll interval of 17 corresponds to
131,072 seconds, or about a day and a half.
The next two numbers must be between 0 and one-half of the poll interval,
inclusive.
The first number specifies how early the poll may start,
while
the second number specifies how late the poll may be delayed.
With no arguments, internally specified default values are chosen.
Set NTP and GPS era anchor. date is either a date in ISO8601 format (YYYY-MM-DD) or an integer giving the days since 1900-01-01, the start of the NTP epoch. ntpd will clamp the system time to an era starting with the begin of this this day (00:00:00Z), covering a range of 232 seconds or roughly 136 years. The lowest accepted value is effectively 1970-01-02.
The GPS era base is the next Sunday on or following the base date, but obviously not before 1980-01-06. GPS time stamps are mapped into the 1024 weeks following the GPS base.
The default value is derived from the repository or build time stamp, minus 11 days. 1970-01-02 was chosen as lower bound so the local time is always after 1970-01-01,00:00. Some systems get into trouble if this is not the case.
ATTENTION: If the system clock is before the effective (implied or specific) basedate, the system clock will be set to the base date once and immediately when ntpd starts. This helps systems that have lost time completely to recover. Though not noticeable under normal conditions, it can happen. Check the logs if starting ntpd causes sudden clock moves.
@
1.1.1.12.8.1
log
@Sync with HEAD
@
text
@d113 3
a115 1
>pollskewlist[pollearly late]...[default early late]
d126 3
a128 2
early specifies how early the poll may start, while
late specifies how late the poll may be delayed.
@
1.1.1.13
log
@Import ntp-4.2.8p18 (previous was ntp-4.2.8p15
---
(4.2.8p18) 2024/05/25 Released by Harlan Stenn
* [Bug 3918] Tweak openssl header/library handling.
* [Bug 3914] Spurious "Unexpected origin timestamp" logged after time
stepped.
* [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
* [Bug 3912] Avoid rare math errors in ntptrace.
* [Bug 3910] Memory leak using openssl-3
* [Bug 3909] Do not select multicast local address for unicast peer.
* [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
* [Bug 3901] LIB_GETBUF isn't thread-safe.
* [Bug 3900] fast_xmit() selects wrong local addr responding to mcast on
Windows.
* [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates
duplicate associations.
* [Bug 3872] Ignore restrict mask for hostname.
* [Bug 3871] 4.2.8p17 build without hopf6021 refclock enabled fails.
Reported by Hans Mayer. Moved NONEMPTY_TRANSLATION_UNIT
declaration from ntp_types.h to config.h.
* [Bug 3870] Server drops client packets with ppoll < 4.
* [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs.
Reported by PoolMUC@@web.de.
* [Bug 3868] Cannot restrict a pool peer. Thanks to
Edward McGuire for tracking down the deficiency.
* [Bug 3864] ntpd IPv6 refid different for big-endian and little-endian.
* [Bug 3859] Use NotifyIpInterfaceChange on Windows ntpd.
* [Bug 3856] Enable Edit & Continue debugging with Visual Studio.
* [Bug 3855] ntpq lacks an equivalent to ntpdc's delrestrict.
* [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid.
* [Bug 3853] Clean up warnings with modern compilers.
* [Bug 3852] check-libntp.mf and friends are not triggering rebuilds as
intended.
* [Bug 3851] Drop pool server when no local address can reach it.
* [Bug 3850] ntpq -c apeers breaks column formatting s2 w/refclock refid.
* [Bug 3849] ntpd --wait-sync times out.
* [Bug 3847] SSL detection in configure should run-test if runpath is needed.
* [Bug 3846] Use -Wno-format-truncation by default.
* [Bug 3845] accelerate pool clock_sync when IPv6 has only link-local access.
* [Bug 3842] Windows ntpd PPSAPI DLL load failure crashes.
* [Bug 3841] 4.2.8p17 build break w/ gcc 12 -Wformat-security without -Wformat
Need to remove --Wformat-security when removing -Wformat to
silence numerous libopts warnings.
* [Bug 3837] NULL pointer deref crash when ntpd deletes last interface.
Reported by renmingshuai. Correct UNLINK_EXPR_SLIST() when the
list is empty.
* [Bug 3835] NTP_HARD_*FLAGS not used by libevent tearoff.
* [Bug 3831] pollskewlist zeroed on runtime configuration.
* [Bug 3830] configure libevent check intersperses output with answer.
* [Bug 3828] BK should ignore a git repo in the same directory.
* [Bug 3827] Fix build in case CLOCK_HOPF6021 or CLOCK_WHARTON_400A
is disabled.
* [Bug 3825] Don't touch HTML files unless building inside a BK repo.
Fix the script checkHtmlFileDates.
* [Bug 3756] Improve OpenSSL library/header detection.
* [Bug 3753] ntpd fails to start with FIPS-enabled OpenSSL 3.
* [Bug 2734] TEST3 prevents initial interleave sync. Fix from
* Log failures to allocate receive buffers.
* Remove extraneous */ from libparse/ieee754io.c
* Fix .datecheck target line in Makefile.am.
* Update the copyright year.
* Update ntp.conf documentation to add "delrestrict" and correct information
about KoD rate limiting.
* html/clockopt.html cleanup.
* util/lsf-times - added.
* Add DSA, DSA-SHA, and SHA to tests/libntp/digests.c.
* Provide ntpd thread names to debugger on Windows.
* Remove dead code libntp/numtohost.c and its unit tests.
* Remove class A, B, C IPv4 distinctions in netof().
* Use @@configure_input@@ in various *.in files to include a comment that
the file is generated from another pointing to the *.in.
* Correct underquoting, indents in ntp_facilitynames.m4.
* Clean up a few warnings seen building with older gcc.
* Fix build on older FreeBSD lacking sys/procctl.h.
* Disable [Bug 3627] workaround on newer FreeBSD which has the kernel fix
that makes it unnecessary, re-enabling ASLR stack gap.
* Use NONEMPTY_COMPILATION_UNIT in more conditionally-compiled files.
* Remove useless pointer to Windows Help from system error messages.
* Avoid newlines within Windows error messages.
* Ensure unique association IDs if wrapped.
* Simplify calc_addr_distance().
* Clamp min/maxpoll in edge cases in newpeer().
* Quiet local addr change logging when unpeering.
* Correct missing arg for %s printf specifier in
send_blocking_resp_internal().
* Suppress OpenSSL 3 deprecation warning clutter.
* Correct OpenSSL usage in Autokey code to avoid warnings about
discarding const qualifiers with OpenSSL 3.
* Display KoD refid as text in recently added message.
* Avoid running checkHtmlFileDates script repeatedly when no html/*.html
files have changed.
* Abort configure if --enable-crypto-rand given & unavailable.
* Add configure --enable-verbose-ssl to trace SSL detection.
* Add build test coverage for --disable-saveconfig to flock-build script.
* Remove deprecated configure --with-arlib option.
* Remove configure support for ISC UNIX ca. 1998.
* Move NTP_OPENSSL and NTP_CRYPTO_RAND invocations from configure.ac files
to NTP_LIBNTP.
* Remove dead code: HAVE_U_INT32_ONLY_WITH_DNS.
* Eliminate [v]snprintf redefinition warnings on macOS.
* Fix clang 14 cast increases alignment warning on Linux.
* Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
* Use NTP_HARD_CPPFLAGS in libopts tearoff.
* wire in --enable-build-framework-help
---
(4.2.8p17) 2023/06/06 Released by Harlan Stenn
* [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at
event_sync. Reported by Edward McGuire.
* [Bug 3822] ntpd significantly delays first poll of servers specified by name.
Miroslav Lichvar identified regression in 4.2.8p16.
* [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with
4.2.8p15 or earlier. Reported by Matt Nordhoff, thanks to
Miroslav Lichvar and Matt for rapid testing and identifying the
problem.
* Add tests/libntp/digests.c to catch regressions reading keys file or with
symmetric authentication digest output.
---
(4.2.8p16) 2023/05/31 Released by Harlan Stenn
* [Sec 3808] Assertion failure in ntpq on malformed RT-11 date
* [Sec 3807] praecis_parse() in the Palisade refclock driver has a
hypothetical input buffer overflow. Reported by ... stenn@@
* [Sec 3806] libntp/mstolfp.c needs bounds checking
- solved numerically instead of using string manipulation
* [Sec 3767] An OOB KoD RATE value triggers an assertion when debug is enabled.
* [Bug 3819] Updated libopts/Makefile.am was missing NTP_HARD_* values.
* [Bug 3817] Bounds-check "tos floor" configuration.
* [Bug 3814] First poll delay of new or cleared associations miscalculated.
* [Bug 3802] ntp-keygen -I default identity modulus bits too small for
OpenSSL 3. Reported by rmsh1216@@163.com
* [Bug 3801] gpsdjson refclock gps_open() device name mishandled.
* [Bug 3800] libopts-42.1.17 does not compile with Microsoft C.
* [Bug 3799] Enable libopts noreturn compiler advice for MSC.
* [Bug 3797] Windows getaddrinfo w/AI_ADDRCONFIG fails for localhost when
disconnected, breaking ntpq and ntpdc.
* [Bug 3795] pollskewlist documentation uses | when it shouldn't.
- ntp.conf manual page and miscopt.html corrections.
* [Bug 3793] Wrong variable type passed to record_raw_stats().
- Report and patch by Yuezhen LUAN .
* [Bug 3786] Timer starvation on high-load Windows ntpd.
* [Bug 3784] high-load ntpd on Windows deaf after enough ICMP TTL exceeded.
* [Bug 3781] log "Unable to listen for broadcasts" for IPv4
* [Bug 3774] mode 6 packets corrupted in rawstats file
- Reported by Edward McGuire, fix identified by .
* [Bug 3758] Provide a 'device' config statement for refclocks
* [Bug 3757] Improve handling of Linux-PPS in NTPD
* [Bug 3741] 4.2.8p15 can't build with glibc 2.34
* [Bug 3725] Make copyright of clk_wharton.c compatible with Debian.
Philippe De Muyter
* [Bug 3724] ntp-keygen with openSSL 1.1.1 fails on Windows
- openssl applink needed again for openSSL-1.1.1
* [Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing.
Reported by Brian Utterback, broken in 2010 by
* [Bug 3699] Problems handling drift file and restoring previous drifts
- command line options override config statements where applicable
- make initial frequency settings idempotent and reversible
- make sure kernel PLL gets a recovered drift componsation
* [Bug 3695] Fix memory leak with ntpq on Windows Server 2019
* [Bug 3694] NMEA refclock seems to unnecessarily require location in messages
- misleading title; essentially a request to ignore the receiver status.
Added a mode bit for this.
* [Bug 3693] Improvement of error handling key lengths
- original patch by Richard Schmidt, with mods & unit test fixes
* [Bug 3692] /dev/gpsN requirement prevents KPPS
- implement/wrap 'realpath()' to resolve symlinks in device names
* [Bug 3691] Buffer Overflow reading GPSD output
- original patch by matt
- increased max PDU size to 4k to avoid truncation
* [Bug 3690] newline in ntp clock variable (parse)
- patch by Frank Kardel
* [Bug 3689] Extension for MD5, SHA-1 and other keys