Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp/dist (4.2.8p9) 2016/11/21 Released by Harla...



details:   https://anonhg.NetBSD.org/src/rev/f319fd50986e
branches:  trunk
changeset: 349060:f319fd50986e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 22 01:34:41 2016 +0000

description:
(4.2.8p9) 2016/11/21 Released by Harlan Stenn <stenn%ntp.org@localhost>

* [Sec 3119] Trap crash <perlinger%ntp.org@localhost>
* [Sec 3118] Mode 6 information disclosure and DDoS vector <perlinger%ntp.org@localhost>
  - TRAP config via mode 6 packet requires AUTH now.
* [Sec 3114] Broadcast Mode Replay Prevention DoS
  - applied patches by Matthew Van Gundy. <perlinger%ntp.org@localhost>
  - with bcpollbstep, tweaks and cleanup by stenn%ntp.org@localhost
* [Sec 3113] Broadcast Mode Poll Interval Enforcement DoS <perlinger%ntp.org@localhost>
  - applied fix as suggested by Matthew Van Gundy
* [Sec 3110] Windows: ntpd DoS by oversized UDP packet
  - fixed error handling for truncated UDP packets. <perlinger%ntp.org@localhost>
* [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@localhost
* [Sec 3072] Attack on interface selection <perlinger%ntp.org@localhost>
  - implemented Miroslav Lichvars <mlichvar%redhat.com@localhost> suggestion
    to skip interface updates based on incoming packets
* [Bug 3142] bug in netmask prefix length detection <perlinger%ntp.org@localhost>
* [Bug 3138] gpsdjson refclock should honor fudgetime1. stenn%ntp.org@localhost
* [Bug 3129] Unknown hosts can put resolver thread into a hard loop
  - moved retry decision where it belongs. <perlinger%ntp.org@localhost>
* [Bug 3125] NTPD doesn't fully start when ntp.conf entries are out of order
  using the loopback-ppsapi-provider.dll <perlinger%ntp.org@localhost>
* [Bug 3116] unit tests for NTP time stamp expansion. <perlinger%ntp.org@localhost>
* [Bug 3100] ntpq can't retrieve daemon_version <perlinger%ntp.org@localhost>
  - fixed extended sysvar lookup (bug introduced with bug 3008 fix)
* [Bug 3095] Compatibility with openssl 1.1 <perlinger%ntp.org@localhost>
  - applied patches by Kurt Roeckx <kurt%roeckx.be@localhost> 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. <perlinger%ntp.org@localhost>
* [Bug 3084] update-leap mis-parses the leapfile name.  HStenn.
* [Bug 3068] Linker warnings when building on Solaris. perlinger%ntp.org@localhost
  - applied patch thanks to Andrew Stormont <andyjstormont%gmail.com@localhost>
* [Bug 3067] Root distance calculation needs improvement.  HStenn.
* [Bug 3066] NMEA clock ignores pps. perlinger%ntp.org@localhost
  - PPS-HACK works again.
* [Bug 3059] Potential buffer overrun from oversized hash <perlinger%ntp.org@localhost>
  - applied patch by Brian Utterback <brian.utterback%oracle.com@localhost>
* [Bug 3053] ntp_loopfilter.c frequency calc precedence error.  Sarah White.
* [Bug 3050]  Fix for bug #2960 causes [...] spurious error message.
  <perlinger%ntp.org@localhost>
  - patches by Reinhard Max <max%suse.com@localhost> and Havard Eidnes <he%uninett.no@localhost>
* [Bug 3047] Fix refclock_jjy C-DEX JST2000. abe%ntp.org@localhost
  - Patch provided by Kuramatsu.
* [Bug 3021] unity_fixture.c needs pragma weak <perlinger%ntp.org@localhost>
  - 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 <perlinger%ntp.org@localhost>
  - 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 <perlinger%ntp.org@localhost>
* [Bug 2689] ATOM driver processes last PPS pulse at startup,
             even if it is very old <perlinger%ntp.org@localhost>
  - 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

diffstat:

 external/bsd/ntp/dist/ChangeLog                                           |    71 +-
 external/bsd/ntp/dist/CommitLog                                           |  1896 +++++++++-
 external/bsd/ntp/dist/NEWS                                                |   307 +
 external/bsd/ntp/dist/configure                                           |    20 +-
 external/bsd/ntp/dist/html/drivers/driver40-ja.html                       |     4 +-
 external/bsd/ntp/dist/html/drivers/driver40.html                          |     4 +-
 external/bsd/ntp/dist/html/miscopt.html                                   |     6 +-
 external/bsd/ntp/dist/include/Makefile.am                                 |     1 +
 external/bsd/ntp/dist/include/Makefile.in                                 |     1 +
 external/bsd/ntp/dist/include/libssl_compat.h                             |   102 +
 external/bsd/ntp/dist/libntp/Makefile.am                                  |     1 +
 external/bsd/ntp/dist/libntp/Makefile.in                                  |    67 +-
 external/bsd/ntp/dist/libntp/libssl_compat.c                              |   337 +
 external/bsd/ntp/dist/ntpd/complete.conf.in                               |     2 +-
 external/bsd/ntp/dist/ntpd/invoke-ntp.conf.texi                           |    17 +-
 external/bsd/ntp/dist/ntpd/invoke-ntp.keys.texi                           |     2 +-
 external/bsd/ntp/dist/ntpd/invoke-ntpd.texi                               |     4 +-
 external/bsd/ntp/dist/ntpd/keyword-gen-utd                                |     2 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.5man                                  |    39 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.5mdoc                                 |    23 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.def                                   |    19 +
 external/bsd/ntp/dist/ntpd/ntp.conf.html                                  |   110 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.man.in                                |    39 +-
 external/bsd/ntp/dist/ntpd/ntp.conf.mdoc.in                               |    23 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.5man                                  |     4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.5mdoc                                 |     4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.html                                  |     2 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.man.in                                |     4 +-
 external/bsd/ntp/dist/ntpd/ntp.keys.mdoc.in                               |     4 +-
 external/bsd/ntp/dist/ntpd/ntpd.1ntpdman                                  |     6 +-
 external/bsd/ntp/dist/ntpd/ntpd.1ntpdmdoc                                 |     4 +-
 external/bsd/ntp/dist/ntpd/ntpd.html                                      |     4 +-
 external/bsd/ntp/dist/ntpd/ntpd.man.in                                    |     6 +-
 external/bsd/ntp/dist/ntpd/ntpd.mdoc.in                                   |     4 +-
 external/bsd/ntp/dist/ntpdc/invoke-ntpdc.texi                             |     4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcman                               |     6 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.1ntpdcmdoc                              |     4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.html                                    |     4 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.man.in                                  |     6 +-
 external/bsd/ntp/dist/ntpdc/ntpdc.mdoc.in                                 |     4 +-
 external/bsd/ntp/dist/ntpq/invoke-ntpq.texi                               |     4 +-
 external/bsd/ntp/dist/ntpq/ntpq.1ntpqman                                  |     6 +-
 external/bsd/ntp/dist/ntpq/ntpq.1ntpqmdoc                                 |     4 +-
 external/bsd/ntp/dist/ntpq/ntpq.html                                      |     4 +-
 external/bsd/ntp/dist/ntpq/ntpq.man.in                                    |     6 +-
 external/bsd/ntp/dist/ntpq/ntpq.mdoc.in                                   |     4 +-
 external/bsd/ntp/dist/ntpsnmpd/invoke-ntpsnmpd.texi                       |     4 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdman                      |     6 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc                     |     4 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.html                              |     2 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.man.in                            |     6 +-
 external/bsd/ntp/dist/ntpsnmpd/ntpsnmpd.mdoc.in                           |     4 +-
 external/bsd/ntp/dist/packageinfo.sh                                      |     2 +-
 external/bsd/ntp/dist/scripts/build/genAuthors.in                         |    12 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman  |     6 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc |     4 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.html              |     2 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.man.in            |     6 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/calc_tickadj.mdoc.in           |     4 +-
 external/bsd/ntp/dist/scripts/calc_tickadj/invoke-calc_tickadj.texi       |     2 +-
 external/bsd/ntp/dist/scripts/invoke-plot_summary.texi                    |     4 +-
 external/bsd/ntp/dist/scripts/invoke-summary.texi                         |     4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/invoke-ntp-wait.texi               |     4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait-opts                      |     4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitman              |     6 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc             |     4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.html                      |     4 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.man.in                    |     6 +-
 external/bsd/ntp/dist/scripts/ntp-wait/ntp-wait.mdoc.in                   |     4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/invoke-ntpsweep.texi               |     4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep-opts                      |     4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepman              |     6 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc             |     4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.html                      |     4 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.man.in                    |     6 +-
 external/bsd/ntp/dist/scripts/ntpsweep/ntpsweep.mdoc.in                   |     4 +-
 external/bsd/ntp/dist/scripts/ntptrace/invoke-ntptrace.texi               |     4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace-opts                      |     4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptraceman              |     6 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.1ntptracemdoc             |     4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.html                      |     4 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.man.in                    |     6 +-
 external/bsd/ntp/dist/scripts/ntptrace/ntptrace.mdoc.in                   |     4 +-
 external/bsd/ntp/dist/scripts/plot_summary-opts                           |     4 +-
 external/bsd/ntp/dist/scripts/plot_summary.1plot_summaryman               |     6 +-
 external/bsd/ntp/dist/scripts/plot_summary.1plot_summarymdoc              |     4 +-
 external/bsd/ntp/dist/scripts/plot_summary.html                           |     4 +-
 external/bsd/ntp/dist/scripts/plot_summary.man.in                         |     6 +-
 external/bsd/ntp/dist/scripts/plot_summary.mdoc.in                        |     4 +-
 external/bsd/ntp/dist/scripts/summary-opts                                |     4 +-
 external/bsd/ntp/dist/scripts/summary.1summaryman                         |     6 +-
 external/bsd/ntp/dist/scripts/summary.1summarymdoc                        |     4 +-
 external/bsd/ntp/dist/scripts/summary.html                                |     4 +-
 external/bsd/ntp/dist/scripts/summary.man.in                              |     6 +-
 external/bsd/ntp/dist/scripts/summary.mdoc.in                             |     4 +-
 external/bsd/ntp/dist/scripts/update-leap/invoke-update-leap.texi         |     2 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap-opts                |     4 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapman     |     6 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.1update-leapmdoc    |     4 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.html                |     2 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.in                  |     7 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.man.in              |     6 +-
 external/bsd/ntp/dist/scripts/update-leap/update-leap.mdoc.in             |     4 +-
 external/bsd/ntp/dist/sntp/configure                                      |    20 +-
 external/bsd/ntp/dist/sntp/include/version.def                            |     2 +-
 external/bsd/ntp/dist/sntp/include/version.texi                           |     6 +-
 external/bsd/ntp/dist/sntp/invoke-sntp.texi                               |     4 +-
 external/bsd/ntp/dist/sntp/m4/version.m4                                  |     2 +-
 external/bsd/ntp/dist/sntp/sntp.1sntpman                                  |     6 +-
 external/bsd/ntp/dist/sntp/sntp.1sntpmdoc                                 |     4 +-
 external/bsd/ntp/dist/sntp/sntp.html                                      |     4 +-
 external/bsd/ntp/dist/sntp/sntp.man.in                                    |     6 +-
 external/bsd/ntp/dist/sntp/sntp.mdoc.in                                   |     4 +-
 external/bsd/ntp/dist/sntp/tests/packetProcessing.c                       |   198 +-
 external/bsd/ntp/dist/sntp/tests/run-packetProcessing.c                   |    38 +-
 external/bsd/ntp/dist/sntp/unity/Makefile.am                              |     2 +
 external/bsd/ntp/dist/sntp/unity/Makefile.in                              |    37 +-
 external/bsd/ntp/dist/sntp/unity/ulib_setup.c                             |    16 +
 external/bsd/ntp/dist/sntp/unity/ulib_teardown.c                          |    15 +
 external/bsd/ntp/dist/sntp/unity/unity_fixture.c                          |     6 +-
 external/bsd/ntp/dist/sntp/version.c                                      |     4 +-
 external/bsd/ntp/dist/tests/libntp/a_md5encrypt.c                         |     6 +-
 external/bsd/ntp/dist/tests/libntp/calendar.c                             |   129 +-
 external/bsd/ntp/dist/tests/libntp/run-calendar.c                         |    37 +-
 external/bsd/ntp/dist/tests/libntp/sfptostr.c                             |     8 +-
 external/bsd/ntp/dist/tests/ntpd/Makefile.am                              |     1 -
 external/bsd/ntp/dist/tests/ntpd/Makefile.in                              |    18 +-
 external/bsd/ntp/dist/util/invoke-ntp-keygen.texi                         |     4 +-
 external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenman                      |     6 +-
 external/bsd/ntp/dist/util/ntp-keygen.1ntp-keygenmdoc                     |     4 +-
 external/bsd/ntp/dist/util/ntp-keygen.html                                |     4 +-
 external/bsd/ntp/dist/util/ntp-keygen.man.in                              |     6 +-
 external/bsd/ntp/dist/util/ntp-keygen.mdoc.in                             |     4 +-
 133 files changed, 3546 insertions(+), 509 deletions(-)

diffs (truncated from 6540 to 300 lines):

diff -r daa0f12bfeff -r f319fd50986e external/bsd/ntp/dist/ChangeLog
--- a/external/bsd/ntp/dist/ChangeLog   Tue Nov 22 01:20:20 2016 +0000
+++ b/external/bsd/ntp/dist/ChangeLog   Tue Nov 22 01:34:41 2016 +0000
@@ -1,3 +1,72 @@
+---
+(4.2.8p9) 2016/11/21 Released by Harlan Stenn <stenn%ntp.org@localhost>
+(4.2.8p9) 2016/MM/DD Released by Harlan Stenn <stenn%ntp.org@localhost>
+
+* [Sec 3119] Trap crash <perlinger%ntp.org@localhost>
+* [Sec 3118] Mode 6 information disclosure and DDoS vector <perlinger%ntp.org@localhost>
+  - TRAP config via mode 6 packet requires AUTH now.
+* [Sec 3114] Broadcast Mode Replay Prevention DoS
+  - applied patches by Matthew Van Gundy. <perlinger%ntp.org@localhost>
+  - with bcpollbstep, tweaks and cleanup by stenn%ntp.org@localhost
+* [Sec 3113] Broadcast Mode Poll Interval Enforcement DoS <perlinger%ntp.org@localhost>
+  - applied fix as suggested by Matthew Van Gundy
+* [Sec 3110] Windows: ntpd DoS by oversized UDP packet
+  - fixed error handling for truncated UDP packets. <perlinger%ntp.org@localhost>
+* [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@localhost
+* [Sec 3072] Attack on interface selection <perlinger%ntp.org@localhost>
+  - implemented Miroslav Lichvars <mlichvar%redhat.com@localhost> suggestion
+    to skip interface updates based on incoming packets
+* [Bug 3142] bug in netmask prefix length detection <perlinger%ntp.org@localhost>
+* [Bug 3138] gpsdjson refclock should honor fudgetime1. stenn%ntp.org@localhost
+* [Bug 3129] Unknown hosts can put resolver thread into a hard loop
+  - moved retry decision where it belongs. <perlinger%ntp.org@localhost>
+* [Bug 3125] NTPD doesn't fully start when ntp.conf entries are out of order
+  using the loopback-ppsapi-provider.dll <perlinger%ntp.org@localhost>
+* [Bug 3116] unit tests for NTP time stamp expansion. <perlinger%ntp.org@localhost>
+* [Bug 3100] ntpq can't retrieve daemon_version <perlinger%ntp.org@localhost>
+  - fixed extended sysvar lookup (bug introduced with bug 3008 fix)
+* [Bug 3095] Compatibility with openssl 1.1 <perlinger%ntp.org@localhost>
+  - applied patches by Kurt Roeckx <kurt%roeckx.be@localhost> 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. <perlinger%ntp.org@localhost>
+* [Bug 3084] update-leap mis-parses the leapfile name.  HStenn.
+* [Bug 3068] Linker warnings when building on Solaris. perlinger%ntp.org@localhost
+  - applied patch thanks to Andrew Stormont <andyjstormont%gmail.com@localhost>
+* [Bug 3067] Root distance calculation needs improvement.  HStenn.
+* [Bug 3066] NMEA clock ignores pps. perlinger%ntp.org@localhost
+  - PPS-HACK works again.
+* [Bug 3059] Potential buffer overrun from oversized hash <perlinger%ntp.org@localhost>
+  - applied patch by Brian Utterback <brian.utterback%oracle.com@localhost>
+* [Bug 3053] ntp_loopfilter.c frequency calc precedence error.  Sarah White.
+* [Bug 3050]  Fix for bug #2960 causes [...] spurious error message.
+  <perlinger%ntp.org@localhost>
+  - patches by Reinhard Max <max%suse.com@localhost> and Havard Eidnes <he%uninett.no@localhost>
+* [Bug 3047] Fix refclock_jjy C-DEX JST2000. abe%ntp.org@localhost
+  - Patch provided by Kuramatsu.
+* [Bug 3021] unity_fixture.c needs pragma weak <perlinger%ntp.org@localhost>
+  - 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 <perlinger%ntp.org@localhost>
+  - 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 <perlinger%ntp.org@localhost>
+* [Bug 2689] ATOM driver processes last PPS pulse at startup,
+             even if it is very old <perlinger%ntp.org@localhost>
+  - 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
+
 ---
 (4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn%ntp.org@localhost>
 
@@ -19,7 +88,7 @@
 * Fix typo in ntp-wait and plot_summary.  HStenn.
 * Make sure we have an "author" file for git imports.  HStenn.
 * Update the sntp problem tests for MacOS.  HStenn.
-  
+
 ---
 (4.2.8p7) 2016/04/26 Released by Harlan Stenn <stenn%ntp.org@localhost>
 
diff -r daa0f12bfeff -r f319fd50986e external/bsd/ntp/dist/CommitLog
--- a/external/bsd/ntp/dist/CommitLog   Tue Nov 22 01:20:20 2016 +0000
+++ b/external/bsd/ntp/dist/CommitLog   Tue Nov 22 01:34:41 2016 +0000
@@ -1,3 +1,1866 @@
+ChangeSet@1.3720, 2016-11-21 08:08:21-05:00, stenn%deacon.udel.edu@localhost
+  NTP_4_2_8P9
+  TAG: NTP_4_2_8P9
+
+  ChangeLog@1.1852 +1 -0
+    NTP_4_2_8P9
+
+  ntpd/invoke-ntp.conf.texi@1.203 +1 -1
+    NTP_4_2_8P9
+
+  ntpd/invoke-ntp.keys.texi@1.192 +1 -1
+    NTP_4_2_8P9
+
+  ntpd/invoke-ntpd.texi@1.508 +2 -2
+    NTP_4_2_8P9
+
+  ntpd/ntp.conf.5man@1.237 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntp.conf.5mdoc@1.237 +2 -2
+    NTP_4_2_8P9
+
+  ntpd/ntp.conf.html@1.187 +157 -154
+    NTP_4_2_8P9
+
+  ntpd/ntp.conf.man.in@1.237 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntp.conf.mdoc.in@1.237 +2 -2
+    NTP_4_2_8P9
+
+  ntpd/ntp.keys.5man@1.226 +2 -2
+    NTP_4_2_8P9
+
+  ntpd/ntp.keys.5mdoc@1.226 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntp.keys.html@1.188 +21 -33
+    NTP_4_2_8P9
+
+  ntpd/ntp.keys.man.in@1.226 +2 -2
+    NTP_4_2_8P9
+
+  ntpd/ntp.keys.mdoc.in@1.226 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntpd-opts.c@1.530 +245 -245
+    NTP_4_2_8P9
+
+  ntpd/ntpd-opts.h@1.529 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntpd.1ntpdman@1.337 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntpd.1ntpdmdoc@1.337 +2 -2
+    NTP_4_2_8P9
+
+  ntpd/ntpd.html@1.181 +142 -186
+    NTP_4_2_8P9
+
+  ntpd/ntpd.man.in@1.337 +3 -3
+    NTP_4_2_8P9
+
+  ntpd/ntpd.mdoc.in@1.337 +2 -2
+    NTP_4_2_8P9
+
+  ntpdc/invoke-ntpdc.texi@1.505 +2 -2
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc-opts.c@1.523 +106 -106
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc-opts.h@1.522 +3 -3
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc.1ntpdcman@1.336 +3 -3
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc.1ntpdcmdoc@1.336 +2 -2
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc.html@1.349 +75 -95
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc.man.in@1.336 +3 -3
+    NTP_4_2_8P9
+
+  ntpdc/ntpdc.mdoc.in@1.336 +2 -2
+    NTP_4_2_8P9
+
+  ntpq/invoke-ntpq.texi@1.513 +2 -2
+    NTP_4_2_8P9
+
+  ntpq/ntpq-opts.c@1.530 +113 -113
+    NTP_4_2_8P9
+
+  ntpq/ntpq-opts.h@1.528 +3 -3
+    NTP_4_2_8P9
+
+  ntpq/ntpq.1ntpqman@1.341 +3 -3
+    NTP_4_2_8P9
+
+  ntpq/ntpq.1ntpqmdoc@1.341 +2 -2
+    NTP_4_2_8P9
+
+  ntpq/ntpq.html@1.178 +136 -160
+    NTP_4_2_8P9
+
+  ntpq/ntpq.man.in@1.341 +3 -3
+    NTP_4_2_8P9
+
+  ntpq/ntpq.mdoc.in@1.341 +2 -2
+    NTP_4_2_8P9
+
+  ntpsnmpd/invoke-ntpsnmpd.texi@1.507 +2 -2
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd-opts.c@1.525 +67 -67
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd-opts.h@1.524 +3 -3
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd.1ntpsnmpdman@1.336 +3 -3
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc@1.336 +2 -2
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd.html@1.176 +10 -14
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd.man.in@1.336 +3 -3
+    NTP_4_2_8P9
+
+  ntpsnmpd/ntpsnmpd.mdoc.in@1.336 +2 -2
+    NTP_4_2_8P9
+
+  packageinfo.sh@1.532 +2 -2
+    NTP_4_2_8P9
+
+  scripts/calc_tickadj/calc_tickadj.1calc_tickadjman@1.97 +3 -3
+    NTP_4_2_8P9
+
+  scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc@1.98 +2 -2
+    NTP_4_2_8P9
+
+  scripts/calc_tickadj/calc_tickadj.html@1.99 +30 -42
+    NTP_4_2_8P9
+
+  scripts/calc_tickadj/calc_tickadj.man.in@1.96 +3 -3
+    NTP_4_2_8P9
+
+  scripts/calc_tickadj/calc_tickadj.mdoc.in@1.98 +2 -2
+    NTP_4_2_8P9
+
+  scripts/calc_tickadj/invoke-calc_tickadj.texi@1.101 +1 -1
+    NTP_4_2_8P9
+
+  scripts/invoke-plot_summary.texi@1.119 +2 -2
+    NTP_4_2_8P9
+
+  scripts/invoke-summary.texi@1.118 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/invoke-ntp-wait.texi@1.328 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/ntp-wait-opts@1.64 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/ntp-wait.1ntp-waitman@1.325 +3 -3
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/ntp-wait.1ntp-waitmdoc@1.326 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/ntp-wait.html@1.345 +41 -59
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/ntp-wait.man.in@1.325 +3 -3
+    NTP_4_2_8P9
+
+  scripts/ntp-wait/ntp-wait.mdoc.in@1.326 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/invoke-ntpsweep.texi@1.116 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/ntpsweep-opts@1.66 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/ntpsweep.1ntpsweepman@1.104 +3 -3
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/ntpsweep.1ntpsweepmdoc@1.104 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/ntpsweep.html@1.117 +46 -57
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/ntpsweep.man.in@1.104 +3 -3
+    NTP_4_2_8P9
+
+  scripts/ntpsweep/ntpsweep.mdoc.in@1.105 +2 -2
+    NTP_4_2_8P9
+
+  scripts/ntptrace/invoke-ntptrace.texi@1.117 +2 -2
+    NTP_4_2_8P9
+



Home | Main Index | Thread Index | Old Index