Deleted Added
full compact
ChangeLog (1.1.1.10) ChangeLog (1.1.1.11)
1---
1---
2(4.2.8p9) 2016/11/21 Released by Harlan Stenn <stenn@ntp.org>
3(4.2.8p9) 2016/MM/DD Released by Harlan Stenn <stenn@ntp.org>
4
5* [Sec 3119] Trap crash <perlinger@ntp.org>
6* [Sec 3118] Mode 6 information disclosure and DDoS vector <perlinger@ntp.org>
7 - TRAP config via mode 6 packet requires AUTH now.
8* [Sec 3114] Broadcast Mode Replay Prevention DoS
9 - applied patches by Matthew Van Gundy. <perlinger@ntp.org>
10 - with bcpollbstep, tweaks and cleanup by stenn@ntp.org
11* [Sec 3113] Broadcast Mode Poll Interval Enforcement DoS <perlinger@ntp.org>
12 - applied fix as suggested by Matthew Van Gundy
13* [Sec 3110] Windows: ntpd DoS by oversized UDP packet
14 - fixed error handling for truncated UDP packets. <perlinger@ntp.org>
15* [Sec 3102] Zero origin issues. HStenn.
16* [Sec 3082] null pointer dereference in _IO_str_init_static_internal()
17 - more hardening to read_mru_list(). perlinger@ntp.org
18* [Sec 3072] Attack on interface selection <perlinger@ntp.org>
19 - implemented Miroslav Lichvars <mlichvar@redhat.com> suggestion
20 to skip interface updates based on incoming packets
21* [Bug 3142] bug in netmask prefix length detection <perlinger@ntp.org>
22* [Bug 3138] gpsdjson refclock should honor fudgetime1. stenn@ntp.org
23* [Bug 3129] Unknown hosts can put resolver thread into a hard loop
24 - moved retry decision where it belongs. <perlinger@ntp.org>
25* [Bug 3125] NTPD doesn't fully start when ntp.conf entries are out of order
26 using the loopback-ppsapi-provider.dll <perlinger@ntp.org>
27* [Bug 3116] unit tests for NTP time stamp expansion. <perlinger@ntp.org>
28* [Bug 3100] ntpq can't retrieve daemon_version <perlinger@ntp.org>
29 - fixed extended sysvar lookup (bug introduced with bug 3008 fix)
30* [Bug 3095] Compatibility with openssl 1.1 <perlinger@ntp.org>
31 - applied patches by Kurt Roeckx <kurt@roeckx.be> to source
32 - added shim layer for SSL API calls with issues (both directions)
33* [Bug 3089] Serial Parser does not work anymore for hopfser like device
34 - simplified / refactored hex-decoding in driver. <perlinger@ntp.org>
35* [Bug 3084] update-leap mis-parses the leapfile name. HStenn.
36* [Bug 3068] Linker warnings when building on Solaris. perlinger@ntp.org
37 - applied patch thanks to Andrew Stormont <andyjstormont@gmail.com>
38* [Bug 3067] Root distance calculation needs improvement. HStenn.
39* [Bug 3066] NMEA clock ignores pps. perlinger@ntp.org
40 - PPS-HACK works again.
41* [Bug 3059] Potential buffer overrun from oversized hash <perlinger@ntp.org>
42 - applied patch by Brian Utterback <brian.utterback@oracle.com>
43* [Bug 3053] ntp_loopfilter.c frequency calc precedence error. Sarah White.
44* [Bug 3050] Fix for bug #2960 causes [...] spurious error message.
45 <perlinger@ntp.org>
46 - patches by Reinhard Max <max@suse.com> and Havard Eidnes <he@uninett.no>
47* [Bug 3047] Fix refclock_jjy C-DEX JST2000. abe@ntp.org
48 - Patch provided by Kuramatsu.
49* [Bug 3021] unity_fixture.c needs pragma weak <perlinger@ntp.org>
50 - removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
51* [Bug 3019] Windows: ERROR_HOST_UNREACHABLE block packet processing.
52 DMayer and JPerlinger.
53* [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger
54* [Bug 2961] sntp/tests/packetProcessing.c assumes AUTOKEY. HStenn.
55* [Bug 2959] refclock_jupiter: gps week correction <perlinger@ntp.org>
56 - fixed GPS week expansion to work based on build date. Special thanks
57 to Craig Leres for initial patch and testing.
58* [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd'
59 - fixed Makefile.am <perlinger@ntp.org>
60* [Bug 2689] ATOM driver processes last PPS pulse at startup,
61 even if it is very old <perlinger@ntp.org>
62 - make sure PPS source is alive before processing samples
63 - improve stability close to the 500ms phase jump (phase gate)
64* Fix typos in include/ntp.h.
65* Shim X509_get_signature_nid() if needed.
66* git author attribution cleanup
67* bk ignore file cleanup
68* remove locks in Windows IO, use rpc-like thread synchronisation instead
69
70---
2(4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org>
3
4* [Sec 3042] Broadcast Interleave. HStenn.
5* [Sec 3043] Autokey association reset. perlinger@ntp.org, stenn@ntp.org
6 - validate origin timestamps on bad MACs, too. stenn@ntp.org
7* [Sec 3044] Spoofed server packets are partially processed. HStenn.
8* [Sec 3045] Bad authentication demobilizes ephemeral associations. JPerlinger.
9* [Sec 3046] CRYPTO_NAK crash. stenn@ntp.org

--- 4 unchanged lines hidden (view full) ---

14* [Bug 3052] Add a .gitignore file. Edmund Wong.
15* [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
16* [Bug 3058] fetch_timestamp() mishandles 64-bit alignment. Brian Utterback,
17 JPerlinger, HStenn.
18* Update the NEWS file for 4.2.8p8. HStenn.
19* Fix typo in ntp-wait and plot_summary. HStenn.
20* Make sure we have an "author" file for git imports. HStenn.
21* Update the sntp problem tests for MacOS. HStenn.
71(4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org>
72
73* [Sec 3042] Broadcast Interleave. HStenn.
74* [Sec 3043] Autokey association reset. perlinger@ntp.org, stenn@ntp.org
75 - validate origin timestamps on bad MACs, too. stenn@ntp.org
76* [Sec 3044] Spoofed server packets are partially processed. HStenn.
77* [Sec 3045] Bad authentication demobilizes ephemeral associations. JPerlinger.
78* [Sec 3046] CRYPTO_NAK crash. stenn@ntp.org

--- 4 unchanged lines hidden (view full) ---

83* [Bug 3052] Add a .gitignore file. Edmund Wong.
84* [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
85* [Bug 3058] fetch_timestamp() mishandles 64-bit alignment. Brian Utterback,
86 JPerlinger, HStenn.
87* Update the NEWS file for 4.2.8p8. HStenn.
88* Fix typo in ntp-wait and plot_summary. HStenn.
89* Make sure we have an "author" file for git imports. HStenn.
90* Update the sntp problem tests for MacOS. HStenn.
22
91
23---
24(4.2.8p7) 2016/04/26 Released by Harlan Stenn <stenn@ntp.org>
25
26* [Sec 2901] KoD packets must have non-zero transmit timestamps. HStenn.
27* [Sec 2936] Skeleton Key: Any system knowing the trusted key can serve
28 time. Include passive servers in this check. HStenn.
29* [Sec 2945] Additional KoD packet checks. HStenn.
30* [Sec 2978] Interleave can be partially triggered. HStenn.

--- 4440 unchanged lines hidden ---
92---
93(4.2.8p7) 2016/04/26 Released by Harlan Stenn <stenn@ntp.org>
94
95* [Sec 2901] KoD packets must have non-zero transmit timestamps. HStenn.
96* [Sec 2936] Skeleton Key: Any system knowing the trusted key can serve
97 time. Include passive servers in this check. HStenn.
98* [Sec 2945] Additional KoD packet checks. HStenn.
99* [Sec 2978] Interleave can be partially triggered. HStenn.

--- 4440 unchanged lines hidden ---