1182007Sroberto---
2310419Sdelphij(4.2.8p9) 2016/11/21 Released by Harlan Stenn <stenn@ntp.org>
3310419Sdelphij(4.2.8p9) 2016/MM/DD Released by Harlan Stenn <stenn@ntp.org>
4310419Sdelphij
5310419Sdelphij* [Sec 3119] Trap crash <perlinger@ntp.org>
6310419Sdelphij* [Sec 3118] Mode 6 information disclosure and DDoS vector <perlinger@ntp.org>
7310419Sdelphij  - TRAP config via mode 6 packet requires AUTH now.
8310419Sdelphij* [Sec 3114] Broadcast Mode Replay Prevention DoS
9310419Sdelphij  - applied patches by Matthew Van Gundy. <perlinger@ntp.org>
10310419Sdelphij  - with bcpollbstep, tweaks and cleanup by stenn@ntp.org
11310419Sdelphij* [Sec 3113] Broadcast Mode Poll Interval Enforcement DoS <perlinger@ntp.org>
12310419Sdelphij  - applied fix as suggested by Matthew Van Gundy
13310419Sdelphij* [Sec 3110] Windows: ntpd DoS by oversized UDP packet
14310419Sdelphij  - fixed error handling for truncated UDP packets. <perlinger@ntp.org>
15310419Sdelphij* [Sec 3102] Zero origin issues.  HStenn.
16310419Sdelphij* [Sec 3082] null pointer dereference in _IO_str_init_static_internal()
17310419Sdelphij  - more hardening to read_mru_list(). perlinger@ntp.org
18310419Sdelphij* [Sec 3072] Attack on interface selection <perlinger@ntp.org>
19310419Sdelphij  - implemented Miroslav Lichvars <mlichvar@redhat.com> suggestion
20310419Sdelphij    to skip interface updates based on incoming packets
21310419Sdelphij* [Bug 3142] bug in netmask prefix length detection <perlinger@ntp.org>
22310419Sdelphij* [Bug 3138] gpsdjson refclock should honor fudgetime1. stenn@ntp.org
23310419Sdelphij* [Bug 3129] Unknown hosts can put resolver thread into a hard loop
24310419Sdelphij  - moved retry decision where it belongs. <perlinger@ntp.org>
25310419Sdelphij* [Bug 3125] NTPD doesn't fully start when ntp.conf entries are out of order
26310419Sdelphij  using the loopback-ppsapi-provider.dll <perlinger@ntp.org>
27310419Sdelphij* [Bug 3116] unit tests for NTP time stamp expansion. <perlinger@ntp.org>
28310419Sdelphij* [Bug 3100] ntpq can't retrieve daemon_version <perlinger@ntp.org>
29310419Sdelphij  - fixed extended sysvar lookup (bug introduced with bug 3008 fix)
30310419Sdelphij* [Bug 3095] Compatibility with openssl 1.1 <perlinger@ntp.org>
31310419Sdelphij  - applied patches by Kurt Roeckx <kurt@roeckx.be> to source
32310419Sdelphij  - added shim layer for SSL API calls with issues (both directions)
33310419Sdelphij* [Bug 3089] Serial Parser does not work anymore for hopfser like device
34310419Sdelphij  - simplified / refactored hex-decoding in driver. <perlinger@ntp.org>
35310419Sdelphij* [Bug 3084] update-leap mis-parses the leapfile name.  HStenn.
36310419Sdelphij* [Bug 3068] Linker warnings when building on Solaris. perlinger@ntp.org
37310419Sdelphij  - applied patch thanks to Andrew Stormont <andyjstormont@gmail.com>
38310419Sdelphij* [Bug 3067] Root distance calculation needs improvement.  HStenn.
39310419Sdelphij* [Bug 3066] NMEA clock ignores pps. perlinger@ntp.org
40310419Sdelphij  - PPS-HACK works again.
41310419Sdelphij* [Bug 3059] Potential buffer overrun from oversized hash <perlinger@ntp.org>
42310419Sdelphij  - applied patch by Brian Utterback <brian.utterback@oracle.com>
43310419Sdelphij* [Bug 3053] ntp_loopfilter.c frequency calc precedence error.  Sarah White.
44310419Sdelphij* [Bug 3050]  Fix for bug #2960 causes [...] spurious error message.
45310419Sdelphij  <perlinger@ntp.org>
46310419Sdelphij  - patches by Reinhard Max <max@suse.com> and Havard Eidnes <he@uninett.no>
47310419Sdelphij* [Bug 3047] Fix refclock_jjy C-DEX JST2000. abe@ntp.org
48310419Sdelphij  - Patch provided by Kuramatsu.
49310419Sdelphij* [Bug 3021] unity_fixture.c needs pragma weak <perlinger@ntp.org>
50310419Sdelphij  - removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
51310419Sdelphij* [Bug 3019] Windows: ERROR_HOST_UNREACHABLE block packet processing.
52310419Sdelphij  DMayer and JPerlinger.
53310419Sdelphij* [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger
54310419Sdelphij* [Bug 2961] sntp/tests/packetProcessing.c assumes AUTOKEY.  HStenn.
55310419Sdelphij* [Bug 2959] refclock_jupiter: gps week correction <perlinger@ntp.org>
56310419Sdelphij  - fixed GPS week expansion to work based on build date. Special thanks
57310419Sdelphij    to Craig Leres for initial patch and testing.
58310419Sdelphij* [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd'
59310419Sdelphij  - fixed Makefile.am <perlinger@ntp.org>
60310419Sdelphij* [Bug 2689] ATOM driver processes last PPS pulse at startup,
61310419Sdelphij             even if it is very old <perlinger@ntp.org>
62310419Sdelphij  - make sure PPS source is alive before processing samples
63310419Sdelphij  - improve stability close to the 500ms phase jump (phase gate)
64310419Sdelphij* Fix typos in include/ntp.h.
65310419Sdelphij* Shim X509_get_signature_nid() if needed.
66310419Sdelphij* git author attribution cleanup
67310419Sdelphij* bk ignore file cleanup
68310419Sdelphij* remove locks in Windows IO, use rpc-like thread synchronisation instead
69310419Sdelphij
70310419Sdelphij---
71301301Sdelphij(4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org>
72301301Sdelphij
73301301Sdelphij* [Sec 3042] Broadcast Interleave.  HStenn.
74301301Sdelphij* [Sec 3043] Autokey association reset.  perlinger@ntp.org, stenn@ntp.org
75301301Sdelphij  - validate origin timestamps on bad MACs, too.  stenn@ntp.org
76301301Sdelphij* [Sec 3044] Spoofed server packets are partially processed.  HStenn.
77301301Sdelphij* [Sec 3045] Bad authentication demobilizes ephemeral associations. JPerlinger.
78301301Sdelphij* [Sec 3046] CRYPTO_NAK crash.  stenn@ntp.org
79301301Sdelphij* [Bug 3038] NTP fails to build in VS2015. perlinger@ntp.org
80301301Sdelphij  - provide build environment
81301301Sdelphij  - 'wint_t' and 'struct timespec' defined by VS2015
82301301Sdelphij  - fixed print()/scanf() format issues
83301301Sdelphij* [Bug 3052] Add a .gitignore file.  Edmund Wong.
84301301Sdelphij* [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
85301301Sdelphij* [Bug 3058] fetch_timestamp() mishandles 64-bit alignment. Brian Utterback,
86301301Sdelphij  JPerlinger, HStenn.
87301301Sdelphij* Update the NEWS file for 4.2.8p8.  HStenn.
88301301Sdelphij* Fix typo in ntp-wait and plot_summary.  HStenn.
89301301Sdelphij* Make sure we have an "author" file for git imports.  HStenn.
90301301Sdelphij* Update the sntp problem tests for MacOS.  HStenn.
91310419Sdelphij
92301301Sdelphij---
93298770Sdelphij(4.2.8p7) 2016/04/26 Released by Harlan Stenn <stenn@ntp.org>
94298770Sdelphij
95298770Sdelphij* [Sec 2901] KoD packets must have non-zero transmit timestamps.  HStenn.
96298770Sdelphij* [Sec 2936] Skeleton Key: Any system knowing the trusted key can serve
97298770Sdelphij  time. Include passive servers in this check. HStenn.
98298770Sdelphij* [Sec 2945] Additional KoD packet checks.  HStenn.
99298770Sdelphij* [Sec 2978] Interleave can be partially triggered.  HStenn.
100298770Sdelphij* [Sec 3007] Validate crypto-NAKs.  Danny Mayer.
101298770Sdelphij* [Sec 3008] Always check the return value of ctl_getitem().
102298770Sdelphij  - initial work by HStenn
103298770Sdelphij  - Additional cleanup of ctl_getitem by perlinger@ntp.org
104298770Sdelphij* [Sec 3009] Crafted addpeer with hmode > 7 causes OOB error. perlinger@ntp.org
105298770Sdelphij   - added more stringent checks on packet content
106298770Sdelphij* [Sec 3010] remote configuration trustedkey/requestkey values
107298770Sdelphij  are not properly validated. perlinger@ntp.org
108298770Sdelphij  - sidekick: Ignore keys that have an unsupported MAC algorithm
109298770Sdelphij    but are otherwise well-formed
110298770Sdelphij* [Sec 3011] Duplicate IPs on unconfig directives will cause an assertion botch
111298770Sdelphij  - graciously accept the same IP multiple times. perlinger@ntp.org
112298770Sdelphij* [Sec 3020] Refclock impersonation.  HStenn.
113298770Sdelphij* [Bug 2831]  Segmentation Fault in DNS lookup during startup. perlinger@ntp.org
114298770Sdelphij  - fixed yet another race condition in the threaded resolver code.
115298770Sdelphij* [Bug 2858] bool support.  Use stdbool.h when available.  HStenn.
116298770Sdelphij* [Bug 2879] Improve NTP security against timing attacks. perlinger@ntp.org
117298770Sdelphij  - integrated patches by Loganaden Velvidron <logan@ntp.org>
118298770Sdelphij    with some modifications & unit tests
119298770Sdelphij* [Bug 2952] Symmetric active/passive mode is broken.  HStenn.
120298770Sdelphij* [Bug 2960] async name resolution fixes for chroot() environments.
121298770Sdelphij  Reinhard Max.
122298770Sdelphij* [Bug 2994] Systems with HAVE_SIGNALED_IO fail to compile. perlinger@ntp.org
123298770Sdelphij* [Bug 2995] Fixes to compile on Windows
124298770Sdelphij* [Bug 2999] out-of-bounds access in 'is_safe_filename()'. perlinger@ntp.org
125298770Sdelphij* [Bug 3013] Fix for ssl_init.c SHA1 test. perlinger@ntp.org
126298770Sdelphij  - Patch provided by Ch. Weisgerber
127298770Sdelphij* [Bug 3015] ntpq: config-from-file: "request contains an unprintable character"
128298770Sdelphij  - A change related to [Bug 2853] forbids trailing white space in
129298770Sdelphij    remote config commands. perlinger@ntp.org
130298770Sdelphij* [Bug 3019] NTPD stops processing packets after ERROR_HOST_UNREACHABLE
131298770Sdelphij  - report and patch from Aleksandr Kostikov.
132298770Sdelphij  - Overhaul of Windows IO completion port handling. perlinger@ntp.org
133298770Sdelphij* [Bug 3022] authkeys.c should be refactored. perlinger@ntp.org
134298770Sdelphij  - fixed memory leak in access list (auth[read]keys.c)
135298770Sdelphij  - refactored handling of key access lists (auth[read]keys.c)
136298770Sdelphij  - reduced number of error branches (authreadkeys.c)
137298770Sdelphij* [Bug 3023] ntpdate cannot correct dates in the future. perlinger@ntp.org
138298770Sdelphij* [Bug 3030] ntpq needs a general way to specify refid output format.  HStenn.
139298770Sdelphij* [Bug 3031] ntp broadcastclient unable to synchronize to an server
140298770Sdelphij             when the time of server changed. perlinger@ntp.org
141298770Sdelphij  - Check the initial delay calculation and reject/unpeer the broadcast
142298770Sdelphij    server if the delay exceeds 50ms. Retry again after the next
143298770Sdelphij    broadcast packet.
144298770Sdelphij* [Bug 3036] autokey trips an INSIST in authistrustedip().  Harlan Stenn.
145298770Sdelphij* Document ntp.key's optional IP list in authenetic.html.  Harlan Stenn.
146298770Sdelphij* Update html/xleave.html documentation.  Harlan Stenn.
147298770Sdelphij* Update ntp.conf documentation.  Harlan Stenn.
148298770Sdelphij* Fix some Credit: attributions in the NEWS file.  Harlan Stenn.
149298770Sdelphij* Fix typo in html/monopt.html.  Harlan Stenn.
150298770Sdelphij* Add README.pullrequests.  Harlan Stenn.
151298770Sdelphij* Cleanup to include/ntp.h.  Harlan Stenn.
152298770Sdelphij
153298770Sdelphij---
154294904Sdelphij(4.2.8p6) 2016/01/20 Released by Harlan Stenn <stenn@ntp.org>
155294904Sdelphij
156294904Sdelphij* [Sec 2935] Deja Vu: Replay attack on authenticated broadcast mode. HStenn.
157294904Sdelphij* [Sec 2936] Skeleton Key: Any trusted key system can serve time. HStenn.
158294904Sdelphij* [Sec 2937] ntpq: nextvar() missing length check. perlinger@ntp.org
159294904Sdelphij* [Sec 2938] ntpq saveconfig command allows dangerous characters
160294904Sdelphij  in filenames. perlinger@ntp.org
161294904Sdelphij* [Sec 2939] reslist NULL pointer dereference.  perlinger@ntp.org
162294904Sdelphij* [Sec 2940] Stack exhaustion in recursive traversal of restriction
163294904Sdelphij  list. perlinger@ntp.org
164294904Sdelphij* [Sec 2942]: Off-path DoS attack on auth broadcast mode.  HStenn.
165294904Sdelphij* [Sec 2945] Zero Origin Timestamp Bypass. perlinger@ntp.org
166294904Sdelphij* [Sec 2948] Potential Infinite Loop in ntpq ( and ntpdc) perlinger@ntp.org
167294904Sdelphij* [Bug 2772] adj_systime overflows tv_usec. perlinger@ntp.org
168294904Sdelphij* [Bug 2814] msyslog deadlock when signaled. perlinger@ntp.org
169294904Sdelphij  - applied patch by shenpeng11@huawei.com with minor adjustments
170294904Sdelphij* [Bug 2882] Look at ntp_request.c:list_peers_sum(). perlinger@ntp.org
171294904Sdelphij* [Bug 2891] Deadlock in deferred DNS lookup framework. perlinger@ntp.org
172294904Sdelphij* [Bug 2892] Several test cases assume IPv6 capabilities even when
173294904Sdelphij             IPv6 is disabled in the build. perlinger@ntp.org
174294904Sdelphij  - Found this already fixed, but validation led to cleanup actions.
175294904Sdelphij* [Bug 2905] DNS lookups broken. perlinger@ntp.org
176294904Sdelphij  - added limits to stack consumption, fixed some return code handling
177294904Sdelphij* [Bug 2971] ntpq bails on ^C: select fails: Interrupted system call
178294904Sdelphij  - changed stacked/nested handling of CTRL-C. perlinger@ntp.org
179294904Sdelphij  - make CTRL-C work for retrieval and printing od MRU list. perlinger@ntp.org
180294904Sdelphij* [Bug 2980] reduce number of warnings. perlinger@ntp.org
181294904Sdelphij  - integrated several patches from Havard Eidnes (he@uninett.no)
182294904Sdelphij* [Bug 2985] bogus calculation in authkeys.c perlinger@ntp.org
183294904Sdelphij  - implement 'auth_log2()' using integer bithack instead of float calculation
184294904Sdelphij* Make leapsec_query debug messages less verbose.  Harlan Stenn.
185294904Sdelphij* Disable incomplete t-ntp_signd.c test.  Harlan Stenn.
186294904Sdelphij
187294904Sdelphij---
188293894Sglebius(4.2.8p5) 2016/01/07 Released by Harlan Stenn <stenn@ntp.org>
189293894Sglebius
190293894Sglebius* [Sec 2956] small-step/big-step.  Close the panic gate earlier.  HStenn.
191293894Sglebius* CID 1339955: Free allocated memory in caljulian test.  HStenn.
192293894Sglebius* CID 1339962: Explicitly initialize variable in caljulian test.  HStenn.
193293894Sglebius* CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c.  HStenn.
194293894Sglebius* CID 1341533: Missing assertion in sntp/tests/t-log.c.  HStenn.
195293894Sglebius* CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
196293894Sglebius* CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
197293894Sglebius* CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
198293894Sglebius* CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c.  HStenn.
199293894Sglebius* CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262.  HStenn.
200293894Sglebius* CID 1341677: Nits in sntp/tests/keyFile.c.  HStenn.
201293894Sglebius* CID 1341678: Nits in sntp/tests/keyFile.c.  HStenn.
202293894Sglebius* CID 1341679: Nits in sntp/tests/keyFile.c.  HStenn.
203293894Sglebius* CID 1341680: Nits in sntp/tests/keyFile.c.  HStenn.
204293894Sglebius* CID 1341681: Nits in sntp/tests/keyFile.c.  HStenn.
205293894Sglebius* CID 1341682: Nit in libntp/authreadkeys.c.  HStenn.
206293894Sglebius* CID 1341684: Nit in tests/ntpd/t-ntp_signd.c.  HStenn.
207293894Sglebius* [Bug 2829] Look at pipe_fds in ntpd.c  (did so. perlinger@ntp.org)
208293894Sglebius* [Bug 2887] stratum -1 config results as showing value 99
209293894Sglebius  - fudge stratum should only accept values [0..16]. perlinger@ntp.org
210293894Sglebius* [Bug 2932] Update leapsecond file info in miscopt.html.  CWoodbury, HStenn.
211293894Sglebius* [Bug 2934] tests/ntpd/t-ntp_scanner.c has a magic constant wired in.  HMurray
212293894Sglebius* [Bug 2944] errno is not preserved properly in ntpdate after sendto call.
213293894Sglebius  - applied patch by Christos Zoulas.  perlinger@ntp.org
214293894Sglebius* [Bug 2952] Symmetric active/passive mode is broken.  HStenn.
215293894Sglebius* [Bug 2954] Version 4.2.8p4 crashes on startup with sig fault
216293894Sglebius  - fixed data race conditions in threaded DNS worker. perlinger@ntp.org
217293894Sglebius  - limit threading warm-up to linux; FreeBSD bombs on it. perlinger@ntp.org
218293894Sglebius* [Bug 2957] 'unsigned int' vs 'size_t' format clash. perlinger@ntp.org
219293894Sglebius  - accept key file only if there are no parsing errors
220293894Sglebius  - fixed size_t/u_int format clash
221293894Sglebius  - fixed wrong use of 'strlcpy'
222293894Sglebius* [Bug 2958] ntpq: fatal error messages need a final newline. Craig Leres.
223293894Sglebius* [Bug 2962] truncation of size_t/ptrdiff_t on 64bit targets. perlinger@ntp.org
224293894Sglebius  - fixed several other warnings (cast-alignment, missing const, missing prototypes)
225293894Sglebius  - promote use of 'size_t' for values that express a size
226293894Sglebius  - use ptr-to-const for read-only arguments
227293894Sglebius  - make sure SOCKET values are not truncated (win32-specific)
228293894Sglebius  - format string fixes
229293894Sglebius* [Bug 2965] Local clock didn't work since 4.2.8p4.  Martin Burnicki.
230293894Sglebius* [Bug 2967] ntpdate command suffers an assertion failure
231293894Sglebius  - fixed ntp_rfc2553.c to return proper address length. perlinger@ntp.org
232293894Sglebius* [Bug 2969]  Seg fault from ntpq/mrulist when looking at server with
233293894Sglebius              lots of clients. perlinger@ntp.org
234293894Sglebius* [Bug 2971] ntpq bails on ^C: select fails: Interrupted system call
235293894Sglebius  - changed stacked/nested handling of CTRL-C. perlinger@ntp.org
236294904Sdelphij  - make CTRL-C work for retrieval and printing od MRU list. perlinger@ntp.org
237293894Sglebius* Unity cleanup for FreeBSD-6.4.  Harlan Stenn.
238293894Sglebius* Unity test cleanup.  Harlan Stenn.
239293894Sglebius* Libevent autoconf pthread fixes for FreeBSD-10.  Harlan Stenn.
240293894Sglebius* Header cleanup in tests/sandbox/uglydate.c.  Harlan Stenn.
241293894Sglebius* Header cleanup in tests/libntp/sfptostr.c.  Harlan Stenn.
242293894Sglebius* Quiet a warning from clang.  Harlan Stenn.
243293894Sglebius* Update the NEWS file.  Harlan Stenn.
244293894Sglebius* Update scripts/calc_tickadj/Makefile.am.  Harlan Stenn.
245294904Sdelphij
246293894Sglebius---
247298770Sdelphij(4.2.8p4) 2015/10/21 Released by Harlan Stenn <stenn@ntp.org>
248290000Sglebius
249290000Sglebius* [Sec 2899] CVE-2014-9297  perlinger@ntp.org
250290000Sglebius* [Sec 2901] Drop invalid packet before checking KoD. Check for all KoD's.
251290000Sglebius  Danny Mayer.  Log incoming packets that fail TEST2.  Harlan Stenn.
252290000Sglebius* [Sec 2902] configuration directives "pidfile" and "driftfile"
253290000Sglebius  should be local-only. perlinger@ntp.org (patch by Miroslav Lichvar)
254290000Sglebius* [Sec 2909] added missing call to 'free()' in ntp_crypto.c. perlinger@ntp.org
255290000Sglebius* [Sec 2913] TALOS-CAN-0052: crash by loop counter underrun. perlinger@ntp.org
256290000Sglebius* [Sec 2916] TALOS-CAN-0054: memory corruption in password store. JPerlinger
257290000Sglebius* [Sec 2917] TALOS-CAN-0055: Infinite loop if extended logging enabled and
258290000Sglebius  the logfile and keyfile are the same. perlinger@ntp.org
259290000Sglebius* [Sec 1918] TALOS-CAN-0062: prevent directory traversal for VMS, too, when
260290000Sglebius  using 'saveconfig' command.  perlinger@ntp.org
261290000Sglebius* [Bug 2919] TALOS-CAN-0063: avoid buffer overrun in ntpq. perlinger@ntp.org
262290000Sglebius* [Sec 2020] TALOS-CAN-0064: signed/unsiged clash could lead to buffer overun
263290000Sglebius  and memory corruption. perlinger@ntp.org
264290000Sglebius* [Sec 2921] TALOS-CAN-0065: password length memory corruption. JPerlinger.
265290000Sglebius* [Sec 2922] decodenetnum() will ASSERT botch instead of returning FAIL
266290000Sglebius  on some bogus values.  Harlan Stenn.
267290000Sglebius* [Sec 2941] NAK to the Future: Symmetric association authentication
268290000Sglebius  bypass via crypto-NAK. Patch applied. perlinger@ntp.org
269290000Sglebius* [Bug 2332] (reopened) Exercise thread cancellation once before dropping
270290000Sglebius  privileges and limiting resources in NTPD removes the need to link
271290000Sglebius  forcefully against 'libgcc_s' which does not always work. J.Perlinger
272290000Sglebius* [Bug 2595] ntpdate man page quirks.  Hal Murray, Harlan Stenn.
273290000Sglebius* [Bug 2625] Deprecate flag1 in local refclock.  Hal Murray, Harlan Stenn.
274290000Sglebius* [Bug 2817] Stop locking ntpd into memory by default under Linux.  H.Stenn.
275290000Sglebius* [Bug 2821] minor build issues: fixed refclock_gpsdjson.c.  perlinger@ntp.org
276290000Sglebius* [Bug 2823] ntpsweep with recursive peers option doesn't work.  H.Stenn.
277290000Sglebius* [Bug 2849] Systems with more than one default route may never
278290000Sglebius  synchronize.  Brian Utterback.  Note that this patch might need to
279290000Sglebius  be reverted once Bug 2043 has been fixed.
280290000Sglebius* [Bug 2864] 4.2.8p3 fails to compile on Windows. Juergen Perlinger
281290000Sglebius* [Bug 2866] segmentation fault at initgroups().  Harlan Stenn.
282290000Sglebius* [Bug 2867] ntpd with autokey active crashed by 'ntpq -crv'. J.Perlinger
283290000Sglebius* [Bug 2873] libevent should not include .deps/ in the tarball.  H.Stenn
284290000Sglebius* [Bug 2874] Don't distribute generated sntp/tests/fileHandlingTest.h. H.Stenn
285290000Sglebius* [Bug 2875] sntp/Makefile.am: Get rid of DIST_SUBDIRS.  libevent must
286290000Sglebius  be configured for the distribution targets.  Harlan Stenn.
287290000Sglebius* [Bug 2883] ntpd crashes on exit with empty driftfile.  Miroslav Lichvar.
288290000Sglebius* [Bug 2886] Mis-spelling: "outlyer" should be "outlier".  dave@horsfall.org
289290000Sglebius* [Bug 2888] streamline calendar functions.  perlinger@ntp.org
290290000Sglebius* [Bug 2889] ntp-dev-4.3.67 does not build on Windows.  perlinger@ntp.org
291290000Sglebius* [Bug 2890] Ignore ENOBUFS on routing netlink socket.  Konstantin Khlebnikov.
292290000Sglebius* [Bug 2906] make check needs better support for pthreads.  Harlan Stenn.
293290000Sglebius* [Bug 2907] dist* build targets require our libevent/ to be enabled.  HStenn.
294290000Sglebius* [Bug 2912] no munlockall() under Windows.  David Taylor, Harlan Stenn.
295290000Sglebius* libntp/emalloc.c: Remove explicit include of stdint.h.  Harlan Stenn.
296290000Sglebius* Put Unity CPPFLAGS items in unity_config.h.  Harlan Stenn.
297290000Sglebius* tests/ntpd/g_leapsec.cpp typo fix.  Harlan Stenn.
298290000Sglebius* Phase 1 deprecation of google test in sntp/tests/.  Harlan Stenn.
299290000Sglebius* On some versions of HP-UX, inttypes.h does not include stdint.h.  H.Stenn.
300290000Sglebius* top_srcdir can change based on ntp v. sntp.  Harlan Stenn.
301290000Sglebius* sntp/tests/ function parameter list cleanup.  Damir Tomi��.
302290000Sglebius* tests/libntp/ function parameter list cleanup.  Damir Tomi��.
303290000Sglebius* tests/ntpd/ function parameter list cleanup.  Damir Tomi��.
304290000Sglebius* sntp/unity/unity_config.h: handle stdint.h.  Harlan Stenn.
305290000Sglebius* sntp/unity/unity_internals.h: handle *INTPTR_MAX on old Solaris.  H.Stenn.
306290000Sglebius* tests/libntp/timevalops.c and timespecops.c fixed error printing.  D.Tomi��.
307290000Sglebius* tests/libntp/ improvements in code and fixed error printing.  Damir Tomi��.
308290000Sglebius* tests/libntp: a_md5encrypt.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
309290000Sglebius  caltontp.c, clocktime.c, humandate.c, hextolfp.c, decodenetnum.c - fixed
310290000Sglebius  formatting; first declaration, then code (C90); deleted unnecessary comments;
311290000Sglebius  changed from sprintf to snprintf; fixed order of includes. Tomasz Flendrich
312290000Sglebius* tests/libntp/lfpfunc.c remove unnecessary include, remove old comments,
313290000Sglebius  fix formatting, cleanup. Tomasz Flendrich
314290000Sglebius* tests/libntp/lfptostr.c remove unnecessary include, add consts, fix formatting.
315290000Sglebius  Tomasz Flendrich
316290000Sglebius* tests/libntp/statestr.c remove empty functions, remove unnecessary include,
317290000Sglebius  fix formatting. Tomasz Flendrich
318290000Sglebius* tests/libntp/modetoa.c fixed formatting. Tomasz Flendrich
319290000Sglebius* tests/libntp/msyslog.c fixed formatting. Tomasz Flendrich
320290000Sglebius* tests/libntp/numtoa.c deleted unnecessary empty functions, fixed formatting.
321290000Sglebius  Tomasz Flendrich
322290000Sglebius* tests/libntp/numtohost.c added const, fixed formatting. Tomasz Flendrich
323290000Sglebius* tests/libntp/refnumtoa.c fixed formatting. Tomasz Flendrich
324290000Sglebius* tests/libntp/ssl_init.c fixed formatting. Tomasz Flendrich
325290000Sglebius* tests/libntp/tvtots.c fixed a bug, fixed formatting. Tomasz Flendrich
326290000Sglebius* tests/libntp/uglydate.c removed an unnecessary include. Tomasz Flendrich
327290000Sglebius* tests/libntp/vi64ops.c removed an unnecessary comment, fixed formatting.
328290000Sglebius* tests/libntp/ymd3yd.c removed an empty function and an unnecessary include,
329290000Sglebiusfixed formatting. Tomasz Flendrich
330290000Sglebius* tests/libntp/timespecops.c fixed formatting, fixed the order of includes,
331290000Sglebius  removed unnecessary comments, cleanup. Tomasz Flendrich
332290000Sglebius* tests/libntp/timevalops.c fixed the order of includes, deleted unnecessary
333290000Sglebius  comments, cleanup. Tomasz Flendrich
334290000Sglebius* tests/libntp/sockaddrtest.h making it agree to NTP's conventions of formatting.
335290000Sglebius  Tomasz Flendrich
336290000Sglebius* tests/libntp/lfptest.h cleanup. Tomasz Flendrich
337290000Sglebius* tests/libntp/test-libntp.c fix formatting. Tomasz Flendrich
338290000Sglebius* sntp/tests/crypto.c is now using proper Unity's assertions, fixed formatting.
339290000Sglebius  Tomasz Flendrich
340290000Sglebius* sntp/tests/kodDatabase.c added consts, deleted empty function,
341290000Sglebius  fixed formatting. Tomasz Flendrich
342290000Sglebius* sntp/tests/kodFile.c cleanup, fixed formatting. Tomasz Flendrich
343290000Sglebius* sntp/tests/packetHandling.c is now using proper Unity's assertions,
344290000Sglebius  fixed formatting, deleted unused variable. Tomasz Flendrich
345290000Sglebius* sntp/tests/keyFile.c is now using proper Unity's assertions, fixed formatting.
346290000Sglebius  Tomasz Flendrich
347290000Sglebius* sntp/tests/packetProcessing.c changed from sprintf to snprintf,
348290000Sglebius  fixed formatting. Tomasz Flendrich
349290000Sglebius* sntp/tests/utilities.c is now using proper Unity's assertions, changed
350290000Sglebius  the order of includes, fixed formatting, removed unnecessary comments.
351290000Sglebius  Tomasz Flendrich
352290000Sglebius* sntp/tests/sntptest.h fixed formatting. Tomasz Flendrich
353290000Sglebius* sntp/tests/fileHandlingTest.h.in fixed a possible buffer overflow problem,
354290000Sglebius  made one function do its job, deleted unnecessary prints, fixed formatting.
355290000Sglebius  Tomasz Flendrich
356290000Sglebius* sntp/unity/Makefile.am added a missing header. Tomasz Flendrich
357290000Sglebius* sntp/unity/unity_config.h: Distribute it.  Harlan Stenn.
358290000Sglebius* sntp/libevent/evconfig-private.h: remove generated filefrom SCM.  H.Stenn.
359290000Sglebius* sntp/unity/Makefile.am: fix some broken paths.  Harlan Stenn.
360290000Sglebius* sntp/unity/unity.c: Clean up a printf().  Harlan Stenn.
361290000Sglebius* Phase 1 deprecation of google test in tests/libntp/.  Harlan Stenn.
362290000Sglebius* Don't build sntp/libevent/sample/.  Harlan Stenn.
363290000Sglebius* tests/libntp/test_caltontp needs -lpthread.  Harlan Stenn.
364290000Sglebius* br-flock: --enable-local-libevent.  Harlan Stenn.
365290000Sglebius* Wrote tests for ntpd/ntp_prio_q.c. Tomasz Flendrich
366290000Sglebius* scripts/lib/NTP/Util.pm: stratum output is version-dependent.  Harlan Stenn.
367290000Sglebius* Get rid of the NTP_ prefix on our assertion macros.  Harlan Stenn.
368290000Sglebius* Code cleanup.  Harlan Stenn.
369290000Sglebius* libntp/icom.c: Typo fix.  Harlan Stenn.
370290000Sglebius* util/ntptime.c: initialization nit.  Harlan Stenn.
371290000Sglebius* ntpd/ntp_peer.c:newpeer(): added a DEBUG_REQUIRE(srcadr).  Harlan Stenn.
372290000Sglebius* Add std_unity_tests to various Makefile.am files.  Harlan Stenn.
373290000Sglebius* ntpd/ntp_restrict.c: added a few assertions, created tests for this file.
374290000Sglebius  Tomasz Flendrich
375290000Sglebius* Changed progname to be const in many files - now it's consistent. Tomasz
376290000Sglebius  Flendrich
377290000Sglebius* Typo fix for GCC warning suppression.  Harlan Stenn.
378290000Sglebius* Added tests/ntpd/ntp_scanner.c test. Damir Tomi��.
379290000Sglebius* Added declarations to all Unity tests, and did minor fixes to them.
380290000Sglebius  Reduced the number of warnings by half. Damir Tomi��.
381290000Sglebius* Updated generate_test_runner.rb and updated the sntp/unity/auto directory
382290000Sglebius  with the latest Unity updates from Mark. Damir Tomi��.
383290000Sglebius* Retire google test - phase I.  Harlan Stenn.
384290000Sglebius* Unity test cleanup: move declaration of 'initializing'.  Harlan Stenn.
385290000Sglebius* Update the NEWS file.  Harlan Stenn.
386290000Sglebius* Autoconf cleanup.  Harlan Stenn.
387290000Sglebius* Unit test dist cleanup. Harlan Stenn.
388290000Sglebius* Cleanup various test Makefile.am files.  Harlan Stenn.
389290000Sglebius* Pthread autoconf macro cleanup.  Harlan Stenn.
390290000Sglebius* Fix progname definition in unity runner scripts.  Harlan Stenn.
391290000Sglebius* Clean trailing whitespace in tests/ntpd/Makefile.am.  Harlan Stenn.
392290000Sglebius* Update the patch for bug 2817.  Harlan Stenn.
393290000Sglebius* More updates for bug 2817.  Harlan Stenn.
394290000Sglebius* Fix bugs in tests/ntpd/ntp_prio_q.c.  Harlan Stenn.
395290000Sglebius* gcc on older HPUX may need +allowdups.  Harlan Stenn.
396290000Sglebius* Adding missing MCAST protection.  Harlan Stenn.
397290000Sglebius* Disable certain test programs on certain platforms.  Harlan Stenn.
398290000Sglebius* Implement --enable-problem-tests (on by default).  Harlan Stenn.
399290000Sglebius* build system tweaks.  Harlan Stenn.
400290000Sglebius---
401290000Sglebius(4.2.8p3) 2015/06/29 Released by Harlan Stenn <stenn@ntp.org>
402290000Sglebius
403290000Sglebius* [Sec 2853] Crafted remote config packet can crash some versions of
404290000Sglebius  ntpd.  Aleksis Kauppinen, Juergen Perlinger, Harlan Stenn.
405290000Sglebius* [Sec 2853] Initial work on tests/sec-2853/.  Harlan Stenn.
406290000Sglebius* [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c.  Helge Oldach.
407290000Sglebius* [Bug 2846] Report 'unsynchronized' status during the leap second.
408290000Sglebius  Fixed in Martin's changes to Bug 2855.  Martin Burnicki.
409290000Sglebius* [Bug 2859] Improve raw DCF77 robustness deconding.  Frank Kardel.
410290000Sglebius* [Bug 2860] ntpq ifstats sanity check is too stringent.  Frank Kardel.
411290000Sglebius* README.leapsmear added.  Martin Burnicki.
412290000Sglebius* README.leapsmear edited.  Harlan Stenn.
413290000Sglebius* tests/libntp/msyslog.c: fixed a gcc warning. Tomasz Flendrich.
414290000Sglebius* ntpd/ntp.conf.def: Document DSCP and leapsmearinterval.  Harlan Stenn.
415290000Sglebius* html/miscopt.html: Document leapsmearinterval, other cleanup.  Harlan Stenn.
416290000Sglebius---
417290000Sglebius(4.2.8p3-RC3) 2015/06/27 Released by Harlan Stenn <stenn@ntp.org>
418290000Sglebius
419290000Sglebius* [Bug 2855] Parser fix for conditional leap smear code.  Harlan Stenn.
420290000Sglebius* [Bug 2855] Report leap smear in the REFID.  Harlan Stenn.
421290000Sglebius* [Bug 2856] ntpd should wait() on terminated child processes.  Paul Green.
422290000Sglebius* [Bug 2857] Stratus VOS does not support SIGIO.  Paul Green.
423290000Sglebius* html/drivers/driver22.html: typo fix.  Harlan Stenn.
424290000Sglebius* refidsmear test cleanup.  Tomasz Flendrich.
425290000Sglebius* refidsmear function support and tests.  Harlan Stenn.
426290000Sglebius* sntp/tests/Makefile.am: remove g_nameresolution.cpp as it tested
427290000Sglebius  something that was only in the 4.2.6 sntp.  Harlan Stenn.
428290000Sglebius* Modified tests/bug-2803/Makefile.am so it builds Unity framework tests.
429290000Sglebius  Damir Tomi��
430290000Sglebius* Modified tests/libtnp/Makefile.am so it builds Unity framework tests.
431290000Sglebius  Damir Tomi��
432290000Sglebius* Modified sntp/tests/Makefile.am so it builds Unity framework tests.
433290000Sglebius  Damir Tomi��
434290000Sglebius* tests/sandbox/smeartest.c: Harlan Stenn, Damir Tomic, Juergen Perlinger.
435290000Sglebius* Converted from gtest to Unity: tests/bug-2803/. Damir Tomi��
436290000Sglebius* Converted from gtest to Unity: tests/libntp/ a_md5encrypt, atoint.c,
437290000Sglebius  atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c,
438290000Sglebius  calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c,
439290000Sglebius  numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c,
440290000Sglebius  timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c.
441290000Sglebius  Damir Tomi��
442290000Sglebius* Converted from gtest to Unity: sntp/tests/ kodDatabase.c, kodFile.c,
443290000Sglebius  networking.c, keyFile.c, utilities.cpp, sntptest.h,
444290000Sglebius  fileHandlingTest.h. Damir Tomi��
445290000Sglebius* Converted from gtest to Unity: sntp/tests/ caltontp.c, humandate.c,
446290000Sglebius  msyslog.c, prettydate.c, recvbuff.c, sfptostr.c, tstotv.c, tvtots.c,
447290000Sglebius  sntp/tests/packetProcessing.c. Tomasz Flendrich
448290000Sglebius---
449290000Sglebius(4.2.8p3-RC2) 2015/06/24 Released by Harlan Stenn <stenn@ntp.org>
450290000Sglebius
451290000Sglebius* [Bug 2778] Implement "apeers"  ntpq command to include associd.
452290000Sglebius* [Bug 2805] ntpd fails to join multicast group.
453290000Sglebius* [Bug 2824] Convert update-leap to perl. (also see 2769)
454290000Sglebius* [Bug 2830] ntpd doesn't always transfer the correct TAI offset via autokey
455290000Sglebius   NTPD transfers the current TAI (instead of an announcement) now.
456290000Sglebius   This might still needed improvement.
457290000Sglebius   Update autokey data ASAP when 'sys_tai' changes.
458290000Sglebius   Fix unit test that was broken by changes for autokey update.
459290000Sglebius   Avoid potential signature length issue and use DPRINTF where possible
460290000Sglebius     in ntp_crypto.c.
461290000Sglebius* [Bug 2832] refclock_jjy.c supports the TDC-300.
462290000Sglebius* [Bug 2834] Correct a broken html tag in html/refclock.html
463290000Sglebius* [Bug 2836] DFC77 patches from Frank Kardel to make decoding more
464290000Sglebius  robust, and require 2 consecutive timestamps to be consistent.
465290000Sglebius* [Bug 2837] Allow a configurable DSCP value.
466290000Sglebius* [Bug 2837] add test for DSCP to ntpd/complete.conf.in
467290000Sglebius* [Bug 2842] Glitch in ntp.conf.def documentation stanza.
468290000Sglebius* [Bug 2842] Bug in mdoc2man.
469290000Sglebius* [Bug 2843] make check fails on 4.3.36
470290000Sglebius   Fixed compiler warnings about numeric range overflow
471290000Sglebius   (The original topic was fixed in a byplay to bug#2830)
472290000Sglebius* [Bug 2845] Harden memory allocation in ntpd.
473290000Sglebius* [Bug 2852] 'make check' can't find unity.h.  Hal Murray.
474290000Sglebius* [Bug 2854] Missing brace in libntp/strdup.c.  Masanari Iida.
475290000Sglebius* [Bug 2855] Implement conditional leap smear code.  Martin Burnicki.
476290000Sglebius* [Bug 2855] leap smear cleanup.  Harlan Stenn.
477290000Sglebius* Initial support for experimental leap smear code.  Harlan Stenn.
478290000Sglebius* Fixes to sntp/tests/fileHandlingTest.h.in.  Harlan Stenn.
479290000Sglebius* Report select() debug messages at debug level 3 now.
480290000Sglebius* sntp/scripts/genLocInfo: treat raspbian as debian.
481290000Sglebius* Unity test framework fixes.
482290000Sglebius  ** Requires ruby for changes to tests.
483290000Sglebius* Initial support for PACKAGE_VERSION tests.
484290000Sglebius* sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS.
485290000Sglebius* tests/bug-2803/Makefile.am must distribute bug-2803.h.
486290000Sglebius* automake-1.15 cleanup for sntp/tests/fileHandlingTest.h.in .  Harlan Stenn.
487290000Sglebius---
488290000Sglebius(4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn <stenn@ntp.org>
489290000Sglebius
490290000Sglebius* CID 739725: Fix a rare resource leak in libevent/listener.c.
491290000Sglebius* CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776.
492290000Sglebius* CID 1296235: Fix refclock_jjy.c and correcting type of the driver40-ja.html
493290000Sglebius* CID 1269537: Clean up a line of dead code in getShmTime().
494290000Sglebius* [Bug 2590] autogen-5.18.5.
495290000Sglebius* [Bug 2612] restrict: Warn when 'monitor' can't be disabled because
496290000Sglebius  of 'limited'.
497290000Sglebius* [Bug 2650] fix includefile processing.
498290000Sglebius* [Bug 2745] ntpd -x steps clock on leap second
499290000Sglebius   Fixed an initial-value problem that caused misbehaviour in absence of
500290000Sglebius   any leapsecond information.
501290000Sglebius   Do leap second stepping only of the step adjustment is beyond the
502290000Sglebius   proper jump distance limit and step correction is allowed at all.
503290000Sglebius* [Bug 2750] build for Win64
504290000Sglebius  Building for 32bit of loopback ppsapi needs def file
505290000Sglebius* [Bug 2776] Improve ntpq's 'help keytype'.
506290000Sglebius* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection.
507290000Sglebius* [Bug 2792] If the IFF_RUNNING interface flag is supported then an
508290000Sglebius  interface is ignored as long as this flag is not set since the
509290000Sglebius  interface is not usable (e.g., no link).
510290000Sglebius* [Bug 2794] Clean up kernel clock status reports.
511290000Sglebius* [Bug 2800] refclock_true.c true_debug() can't open debug log because
512290000Sglebius  of incompatible open/fdopen parameters.
513290000Sglebius* [Bug 2804] install-local-data assumes GNU 'find' semantics.
514290000Sglebius* [Bug 2806] refclock_jjy.c supports the Telephone JJY.
515290000Sglebius* [Bug 2808] GPSD_JSON driver enhancements, step 1.
516290000Sglebius  Fix crash during cleanup if GPS device not present and char device.
517290000Sglebius  Increase internal token buffer to parse all JSON data, even SKY.
518290000Sglebius  Defer logging of errors during driver init until the first unit is
519290000Sglebius  started, so the syslog is not cluttered when the driver is not used.
520290000Sglebius  Various improvements, see http://bugs.ntp.org/2808 for details.
521290000Sglebius  Changed libjsmn to a more recent version.
522290000Sglebius* [Bug 2810] refclock_shm.c memory barrier code needs tweaks for QNX.
523290000Sglebius* [Bug 2813] HP-UX needs -D__STDC_VERSION__=199901L and limits.h.
524290000Sglebius* [Bug 2815] net-snmp before v5.4 has circular library dependencies.
525290000Sglebius* [Bug 2821] Add a missing NTP_PRINTF and a missing const.
526290000Sglebius* [Bug 2822] New leap column in sntp broke NTP::Util.pm.
527290000Sglebius* [Bug 2825] Quiet file installation in html/ .
528290000Sglebius* [Bug 2830] ntpd doesn't always transfer the correct TAI offset via autokey
529290000Sglebius   NTPD transfers the current TAI (instead of an announcement) now.
530290000Sglebius   This might still needed improvement.
531290000Sglebius* Add an assert to the ntpq ifstats code.
532290000Sglebius* Clean up the RLIMIT_STACK code.
533290000Sglebius* Improve the ntpq documentation around the controlkey keyid.
534290000Sglebius* ntpq.c cleanup.
535290000Sglebius* Windows port build cleanup.
536290000Sglebius---
537290000Sglebius(4.2.8p2) 2015/04/07 Released by Harlan Stenn <stenn@ntp.org>
538290000Sglebius(4.2.8p2-RC3) 2015/04/03 Released by Harlan Stenn <stenn@ntp.org>
539290000Sglebius
540290000Sglebius* [Bug 2763] Fix for different thresholds for forward and backward steps.
541290000Sglebius* Initial import of the Unity test framework.
542290000Sglebius---
543290000Sglebius(4.2.8p2-RC2) 2015/04/03 Released by Harlan Stenn <stenn@ntp.org>
544290000Sglebius
545290000Sglebius* [Bug 2592] FLAG_TSTAMP_PPS cleanup for refclock_parse.c.
546290000Sglebius* [Bug 2769] New script: update-leap
547290000Sglebius* [Bug 2769] cleannup for update-leap
548290000Sglebius* [Bug 2788] New flag -G (force_step_once).
549290000Sglebius* [Bug 2794] Clean up kernel clock status reports.
550290000Sglebius* [Bug 2795] Cannot build without OpenSLL (on Win32).
551290000Sglebius  Provided a Win32 specific wrapper around libevent/arc4random.c.
552290000Sglebius  fixed some minor warnings.
553290000Sglebius* [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
554290000Sglebius* [Bug 2797] ntp-keygen trapped in endless loop for MD5 keys
555290000Sglebius  on big-endian machines.
556290000Sglebius* [Bug 2798] sntp should decode and display the leap indicator.
557290000Sglebius* Simple cleanup to html/build.html
558290000Sglebius---
559290000Sglebius(4.2.8p2-RC1) 2015/03/30 Released by Harlan Stenn <stenn@ntp.org>
560290000Sglebius
561290000Sglebius* [Bug 2794] Don't let reports on normal kernel status changes
562290000Sglebius  look like errors.
563290000Sglebius* [Bug 2788] New flag -G (force_step_once).
564290000Sglebius* [Bug 2592] Account for PPS sources which can provide an accurate
565290000Sglebius  absolute time stamp, and status information.
566290000Sglebius  Fixed indention and removed trailing whitespace.
567290000Sglebius* [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003.
568290000Sglebius* [Bug 1960] setsockopt IPV6_MULTICAST_IF: Invalid argument.
569290000Sglebius* [Bug 2346] "graceful termination" signals do not do peer cleanup.
570290000Sglebius* [Bug 2728] See if C99-style structure initialization works.
571290000Sglebius* [Bug 2747] Upgrade libevent to 2.1.5-beta.
572290000Sglebius* [Bug 2749] ntp/lib/NTP/Util.pm needs update for ntpq -w, IPv6, .POOL. .
573290000Sglebius* [Bug 2751] jitter.h has stale copies of l_fp macros.
574290000Sglebius* [Bug 2756] ntpd hangs in startup with gcc 3.3.5 on ARM.
575290000Sglebius* [Bug 2757] Quiet compiler warnings.
576290000Sglebius* [Bug 2759] Expose nonvolatile/clk_wander_threshold to ntpq.
577290000Sglebius* [Bug 2763] Allow different thresholds for forward and backward steps.
578290000Sglebius* [Bug 2766] ntp-keygen output files should not be world-readable.
579290000Sglebius* [Bug 2767] ntp-keygen -M should symlink to ntp.keys.
580290000Sglebius* [Bug 2771] nonvolatile value is documented in wrong units.
581290000Sglebius* [Bug 2773] Early leap announcement from Palisade/Thunderbolt
582290000Sglebius* [Bug 2774] Unreasonably verbose printout - leap pending/warning
583290000Sglebius* [Bug 2775] ntp-keygen.c fails to compile under Windows.
584290000Sglebius* [Bug 2777] Fixed loops and decoding of Meinberg GPS satellite info.
585290000Sglebius  Removed non-ASCII characters from some copyright comments.
586290000Sglebius  Removed trailing whitespace.
587290000Sglebius  Updated definitions for Meinberg clocks from current Meinberg header files.
588290000Sglebius  Now use C99 fixed-width types and avoid non-ASCII characters in comments.
589290000Sglebius  Account for updated definitions pulled from Meinberg header files.
590290000Sglebius  Updated comments on Meinberg GPS receivers which are not only called GPS16x.
591290000Sglebius  Replaced some constant numbers by defines from ntp_calendar.h
592290000Sglebius  Modified creation of parse-specific variables for Meinberg devices
593290000Sglebius  in gps16x_message().
594290000Sglebius  Reworked mk_utcinfo() to avoid printing of ambiguous leap second dates.
595290000Sglebius  Modified mbg_tm_str() which now expexts an additional parameter controlling
596290000Sglebius  if the time status shall be printed.
597290000Sglebius* [Sec 2779] ntpd accepts unauthenticated packets with symmetric key crypto.
598290000Sglebius* [Sec 2781] Authentication doesn't protect symmetric associations against
599290000Sglebius  DoS attacks.
600290000Sglebius* [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
601290000Sglebius* [Bug 2784] Fix for 2782 uses clock_gettime() instead of get_ostime().
602290000Sglebius* [Bug 2789] Quiet compiler warnings from libevent.
603290000Sglebius* [Bug 2790] If ntpd sets the Windows MM timer highest resolution
604290000Sglebius  pause briefly before measuring system clock precision to yield
605290000Sglebius  correct results.
606290000Sglebius* Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer.
607290000Sglebius* Use predefined function types for parse driver functions
608290000Sglebius  used to set up function pointers.
609290000Sglebius  Account for changed prototype of parse_inp_fnc_t functions.
610290000Sglebius  Cast parse conversion results to appropriate types to avoid
611290000Sglebius  compiler warnings.
612290000Sglebius  Let ioctl() for Windows accept a (void *) to avoid compiler warnings
613290000Sglebius  when called with pointers to different types.
614290000Sglebius---
615290000Sglebius(4.2.8p1) 2015/02/04 Released by Harlan Stenn <stenn@ntp.org>
616290000Sglebius
617290000Sglebius* Update the NEWS file.
618290000Sglebius* [Sec 2671] vallen in extension fields are not validated.
619290000Sglebius---
620290000Sglebius(4.2.8p1-RC2) 2015/01/29 Released by Harlan Stenn <stenn@ntp.org>
621290000Sglebius
622290000Sglebius* [Bug 2627] shm refclock allows only two units with owner-only access
623290000Sglebius  rework: reverted sense of mode bit (so default reflects previous
624290000Sglebius  behaviour) and updated ducumentation.
625290000Sglebius* [Bug 2732] - Leap second not handled correctly on Windows 8
626290000Sglebius  use 'GetTickCount()' to get the true elapsed time of slew
627290000Sglebius  (This should work for all versions of Windows >= W2K)
628290000Sglebius* [Bug 2738] Missing buffer initialization in refclocK_parse.c::parsestate().
629290000Sglebius* [Bug 2739] Parse driver with PPS enabled occasionally evaluates
630290000Sglebius  PPS timestamp with wrong sign.
631290000Sglebius  Removed some German umlauts.
632290000Sglebius* [Bug 2740] Removed some obsolete code from the parse driver.
633290000Sglebius* [Bug 2741] Incorrect buffer check in refclocK_parse.c::parsestatus().
634290000Sglebius---
635290000Sglebius(4.2.8p1-RC1) 2015/01/24 Released by Harlan Stenn <stenn@ntp.org>
636290000Sglebius
637290000Sglebius* Start the RC for 4.2.8p1.
638290000Sglebius* [Bug 2187] Update version number generation scripts.
639290000Sglebius* [Bug 2617] Fix sntp Usage documentation section.
640290000Sglebius* [Sec 2672] Code cleanup: On some OSes ::1 can be spoofed...
641290000Sglebius* [Bug 2736] Show error message if we cannot open the config file.
642290000Sglebius* Copyright update.
643290000Sglebius* Fix the package name.
644290000Sglebius---
645290000Sglebius(4.2.8p1-beta5) 2015/01/07 Released by Harlan Stenn <stenn@ntp.org>
646290000Sglebius
647290000Sglebius* [Bug 2695] Windows build: __func__ not supported under Windows.
648290000Sglebius* [Bug 2728] Work around C99-style structure initialization code
649290000Sglebius  for older compilers, specifically Visual Studio prior to VS2013.
650290000Sglebius---
651290000Sglebius(4.2.8p1-beta4) 2015/01/04 Released by Harlan Stenn <stenn@ntp.org>
652290000Sglebius
653290000Sglebius* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends
654290000Sglebius* [Bug 2695] Build problem on Windows (sys/socket.h).
655290000Sglebius* [Bug 2715] mdnstries option for ntp.conf from NetBSD.
656290000Sglebius* Fix a regression introduced to timepps-Solaris.h as part of:
657290000Sglebius  [Bug 1206] Required compiler changes for Windows
658290000Sglebius  (4.2.5p181) 2009/06/06
659290000Sglebius---
660290000Sglebius(4.2.8p1-beta3) 2015/01/02 Released by Harlan Stenn <stenn@ntp.org>
661290000Sglebius
662290000Sglebius* [Bug 2627] shm refclock allows only two units with owner-only access
663290000Sglebius  Use mode bit 0 to select public access for units >= 2 (units 0 & 1 are
664290000Sglebius  always private.
665290000Sglebius* [Bug 2681] Fix display of certificate EOValidity dates on 32-bit systems.
666290000Sglebius* [Bug 2695] 4.2.8 does not build on Windows.
667290000Sglebius* [bug 2700] mrulist stopped working in 4.2.8.
668290000Sglebius* [Bug 2706] libparse/info_trimble.c build dependencies are broken.
669290000Sglebius* [Bug 2713] variable type/cast, parameter name, general cleanup from NetBSD.
670290000Sglebius* [Bug 2714] libevent may need to be built independently of any build of sntp.
671290000Sglebius* [Bug 2715] mdnstries option for ntp.conf from NetBSD.
672290000Sglebius---
673290000Sglebius(4.2.8p1-beta2) 2014/12/27 Released by Harlan Stenn <stenn@ntp.org>
674290000Sglebius
675290000Sglebius* [Bug 2674] Install sntp in sbin on NetBSD.
676290000Sglebius* [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp.
677290000Sglebius* [Bug 2707] Avoid a C90 extension in libjsmn/jsmn.c.
678290000Sglebius* [Bug 2709] see if we have a C99 compiler (not yet required).
679290000Sglebius---
680290000Sglebius(4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn <stenn@ntp.org>
681290000Sglebius
682290000Sglebius* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs.
683290000Sglebius* [Bug 2693] ntp-keygen doesn't build without OpenSSL.
684290000Sglebius* [Bug 2697] IN6_IS_ADDR_LOOPBACK build problems on some OSes.
685290000Sglebius* [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c.
686290000Sglebius---
687290000Sglebius(4.2.8) 2014/12/19 Released by Harlan Stenn <stenn@ntp.org>
688290000Sglebius
689290000Sglebius* [Sec 730] Increase RSA_generate_key modulus.
690290000Sglebius* [Sec 2666] Use cryptographic random numbers for md5 key generation.
691290000Sglebius* [Sec 2667] buffer overflow in crypto_recv().
692290000Sglebius* [Sec 2668] buffer overflow in ctl_putdata().
693290000Sglebius* [Sec 2669] buffer overflow in configure().
694290000Sglebius* [Sec 2670] Missing return; from error clause.
695290000Sglebius* [Sec 2671] vallen in extension fields are not validated.
696290000Sglebius* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs.
697290000Sglebius* [Bug 2691] Wrong variable name in refclock_ripencc.c.
698290000Sglebius(4.2.7p486-RC) 2014/12/18 Released by Harlan Stenn <stenn@ntp.org>
699290000Sglebius* [Bug 2687] RefClock 26/hpgps doesn't work at default line speed
700290000Sglebius(4.2.7p485-RC) 2014/12/12 Released by Harlan Stenn <stenn@ntp.org>
701290000Sglebius* [Bug 2686] refclock_gpsdjson needs strtoll(), which is not always present.
702290000Sglebius(4.2.7p484-RC) 2014/12/11 Released by Harlan Stenn <stenn@ntp.org>
703290000Sglebius(4.2.7p483) 2014/12/08 Released by Harlan Stenn <stenn@ntp.org>
704290000Sglebius* [Bug 2685] Better document the KOD file for sntp.
705290000Sglebius(4.2.7p482) 2014/12/02 Released by Harlan Stenn <stenn@ntp.org>
706290000Sglebius* [Bug 2641] sntp is installed in the wrong location in Solaris.
707290000Sglebius* [Bug 2678] nmea_control() now checks 'refclock_params()' result.
708290000Sglebius(4.2.7p481) 2014/11/22 Released by Harlan Stenn <stenn@ntp.org>
709290000Sglebius* [Bug 2314] Only enable PPS if kernel consumer binding succeeds.
710290000Sglebius* [Bug 2314] Kernel PPS binding EOPNOTSUPP is a failure condition.
711290000Sglebius* Rename pps_enable to hardpps_enable.
712290000Sglebius(4.2.7p480) 2014/11/21 Released by Harlan Stenn <stenn@ntp.org>
713290000Sglebius* [Bug 2677] PATH_MAX isn't #define'd under Windows.
714290000Sglebius  Regression from the patch fixing Bug 2639.
715290000Sglebius(4.2.7p479) 2014/11/15 Released by Harlan Stenn <stenn@ntp.org>
716290000Sglebius* [Bug 2651] Certificates with ASN timestamps w/ 4-digit years mis-parsed.
717290000Sglebius(4.2.7p478) 2014/11/14 Released by Harlan Stenn <stenn@ntp.org>
718290000Sglebius* [Sec 2630] buffer overrun in ntpq tokenize().
719290000Sglebius* [Bug 2639] Check return value of ntp_adjtime().
720290000Sglebius* [Bug 2650] includefile processing broken.
721290000Sglebius* [Bug 2661] ntpq crashes with mreadvar.
722290000Sglebius(4.2.7p477) 2014/11/13 Released by Harlan Stenn <stenn@ntp.org>
723290000Sglebius* [Bug 2657] Document that "restrict nopeer" intereferes with "pool".
724290000Sglebius(4.2.7p476) 2014/10/08 Released by Harlan Stenn <stenn@ntp.org>
725290000Sglebius* [Bug 2503] SHT utility outdated
726290000Sglebius(4.2.7p475) 2014/09/11 Released by Harlan Stenn <stenn@ntp.org>
727290000Sglebius* [Bug 2654] refclock_true.c doesn't identify the Mk III.
728290000Sglebius(4.2.7p474) 2014/09/10 Released by Harlan Stenn <stenn@ntp.org>
729290000Sglebius* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup.
730290000Sglebius* [Bug 2649] Clean up html/ page installation.
731290000Sglebius(4.2.7p473) 2014/09/06 Released by Harlan Stenn <stenn@ntp.org>
732290000Sglebius* [Bug 2649] Clean up html/ page installation.
733290000Sglebius(4.2.7p472) 2014/09/06 Released by Harlan Stenn <stenn@ntp.org>
734290000Sglebius* [Bug 2556] mrulist is missing from the generated ntpq man page.
735290000Sglebius(4.2.7p471) 2014/09/05 Released by Harlan Stenn <stenn@ntp.org>
736290000Sglebius* [Bug 2649] "make install" leaves wrong owner for files in html/.
737290000Sglebius* [Bug 2652] Windows hates directory names that contain a :.
738290000Sglebius(4.2.7p470) 2014/09/02 Released by Harlan Stenn <stenn@ntp.org>
739290000Sglebius* [Bug 2502] Autogen text replacement errors.
740290000Sglebius* autogen-5.18.5pre1
741290000Sglebius* html/ cleanups from Hal Murray.
742290000Sglebius(4.2.7p469) 2014/09/01 Released by Harlan Stenn <stenn@ntp.org>
743290000Sglebius* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup.
744290000Sglebius(4.2.7p468) 2014/08/31 Released by Harlan Stenn <stenn@ntp.org>
745290000Sglebius* [Bug 2556] ntpq man page cleanup.
746290000Sglebius* autogen-5.18.4
747290000Sglebius(4.2.7p467) 2014/08/28 Released by Harlan Stenn <stenn@ntp.org>
748290000Sglebius* [Bug 2639] Check return value of ntp_adjtime().
749290000Sglebius* [Bug 2640] STA_NANO can result in invalid ntv.constant.
750290000Sglebius(4.2.7p466) 2014/08/27 Released by Harlan Stenn <stenn@ntp.org>
751290000Sglebius* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup.
752290000Sglebius(4.2.7p465) 2014/08/23 Released by Harlan Stenn <stenn@ntp.org>
753290000Sglebius* [Bug 2538] NTP programs print exit code in help/usage text.
754290000Sglebius* [Bug 2595] Man page quirks: ntpdate references in ntpd.
755290000Sglebius* [Bug 2613] www.ntp.org/bugs.html tells folks to email doc bugs to DLM.
756290000Sglebius* [Bug 2636] Clutter in syslog if gpsd not running
757290000Sglebius   - found (hopefully) last cause for clutter in protocol version
758290000Sglebius   - log GPSD revision and release numbers with protocol version
759290000Sglebius(4.2.7p464) 2014/08/22 Released by Harlan Stenn <stenn@ntp.org>
760290000Sglebius* [Bug 2636] Fix coverity warning from previous patch.
761290000Sglebius(4.2.7p463) 2014/08/21 Released by Harlan Stenn <stenn@ntp.org>
762290000Sglebius* [Bug 2636] Clutter in syslog if gpsd not running
763290000Sglebius   - make driver work with GPSD protocol version 3.9
764290000Sglebius   - use exponential back-off for connection problems
765290000Sglebius   - implement rate-limit for syslog entries
766290000Sglebius(4.2.7p462) 2014/08/16 Released by Harlan Stenn <stenn@ntp.org>
767290000Sglebius* [Bug 2622] Synchronisation problem using SHM [...]
768290000Sglebius  Add 'control' function -- fudge values not available during start.
769290000Sglebius(4.2.7p461) 2014/08/14 Released by Harlan Stenn <stenn@ntp.org>
770290000Sglebius* [Bug 1128] ntpq truncates "remote" host information.
771290000Sglebius* More autogen-5.18.4pre14 cleanup.
772290000Sglebius(4.2.7p460) 2014/08/13 Released by Harlan Stenn <stenn@ntp.org>
773290000Sglebius* More autogen-5.18.4pre14 cleanup.
774290000Sglebius(4.2.7p459) 2014/08/12 Released by Harlan Stenn <stenn@ntp.org>
775290000Sglebius* [Bug 2630] Limit the ntpq command buffer to 512 bytes.
776290000Sglebius* FlexeLint cleanups.
777290000Sglebius* Try bison-3.0.2 instead of bison-2.5.
778290000Sglebius(4.2.7p458) 2014/08/11 Released by Harlan Stenn <stenn@ntp.org>
779290000Sglebius* [Bug 2633] Provide stdnoreturn.h for windows port.
780290000Sglebius(4.2.7p457) 2014/08/09 Released by Harlan Stenn <stenn@ntp.org>
781290000Sglebius* [Bug 2622] Synchronisation problem using SHM when time difference is
782290000Sglebius  more than four hours: Change SHM driver so TOY restricted API is not
783290000Sglebius  used any more. (Plus some minor cleanup in logic and flow control)
784290000Sglebius* Pass the configration source into the parser as argument rather
785290000Sglebius  than through a global variable.
786290000Sglebius* Fix nits in the ntpq man page.
787290000Sglebius* autogen-5.18.4pre14
788290000Sglebius(4.2.7p456) 2014/08/07 Released by Harlan Stenn <stenn@ntp.org>
789290000Sglebius* CID 739722: Change the way the extention and MAC fields are processed.
790290000Sglebius(4.2.7p455) 2014/08/03 Released by Harlan Stenn <stenn@ntp.org>
791290000Sglebius* [Bug 2565] ntpd sometimes logs unexpected getifaddrs() errors.
792290000Sglebius* CID 739722: Clean up the definition of the exten field of struct pkt.
793290000Sglebius(4.2.7p454) 2014/07/30 Released by Harlan Stenn <stenn@ntp.org>
794290000Sglebius* [Bug 2628] 'mon_getmoremem()' relies on undefined behaviour
795290000Sglebius(4.2.7p453) 2014/07/19 Released by Harlan Stenn <stenn@ntp.org>
796290000Sglebius* [Bug 2597] leap file loose ends (follow-up)
797290000Sglebius  - uniform expiration check messages for config and timer triggered
798290000Sglebius    leap file loads
799290000Sglebius  - timer triggered loads log messages only once per day
800290000Sglebius(4.2.7p452) 2014/07/18 Released by Harlan Stenn <stenn@ntp.org>
801290000Sglebius* Make all of the html/ .html files use the same format for "Last update".
802290000Sglebius(4.2.7p451) 2014/07/17 Released by Harlan Stenn <stenn@ntp.org>
803290000Sglebius* Fix the "Last update" entries in the html/ subtree.
804290000Sglebius(4.2.7p450) 2014/07/16 Released by Harlan Stenn <stenn@ntp.org>
805290000Sglebius* Distribute the scripts needed for the fix for Bug 2547.
806290000Sglebius(4.2.7p449) 2014/07/16 Released by Harlan Stenn <stenn@ntp.org>
807290000Sglebius* [Bug 2547] Automate update of "Last Update" datestamps in .html files.
808290000Sglebius* [Bug 2623] Missing {} in refclock_oncore.c.
809290000Sglebius* Quiet warnings from ntp_calendar.h: avoid using argument names.
810290000Sglebius* Fix typos in decode.html and debug.html .
811290000Sglebius(4.2.7p448) 2014/07/15 Released by Harlan Stenn <stenn@ntp.org>
812290000Sglebius* [Bug 2621] Avoid use of indeterminate address after 'free()'
813290000Sglebius  (minor C standard conformance issue)
814290000Sglebius* Quiet warnings from ntp_calendar.h: avoid using argument names.
815290000Sglebius(4.2.7p447) 2014/07/05 Released by Harlan Stenn <stenn@ntp.org>
816290000Sglebius* [Bug 2620] Use version.pm for checking version numbers in NTP::Util.
817290000Sglebius* [Bug 2624] Fix signed compare on 'l_fp'.
818290000Sglebius(4.2.7p446) 2014/06/28 Released by Harlan Stenn <stenn@ntp.org>
819290000Sglebius* [Bug 2597] leap file processing -- loose ends.
820290000Sglebius* [Bug 2614] use 'unsigned long' consistently in ntp_random.c
821290000Sglebius  to avoid possibly undefined behaviour in signed int overflow
822290000Sglebius* [Bug 2619] Save a signed int copy of the return value of i2d_DSA_SIG().
823290000Sglebius  Provide missing msyslog() message in crypto_alice().
824290000Sglebius* Fix a variable lifetime issue.
825290000Sglebius* Allow for version suffix in libevent in ntp_libevent.m4.
826290000Sglebius(4.2.7p445) 2014/06/12 Released by Harlan Stenn <stenn@ntp.org>
827290000Sglebius* [Bug 2556] mrulist isn't mentioned in the ntpq man page.
828290000Sglebius(4.2.7p444) 2014/05/19 Released by Harlan Stenn <stenn@ntp.org>
829290000Sglebius* [Bug 2597] leap file processing -- loose ends
830290000Sglebius  fixed coverity issues
831290000Sglebius(4.2.7p443) 2014/05/10 Released by Harlan Stenn <stenn@ntp.org>
832290000Sglebius* [Bug 2594] Update the year in sntp/include/copyright.def.
833290000Sglebius(4.2.7p442) 2014/05/09 Released by Harlan Stenn <stenn@ntp.org>
834290000Sglebius* [Bug 2589] Update VS2013 project files for libntp.
835290000Sglebius* [Bug 2600] Fix "Undisicplined Local Clock" driver1.html page.
836290000Sglebius(4.2.7p441) 2014/05/04 Released by Harlan Stenn <stenn@ntp.org>
837290000Sglebius* [Bug 2597] leap file processing -- loose ends
838290000Sglebius  log daily warning when leap info less than 28 days to expiration or
839290000Sglebius  already expired; nag hourly on last day before expiration; log when
840290000Sglebius  leapfile name is invalid
841290000Sglebius(4.2.7p440) 2014/04/09 Released by Harlan Stenn <stenn@ntp.org>
842290000Sglebius* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup.
843290000Sglebius* [Bug 2570] cleanup: fix log format for successful leapfile load
844290000Sglebius(4.2.7p439) 2014/04/03 Released by Harlan Stenn <stenn@ntp.org>
845290000Sglebius* [Bug 2589] fix VS2009 compile problem.
846290000Sglebius(4.2.7p438) 2014/04/01 Released by Harlan Stenn <stenn@ntp.org>
847290000Sglebius* [Bug 2546] Windows build documentation updates.
848290000Sglebius(4.2.7p437) 2014/03/31 Released by Harlan Stenn <stenn@ntp.org>
849290000Sglebius* [Bug 2537] ntpd truncates symmetric keys to 20 bytes.
850290000Sglebius* [Bug 2546] Documentation updates.
851290000Sglebius(4.2.7p436) 2014/03/31 Released by Harlan Stenn <stenn@ntp.org>
852290000Sglebius* Update to libopts-40.2.15, and autogen-5.18.3pre18.
853290000Sglebius* [Bug 2311] Add more tags to mdoc2xxx.
854290000Sglebius* [Bug 2502] Assorted text replacement errors in 4.2.7p345
855290000Sglebius* [Bug 2538] ntp programs print exit code as part of the "usage" text.
856290000Sglebius(4.2.7p435) 2014/03/29 Released by Harlan Stenn <stenn@ntp.org>
857290000Sglebius* [Bug 2570] cleanup: reduced logging noise, moved some functions
858290000Sglebius  into libntp.
859290000Sglebius(4.2.7p434) 2014/03/21 Released by Harlan Stenn <stenn@ntp.org>
860290000Sglebius* [Bug 2577] Update VS2013 solution and project files.
861290000Sglebius(4.2.7p433) 2014/03/10 Released by Harlan Stenn <stenn@ntp.org>
862290000Sglebius* Clean up last-update timestamps of html/*.html files.
863290000Sglebius* [Bug 2546] Documentation updates.
864290000Sglebius(4.2.7p432) 2014/03/09 Released by Harlan Stenn <stenn@ntp.org>
865290000Sglebius* CID 711660: Do a non-NULL pointer assertion check a bit earlier.
866290000Sglebius(4.2.7p431) 2014/03/05 Released by Harlan Stenn <stenn@ntp.org>
867290000Sglebius* [Bug 2572] cross-compiling fails for --with-yielding-select.
868290000Sglebius(4.2.7p430) 2014/03/04 Released by Harlan Stenn <stenn@ntp.org>
869290000Sglebius* Upgrade to libevent-2.1.3-alpha-dev.
870290000Sglebius* [Bug 2572] cross-compiling fails for --with-yielding-select.
871290000Sglebius(4.2.7p429) 2014/03/03 Released by Harlan Stenn <stenn@ntp.org>
872290000Sglebius* CID 1165098: Remove logically dead code from refclock_true.c.
873290000Sglebius* CID 1189401: Use INSIST() instead of a belt-and-suspenders pointer check.
874290000Sglebius* In ntp_dir_sep.m4, we care about $host_os, not $target_os.
875290000Sglebius* [Bug 2170] Use AC_PREPROC_IFELSE instead of AC_EGREP_CPP.
876290000Sglebius* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups.
877290000Sglebius* [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash
878290000Sglebius  -- change reading the hash line code: NIST omits leading zeros.
879290000Sglebius* [Bug 2576] refclock_gpsdjson.c doesn't compile if CLOCK_GPSDJSON is
880290000Sglebius  not enabled at configure time.
881290000Sglebius(4.2.7p428) 2014/03/03 Released by Harlan Stenn <stenn@ntp.org>
882290000Sglebius* [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash
883290000Sglebius* [Bug 2562] Distribute the code in libjsmn/ .
884290000Sglebius(4.2.7p427) 2014/03/02 Released by Harlan Stenn <stenn@ntp.org>
885290000Sglebius* [Bug 2562] GPSD_JSON: fix solaris issues (asprintf(), isfinite())
886290000Sglebius* [Bug 2562] first release of the GPSD client clock (type 46)
887290000Sglebius(4.2.7p426) 2014/02/28 Released by Harlan Stenn <stenn@ntp.org>
888290000Sglebius* [Bug 2113] Warn about ignored extra args in ntpq.
889290000Sglebius* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups.
890290000Sglebius* [Bug 2561] Allow wildcards in the target of the "interface" command.
891290000Sglebius* [Bug 2572] cross-compiling fails for --with-yielding_select.
892290000Sglebius(4.2.7p425) 2014/02/26 Released by Harlan Stenn <stenn@ntp.org>
893290000Sglebius* Copyright file update.
894290000Sglebius(4.2.7p424) 2014/02/24 Released by Harlan Stenn <stenn@ntp.org>
895290000Sglebius* [Bug 2541] ntpd terminates itself with SIGHUP unexpectedly.
896290000Sglebius(4.2.7p423) 2014/02/23 Released by Harlan Stenn <stenn@ntp.org>
897290000Sglebius* [Bug 2565] Handle EINTR on getifaddrs().
898290000Sglebius(4.2.7p422) 2014/02/17 Released by Harlan Stenn <stenn@ntp.org>
899290000Sglebius* [Bug 2536] ntpd sandboxing support (libseccomp2).
900290000Sglebius(4.2.7p421) 2014/02/10 Released by Harlan Stenn <stenn@ntp.org>
901290000Sglebius* [Bug 898] More documentation fixes.
902290000Sglebius* [Bug 2555] Autogen mdoc man pages all stamped with SunOS 5.10.
903290000Sglebius* calc_tickadj/Makefile.am man/mdoc page build cleanup.
904290000Sglebius(4.2.7p420) 2014/02/09 Released by Harlan Stenn <stenn@ntp.org>
905290000Sglebius* [Bug 492] Clearly document ntpdate's pending deprecation.
906290000Sglebius* [Bug 1186] ntpd fails with link local IPv6 addresses.
907290000Sglebius* [Sec 2542] Strengthen the mrulist nonce.
908290000Sglebius(4.2.7p419) 2014/02/08 Released by Harlan Stenn <stenn@ntp.org>
909290000Sglebius* [Bug 2466] Wrap NMEA timestamps in 1024 week cycles.
910290000Sglebius(4.2.7p418) 2014/02/05 Released by Harlan Stenn <stenn@ntp.org>
911290000Sglebius* [Bug 2551] --disable-local-libevent breaks the build.
912290000Sglebius(4.2.7p417) 2014/02/02 Released by Harlan Stenn <stenn@ntp.org>
913290000Sglebius* [Bug 2539] doc and code tweaks for NMEA driver.
914290000Sglebius* Add check for enable stats to ntpd/complete.conf.in
915290000Sglebius* Fix typo in html/confopt.html
916290000Sglebius(4.2.7p416) 2014/01/31 Released by Harlan Stenn <stenn@ntp.org>
917290000Sglebius* Tweak the 'Modified' line on appropriate html pages.
918290000Sglebius* Note in the deprecation of ntpdc in its documentation.
919290000Sglebius* [Bug 2332] Be more careful about when we use 'libgcc_s'.
920290000Sglebius(4.2.7p415) 2014/01/28 Released by Harlan Stenn <stenn@ntp.org>
921290000Sglebius* Fix the man page installation for the scripts/ files.
922290000Sglebius(4.2.7p414) 2014/01/28 Released by Harlan Stenn <stenn@ntp.org>
923290000Sglebius* [Bug 792] TrueTime TL-3 WWV refclock support.
924290000Sglebius* [Bug 898] Documentation fixes.
925290000Sglebius* [Bug 930] ntpdc docs refer to 'clockinfo', but mean 'clockstat'.
926290000Sglebius* [Bug 1002] ntp-keygen option and documentation updates: -p/--pvt-passwd
927290000Sglebius  is now -p/--password, and -q/--get-pvt-passwd is now -q/--export-passwd.
928290000Sglebius* [Bug 1349] statistics command not documented in HTML documentation.
929290000Sglebius  In html/monopt.html, add statistics id, definition, description, and
930290000Sglebius  correct typo.
931290000Sglebius  In html/scripts/monopt.txt, add statistics item, href, and comment.
932290000Sglebius  In ntpd/ntp.conf.def, under statistics correct four to eight kinds.
933290000Sglebius  In ntpd/complete.conf.in, add all eight kinds to statistics.
934290000Sglebius  In html/comdex.html, remove duplicate footer.
935290000Sglebius* [Bug 1734] Include man page for ntp.conf (fixed in 4.2.7p297).
936290000Sglebius* [Bug 2049] Clarify ntpdate's -d option behavior.
937290000Sglebius* [Bug 2366] ntpdc.html: burst/iburst only work on servers.
938290000Sglebius* [Bug 2493] ntptrace needs a man page (fixed in 4.2.7p402).
939290000Sglebius* [Bug 2545] Cleanup of scripts/monitoring/ntptrap.
940290000Sglebius(4.2.7p413) 2014/01/27 Released by Harlan Stenn <stenn@ntp.org>
941290000Sglebius* Require a version string for perl scripts that use autogen.
942290000Sglebius* html/ cleanup.
943290000Sglebius(4.2.7p412) 2014/01/20 Released by Harlan Stenn <stenn@ntp.org>
944290000Sglebius* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups.
945290000Sglebius(4.2.7p411) 2014/01/12 Released by Harlan Stenn <stenn@ntp.org>
946290000Sglebius* [Bug 2532] Note in ntpdc docs that "enable pps" only works on older ntpd.
947290000Sglebius(4.2.7p410) 2014/01/08 Released by Harlan Stenn <stenn@ntp.org>
948290000Sglebius* [Bug 2332] Force reference to 'libgcc_s' when using GCC, because
949290000Sglebius  threading+restricted user+locked memory otherwise fails on Linux.
950290000Sglebius* [Bug 2530] Fix documentation for enable/disable mode7 and pps.
951290000Sglebius* Cleanup to the new scripts/*/Makefile.am files.
952290000Sglebius(4.2.7p409) 2014/01/04 Released by Harlan Stenn <stenn@ntp.org>
953290000Sglebius* [Bug 2060] Warn about restrictions with "kod" but not "limited".
954290000Sglebius(4.2.7p408) 2013/12/29 Released by Harlan Stenn <stenn@ntp.org>
955290000Sglebius* [Bug 2187] Update version number generation scripts.
956290000Sglebius(4.2.7p407) 2013/12/29 Released by Harlan Stenn <stenn@ntp.org>
957290000Sglebius* [Bug 2519] mktime.c does not compile on 64-bit Solaris but we do not
958290000Sglebius  need timegm() and the Solaris provides mktime().
959290000Sglebius* [Bug 2522] Revert Bug 2513 fix - it breaks backward compatibility.
960290000Sglebius(4.2.7p406) 2013/12/28 Released by Harlan Stenn <stenn@ntp.org>
961290000Sglebius* [Bug 2521] VPATH tweaks for perl -opts files.
962290000Sglebius(4.2.7p405) 2013/12/27 Released by Harlan Stenn <stenn@ntp.org>
963290000Sglebius* [Bug 2521] bootstrap script needs a tweak for perl -opts files.
964290000Sglebius* [Bug 2524] Add ntpsweep to sntp/loc/* files.
965290000Sglebius* [Bug 2526] Add "noinst" support to the sntp/loc/ framework.
966290000Sglebius(4.2.7p404) 2013/12/24 Released by Harlan Stenn <stenn@ntp.org>
967290000Sglebius* [Bug 135] AIX5: "Address already in use" for IPv6 wildcard.
968290000Sglebius(4.2.7p403) 2013/12/23 Released by Harlan Stenn <stenn@ntp.org>
969290000Sglebius* [Bug 2513] Remove any PIDFILE in finish().
970290000Sglebius* [Bug 2516] Enable clock_gettime() support for AIX 5+.
971290000Sglebius* [Bug 2517] Fix peer status errors in decode.html.
972290000Sglebius(4.2.7p402) 2013/12/23 Released by Harlan Stenn <stenn@ntp.org>
973290000Sglebius* Incorporate Oliver Kindernay's GSoC 2013 scripts/ cleanup.
974290000Sglebius(4.2.7p401) 2013/11/30 Released by Harlan Stenn <stenn@ntp.org>
975290000Sglebius* [Bug 2491] VS20xx compile fixes.
976290000Sglebius(4.2.7p400) 2013/11/29 Released by Harlan Stenn <stenn@ntp.org>
977290000Sglebius* [Bug 2491] VS2013 project files.
978290000Sglebius(4.2.7p399) 2013/11/28 Released by Harlan Stenn <stenn@ntp.org>
979290000Sglebius* [Bug 2326] More leapsecond file notification cleanup.
980290000Sglebius* [Bug 2506] make sure routing updates are always tracked
981290000Sglebius* [Bug 2514] secs/* #define usage cleanup.
982290000Sglebius(4.2.7p398) 2013/11/25 Released by Harlan Stenn <stenn@ntp.org>
983290000Sglebius* [Bug 2326] More leapsecond file notification cleanup.
984290000Sglebius* Improve sntp KoD data file fopen() error message.
985290000Sglebius(4.2.7p397) 2013/11/20 Released by Harlan Stenn <stenn@ntp.org>
986290000Sglebius* [Bug 2326] More leapsecond file notification cleanup.
987290000Sglebius(4.2.7p396) 2013/11/19 Released by Harlan Stenn <stenn@ntp.org>
988290000Sglebius* [Bug 2326] Improve stale leapsecond notifications.
989290000Sglebius(4.2.7p395) 2013/11/12 Released by Harlan Stenn <stenn@ntp.org>
990290000Sglebius* Upgrade to autogen-5.18.3pre5 and libopts-40.1.15.
991290000Sglebius(4.2.7p394) 2013/11/05 Released by Harlan Stenn <stenn@ntp.org>
992290000Sglebius* [Bug 1050] Change ONCORE log message for leap second announcement
993290000Sglebius  to avoid misunderstandings.
994290000Sglebius* [Bug 2499] Win32 user-space/loopback ppsapi provider drops samples.
995290000Sglebius* [Bug 2256] Improve configure's function searches in libraries.
996290000Sglebius(4.2.7p393) 2013/10/16 Released by Harlan Stenn <stenn@ntp.org>
997290000Sglebius* [Bug 2272] Use C99 integer types. ntp_calendar.h and ntp_types.h .
998290000Sglebius(4.2.7p392) 2013/10/15 Released by Harlan Stenn <stenn@ntp.org>
999290000Sglebius* [Bug 2375] Improve AIX compatibility.
1000290000Sglebius* [Bug 2490] Fixed non-const initializer coming from [Bug 2250] fix.
1001290000Sglebius(4.2.7p391) 2013/10/12 Released by Harlan Stenn <stenn@ntp.org>
1002290000Sglebius* [Bug 2250] Rework of leap second handling machine.
1003290000Sglebius* [Bug 2419] [rc-nmea] Improve clockstats reporting when receiver sends
1004290000Sglebius  data without valid GPS fix.
1005290000Sglebius(4.2.7p390) 2013/09/26 Released by Harlan Stenn <stenn@ntp.org>
1006290000Sglebius* [Bug 2482] Cleanup of droproot and jail support for Solaris.
1007290000Sglebius(4.2.7p389) 2013/09/24 Released by Harlan Stenn <stenn@ntp.org>
1008290000Sglebius* [Bug 2473] revisited: NTPD exits after clock is stepped backwards
1009290000Sglebius  Avoid possible unsigned underrun for startup condition when testing
1010290000Sglebius  for clock backstep.
1011290000Sglebius* [Bug 2481] ntpd aborts when both user and group are specified with -u.
1012290000Sglebius* [Bug 2482] Add droproot and jail support for Solaris.
1013290000Sglebius(4.2.7p388) 2013/09/19 Released by Harlan Stenn <stenn@ntp.org>
1014290000Sglebius* [Bug 2473] NTPD exits after clock is stepped backwards externally
1015290000Sglebius(4.2.7p387) 2013/09/16 Released by Harlan Stenn <stenn@ntp.org>
1016290000Sglebius* [Bug 1642] ntpdsim can't find simnulate block in config file.
1017290000Sglebius(4.2.7p386) 2013/09/01 Released by Harlan Stenn <stenn@ntp.org>
1018290000Sglebius* [Bug 2472] (WinXP) Avoid self-termination of IO thread during exit().
1019290000Sglebius(4.2.7p385) 2013/08/19 Released by Harlan Stenn <stenn@ntp.org>
1020290000Sglebius* CID 975596: Copy/paste error: vallen should be siglen.
1021290000Sglebius* CID 1009579: Check return status of X509_add_ext().
1022290000Sglebius* [2085] Fix root distance and root dispersion calculations.
1023290000Sglebius* [Bug 2426] Possibly uninitialized data in crypto_send() - CID 975596.
1024290000Sglebius(4.2.7p384) 2013/08/18 Released by Harlan Stenn <stenn@ntp.org>
1025290000Sglebius* [Bug 2450] --version has bogus short option.
1026290000Sglebius(4.2.7p383) 2013/08/10 Released by Harlan Stenn <stenn@ntp.org>
1027290000Sglebius* (no changes - force a rebuild for a new Coverity scan)
1028290000Sglebius(4.2.7p382) 2013/08/08 Released by Harlan Stenn <stenn@ntp.org>
1029290000Sglebius* [Bug 2454] Need way to set file descriptor limit - cleanup.
1030290000Sglebius(4.2.7p381) 2013/08/07 Released by Harlan Stenn <stenn@ntp.org>
1031290000Sglebius* [Bug 2451] rlimit command is missing from the table of contents in
1032290000Sglebius  miscopt.html .
1033290000Sglebius* [Bug 2452] provide io_handler/input_handler only on
1034290000Sglebius  non HAVE_IO_COMPLETION_PORT platforms
1035290000Sglebius* [Bug 2453] Need a way to avoid calling mlockall.
1036290000Sglebius* [Bug 2454] Need way to set file descriptor limit.
1037290000Sglebius* [Bug 2458] AM_CONFIG_HEADER is obsolete.
1038290000Sglebius(4.2.7p380) 2013/08/03 Released by Harlan Stenn <stenn@ntp.org>
1039290000Sglebius* CID 984511: Some systems have different printf needs for sizeof.
1040290000Sglebius(4.2.7p379) 2013/08/02 Released by Harlan Stenn <stenn@ntp.org>
1041290000Sglebius* CID 739724: Fix printf arg mismatch in a debug line.
1042290000Sglebius* [Bug 2425] compile io_handler() in ntp_io.c unconditionally
1043290000Sglebius* [Bug 2448] Fix checks for configure --with-stack-limit and --with-memlock
1044290000Sglebius  values.
1045290000Sglebius(4.2.7p378) 2013/08/01 Released by Harlan Stenn <stenn@ntp.org>
1046290000Sglebius* [Bug 2425] move part of input handler code from ntpd.c to ntp_io.c
1047290000Sglebius  and fix select()-only platforms calling input_handler directly.
1048290000Sglebius* [Bug 2446] Quiet warnings from Oracle's Studio compiler.
1049290000Sglebius* Upgrade to AutoGen-5.18.1pre3
1050290000Sglebius* Upgrade to libopts-40.1.15.
1051290000Sglebius(4.2.7p377) 2013/07/28 Released by Harlan Stenn <stenn@ntp.org>
1052290000Sglebius* [Bug 2397] License/copyright cleanup.
1053290000Sglebius* [Bug 2439] Fix check of EscapeCommFunction() in ports/winnt/libntp/termios.c.
1054290000Sglebius(4.2.7p376) 2013/07/24 Released by Harlan Stenn <stenn@ntp.org>
1055290000Sglebius* [Bug 2322] Oncore driver should send 0 PPS offset to GPS.
1056290000Sglebius(4.2.7p375) 2013/07/22 Released by Harlan Stenn <stenn@ntp.org>
1057290000Sglebius* [Bug 883] log warning arguments swapped in refclock_gpsvme.c.
1058290000Sglebius* [Bug 2368] Correct bug in previous attempt.
1059290000Sglebius* [Bug 2413] Fix "make check" with automake >= 1.13.
1060290000Sglebius* [Bug 2434] Line-buffer (v. block-buffer) stdout.
1061290000Sglebius(4.2.7p374) 2013/07/21 Released by Harlan Stenn <stenn@ntp.org>
1062290000Sglebius* [Bug 2368] make check troubles in libevent.
1063290000Sglebius* [Bug 2425] setup SIGIO/SIGPOLL for asyncio on the read side
1064290000Sglebius  of a socketpair for the worker thread.
1065290000Sglebius(4.2.7p373) 2013/07/20 Released by Harlan Stenn <stenn@ntp.org>
1066290000Sglebius* [Bug 2427] configure fails to detect recvmsg() on Solaris.
1067290000Sglebius(4.2.7p372) 2013/07/17 Released by Harlan Stenn <stenn@ntp.org>
1068290000Sglebius* [Bug 1466] Oncore should set FLAG_PPS.
1069290000Sglebius* [Bug 2375] AIX 7 doesn't like a libevent validation check.
1070290000Sglebius* [Bug 2423] Log command-line args at LOG_INFO.
1071290000Sglebius* [Bug 2428] do_unconf() should reset 'items' before the 2nd loop.
1072290000Sglebius(4.2.7p371) 2013/07/07 Released by Harlan Stenn <stenn@ntp.org>
1073290000Sglebius* CID 1042586: Check the return value of clock_gettime() in worker_sleep().
1074290000Sglebius* Upgrade to libopts-39.0.14 from 5.17.5pre10.
1075290000Sglebius(4.2.7p370) 2013/07/06 Released by Harlan Stenn <stenn@ntp.org>
1076290000Sglebius* Remove \n's from syslog output strings.
1077290000Sglebius(4.2.7p369) 2013/07/05 Released by Harlan Stenn <stenn@ntp.org>
1078290000Sglebius* [Bug 2415] RES_LIMITED flags check should use &, not &&.
1079290000Sglebius* Have NTP_LIBNTP check for time.h and clock_getres().
1080290000Sglebius* Fix ntpsweep to use sntp instead of ntpdate, from Oliver Kindernay.
1081290000Sglebius(4.2.7p368) 2013/05/01 Released by Harlan Stenn <stenn@ntp.org>
1082290000Sglebius* [Bug 2145] ntpq dumps core when displaying sys_var_list and more.
1083290000Sglebius(4.2.7p367) 2013/04/25 Released by Harlan Stenn <stenn@ntp.org>
1084290000Sglebius* [Bug 1485] Sometimes ntpd crashes
1085290000Sglebius* [Bug 2382] Implement LOGTOD using ldexp() instead of shifting.
1086290000Sglebius(4.2.7p366) 2013/04/17 Released by Harlan Stenn <stenn@ntp.org>
1087290000Sglebius* [Bug 1866] Disable some debugging output in refclock_oncore.
1088290000Sglebius(4.2.7p365) 2013/04/16 Released by Harlan Stenn <stenn@ntp.org>
1089290000Sglebius* [Bug 2149] Log an error message if /proc/net/if_inet6 cannot be opened.
1090290000Sglebius(4.2.7p364) 2013/03/26 Released by Harlan Stenn <stenn@ntp.org>
1091290000Sglebius* Bump sntp/include/autogen-version.def .
1092290000Sglebius(4.2.7p363) 2013/03/26 Released by Harlan Stenn <stenn@ntp.org>
1093290000Sglebius* [Bug 2357] sntp/libopts/usage.c sometimes needs -lintl.
1094290000Sglebius* Upgrade to libopts from 5.17.3pre10.
1095290000Sglebius(4.2.7p362) 2013/03/19 Released by Harlan Stenn <stenn@ntp.org>
1096290000Sglebius* [Bug 2364] "sed -i" is not portable.
1097290000Sglebius(4.2.7p361) 2013/03/17 Released by Harlan Stenn <stenn@ntp.org>
1098290000Sglebius* [Bug 2357] sntp/libopts/usage.c sometimes needs -lintl.
1099290000Sglebius* [Bug 2365] "make check" fails in libevent.
1100290000Sglebius(4.2.7p360) 2013/03/15 Released by Harlan Stenn <stenn@ntp.org>
1101290000Sglebius* Upgrade libevent (coverity fixes, etc.).
1102290000Sglebius* EEXIST is OK for mkdir() in sntp/kod_management.c.
1103290000Sglebius(4.2.7p359) 2013/03/03 Released by Harlan Stenn <stenn@ntp.org>
1104290000Sglebius* [Bug 2359] Fix send_via_ntp_signd() prototype.
1105290000Sglebius(4.2.7p358) 2013/02/27 Released by Harlan Stenn <stenn@ntp.org>
1106290000Sglebius* Upgrade to autogen-5.17.3pre4 and libopts-38.0.13.
1107290000Sglebius* [Bug 2357] sntp/libopts/usage.c on NetBSD needs -lintl.
1108290000Sglebius(4.2.7p357) 2013/02/22 Released by Harlan Stenn <stenn@ntp.org>
1109290000Sglebius* Upgrade to autogen-5.17.2pre and libopts-38.0.13.
1110290000Sglebius(4.2.7p356) 2013/02/19 Released by Harlan Stenn <stenn@ntp.org>
1111290000Sglebius* Added loc/debian.
1112290000Sglebius(4.2.7p355) 2013/02/18 Released by Harlan Stenn <stenn@ntp.org>
1113290000Sglebius* CID 739708: Check return status of fcntl() in refclock_arc.c.
1114290000Sglebius* CID 739709: Check return status of fcntl() in refclock_datum.c.
1115290000Sglebius* CID 739710: Check return status of mkdir() in sntp/kod_management.c.
1116290000Sglebius* CID 739711: Ignore return status of remove() in ntp-keygen.c.
1117290000Sglebius* CID 739723: Print sizeof as unsigned.
1118290000Sglebius* CID 971094: Clean up time of check/time of use in check_leap_file().
1119290000Sglebius(4.2.7p354) 2013/02/10 Released by Harlan Stenn <stenn@ntp.org>
1120290000Sglebius* CID 97194: Check return from setsockopt().
1121290000Sglebius* CID 739473,739532: Out-of-bounds access/illegal address computation.
1122290000Sglebius* CID 739558: Double close.
1123290000Sglebius* CID 739559: Double close.
1124290000Sglebius* CID 739713: devmask/recmask copy/paste error.
1125290000Sglebius* CID 739714: Fix code indentation level.
1126290000Sglebius* CID 739715: Clean up sockaddr_dump().
1127290000Sglebius(4.2.7p353) 2013/02/09 Released by Harlan Stenn <stenn@ntp.org>
1128290000Sglebius* [Bug 2326] Check hourly for a new leapfile if the old one expired.
1129290000Sglebius(4.2.7p352) 2013/01/28 Released by Harlan Stenn <stenn@ntp.org>
1130290000Sglebius* [Bug 2326] Notice when a new leapfile has been installed.
1131290000Sglebius(4.2.7p351) 2013/01/24 Released by Harlan Stenn <stenn@ntp.org>
1132290000Sglebius* [Bug 2328] Don't apply small time adjustments on Windows versions
1133290000Sglebius  which don't support this.
1134290000Sglebius(4.2.7p350) 2013/01/21 Released by Harlan Stenn <stenn@ntp.org>
1135290000Sglebius* Added sntp/loc/netbsd based on info from Christos Zoulas.
1136290000Sglebius(4.2.7p349) 2013/01/20 Released by Harlan Stenn <stenn@ntp.org>
1137290000Sglebius* [Bug 2321] Fixed Windows build, but autogen update still required.
1138290000Sglebius(4.2.7p348) 2013/01/17 Released by Harlan Stenn <stenn@ntp.org>
1139290000Sglebius* [Bug 2327] Rename sntp/ag-tpl/:Old to sntp/ag-tpl/Old.
1140290000Sglebius* Cleanup to ntpsnmpd-opts.def.
1141290000Sglebius* Cleanup to ntpq.texi.
1142290000Sglebius* Documentation cleanup to the ntpd, ntpdc, ntpq and ntp-wait
1143290000Sglebius  .def files.
1144290000Sglebius* In ntp.conf.def, cleanup SEE ALSO, document 'rlimit' options.
1145290000Sglebius* Add a reference to RFC5907 in the ntpsnmpd documentation.
1146290000Sglebius(4.2.7p347) 2013/01/07 Released by Harlan Stenn <stenn@ntp.org>
1147290000Sglebius* [Bug 2325] Re-enable mlockall() check under Linux post-1223 fix.
1148290000Sglebius(4.2.7p346) 2013/01/06 Released by Harlan Stenn <stenn@ntp.org>
1149290000Sglebius* [Bug 1223] reorganize inclusion of sys/resource.h.
1150290000Sglebius(4.2.7p345) 2013/01/04 Released by Harlan Stenn <stenn@ntp.org>
1151290000Sglebius* Update several .def files to use autogen-5.17 feature set.
1152290000Sglebius(4.2.7p344) 2013/01/03 Released by Harlan Stenn <stenn@ntp.org>
1153290000Sglebius* Refactor and enhance mdoc2texi.
1154290000Sglebius* Make sure agtexi-file.tpl defines label-str.
1155290000Sglebius* Cleanup to ntp.conf.def.
1156290000Sglebius* Upgrade to autogen-5.17 and libopts-37.0.12.
1157290000Sglebius(4.2.7p343) 2013/01/02 Released by Harlan Stenn <stenn@ntp.org>
1158290000Sglebius* Update the copyright year.
1159290000Sglebius(4.2.7p342) 2012/12/31 Released by Harlan Stenn <stenn@ntp.org>
1160290000Sglebius* [Bug 2081 - Backward Incompatible] rawstats now logs everything.
1161290000Sglebius(4.2.7p341) 2012/12/30 Released by Harlan Stenn <stenn@ntp.org>
1162290000Sglebius(4.2.7p340) 2012/12/29 Released by Harlan Stenn <stenn@ntp.org>
1163290000Sglebius* mdoc2texi fixes: trailing punctuation.
1164290000Sglebius(4.2.7p339) 2012/12/26 Released by Harlan Stenn <stenn@ntp.org>
1165290000Sglebius* mdoc2texi fixes: parseQuote, closing of list item tables.
1166290000Sglebius* ntp-wait, ntpd, ntpdc, ntpq, ntpsnmpd autogen documentation updates.
1167290000Sglebius(4.2.7p338) 2012/12/25 Released by Harlan Stenn <stenn@ntp.org>
1168290000Sglebius* mdoc2texi fixes: Handle_ArCmFlIc, Handle_Fn, HandleQ.
1169290000Sglebius* ntp-keygen autogen documentation updates.
1170290000Sglebius* ntpq autogen docs.
1171290000Sglebius(4.2.7p337) 2012/12/22 Released by Harlan Stenn <stenn@ntp.org>
1172290000Sglebius* [Bug 1223] More final cleanup for rlimit changes.
1173290000Sglebius(4.2.7p336) 2012/12/21 Released by Harlan Stenn <stenn@ntp.org>
1174290000Sglebius* [Bug 1223] Final cleanup for rlimit changes.
1175290000Sglebius(4.2.7p335) 2012/12/18 Released by Harlan Stenn <stenn@ntp.org>
1176290000Sglebius* Update documentation templates and definitions.
1177290000Sglebius* Create agtexi-file.tpl .
1178290000Sglebius(4.2.7p334) 2012/12/10 Released by Harlan Stenn <stenn@ntp.org>
1179290000Sglebius* [Bug 2114] Update tests for sntp's synch distance.
1180290000Sglebius* Create ntp-keygen.{html,texi}.
1181290000Sglebius(4.2.7p333) 2012/12/07 Released by Harlan Stenn <stenn@ntp.org>
1182290000Sglebius* Autogen documentation cleanup.
1183290000Sglebius(4.2.7p332) 2012/12/06 Released by Harlan Stenn <stenn@ntp.org>
1184290000Sglebius* sntp documentation cleanup.
1185290000Sglebius(4.2.7p331) 2012/12/03 Released by Harlan Stenn <stenn@ntp.org>
1186290000Sglebius* [Bug 2114] Correctly calculate sntp's synch distance.
1187290000Sglebius(4.2.7p330) 2012/12/03 Released by Harlan Stenn <stenn@ntp.org>
1188290000Sglebius* autogen doc cleanup
1189290000Sglebius(4.2.7p329) 2012/12/01 Released by Harlan Stenn <stenn@ntp.org>
1190290000Sglebius* [Bug 2278] ACTS flag3 mismatch between code and driver18.html.
1191290000Sglebius* Use an enum for the ACTS state table.
1192290000Sglebius* html doc reconciliation with DLM's copy.
1193290000Sglebius(4.2.7p328) 2012/11/30 Released by Harlan Stenn <stenn@ntp.org>
1194290000Sglebius* html doc reconciliation with DLM's copy.
1195290000Sglebius(4.2.7p327) 2012/11/29 Released by Harlan Stenn <stenn@ntp.org>
1196290000Sglebius* [Bug 2024] Identify Events in the system status word in decode.html.'
1197290000Sglebius* [Bug 2040] Provide a command-line option for the identity key bits.
1198290000Sglebius* Create loc/darwin for Mac OSX
1199290000Sglebius(4.2.7p326) 2012/11/21 Released by Harlan Stenn <stenn@ntp.org>
1200290000Sglebius* [Bug 1214] 'proto: precision = ...' should be at INFO, not NOTICE.
1201290000Sglebius* [Bug 2246] Clear sys_leap when voting says to disarm the leap.
1202290000Sglebius(4.2.7p325) 2012/11/20 Released by Harlan Stenn <stenn@ntp.org>
1203290000Sglebius* [Bug 2202] ntpq.html: there is no "acv" billboard.
1204290000Sglebius* [Bug 2306] keep pps hack for Win32 even if user-mode/loopback
1205290000Sglebius  PPS API is activated on a serial line.
1206290000Sglebius(4.2.7p324) 2012/11/19 Released by Harlan Stenn <stenn@ntp.org>
1207290000Sglebius* Reinstate doc fix to authentic.html from Mike T.
1208290000Sglebius* [Bug 1223] cleanup for rlimit changes.
1209290000Sglebius* [Bug 2098] Install DLM's HTML documentation.
1210290000Sglebius* [Bug 2306] Added user-mode/loop-back PPS API provider for Win32
1211290000Sglebius(4.2.7p323) 2012/11/18 Released by Harlan Stenn <stenn@ntp.org>
1212290000Sglebius* html/ updates from Dave Mills.
1213290000Sglebius(4.2.7p322) 2012/11/15 Released by Harlan Stenn <stenn@ntp.org>
1214290000Sglebius* [Bug 1223] Allow configurable values for RLIMIT_STACK and
1215290000Sglebius  RLIMIT_MEMLOCK.
1216290000Sglebius* [Bug 1320] Log ntpd's initial command-line parameters. (updated fix)
1217290000Sglebius* [Bug 2120] no sysexits.h under QNX.
1218290000Sglebius* [Bug 2123] cleanup to html/leap.html.
1219290000Sglebius(4.2.7p321) 2012/11/13 Released by Harlan Stenn <stenn@ntp.org>
1220290000Sglebius* [Bug 1320] Log ntpd's initial command-line parameters.
1221290000Sglebius(4.2.7p320) 2012/11/12 Released by Harlan Stenn <stenn@ntp.org>
1222290000Sglebius* [Bug 969] Clarify ntpdate.html documentation about -u and ntpd.
1223290000Sglebius* [Bug 1217] libisc/ifiter_sysctl.c:internal_current(): Ignore RTM
1224290000Sglebius  messages with wrong version
1225290000Sglebius(4.2.7p319) 2012/11/11 Released by Harlan Stenn <stenn@ntp.org>
1226290000Sglebius* [Bug 2296] Fix compile problem with building with old OpenSSL.
1227290000Sglebius(4.2.7p318) 2012/11/05 Released by Harlan Stenn <stenn@ntp.org>
1228290000Sglebius* [Bug 2301] Remove spurious debug output from ntpq.
1229290000Sglebius(4.2.7p317) 2012/11/05 Released by Harlan Stenn <stenn@ntp.org>
1230290000Sglebius* [Bug 922] Allow interspersed -4 and -6 flags on the ntpq command line.
1231290000Sglebius(4.2.7p316) 2012/10/27 Released by Harlan Stenn <stenn@ntp.org>
1232290000Sglebius* [Bug 2296] Update fix for Bug 2294 to handle --without-crypto.
1233290000Sglebius(4.2.7p315) 2012/10/26 Released by Harlan Stenn <stenn@ntp.org>
1234290000Sglebius* [Bug 2294] ntpd crashes in FIPS mode.
1235290000Sglebius(4.2.7p314) 2012/10/23 Released by Harlan Stenn <stenn@ntp.org>
1236290000Sglebius* Document a tricky malloc() of dns_ctx in sntp.
1237290000Sglebius(4.2.7p313) 2012/10/23 Released by Harlan Stenn <stenn@ntp.org>
1238290000Sglebius* [Bug 2291] sntp should report why it cannot open file.kod.
1239290000Sglebius* [Bug 2293] add support for SO_BINTIME, refine support for
1240290000Sglebius  SO_TIMESTAMPNS (bug 1374)
1241290000Sglebius(4.2.7p312) 2012/10/11 Released by Harlan Stenn <stenn@ntp.org>
1242290000Sglebius* Clean up testing/debugging of fix for [Bug 938] from sntp/main.c .
1243290000Sglebius(4.2.7p311) 2012/10/10 Released by Harlan Stenn <stenn@ntp.org>
1244290000Sglebius* [Bug 938] The argument to the -D flag takes a number, not a string.
1245290000Sglebius* [Bug 1013] ntpdate's HTML page claims wrong default version.
1246290000Sglebius* [Bug 1374] Support SO_TIMESTAMPNS.
1247290000Sglebius(4.2.7p310) 2012/10/09 Released by Harlan Stenn <stenn@ntp.org>
1248290000Sglebius* [Bug 1374] Support SO_TIMESTAMPNS.
1249290000Sglebius* [Bug 2266] Remove deprecated refclock_trak.c from Windows Makefile
1250290000Sglebius  equivalents.
1251290000Sglebius* [Bug 2274] Bring libopts/enum.c back to (old) ANSI C compliance.
1252290000Sglebius(4.2.7p309) 2012/10/04 Released by Harlan Stenn <stenn@ntp.org>
1253290000Sglebius* [Bug 2287] ntpdate returns 0 even if adjtime() call fails.
1254290000Sglebius(4.2.7p308) 2012/09/29 Released by Harlan Stenn <stenn@ntp.org>
1255290000Sglebius* CID 97198: Check return from ioctl() calls in refclock_acts.c.
1256290000Sglebius(4.2.7p307) 2012/09/29 Released by Harlan Stenn <stenn@ntp.org>
1257290000Sglebius* [Bug 1997] Fix sntp broadcast timeouts.
1258290000Sglebius* [Bug 2234] Fix incorrect ntptrace html documentation.
1259290000Sglebius* [Bug 2262] Install html docs in $htmldir.
1260290000Sglebius* Fix typo in html/select.html.
1261290000Sglebius(4.2.7p306) 2012/09/15 Released by Harlan Stenn <stenn@ntp.org>
1262290000Sglebius* [Bug 752] ToS cleanup from Mike Tatarinov.
1263290000Sglebius(4.2.7p305) 2012/09/15 Released by Harlan Stenn <stenn@ntp.org>
1264290000Sglebius* [Bug 752] Use proper ToS network packet markings for IPv4 and IPv6.
1265290000Sglebius* [Bug 1232] Convert SHM refclock to use struct timespec.
1266290000Sglebius* [Bug 2258] Add syslog message about leap insertion.
1267290000Sglebius* [Bug 2263] broadcast server doesn't work for host with
1268290000Sglebius  OS_MISSES_SPECIFIC_ROUTE_UPDATES.
1269290000Sglebius* [Bug 2271] Decode refclock types when built with --disable-all-clocks.
1270290000Sglebius* [Bug 2276] clk_sel240x.c #define's _XOPEN_SOURCE, breaking QNX6.
1271290000Sglebius* Updates to driver28.html.
1272290000Sglebius(4.2.7p304) 2012/09/06 Released by Harlan Stenn <stenn@ntp.org>
1273290000Sglebius* [Bug 2264] Cleanup SEL240X Refclock.
1274290000Sglebius* In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN.
1275290000Sglebius(4.2.7p303) 2012/09/05 Released by Harlan Stenn <stenn@ntp.org>
1276290000Sglebius* [Bug 1232] Add nanosecond support to SHM driver.
1277290000Sglebius(4.2.7p302) 2012/09/05 Released by Harlan Stenn <stenn@ntp.org>
1278290000Sglebius* [Bug 2160] Log warning about expired leapseconds file.
1279290000Sglebius(4.2.7p301) 2012/09/03 Released by Harlan Stenn <stenn@ntp.org>
1280290000Sglebius* [Bug 2164] Greater precision needed for ntpq offset report.
1281290000Sglebius* Clean the man5_MANS in ntpd/ .
1282290000Sglebius(4.2.7p300) 2012/09/03 Released by Harlan Stenn <stenn@ntp.org>
1283290000Sglebius* [Bug 2262] Install sntp.html into htmldir.
1284290000Sglebius* [Bug 2270] Install fails due to repeated man5 page names.
1285290000Sglebius(4.2.7p299) 2012/09/01 Released by Harlan Stenn <stenn@ntp.org>
1286290000Sglebius* More cleanup to the bootstrap script.
1287290000Sglebius(4.2.7p298) 2012/09/01 Released by Harlan Stenn <stenn@ntp.org>
1288290000Sglebius* Handle additional man page sections in the bootstrap script.
1289290000Sglebius* Remove extraneous parens.
1290290000Sglebius* Add a missing "%s" syslog format string.
1291290000Sglebius(4.2.7p297) 2012/09/01 Released by Harlan Stenn <stenn@ntp.org>
1292290000Sglebius* Fix mdoc2man.
1293290000Sglebius* Distribute ntp.conf.def and ntp.keys.def.
1294290000Sglebius(4.2.7p296) 2012/08/31 Released by Harlan Stenn <stenn@ntp.org>
1295290000Sglebius* Begin support for autogen maintaining ntp.conf and ntp.keys docs.
1296290000Sglebius* Upgrade to autogen-5.16.2 and libopts-36.5.11.
1297290000Sglebius* Potential bugfix for agtexi-cmd.tpl.
1298290000Sglebius(4.2.7p295) 2012/08/11 Released by Harlan Stenn <stenn@ntp.org>
1299290000Sglebius* Look for syslog's facilitynames[].
1300290000Sglebius(4.2.7p294) 2012/08/08 Released by Harlan Stenn <stenn@ntp.org>
1301290000Sglebius* [Bug 2242] configure fails to detect getifaddrs function on Solaris.
1302290000Sglebius* [Bug 2249] Bad operator for 'test' in 'make check' of libevent.
1303290000Sglebius* [Bug 2252] palisade: formats nanosecs to a 6-char field.
1304290000Sglebius* Attempt to resolve strict-aliasing violation in refclock_tsyncpci.c.
1305290000Sglebius* Fix && -> & typo in refclock_palisade.c debug statements.
1306290000Sglebius(4.2.7p293) 2012/08/04 Released by Harlan Stenn <stenn@ntp.org>
1307290000Sglebius* [Bug 2247] (more) Get rid of the TRAK refclock - deprecated since 2006.
1308290000Sglebius* Documentation cleanup from Mike T.
1309290000Sglebius* Cleanup kclk_sel240x.o rules in libparse/Makefile.am.
1310290000Sglebius(4.2.7p292) 2012/08/02 Released by Harlan Stenn <stenn@ntp.org>
1311290000Sglebius* [Bug 1545] Note why we are logging the Version string.
1312290000Sglebius* [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS.
1313290000Sglebius* [Bug 2075] Fix spelling of 'incompatible'.
1314290000Sglebius* [Bug 2247] Get rid of the TRAK refclock - deprecated since 2006.
1315290000Sglebius* Clean up an exit status in ntpq.c.
1316290000Sglebius(4.2.7p291) 2012/07/31 Released by Harlan Stenn <stenn@ntp.org>
1317290000Sglebius* [Bug 2241] MDNS registration should only happen if requested.
1318290000Sglebius(4.2.7p290) 2012/07/20 Released by Harlan Stenn <stenn@ntp.org>
1319290000Sglebius* [Bug 1454] Add parse clock support for the SEL-240x GPS products.
1320290000Sglebius* CID 709185: refclock_chu.c will leak fd==0 (better fix)
1321290000Sglebius(4.2.7p289) 2012/07/16 Released by Harlan Stenn <stenn@ntp.org>
1322290000Sglebius* CID 97123: Future-proof possible change to refclock_nmea.c.
1323290000Sglebius* CID 97377: ntp-keygen.c's followlink() might not NUL-terminate.
1324290000Sglebius* CID 709185: refclock_chu.c will leak fd==0 (which should be impossible).
1325290000Sglebius(4.2.7p288) 2012/07/03 Released by Harlan Stenn <stenn@ntp.org>
1326290000Sglebius* CID 709173: Make sure a libisc function we do not use is called properly.
1327290000Sglebius(4.2.7p287) 2012/07/03 Released by Harlan Stenn <stenn@ntp.org>
1328290000Sglebius* Remove 1024 associations-per-server limit from ntpq.
1329290000Sglebius* Remove blank line between ntpq mreadvar associations.
1330290000Sglebius(4.2.7p286) 2012/06/28 Released by Harlan Stenn <stenn@ntp.org>
1331290000Sglebius* CID 97193: check return from sscanf() in ntp_config.c.
1332290000Sglebius* CID 709169: check return from open("/dev/null", 0) and friends.
1333290000Sglebius* CID 709207: Initialize "quality" for ulink_receive.
1334290000Sglebius(4.2.7p285) 2012/06/18 Released by Harlan Stenn <stenn@ntp.org>
1335290000Sglebius* [Bug 2227] Enable mrulist access control via "restrict ... nomrulist".
1336290000Sglebius* Automake-1.12 wants us to use AM_PROG_AR.
1337290000Sglebius* Conditionalize msyslog messages about rejected mode 6 requests due to
1338290000Sglebius  nomodify and nomrulist restrictions under "logconfig +sysinfo".
1339290000Sglebius* Increment sys_restricted in a few rejection paths due to nomodify
1340290000Sglebius  restrictions where previosuly overlooked.
1341290000Sglebius(4.2.7p284) 2012/06/16 Released by Harlan Stenn <stenn@ntp.org>
1342290000Sglebius* [Bug 2225] libevent configure hangs.
1343290000Sglebius* Update bundled libevent to git master, post libevent 2.1.1-alpha.
1344290000Sglebius(4.2.7p283) 2012/06/16 Released by Harlan Stenn <stenn@ntp.org>
1345290000Sglebius* In sntp/m4/ntp_openssl.m4, Support multiple package names for the
1346290000Sglebius  crypto library.  Add legacy support for -Wl,-rpath.
1347290000Sglebius(4.2.7p282) 2012/06/15 Released by Harlan Stenn <stenn@ntp.org>
1348290000Sglebius* tickadj may need to be linked with PTHREAD_LIBS.
1349290000Sglebius(4.2.7p281) 2012/06/14 Released by Harlan Stenn <stenn@ntp.org>
1350290000Sglebius* U_INT32_MAX cleanup in include/ntp_types.h .
1351290000Sglebius* When linking, ntp_keygen and tickadj need $(LIBM).
1352290000Sglebius(4.2.7p280) 2012/06/13 Released by Harlan Stenn <stenn@ntp.org>
1353290000Sglebius* [Bug 2224] Use-after-free in routing socket code after dropping root.
1354290000Sglebius(4.2.7p279) 2012/06/10 Released by Harlan Stenn <stenn@ntp.org>
1355290000Sglebius* [Bug 2211] findbcastinter(): possibly undefined variable iface used.
1356290000Sglebius* [Bug 2220] Incorrect check for maximum association id in ntpq.
1357290000Sglebius(4.2.7p278) 2012/06/03 Released by Harlan Stenn <stenn@ntp.org>
1358290000Sglebius* [Bug 2204] Build with --enable-getifaddrs=glibc fails.
1359290000Sglebius* [Bug 2178] refclock_tsyncpci.c reach register fails to shift.
1360290000Sglebius* [Bug 2191] dcfd -Y y2kcheck on CentOS 6.2 x86_64 breaks make check.
1361290000Sglebius(4.2.7p277) 2012/05/25 Released by Harlan Stenn <stenn@ntp.org>
1362290000Sglebius* [Bug 2193] Building timestruct tests with Clang 3.1 fails.
1363290000Sglebius(4.2.7p276) 2012/05/15 Released by Harlan Stenn <stenn@ntp.org>
1364290000Sglebius* [Bug 2179] Remove sntp/header.h.
1365290000Sglebius(4.2.7p275) 2012/04/28 Released by Harlan Stenn <stenn@ntp.org>
1366290000Sglebius* [Bug 1744] Remove obsolete ntpdate/ntptime* items.
1367290000Sglebius(4.2.7p274) 2012/04/25 Released by Harlan Stenn <stenn@ntp.org>
1368290000Sglebius* [Bug 2174] ntpd rejects source UDP ports less than 123 as bogus.
1369290000Sglebius(4.2.7p273) 2012/04/19 Released by Harlan Stenn <stenn@ntp.org>
1370290000Sglebius* [Bug 2141] handle_sigio() calls get_systime(), which must be
1371290000Sglebius  reentrant when SIGIO is used.  Sanity checks relative to the prior
1372290000Sglebius  get_systime() are disabled in ntpd on systems with signaled I/O, but
1373290000Sglebius  active in sntp and ntpdate.
1374290000Sglebius* Correct authnumfreekeys accounting broken in 4.2.7p262.
1375290000Sglebius(4.2.7p272) 2012/04/14 Released by Harlan Stenn <stenn@ntp.org>
1376290000Sglebius* LCRYPTO is gone - replace with VER_SUFFIX.
1377290000Sglebius* Change the link order for ntpsntpd.
1378290000Sglebius* Remove extra 'nlist' check from configure.ac.
1379290000Sglebius(4.2.7p271) 2012/04/11 Released by Harlan Stenn <stenn@ntp.org>
1380290000Sglebius* [Bug 1122] openssl detection via pkg-config fails when no additional
1381290000Sglebius  -Idir flags are needed.
1382290000Sglebius* Avoid overwriting user variable LDFLAGS with OpenSSL flags, instead
1383290000Sglebius  they are added to LDFLAGS_NTP.
1384290000Sglebius(4.2.7p270) 2012/03/26 Released by Harlan Stenn <stenn@ntp.org>
1385290000Sglebius* Update driver45.html page.
1386290000Sglebius(4.2.7p269) 2012/03/25 Released by Harlan Stenn <stenn@ntp.org>
1387290000Sglebius* Clean up configure.ac.
1388290000Sglebius* Cleanup configure.ac's TSYNC PCI section.
1389290000Sglebius(4.2.7p268) 2012/03/24 Released by Harlan Stenn <stenn@ntp.org>
1390290000Sglebius* Update driver45.html page.
1391290000Sglebius(4.2.7p267) 2012/03/23 Released by Harlan Stenn <stenn@ntp.org>
1392290000Sglebius* Initial cut at a basic driver45.html page.
1393290000Sglebius(4.2.7p266) 2012/03/21 Released by Harlan Stenn <stenn@ntp.org>
1394290000Sglebius* Add refclock_tsyncpci.c (driver 45) supporting Spectracom TSYNC timing
1395290000Sglebius  boards.
1396290000Sglebius(4.2.7p265) 2012/03/20 Released by Harlan Stenn <stenn@ntp.org>
1397290000Sglebius* Treat zero counter as indication of precise system time in Windows
1398290000Sglebius  PPSAPI helper function pps_ntp_timestamp_from_counter(), enabling
1399290000Sglebius  PPSAPI providers to use the Windows 8 precise clock directly.
1400290000Sglebius(4.2.7p264) 2012/03/14 Released by Harlan Stenn <stenn@ntp.org>
1401290000Sglebius* [Bug 2160] Note if leapseconds file is past its prime.
1402290000Sglebius* Use GetSystemTimePreciseAsFileTime() on Windows 8.
1403290000Sglebius(4.2.7p263) 2012/03/13 Released by Harlan Stenn <stenn@ntp.org>
1404290000Sglebius* [Bug 2156] clock instability with LOCAL driver, from Miroslav Lichvar.
1405290000Sglebius* [Bug 2159] Windows ntpd using leapfile erroneous leap second 20120401.
1406290000Sglebius(4.2.7p262) 2012/02/29 Released by Harlan Stenn <stenn@ntp.org>
1407290000Sglebius* Improve ntpd scalability for servers with many trusted keys.
1408290000Sglebius(4.2.7p261) 2012/02/27 Released by Harlan Stenn <stenn@ntp.org>
1409290000Sglebius* [Bug 2048] add the clock variable timecode to SHM refclock.
1410290000Sglebius(4.2.7p260) 2012/02/24 Released by Harlan Stenn <stenn@ntp.org>
1411290000Sglebius* Fix the check-scm-rev invocation in several Makefile.am's.
1412290000Sglebius(4.2.7p259) 2012/02/22 Released by Harlan Stenn <stenn@ntp.org>
1413290000Sglebius* [Bug 2148] ntpd 4.2.7p258 segfault with 0x0100000 bit in NMEA mode.
1414290000Sglebius* refclock_nmea.c merge cleanup thanks to Juergen Perlinger.
1415290000Sglebius(4.2.7p258) 2012/02/21 Released by Harlan Stenn <stenn@ntp.org>
1416290000Sglebius* [Bug 2140] Rework of Windows I/O completion port handling to avoid
1417290000Sglebius  garbling serial input in UNIX line discipline emulation.
1418290000Sglebius* [Bug 2143] NMEA driver: discard data if quality indication not good,
1419290000Sglebius  add statistic counters (mode bit enabled) to clockstats file.
1420290000Sglebius(4.2.7p257) 2012/02/17 Released by Harlan Stenn <stenn@ntp.org>
1421290000Sglebius* [Bug 2135] defer calls to 'io_input' to main thread under Windows.
1422290000Sglebius(4.2.7p256) 2012/02/08 Released by Harlan Stenn <stenn@ntp.org>
1423290000Sglebius* [Bug 2131] Set the system variable settimeofday only after clock step.
1424290000Sglebius* [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
1425290000Sglebius(4.2.7p255) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
1426290000Sglebius* [Bug 603] Only link with nlist()-related libraries when needed:
1427290000Sglebius  More cleanup.
1428290000Sglebius(4.2.7p254) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
1429290000Sglebius* [Bug 603] Only link with nlist()-related libraries when needed.
1430290000Sglebius(4.2.7p253) 2012/01/26 Released by Harlan Stenn <stenn@ntp.org>
1431290000Sglebius* [Bug 2126] Compile error on Windows with libopts from Autogen 5.14.
1432290000Sglebius* Update one of the license URLs.
1433290000Sglebius(4.2.7p252) 2012/01/25 Released by Harlan Stenn <stenn@ntp.org>
1434290000Sglebius* Upgrade to autogen-5.14 (and libopts-36.1.11).
1435290000Sglebius(4.2.7p251) 2012/01/17 Released by Harlan Stenn <stenn@ntp.org>
1436290000Sglebius* [Bug 2115] ntptrace should accept both rootdispersion and rootdisp.
1437290000Sglebius(4.2.7p250) 2012/01/15 Released by Harlan Stenn <stenn@ntp.org>
1438290000Sglebius* [Bug 2113] Warn about ignored extra args in ntpq.
1439290000Sglebius* Update the copyright year.
1440290000Sglebius(4.2.7p249) 2012/01/10 Released by Harlan Stenn <stenn@ntp.org>
1441290000Sglebius* [Bug 2111] Remove minpoll delay before iburst for pool and
1442290000Sglebius  manycastclient.
1443290000Sglebius* Move refclock-specific scheduled timer code under #ifdef REFCLOCK
1444290000Sglebius  and move "action" and "nextaction" data for same from struct peer to
1445290000Sglebius  struct refclockproc.  These provide a way to schedule a callback some
1446290000Sglebius  seconds in the future.
1447290000Sglebius(4.2.7p248) 2012/01/08 Released by Harlan Stenn <stenn@ntp.org>
1448290000Sglebius* [Bug 2109] "make clean check" is broken with gtest available.
1449290000Sglebius* [Bug 2110] systime.c typo breaks build on microsecond clocks.
1450290000Sglebius(4.2.7p247) 2012/01/07 Released by Harlan Stenn <stenn@ntp.org>
1451290000Sglebius* Fix build break triggered by updating deps-ver and libntp/systime.c at
1452290000Sglebius  the same time by explicitly depending systime_s.c on systime.c.
1453290000Sglebius(4.2.7p246) 2012/01/06 Released by Harlan Stenn <stenn@ntp.org>
1454290000Sglebius* [Bug 2104] ntpdc fault with oversize -c command.
1455290000Sglebius* [Bug 2106] Fix warnings when using -Wformat-security.
1456290000Sglebius* Refactor timespecops.h and timevalops.h into inline functions.
1457290000Sglebius(4.2.7p245) 2011/12/31 Released by Harlan Stenn <stenn@ntp.org>
1458290000Sglebius* [Bug 2100] conversion problem with timespec/timeval <--> l_fp fixed;
1459290000Sglebius  added tests to expose the bug.
1460290000Sglebius(4.2.7p244) 2011/12/25 Released by Harlan Stenn <stenn@ntp.org>
1461290000Sglebius* Updates from 4.2.6p5.
1462290000Sglebius(4.2.7p243) 2011/12/23 Released by Harlan Stenn <stenn@ntp.org>
1463290000Sglebius* [Bug 2095] ntptrace now needs 'rv' instead of 'pstat', reported
1464290000Sglebius  by Michael Tatarinov.
1465290000Sglebius(4.2.7p242) 2011/12/21 Released by Harlan Stenn <stenn@ntp.org>
1466290000Sglebius* Include missing html/icons/sitemap.png, reported by Michael Tatarinov.
1467290000Sglebius* Documentation updates from Dave Mills.
1468290000Sglebius(4.2.7p241) 2011/12/18 Released by Harlan Stenn <stenn@ntp.org>
1469290000Sglebius* [Bug 2015] Overriding sys_tick should recalculate sys_precision.
1470290000Sglebius* [Bug 2037] Fuzzed non-interpolated clock may decrease.
1471290000Sglebius* [Bug 2068] "tos ceiling" default and cap changed to 15.
1472290000Sglebius* Floor peer delay using system precision, as with jitter, reflecting
1473290000Sglebius  inability to measure shorter intervals.
1474290000Sglebius(4.2.7p240) 2011/12/15 Released by Harlan Stenn <stenn@ntp.org>
1475290000Sglebius* [Bug 2092] clock_select() selection jitter miscalculated.
1476290000Sglebius* [Bug 2093] Reintroduce smaller stratum factor to system peer metric.
1477290000Sglebius(4.2.7p239) 2011/12/11 Released by Harlan Stenn <stenn@ntp.org>
1478290000Sglebius* Documentation updates from Dave Mills.
1479290000Sglebius(4.2.7p238) 2011/12/09 Released by Harlan Stenn <stenn@ntp.org>
1480290000Sglebius* [Bug 2082] from 4.2.6p5-RC3: 3-char refid sent by ntpd 4.2.6p5-RC2
1481290000Sglebius  ends with extra dot.
1482290000Sglebius* [Bug 2085] from 4.2.6p5-RC3: clock_update() sys_rootdisp calculation
1483290000Sglebius  omits root delay.
1484290000Sglebius* [Bug 2086] from 4.2.6p5-RC3: get_systime() should not offset by
1485290000Sglebius  sys_residual.
1486290000Sglebius* [Bug 2087] from 4.2.6p5-RC3: sys_jitter calculation overweights
1487290000Sglebius  sys.peer jitter.
1488290000Sglebius* from 4.2.6p5-RC3: Ensure NULL peer->dstadr is not accessed in orphan
1489290000Sglebius  parent selection.
1490290000Sglebius(4.2.7p237) 2011/12/01 Released by Harlan Stenn <stenn@ntp.org>
1491290000Sglebius* [Bug 2050] from 4.2.6p5-RC2: Orphan mode stratum counting to infinity.
1492290000Sglebius* [Bug 2059] from 4.2.6p5-RC2: optional billboard column "server" does
1493290000Sglebius  not honor -n.
1494290000Sglebius* [Bug 2066] from 4.2.6p5-RC2: ntpq lopeers ipv6 "local" column overrun.
1495290000Sglebius* [Bug 2068] from 4.2.6p5-RC2: ntpd sends nonprintable stratum 16 refid
1496290000Sglebius  to ntpq.
1497290000Sglebius* [Bug 2069] from 4.2.6p5-RC2: broadcastclient, multicastclient spin up
1498290000Sglebius  duplicate ephemeral associations without broadcastdelay.
1499290000Sglebius* [Bug 2072] from 4.2.6p5-RC2: Orphan parent selection metric needs
1500290000Sglebius  ntohl().
1501290000Sglebius* [Bug 2073] Correct ntpq billboard's MODE_PASSIVE t from 'u' to 'S'.
1502290000Sglebius* from 4.2.6p5-RC2: Exclude not-yet-determined sys_refid from use in
1503290000Sglebius  loopback TEST12 (from Dave Mills).
1504290000Sglebius* from 4.2.6p5-RC2: Never send KoD rate limiting response to MODE_SERVER.
1505290000Sglebius* Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
1506290000Sglebius  Dave Mills).
1507290000Sglebius* Restore 4.2.6 clock_combine() weighting to ntp-dev, reverting to pre-
1508290000Sglebius  4.2.7p70 method while also avoiding divide-by-zero (from Dave Mills).
1509290000Sglebius* Round l_fp traffic interval when converting to integer in rate limit
1510290000Sglebius  and KoD calculation.
1511290000Sglebius(4.2.7p236) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
1512290000Sglebius* Documentation updates from Dave Mills.
1513290000Sglebius(4.2.7p235) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
1514290000Sglebius* [Bug 2052] Autokey CRYPTO_ASSOC host@group vallen needs checking.
1515290000Sglebius(4.2.7p234) 2011/11/07 Released by Harlan Stenn <stenn@ntp.org>
1516290000Sglebius* Clean up -libm entries regarding libntp.a
1517290000Sglebius(4.2.7p233) 2011/11/06 Released by Harlan Stenn <stenn@ntp.org>
1518290000Sglebius* Documentation updates from Dave Mills.
1519290000Sglebius(4.2.7p232) 2011/11/05 Released by Harlan Stenn <stenn@ntp.org>
1520290000Sglebius* Update the NEWS file so we note the default disable of mode 7 requests.
1521290000Sglebius* Clean up some bitrotted code in libntp/socket.c.
1522290000Sglebius(4.2.7p231) 2011/11/03 Released by Harlan Stenn <stenn@ntp.org>
1523290000Sglebius* [Bug 1940] ignore auth key if hex decoding fails.
1524290000Sglebius* Add ntpq reslist command to query access restrictions, similar to
1525290000Sglebius  ntpdc's reslist.
1526290000Sglebius(4.2.7p230) 2011/11/01 Released by Harlan Stenn <stenn@ntp.org>
1527290000Sglebius* Disable mode 7 (ntpdc) query processing in ntpd by default.  ntpq is
1528290000Sglebius  believed to provide all functionality ntpdc did, and uses a less-
1529290000Sglebius  fragile protocol that's safer and easier to maintain.  If you do find
1530290000Sglebius  some management via ntpdc is needed, you can use "enable mode7" in the
1531290000Sglebius  ntpd configuration.
1532290000Sglebius* Directly limit the number of datagrams in a mrulist response, rather
1533290000Sglebius  than limiting the number of entries returned to indirectly limit the
1534290000Sglebius  datagram count.
1535290000Sglebius* Documentation updates from Dave Mills.
1536290000Sglebius(4.2.7p229) 2011/10/26 Released by Harlan Stenn <stenn@ntp.org>
1537290000Sglebius* [Bug 1995] fix wrong use of ZERO() macro in 'ntp_calendar.c'
1538290000Sglebius(4.2.7p228) 2011/10/23 Released by Harlan Stenn <stenn@ntp.org>
1539290000Sglebius* [Bug 1995] add compile time stamp based era unfolding for
1540290000Sglebius  'step_systime()' and necessary support to 'ntp-calendar.c'.
1541290000Sglebius(4.2.7p227) 2011/10/22 Released by Harlan Stenn <stenn@ntp.org>
1542290000Sglebius* [Bug 2036] gcc 2.95.3 preprocessor can't nest #ifdef in macro args.
1543290000Sglebius* A number of compiler warnings eliminated.
1544290000Sglebius(4.2.7p226) 2011/10/21 Released by Harlan Stenn <stenn@ntp.org>
1545290000Sglebius* [Bug 2035] ntpq -c mrulist sleeps 1 sec between queries, not 5 msec.
1546290000Sglebius* Documentation updates from Dave Mills.
1547290000Sglebius(4.2.7p225) 2011/10/15 Released by Harlan Stenn <stenn@ntp.org>
1548290000Sglebius* Documentation updates from Dave Mills.
1549290000Sglebius(4.2.7p224) 2011/10/14 Released by Harlan Stenn <stenn@ntp.org>
1550290000Sglebius* ntpq mrulist shows intermediate counts every five seconds while
1551290000Sglebius  retrieving list, and allows Ctrl-C interruption of the retrieval,
1552290000Sglebius  showing the incomplete list as retrieved.  Reduce delay between
1553290000Sglebius  successive mrulist retrieval queries from 30 to 5 msec.  Do not
1554290000Sglebius  give up mrulist retrieval when a single query times out.
1555290000Sglebius(4.2.7p223) 2011/10/12 Released by Harlan Stenn <stenn@ntp.org>
1556290000Sglebius* Documentation updates from Dave Mills.
1557290000Sglebius(4.2.7p222) 2011/10/11 Released by Harlan Stenn <stenn@ntp.org>
1558290000Sglebius* [Bug 2029] "make check" clutters syslog.
1559290000Sglebius* Log signal description along with number on ntpd exit.
1560290000Sglebius(4.2.7p221) 2011/10/10 Released by Harlan Stenn <stenn@ntp.org>
1561290000Sglebius* [Bug 2025] Switching between daemon and kernel loops can doubly-
1562290000Sglebius  correct drift
1563290000Sglebius* [Bug 2028] ntpd -n (nofork) redirects logging to stderr.
1564290000Sglebius* Documentation updates from Dave Mills.
1565290000Sglebius(4.2.7p220) 2011/10/05 Released by Harlan Stenn <stenn@ntp.org>
1566290000Sglebius* [Bug 1945] mbg_gps166.h use of _TM_DEFINED conflicts with MS VC.
1567290000Sglebius* [Bug 1946] parse_start uses open; does not work on Windows.
1568290000Sglebius* [Bug 1947] Porting parse-based Wharton refclock driver to Windows.
1569290000Sglebius* [Bug 2024] Remove unused system event code EVNT_CLKHOP.
1570290000Sglebius(4.2.7p219) 2011/10/04 Released by Harlan Stenn <stenn@ntp.org>
1571290000Sglebius* Documentation updates from Dave Mills.
1572290000Sglebius(4.2.7p218) 2011/10/03 Released by Harlan Stenn <stenn@ntp.org>
1573290000Sglebius* [Bug 2019] Allow selection of cipher for private key files.
1574290000Sglebius* Documentation updates from Dave Mills.
1575290000Sglebius* ntp-keygen private key cipher default now triple-key triple DES CBC.
1576290000Sglebius* ntp-keygen -M is intended to ignore all other defaults and
1577290000Sglebius  options, so do not attempt to open existing Autokey host certificate
1578290000Sglebius  before generating symmetric keys and terminating.
1579290000Sglebius* Restore IFF, MV, and GQ identity parameter filename convention to
1580290000Sglebius  ntpkey_<scheme>par_<group/host> in ntpd, matching ntp-keygen.
1581290000Sglebius* Change some error logging to syslog to ignore logconfig mask, such
1582290000Sglebius  as reporting PPSAPI failure in NMEA and WWVB refclocks.
1583290000Sglebius* ntp-keygen on Windows XP and later systems will now create links
1584290000Sglebius  expected by ntpd.  They are hardlinks on Windows, soft on POSIX.
1585290000Sglebius* Conditionalize NMEA serial open message under clockevent.
1586290000Sglebius* Send all peer variables to trappers in report_event().
1587290000Sglebius(4.2.7p217) 2011/09/29 Released by Harlan Stenn <stenn@ntp.org>
1588290000Sglebius* [Bug 2020] ntp-keygen -s no longer sets host in cert file name.
1589290000Sglebius* [Backward Incompatible] ntp-keygen -i option long name changed from
1590290000Sglebius  misleading --issuer-name to --ident.
1591290000Sglebius(4.2.7p216) 2011/09/27 Released by Harlan Stenn <stenn@ntp.org>
1592290000Sglebius* sntp documentation tag cleanup.
1593290000Sglebius* mdoc2man improvements.
1594290000Sglebius(4.2.7p215) 2011/09/24 Released by Harlan Stenn <stenn@ntp.org>
1595290000Sglebius* Use patched mdoc2man script, from Eric Feng.
1596290000Sglebius* Sync with ntp-4.2.6p4 (a no-op).
1597290000Sglebius(4.2.7p214) 2011/09/20 Released by Harlan Stenn <stenn@ntp.org>
1598290000Sglebius* [Bug 1981] Initial offset convergence applies frequency correction 2x
1599290000Sglebius  with kernel discipline.
1600290000Sglebius* [Bug 2008] Initial offset convergence degraded with 500 PPM adjtime().
1601290000Sglebius* [Bug 2009] EVNT_NSET adj_systime() mishandled by Windows ntpd.
1602290000Sglebius(4.2.7p213) 2011/09/08 Released by Harlan Stenn <stenn@ntp.org>
1603290000Sglebius* [Bug 1999] NMEA does not send PMOTG messages any more.
1604290000Sglebius(4.2.7p212) 2011/09/07 Released by Harlan Stenn <stenn@ntp.org>
1605290000Sglebius* [Bug 2003] from 4.2.6p4-RC3: ntpq_read_assoc_peervars() broken.
1606290000Sglebius(4.2.7p211) 2011/09/01 Released by Harlan Stenn <stenn@ntp.org>
1607290000Sglebius* Update libevent to git head (2.1 branch) as of 2.0.14-stable.
1608290000Sglebius(4.2.7p210) 2011/08/31 Released by Harlan Stenn <stenn@ntp.org>
1609290000Sglebius* Require -D4 or higher for ntpd SIGALRM debug trace from [Bug 2000].
1610290000Sglebius(4.2.7p209) 2011/08/27 Released by Harlan Stenn <stenn@ntp.org>
1611290000Sglebius* [Bug 2000] ntpd worker threads must block signals expected in main
1612290000Sglebius  thread.
1613290000Sglebius* [Bug 2001] add ntpq -c timerstats like ntpdc -c timerstats.
1614290000Sglebius* [Bug 2001] from 4.2.6p4-RC3: ntpdc timerstats reports overruns as
1615290000Sglebius  handled.
1616290000Sglebius* Update sntp tests to track the change of root dispersion to
1617290000Sglebius  synchronization distance.
1618290000Sglebius(4.2.7p208) 2011/08/24 Released by Harlan Stenn <stenn@ntp.org>
1619290000Sglebius* Fix the CLOCK_MONOTONIC TRACE() message.
1620290000Sglebius(4.2.7p207) 2011/08/22 Released by Harlan Stenn <stenn@ntp.org>
1621290000Sglebius* Restore the original CLOCK_MONOTONIC output format in sntp.
1622290000Sglebius* Cleanups for ntp-wait-opts.def and ntp.keys.def .
1623290000Sglebius(4.2.7p206) 2011/08/20 Released by Harlan Stenn <stenn@ntp.org>
1624290000Sglebius* [Bug 1993] ntpd Windows port adj_systime() broken in 4.2.7p203.
1625290000Sglebius* sntp documentation and behavior improvements suggested by
1626290000Sglebius  Steven Sommars.
1627290000Sglebius* Have sntp report synchronization distance instead of root dispersion.
1628290000Sglebius* Clean up ntp-wait-opts.def .
1629290000Sglebius(4.2.7p205) 2011/08/19 Released by Harlan Stenn <stenn@ntp.org>
1630290000Sglebius* [Bug 1992] util/tg2 doesn't compile, needs libntp.
1631290000Sglebius(4.2.7p204) 2011/08/16 Released by Harlan Stenn <stenn@ntp.org>
1632290000Sglebius* Added support for Garmin's $PGRMF sentence to NMEA driver
1633290000Sglebius* [Bug 1988] Better sntp send failed error message needed.
1634290000Sglebius* [Bug 1989] sntp manual page sometimes refers to SNTP as a program.
1635290000Sglebius* [Bug 1990] sntp output should include stratum.
1636290000Sglebius(4.2.7p203) 2011/08/13 Released by Harlan Stenn <stenn@ntp.org>
1637290000Sglebius* [Bug 1986] Require Visual C++ 2005 or later compilers in Windows port.
1638290000Sglebius* Actually use long long for (u_)int64 by correcting spelling of
1639290000Sglebius  SIZEOF_LONG_LONG in ntp_types.h.
1640290000Sglebius* Force .exe minimum Windows version to 0x0400 to allow NT4 in
1641290000Sglebius  vs2005/*.vcproj files.
1642290000Sglebius* Fix make distcheck with --enable-libevent-regress problem with
1643290000Sglebius  unwritable $srcdir.
1644290000Sglebius* Correct init_logging()'s def_syslogmask type to u_int32 following
1645290000Sglebius  change of ntp_syslogmask from u_long to u_int32 in p202.
1646290000Sglebius(4.2.7p202) 2011/08/09 Released by Harlan Stenn <stenn@ntp.org>
1647290000Sglebius* [Bug 1983] --without-sntp build breaks in sntp subdir.
1648290000Sglebius* [Bug 1984] from 4.2.6p4-RC3: ntp/libisc fails to compile on OS X 10.7.
1649290000Sglebius* [Bug 1985] from 4.2.6p4-RC3: "logconfig =allall" rejected.
1650290000Sglebius(4.2.7p201) 2011/08/05 Released by Harlan Stenn <stenn@ntp.org>
1651290000Sglebius* sntp: change -h/--headspace to -g/--gap, and change the default gap
1652290000Sglebius  from 10 to 50ms
1653290000Sglebius* [Backward Incompatible] from 4.2.6p4: sntp: -l/--filelog ->
1654290000Sglebius  -l/--logfile, to be consistent with ntpd.
1655290000Sglebius* Documentation updates from Dave Mills.
1656290000Sglebius* From 4.2.6p4: libopts/file.c fix from Bruce Korb (arg-type=file).
1657290000Sglebius(4.2.7p200) 2011/08/04 Released by Harlan Stenn <stenn@ntp.org>
1658290000Sglebius* Sync with 4.2.6p4-RC2.
1659290000Sglebius(4.2.7p199) 2011/07/29 Released by Harlan Stenn <stenn@ntp.org>
1660290000Sglebius* Documentation updates from Dave Mills.
1661290000Sglebius(4.2.7p198) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
1662290000Sglebius* remove old binsubdir stuff from SNTP, as NTP_LOCINFO does that now.
1663290000Sglebius(4.2.7p197) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
1664290000Sglebius* [Bug 1975] from 4.2.6p4-RC2: libntp/mktime.c won't work with 64-bit
1665290000Sglebius  time_t
1666290000Sglebius* [Bug 1976] genLocInfo writes to srcdir break 'make distcheck'.
1667290000Sglebius* [Bug 1977] Fix flag/description mismatches in ntp-keygen-opts.def.
1668290000Sglebius* Do not force "legacy" when --with-locfile is not given, genLocInfo
1669290000Sglebius  will find the correct default for the system.
1670290000Sglebius* Fix warnings in ntp_request.c ([Bug 1973] oversight) and sntp/main.c
1671290000Sglebius  (CID 159, apparent overrun due to union, actually correct).
1672290000Sglebius* Update sntp/loc/solaris to conform to stock locations.
1673290000Sglebius(4.2.7p196) 2011/07/27 Released by Harlan Stenn <stenn@ntp.org>
1674290000Sglebius* DEFAULT INSTALLATION DIRECTORY CHANGES ON SOME OSes: to get the old
1675290000Sglebius  behavior, pass --with-locfile=legacy to 'configure'
1676290000Sglebius* [Bug 1972] from 4.2.6p4-RC2: checking for struct rtattr fails.
1677290000Sglebius* [Bug 1973] Widen reference clock mode from 8 to 32 bits.
1678290000Sglebius* Removed sntp/m4/ntp_bindir.m4 - no longer needed.
1679290000Sglebius* Move loc/ to sntp/loc/ .
1680290000Sglebius* Move scripts/cvo.sh to sntp/scripts/cvo.sh .
1681290000Sglebius* Move scripts/genLocInfo to sntp/scripts/genLocInfo .
1682290000Sglebius* Give NTP_LOCINFO an optional path-to argument.
1683290000Sglebius* Remove hacks to get NTP_LOCINFO-related data to sntp/ .
1684290000Sglebius* Move sntp/include/mansec2subst.sed to sntp/scripts/mansec2subst.sed .
1685290000Sglebius* If no "more specific" loc file is found for redhat* or fedora*,
1686290000Sglebius  look for a loc/redhat file.
1687290000Sglebius* If no "more specific" loc file is found and uname says this is Linux,
1688290000Sglebius  look for a loc/linux file.
1689290000Sglebius* Improve the help text: --with-locfile=XXX .
1690290000Sglebius* work around solaris /bin/sh issues for genLocInfo.
1691290000Sglebius(4.2.7p195) 2011/07/25 Released by Harlan Stenn <stenn@ntp.org>
1692290000Sglebius* Added loc/redhat.
1693290000Sglebius(4.2.7p194) 2011/07/25 Released by Harlan Stenn <stenn@ntp.org>
1694290000Sglebius* [Bug 1608] from 4.2.6p4-RC2: Parse Refclock driver should honor
1695290000Sglebius  trusttime.
1696290000Sglebius* Add support for installing programs and scripts to libexec.
1697290000Sglebius* Added loc/solaris.
1698290000Sglebius(4.2.7p193) 2011/07/24 Released by Harlan Stenn <stenn@ntp.org>
1699290000Sglebius* [Bug 1970] from 4.2.6p4-RC2: UNLINK_EXPR_SLIST() causes crash if list
1700290000Sglebius  is empty.
1701290000Sglebius* Update libevent to 2.1 HEAD as of merge of 2.0.13-stable-dev.
1702290000Sglebius* Match addr_eqprefix() sizeof and memcpy destination to make it clear
1703290000Sglebius  to static analysis that there is no buffer overrun (CID 402).
1704290000Sglebius(4.2.7p192) 2011/07/18 Released by Harlan Stenn <stenn@ntp.org>
1705290000Sglebius* [Bug 1966] Broken FILES section for ntp.keys.def.
1706290000Sglebius(4.2.7p191) 2011/07/17 Released by Harlan Stenn <stenn@ntp.org>
1707290000Sglebius* [Bug 1948] Update man page section layout.
1708290000Sglebius* [Bug 1963] add reset command for ntpq :config, similar to ntpdc's.
1709290000Sglebius* [Bug 1964] --without-sntp should not build sntp.
1710290000Sglebius(4.2.7p190) 2011/07/13 Released by Harlan Stenn <stenn@ntp.org>
1711290000Sglebius* [Bug 1961] from 4.2.6p4: html2man update: distribute ntp-wait.html.
1712290000Sglebius* Require autogen-5.12.
1713290000Sglebius(4.2.7p189) 2011/07/11 Released by Harlan Stenn <stenn@ntp.org>
1714290000Sglebius* [Bug 1134] from 4.2.6p4-RC1: ntpd fails binding to tentative IPv6
1715290000Sglebius  addresses.
1716290000Sglebius* [Bug 1790] from 4.2.6p4-RC1: Update config.guess and config.sub to
1717290000Sglebius  detect AIX6.
1718290000Sglebius(4.2.7p188) 2011/06/28 Released by Harlan Stenn <stenn@ntp.org>
1719290000Sglebius* [Bug 1958] genLocInfo must export PATH.
1720290000Sglebius* ntp-wait: some versions of ntpd spell "associd" differently.
1721290000Sglebius(4.2.7p187) 2011/06/24 Released by Harlan Stenn <stenn@ntp.org>
1722290000Sglebius* [Bug 1954] Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am.
1723290000Sglebius* Implement --with-locfile=filename configure argument.  If filename is
1724290000Sglebius  empty we'll look under loc/ for a good fit.  If the filename contains
1725290000Sglebius  a / character, it will be treated as a "normal" pathname.  Otherwise,
1726290000Sglebius  that explicit file will be searched for under loc/ .
1727290000Sglebius(4.2.7p186) 2011/06/23 Released by Harlan Stenn <stenn@ntp.org>
1728290000Sglebius* [Bug 1950] Control installation of event_rpcgen.py.
1729290000Sglebius* Update .point-changed-filelist for the new man pages.
1730290000Sglebius* Update the building of OS-specific programs.
1731290000Sglebius* Finish conversion to genLocInfo.
1732290000Sglebius* validate MANTAGFMT in genLocInfo.
1733290000Sglebius* Documentation update from Dave Mills.
1734290000Sglebius(4.2.7p185) 2011/06/21 Released by Harlan Stenn <stenn@ntp.org>
1735290000Sglebius* ntp_locs.m4: handle the case where . is not in the PATH.
1736290000Sglebius* More genLocInfo cleanup.
1737290000Sglebius(4.2.7p184) 2011/06/20 Released by Harlan Stenn <stenn@ntp.org>
1738290000Sglebius* Added ntp_locs.m4.
1739290000Sglebius* genLocInfo improvements.
1740290000Sglebius* Add the man page tag "flavor" to the loc.* files.
1741290000Sglebius* Add/distribute genLocInfo.
1742290000Sglebius(4.2.7p183) 2011/06/19 Released by Harlan Stenn <stenn@ntp.org>
1743290000Sglebius* Update the autogen include list for scripts/Makefile.am.
1744290000Sglebius* Added loc.freebsd (and distribute it).
1745290000Sglebius* Added loc.legacy (and distribute it).
1746290000Sglebius(4.2.7p182) 2011/06/15 Released by Harlan Stenn <stenn@ntp.org>
1747290000Sglebius* [Bug 1304] Update sntp.html to reflect new implementation.
1748290000Sglebius* Update .point-changed-filelist .
1749290000Sglebius* ntpdc documentation fixes.
1750290000Sglebius* Update ntp-wait autogen docs.
1751290000Sglebius* Update the ntpd autogen docs.
1752290000Sglebius* Update the ntpsnmpd autogen docs.
1753290000Sglebius* Use autogen to produce ntp-keygen docs.
1754290000Sglebius* Add "license name" to ntp.lic for autogen-5.11.10.
1755290000Sglebius* Prepare for ntp.keys.5.
1756290000Sglebius(4.2.7p181) 2011/06/07 Released by Harlan Stenn <stenn@ntp.org>
1757290000Sglebius* [Bug 1938] addr_eqprefix() doesn't clear enough storage.
1758290000Sglebius(4.2.7p180) 2011/06/06 Released by Harlan Stenn <stenn@ntp.org>
1759290000Sglebius* Upgrade to libevent-2.0.12.
1760290000Sglebius* More sntp.1 cleanups.
1761290000Sglebius* Produce ntpq.1 with the new autogen macros.
1762290000Sglebius* Remove the deprecated "detail" stanza from ntpdc-opts.def.
1763290000Sglebius(4.2.7p179) 2011/06/03 Released by Harlan Stenn <stenn@ntp.org>
1764290000Sglebius* Update cmd-doc.tlib to autogen-5.11.10pre5.
1765290000Sglebius* Upgrade local autoopts templates to 5.11.10pre5.
1766290000Sglebius(4.2.7p178) 2011/06/02 Released by Harlan Stenn <stenn@ntp.org>
1767290000Sglebius* Update the std_def_list to include the ntp.lic file.
1768290000Sglebius* Distribute the ntp.lic file.
1769290000Sglebius* Add http://ntp.org/license to the ntp.lic file.
1770290000Sglebius(4.2.7p177) 2011/06/01 Released by Harlan Stenn <stenn@ntp.org>
1771290000Sglebius* Use the latest autogen's new copyright template code.
1772290000Sglebius* Clean up the ntp.lic file.
1773290000Sglebius(4.2.7p176) 2011/05/31 Released by Harlan Stenn <stenn@ntp.org>
1774290000Sglebius* sntp documentation cleanup.
1775290000Sglebius* autogen documentation template cleanup.
1776290000Sglebius(4.2.7p175) 2011/05/30 Released by Harlan Stenn <stenn@ntp.org>
1777290000Sglebius* [Bug 1936] Correctly set IPV6_MULTICAST_LOOP.
1778290000Sglebius* cmd-doc.tlib cleanup from Bruce Korb.
1779290000Sglebius* sntp documentation cleanup.
1780290000Sglebius(4.2.7p174) 2011/05/28 Released by Harlan Stenn <stenn@ntp.org>
1781290000Sglebius* ntpdc documentation cleanup.
1782290000Sglebius* sntp documentation cleanup.
1783290000Sglebius* Don't build libevent with openssl support.  Right now, libevent
1784290000Sglebius  doesn't use pkg-config to find openssl's installation location.
1785290000Sglebius(4.2.7p173) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
1786290000Sglebius* Typo in emalloc.c hides file and line number from emalloc() error msg.
1787290000Sglebius* parsesolaris.c compile fails on SPARC Solaris with conflicting printf.
1788290000Sglebius* ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
1789290000Sglebius(4.2.7p172) 2011/05/24 Released by Harlan Stenn <stenn@ntp.org>
1790290000Sglebius* Remove hardcoded 1/960 s. fudge for <CR> transmission time at 9600 8n1
1791290000Sglebius  from WWVB/Spectracom driver introduced in 4.2.7p169.
1792290000Sglebius(4.2.7p171) 2011/05/23 Released by Harlan Stenn <stenn@ntp.org>
1793290000Sglebius* Eliminate warnings about shadowing global "basename" on Linux.
1794290000Sglebius* Use filegen_config() consistently when changing filegen options.
1795290000Sglebius* mprintf() should go to stdout, not stderr.  DPRINTF() uses mprintf().
1796290000Sglebius* Repair a few simulator problems (more remain).
1797290000Sglebius* Documentation updates from Dave Mills.
1798290000Sglebius(4.2.7p170) 2011/05/19 Released by Harlan Stenn <stenn@ntp.org>
1799290000Sglebius* [Bug 1932] libevent/util_internal.h builtin_expect compile error with
1800290000Sglebius  gcc 2.95.
1801290000Sglebius* Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
1802290000Sglebius  conditionalizing on HAVE_U_INT64 rather than UINT64_MAX.
1803290000Sglebius(4.2.7p169) 2011/05/18 Released by Harlan Stenn <stenn@ntp.org>
1804290000Sglebius* [Bug 1933] WWVB/Spectracom driver timestamps LFs, not CRs.
1805290000Sglebius(4.2.7p168) 2011/05/16 Released by Harlan Stenn <stenn@ntp.org>
1806290000Sglebius* Convert receive buffer queue from doubly-linked list to FIFO.
1807290000Sglebius(4.2.7p167) 2011/05/14 Released by Harlan Stenn <stenn@ntp.org>
1808290000Sglebius* [Bug 1927] io_closeclock() should purge pending recvbufs.
1809290000Sglebius* [Bug 1931] cv always includes fudgetime1, never fudgetime2.
1810290000Sglebius* Use acts_close() in acts_shutdown() to avoid leaving a stale lockfile
1811290000Sglebius  if unpeered via runtime configuration while the modem is open.
1812290000Sglebius* Correct acts_close() test of pp->io.fd to see if it is open.
1813290000Sglebius* 4.2.7p164 documentation updates re: 'tos orphanwait' expanded scope.
1814290000Sglebius(4.2.7p166) 2011/05/13 Released by Harlan Stenn <stenn@ntp.org>
1815290000Sglebius* If we have local overrides for autogen template files, use them.
1816290000Sglebius* Convert more of the sntp-opt.def documentation from man to mdoc.
1817290000Sglebius(4.2.7p165) 2011/05/11 Released by Harlan Stenn <stenn@ntp.org>
1818290000Sglebius* Convert snmp docs to mdoc format, which requires autogen 5.11.9.
1819290000Sglebius* from 4.2.6p4-RC1: Require autogen 5.11.9.
1820290000Sglebius(4.2.7p164) 2011/05/11 Released by Harlan Stenn <stenn@ntp.org>
1821290000Sglebius* [Bug 988] Local clock eats up -g option, so ntpd stops with large
1822290000Sglebius  initial time offset.
1823290000Sglebius* [Bug 1921] LOCAL, ACTS drivers with "prefer" excluded from initial
1824290000Sglebius  candidate list.
1825290000Sglebius* [Bug 1922] "tos orphanwait" applied incorrectly at startup.
1826290000Sglebius* [Bug 1923] orphan parent favored over LOCAL, ACTS drivers.
1827290000Sglebius* [Bug 1924] Billboard tally codes sometimes do not match operation,
1828290000Sglebius  variables.
1829290000Sglebius* Change "pool DNS" messages from msyslog to debug trace output.
1830290000Sglebius* Remove unused FLAG_SYSPEER from peer->status.
1831290000Sglebius* Respect "tos orphanwait" at startup.  Previously there was an
1832290000Sglebius  unconditional 300 s. startup orphanwait, though other values were
1833290000Sglebius  respected for subsequent orphan wait periods after no_sys_peer events.
1834290000Sglebius* Apply "tos orphanwait" (def. 300 seconds) to LOCAL and ACTS reference
1835290000Sglebius  clock drivers, in addition to orphan parent operation.  LOCAL and ACTS
1836290000Sglebius  are not selectable during the orphanwait delay at startup and after
1837290000Sglebius  each no_sys_peer event.  This prevents a particular form of clock-
1838290000Sglebius  hopping, such as using LOCAL briefly at startup before remote peers
1839290000Sglebius  are selectable.  This fixes the issue reported in [Bug 988].
1840290000Sglebius* Documentation updates from Dave Mills.
1841290000Sglebius(4.2.7p163) 2011/05/08 Released by Harlan Stenn <stenn@ntp.org>
1842290000Sglebius* [Bug 1911] missing curly brace in libntp/ntp_rfc2553.c
1843290000Sglebius(4.2.7p162) 2011/05/03 Released by Harlan Stenn <stenn@ntp.org>
1844290000Sglebius* [Bug 1910] Support the Tristate Ltd. TS-GPSclock-01.
1845290000Sglebius(4.2.7p161) 2011/05/02 Released by Harlan Stenn <stenn@ntp.org>
1846290000Sglebius* [Bug 1904] 4.2.7p160 Windows build broken (POSIX_SHELL).
1847290000Sglebius* [Bug 1906] 4.2.7p160 - libtool: compile: cannot determine name of
1848290000Sglebius  library object in ./libevent
1849290000Sglebius* Share a single sntp/libevent/build-aux directory between all three
1850290000Sglebius  configure scripts.
1851290000Sglebius* Add missing --enable-local-libevent help to top-level configure.
1852290000Sglebius(4.2.7p160) 2011/05/01 Released by Harlan Stenn <stenn@ntp.org>
1853290000Sglebius* from 4.2.6p4-RC1: Upgrade to libopts 35.0.10 from AutoGen 5.11.9pre8.
1854290000Sglebius* [Bug 1901] Simulator does not set progname.
1855290000Sglebius(4.2.7p159) 2011/04/28 Released by Harlan Stenn <stenn@ntp.org>
1856290000Sglebius* Fix a couple of unused variable warnings.
1857290000Sglebius* cleanup in timespecops.c / timevalops.c
1858290000Sglebius(4.2.7p158) 2011/04/24 Released by Harlan Stenn <stenn@ntp.org>
1859290000Sglebius* Update libevent --disable-libevent-regress handling to work when
1860290000Sglebius  building libevent using mingw.
1861290000Sglebius(4.2.7p157) 2011/04/21 Released by Harlan Stenn <stenn@ntp.org>
1862290000Sglebius* [Bug 1890] 4.2.7p156 segfault in duplicate freeaddrinfo().
1863290000Sglebius(4.2.7p156) 2011/04/19 Released by Harlan Stenn <stenn@ntp.org>
1864290000Sglebius* [Bug 1851] freeaddrinfo() called after getaddrinfo() fails.
1865290000Sglebius(4.2.7p155) 2011/04/18 Released by Harlan Stenn <stenn@ntp.org>
1866290000Sglebius* Fix leak in refclock_datum.c start failure path.
1867290000Sglebius(4.2.7p154) 2011/04/17 Released by Harlan Stenn <stenn@ntp.org>
1868290000Sglebius* [Bug 1887] DNS fails on 4.2.7p153 using threads.
1869290000Sglebius(4.2.7p153) 2011/04/16 Released by Harlan Stenn <stenn@ntp.org>
1870290000Sglebius* A few more Coverity Scan cleanups.
1871290000Sglebius(4.2.7p152) 2011/04/15 Released by Harlan Stenn <stenn@ntp.org>
1872290000Sglebius* Update embedded libevent to current 2.1 git HEAD.
1873290000Sglebius(4.2.7p151) 2011/04/14 Released by Harlan Stenn <stenn@ntp.org>
1874290000Sglebius* Detect vsnprintf() support for "%m" and disable our "%m" expansion.
1875290000Sglebius* Add --enable-c99-sprintf to configure args for -noopenssl variety of
1876290000Sglebius  flock-build to avoid regressions in (v)snprintf() replacement.
1877290000Sglebius* More msnprintf() unit tests.
1878290000Sglebius* Coverity Scan error checking fixes.
1879290000Sglebius* Log failure to fetch time from HOPF_P hardware.
1880290000Sglebius* Check HOPF_S sscanf() conversion count before converted values.
1881290000Sglebius(4.2.7p150) 2011/04/13 Released by Harlan Stenn <stenn@ntp.org>
1882290000Sglebius* Remove never-used, incomplete ports/winnt/ntpd/refclock_trimbledc.[ch]
1883290000Sglebius* On systems without C99-compliant (v)snprintf(), use C99-snprintf
1884290000Sglebius  replacements (http://www.jhweiss.de/software/snprintf.html)
1885290000Sglebius* Remove remaining sprintf() calls except refclock_ripencc.c (which is
1886290000Sglebius  kept out of --enable-all-clocks as a result), upstream libs which use
1887290000Sglebius  sprintf() only after careful buffer sizing.
1888290000Sglebius(4.2.7p149) 2011/04/11 Released by Harlan Stenn <stenn@ntp.org>
1889290000Sglebius* [Bug 1881] describe the {+,-,s} characters in configure --help output.
1890290000Sglebius(4.2.7p148) 2011/04/09 Released by Harlan Stenn <stenn@ntp.org>
1891290000Sglebius* Use _mkgmtime() as timegm() in the Windows port, rather than
1892290000Sglebius  libntp/mktime.c's timegm().  Fixed [Bug 1875] on Windows using the old
1893290000Sglebius  asn2ntp() code from before 4.2.7p147.
1894290000Sglebius* ntp_crypto.c string buffer safety.
1895290000Sglebius* Remove use of MAXFILENAME in mode 7 (ntpdc) on-wire structs.
1896290000Sglebius* Change ntpd MAXFILENAME from 128 to 256 to match ntp-keygen.
1897290000Sglebius* Buffer safety and sign extension fixes (thanks Coverity Scan).
1898290000Sglebius(4.2.7p147) 2011/04/07 Released by Harlan Stenn <stenn@ntp.org>
1899290000Sglebius* [Bug 1875] 'asn2ntp()' rewritten with 'caltontp()'; 'timegm()'
1900290000Sglebius  substitute likely to crash with 64bit time_t.
1901290000Sglebius(4.2.7p146) 2011/04/05 Released by Harlan Stenn <stenn@ntp.org>
1902290000Sglebius* String buffer safety cleanup, converting to strlcpy() and strlcat().
1903290000Sglebius* Use utmpname() before pututline() so repeated steps do not
1904290000Sglebius  accidentally record into wtmp where utmp was intended.
1905290000Sglebius* Use setutent() before each pututline() including first.
1906290000Sglebius(4.2.7p145) 2011/04/04 Released by Harlan Stenn <stenn@ntp.org>
1907290000Sglebius* [Bug 1840] ntp_lists.h FIFO macros buggy.
1908290000Sglebius(4.2.7p144) 2011/04/03 Released by Harlan Stenn <stenn@ntp.org>
1909290000Sglebius* [Bug 1874] ntpq -c "rv 0 sys_var_list" empty.
1910290000Sglebius(4.2.7p143) 2011/03/31 Released by Harlan Stenn <stenn@ntp.org>
1911290000Sglebius* [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
1912290000Sglebius* [Bug 1861] tickadj build failure using uClibc.
1913290000Sglebius* [Bug 1862] in6addr_any test in configure fooled by arm gcc 4.1.3 -O2.
1914290000Sglebius* Remove kernel line discipline driver code for clk and chu, deprecate
1915290000Sglebius  related LDISC_ flags, and remove associated ntpd code to decode the
1916290000Sglebius  timestamps, remove clktest line discipline test program.
1917290000Sglebius* Remove "signal_no_reset: signal 17 had flags 4000000" logging, as it
1918290000Sglebius  indicates no problem and is interpreted as an error.  Previously some
1919290000Sglebius  bits had been ignored one-by-one, but Linux SA_RESTORER definition is
1920290000Sglebius  unavailable to user headers.
1921290000Sglebius(4.2.7p142) 2011/03/21 Released by Harlan Stenn <stenn@ntp.org>
1922290000Sglebius* [Bug 1844] ntpd 4.2.7p131 NetBSD, --gc-sections links bad executable.
1923290000Sglebius* Fix "make distcheck" break in libevent/sample caused by typo.
1924290000Sglebius(4.2.7p141) 2011/03/20 Released by Harlan Stenn <stenn@ntp.org>
1925290000Sglebius* Add "ntpq -c iostats" similar to "ntpdc -c iostats".
1926290000Sglebius* Compare entire timestamp to reject duplicates in refclock_pps().
1927290000Sglebius(4.2.7p140) 2011/03/17 Released by Harlan Stenn <stenn@ntp.org>
1928290000Sglebius* [Bug 1848] ntpd 4.2.7p139 --disable-thread-support does not compile.
1929290000Sglebius* Add --disable-thread-support to one flock-build variation.
1930290000Sglebius* One more lock-while-init in lib/isc/task.c to quiet lock analysis.
1931290000Sglebius(4.2.7p139) 2011/03/16 Released by Harlan Stenn <stenn@ntp.org>
1932290000Sglebius* [Bug 1848] make check ntpd --saveconfigquit clutters syslog.
1933290000Sglebius(4.2.7p138) 2011/03/08 Released by Harlan Stenn <stenn@ntp.org>
1934290000Sglebius* [Bug 1846] MacOSX: debug symbol not found by propdelay or tickadj.
1935290000Sglebius(4.2.7p137) 2011/03/07 Released by Harlan Stenn <stenn@ntp.org>
1936290000Sglebius* Use TRACE() instead of DPRINTF() for libntp and utilities, which
1937290000Sglebius  use the "debug" variable regardless of #ifdef DEBUG.
1938290000Sglebius* Declare debug in libntp instead of each program.  Expose extern
1939290000Sglebius  declaration to utilities, libntp, and DEBUG ntpd.
1940290000Sglebius* Lock under-construction task, taskmgr objects to satisfy Coverity's
1941290000Sglebius  mostly-correct assumptions about which variables are protected by
1942290000Sglebius  which locks.
1943290000Sglebius(4.2.7p136) 2011/03/02 Released by Harlan Stenn <stenn@ntp.org>
1944290000Sglebius* [Bug 1839] 4.2.7p135 still installs libevent ev*.h headers.
1945290000Sglebius(4.2.7p135) 2011/03/02 Released by Harlan Stenn <stenn@ntp.org>
1946290000Sglebius* libevent: When building on systems with CLOCK_MONOTONIC available,
1947290000Sglebius  separate the internal timeline (possibly counting since system boot)
1948290000Sglebius  from the gettimeofday() timeline in event_base cached timevals.  Adds
1949290000Sglebius  new event_base_tv_cached() to retrieve cached callback round start
1950290000Sglebius  time on the internal timeline, and changes
1951290000Sglebius  event_based_gettimeofday_cached() to always return times using the
1952290000Sglebius  namesake timeline.  This preserves the benefit of using the never-
1953290000Sglebius  stepped monotonic clock for event timeouts while providing clients
1954290000Sglebius  with times consistently using gettimeofday().
1955290000Sglebius* Correct event_base_gettimeofday_cached() workaround code in
1956290000Sglebius  sntp to work with corrected libevent.
1957290000Sglebius* Remove sntp l_fp_output() test now that it uses prettydate().
1958290000Sglebius* [Bug 1839] 4.2.7p131 installs libevent ev*.h headers.
1959290000Sglebius* Ensure CONFIG_SHELL is not empty before relying on it for #! scripts.
1960290000Sglebius(4.2.7p134) 2011/02/24 Released by Harlan Stenn <stenn@ntp.org>
1961290000Sglebius* [Bug 1837] Build fails on Win7 due to regedit requiring privilege.
1962290000Sglebius* Provide fallback definitions for GetAdaptersAddresses() for Windows
1963290000Sglebius  build environments lacking iphlpapi.h.
1964290000Sglebius* Rename file containing 1.xxxx ChangeSet revision from version to
1965290000Sglebius  scm-rev to avoid invoking GNU make implicit rules attempting to
1966290000Sglebius  compile version.c into version.  Problem was with sntp/version.o
1967290000Sglebius  during make distcheck after fix for spurious sntp rebuilds.
1968290000Sglebius* Add INC_ALIGNED_PTR() macro to align pointers like malloc().
1969290000Sglebius(4.2.7p133) 2011/02/23 Released by Harlan Stenn <stenn@ntp.org>
1970290000Sglebius* [Bug 1834] ntpdate 4.2.7p131 aborts with assertion failure.
1971290000Sglebius* Move sntp last in top-level Makefile.am SUBDIRS so that the libevent
1972290000Sglebius  tearoff (if required) and sntp are compiled after the rest.
1973290000Sglebius* Use a single set of Automake options for each package in configure.ac
1974290000Sglebius  AM_INIT, remove Makefile.am AUTOMAKE_OPTIONS= lines.
1975290000Sglebius* Correct spurious sntp rebuilds triggered by a make misperception
1976290000Sglebius  sntp/version was out-of-date relative to phony target FRC.version.
1977290000Sglebius* Do not cache paths to perl, test, or pkg-config, searching the PATH
1978290000Sglebius  at configure time is worth it to pick up tool updates.
1979290000Sglebius(4.2.7p132) 2011/02/22 Released by Harlan Stenn <stenn@ntp.org>
1980290000Sglebius* [Bug 1832] ntpdate doesn't allow timeout > 2s.
1981290000Sglebius* [Bug 1833] The checking sem_timedwait() fails without -pthread.
1982290000Sglebius* ElectricFence was suffering bitrot - remove it.  valgrind works well.
1983290000Sglebius* Enable all relevant automake warnings.
1984290000Sglebius* Correct Solaris 2.1x PTHREAD_ONCE_INIT extra braces test to avoid
1985290000Sglebius  triggering warnings due to excess braces.
1986290000Sglebius* Remove libevent-cfg from sntp/Makefile.am.
1987290000Sglebius* Provide bug report and URL options to Autoconf.
1988290000Sglebius* Avoid relying on remake rules for routine build/flock-build for
1989290000Sglebius  libevent as for the top-level and sntp subproject.
1990290000Sglebius(4.2.7p131) 2011/02/21 Released by Harlan Stenn <stenn@ntp.org>
1991290000Sglebius* [Bug 1087] -v/--normalverbose conflicts with -v/--version in sntp.
1992290000Sglebius* [Bug 1088] sntp should (only) report the time difference without -s/-a.
1993290000Sglebius* older autoconf sometimes dislikes [].
1994290000Sglebius* Move "can't write KoD file" warning from sntp shutdown to startup.
1995290000Sglebius* refclock_acts.c cleanup from Dave Mills.
1996290000Sglebius* Convert sntp to libevent event-driven socket programming.  Instead of
1997290000Sglebius  blocking name resolution and querying one NTP server at a time,
1998290000Sglebius  resolve server names and send NTP queries without blocking.  Add
1999290000Sglebius  sntp command-line options to adjust timing and optionally wait for all
2000290000Sglebius  servers to respond instead of exiting after the first.
2001290000Sglebius* Import libevent 2.0.10-stable plus local patches as a tearoff, used
2002290000Sglebius  only if the target system lacks an installed libevent 2.0.9 or later.
2003290000Sglebius* Move blocking worker and resolver to libntp from ntpd.
2004290000Sglebius* Use threads rather than forked child processes for blocking worker
2005290000Sglebius  when possible.  Override with configure --disable-thread-support.
2006290000Sglebius* Move init_logging(), change_logfile(), and setup_logfile() from ntpd
2007290000Sglebius  to libntp, use them in sntp.
2008290000Sglebius* Test --without-sntp in flock-build script's -no-refclocks variety.
2009290000Sglebius* Avoid invoking config.status twice in a row in build script.
2010290000Sglebius* Move more m4sh tests needed by libntp to shared .m4 files.
2011290000Sglebius* Split up ntp_libntp.m4 into smaller, more specific subsets.
2012290000Sglebius* Enable gcc -Wcast-align, fix many instances of warnings when casting
2013290000Sglebius  a pointer to a more-strictly-aligned underlying type.
2014290000Sglebius(4.2.7p130) 2011/02/12 Released by Harlan Stenn <stenn@ntp.org>
2015290000Sglebius* [Bug 1811] Update the download location in WHERE-TO-START.
2016290000Sglebius(4.2.7p129) 2011/02/09 Released by Harlan Stenn <stenn@ntp.org>
2017290000Sglebius* Add missing "break;" to ntp_control.c ctl_putsys() for caliberrs, used
2018290000Sglebius  by ntpq -c kerninfo introduced in 4.2.7p104.
2019290000Sglebius* Fix leak in ntp_control.c read_mru_list().
2020290000Sglebius(4.2.7p128) 2011/01/30 Released by Harlan Stenn <stenn@ntp.org>
2021290000Sglebius* [Bug 1799] ntpq mrv crash.
2022290000Sglebius* [Bug 1801] ntpq mreadvar requires prior association caching.
2023290000Sglebius(4.2.7p127) 2011/01/28 Released by Harlan Stenn <stenn@ntp.org>
2024290000Sglebius* [Bug 1797] Restore stale timestamp check from the RANGEGATE cleanup.
2025290000Sglebius(4.2.7p126) 2011/01/27 Released by Harlan Stenn <stenn@ntp.org>
2026290000Sglebius* Fix unexposed fencepost error in format_time_fraction().
2027290000Sglebius* Add more unit tests for timeval_tostr() and timespec_tostr().
2028290000Sglebius(4.2.7p125) 2011/01/26 Released by Harlan Stenn <stenn@ntp.org>
2029290000Sglebius* [Bug 1794] ntpq -c rv missing clk_wander information.
2030290000Sglebius* [Bug 1795] ntpq readvar does not display last variable.
2031290000Sglebius(4.2.7p124) 2011/01/25 Released by Harlan Stenn <stenn@ntp.org>
2032290000Sglebius* sntp/Makefile.am needs any passed-in CFLAGS.
2033290000Sglebius(4.2.7p123) 2011/01/24 Released by Harlan Stenn <stenn@ntp.org>
2034290000Sglebius* [Bug 1788] tvtots.c tables inaccurate
2035290000Sglebius(4.2.7p122) 2011/01/22 Released by Harlan Stenn <stenn@ntp.org>
2036290000Sglebius* ACTS refclock cleanup from Dave Mills.
2037290000Sglebius* Avoid shadowing the "group" global variable.
2038290000Sglebius(4.2.7p121) 2011/01/21 Released by Harlan Stenn <stenn@ntp.org>
2039290000Sglebius* [Bug 1786] Remove extra semicolon from ntp_proto.c .
2040290000Sglebius(4.2.7p120) 2011/01/20 Released by Harlan Stenn <stenn@ntp.org>
2041290000Sglebius* Change new timeval and timespec to string routines to use snprintf()
2042290000Sglebius  rather than hand-crafted conversion, avoid signed int overflow there.
2043290000Sglebius* Add configure support for SIZEOF_LONG_LONG to enable portable use of
2044290000Sglebius  snprintf() with time_t.
2045290000Sglebius* Grow ntpd/work_thread.c arrays as needed.
2046290000Sglebius* Add DEBUG_* variants of ntp_assert.h macros which compile away using
2047290000Sglebius  ./configure --disable-debugging.
2048290000Sglebius* Fix tvalops.cpp unit test failures for 32-bit builds.
2049290000Sglebius* Return to a single autoreconf invocation in ./bootstrap script.
2050290000Sglebius* Fix warnings seen on FreeBSD 9.
2051290000Sglebius* crypto group changes from Dave Mills.
2052290000Sglebius* Lose the RANGEGATE check in PPS, from Dave Mills.
2053290000Sglebius* ACTS refclock cleanup from Dave Mills.
2054290000Sglebius* Documentation updates from Dave Mills.
2055290000Sglebius* NMEA driver documentation update from Juergen Perlinger.
2056290000Sglebius(4.2.7p119) 2011/01/18 Released by Harlan Stenn <stenn@ntp.org>
2057290000Sglebius* added timespecops.{c,h} and tievalops.{c.h} to libntp and include
2058290000Sglebius  added tspecops.cpp to tests/libntp
2059290000Sglebius* Correct msyslog.c build break on Solaris 2.9 from #ifdef/#if mixup.
2060290000Sglebius(4.2.7p118) 2011/01/15 Released by Harlan Stenn <stenn@ntp.org>
2061290000Sglebius* Simplify the built-sources stuff in sntp/ .
2062290000Sglebius* Fix check for -lipv6 on HP-UX 11.
2063290000Sglebius(4.2.7p117) 2011/01/13 Released by Harlan Stenn <stenn@ntp.org>
2064290000Sglebius* Add configure --without-sntp option to disable building sntp and
2065290000Sglebius  sntp/tests.  withsntp=no in the environment changes the default.
2066290000Sglebius* Build infrastructure cleanup:
2067290000Sglebius  Move m4 directory to sntp/m4.
2068290000Sglebius  Share a single set of genver output between sntp and the top level.
2069290000Sglebius  Share a single set of autogen included .defs in sntp/include.
2070290000Sglebius  Share a single set of build-aux scripts (e.g. config.guess, missing).
2071290000Sglebius  Add ntp_libntp.m4 and ntp_ipv6.m4 to reduce configure.ac duplication.
2072290000Sglebius  Warn and exit build/flock-build if bootstrap needs to be run.
2073290000Sglebius(4.2.7p116) 2011/01/10 Released by Harlan Stenn <stenn@ntp.org>
2074290000Sglebius* refclock_nmea.c refactoring by Juergen Perlinger.
2075290000Sglebius(4.2.7p115) 2011/01/09 Released by Harlan Stenn <stenn@ntp.org>
2076290000Sglebius* [Bug 1780] Windows ntpd 4.2.7p114 crashes in ioctl().
2077290000Sglebius* [Bug 1781] longlong undefined in sntp handle_pkt() on Debian amd64.
2078290000Sglebius(4.2.7p114) 2011/01/08 Released by Harlan Stenn <stenn@ntp.org>
2079290000Sglebius* Fix for openssl pkg-config detection eval failure.
2080290000Sglebius* Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
2081290000Sglebius  separate tracking callsite file/line from using debug MS C runtime,
2082290000Sglebius  and to reduce code duplication.
2083290000Sglebius(4.2.7p113) 2011/01/07 Released by Harlan Stenn <stenn@ntp.org>
2084290000Sglebius* [Bug 1776] sntp mishandles -t/--timeout and -a/--authentication.
2085290000Sglebius* Default to silent make rules, override with make V=1 or ./configure
2086290000Sglebius  --disable-silent-rules.
2087290000Sglebius* Correct --with-openssl-incdir defaulting with pkg-config.
2088290000Sglebius* Correct ./build on systems without gtest available.
2089290000Sglebius* Begin moving some of the low-level socket stuff to libntp.
2090290000Sglebius(4.2.7p112) 2011/01/06 Released by Harlan Stenn <stenn@ntp.org>
2091290000Sglebius* [Bug 1773] openssl not detected during ./configure.
2092290000Sglebius* [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL.
2093290000Sglebius* Use make V=0 in build script to increase signal/noise ratio.
2094290000Sglebius(4.2.7p111) 2011/01/05 Released by Harlan Stenn <stenn@ntp.org>
2095290000Sglebius* [Bug 1772] refclock_open() return value check wrong for ACTS.
2096290000Sglebius* Default --with-openssl-libdir and --with-openssl-incdir to the values
2097290000Sglebius  from pkg-config, falling back on our usual search paths if pkg-config
2098290000Sglebius  is not available or does not have openssl.pc on PKG_CONFIG_PATH.
2099290000Sglebius* Change refclock_open() to return -1 on failure like open().
2100290000Sglebius* Update all refclock_open() callers to check for fd <= 0 indicating
2101290000Sglebius  failure, so they work with older and newer refclock_open() and can
2102290000Sglebius  easily backport.
2103290000Sglebius* Initialize refclockproc.rio.fd to -1, harmonize refclock shutdown
2104290000Sglebius  entrypoints to avoid crashing, particularly if refclock_open() fails.
2105290000Sglebius* Enable tickadj-like taming of wildly off-spec Windows clock using
2106290000Sglebius  NTPD_TICKADJ_PPM env. var. specifying baseline slew.
2107290000Sglebius(4.2.7p110) 2011/01/04 Released by Harlan Stenn <stenn@ntp.org>
2108290000Sglebius* [Bug 1771] algorithmic error in 'clocktime()' fixed.
2109290000Sglebius* Unit tests extended for hard-coded system time.
2110290000Sglebius* make V=0 and configure --enable-silent-rules supported.
2111290000Sglebius* setvar modemsetup = ATE0... overrides ACTS driver default.
2112290000Sglebius* Preserve last timecode in ACTS driver (ntpq -ccv).
2113290000Sglebius* Tolerate previous ATE1 state when sending ACTS setup.
2114290000Sglebius* Enable raw tty line discipline in Windows port.
2115290000Sglebius* Allow tty open/close/open to succeed on Windows port.
2116290000Sglebius* Enable ACTS and CHU reference clock drivers on Windows.
2117290000Sglebius(4.2.7p109) 2011/01/02 Released by Harlan Stenn <stenn@ntp.org>
2118290000Sglebius* Remove nearly all strcpy() and most strcat() from NTP distribution.
2119290000Sglebius  One major pocket remains in ntp_crypto.c.  libopts & libisc also have
2120290000Sglebius  (safe) uses of strcpy() and strcat() remaining.
2121290000Sglebius* Documentation updates from Dave Mills.
2122290000Sglebius(4.2.7p108) 2011/01/01 Released by Harlan Stenn <stenn@ntp.org>
2123290000Sglebius* [Bug 1764] Move Palisade modem control logic to configure.ac.
2124290000Sglebius* [Bug 1768] TIOCFLUSH undefined in linux for refclock_acts.
2125290000Sglebius* Autokey multiple identity group improvements from Dave Mills.
2126290000Sglebius* from 4.2.6p3: Update the copyright year.
2127290000Sglebius(4.2.7p107) 2010/12/31 Released by Harlan Stenn <stenn@ntp.org>
2128290000Sglebius* [Bug 1764] Palisade driver doesn't build on Linux.
2129290000Sglebius* [Bug 1766] Oncore clock has offset/high jitter at startup.
2130290000Sglebius* Move ntp_control.h variable IDs to ntp_control.c, remove their use by
2131290000Sglebius  ntpq.  They are implementation details private to ntpd.  [Bug 597] was
2132290000Sglebius  caused by ntpq's reliance on these IDs it need not know about.
2133290000Sglebius* refclock_acts.c updates from Dave Mills.
2134290000Sglebius(4.2.7p106) 2010/12/30 Released by Harlan Stenn <stenn@ntp.org>
2135290000Sglebius* from 4.2.6p3: Update genCommitLog for the bk-5 release.
2136290000Sglebius(4.2.7p105) 2010/12/29 Released by Harlan Stenn <stenn@ntp.org>
2137290000Sglebius(4.2.7p104) 2010/12/28 Released by Harlan Stenn <stenn@ntp.org>
2138290000Sglebius* from 4.2.6p3: Create and use scripts/check--help when generating
2139290000Sglebius  .texi files.
2140290000Sglebius* from 4.2.6p3: Update bk triggers for the bk-5 release.
2141290000Sglebius* Support for multiple Autokey identity groups from Dave Mills.
2142290000Sglebius* Documentation updates from Dave Mills.
2143290000Sglebius* Add ntpq kerninfo, authinfo, and sysinfo commands similar to ntpdc's.
2144290000Sglebius(4.2.7p103) 2010/12/24 Released by Harlan Stenn <stenn@ntp.org>
2145290000Sglebius* Add ntpq pstats command similar to ntpdc's.
2146290000Sglebius* Remove ntpq pstatus command, rv/readvar does the same and more.
2147290000Sglebius* Documentation updates from Dave Mills.
2148290000Sglebius(4.2.7p102) 2010/12/23 Released by Harlan Stenn <stenn@ntp.org>
2149290000Sglebius* Allow ntpq &1 associd use without preceding association-fetching.
2150290000Sglebius* Documentation updates from Dave Mills.
2151290000Sglebius(4.2.7p101) 2010/12/22 Released by Harlan Stenn <stenn@ntp.org>
2152290000Sglebius* from 4.2.6p3-RC12: Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre7.
2153290000Sglebius* from 4.2.6p3-RC12: Relax minimum Automake version to 1.10 with updated
2154290000Sglebius  libopts.m4.
2155290000Sglebius(4.2.7p100) 2010/12/21 Released by Harlan Stenn <stenn@ntp.org>
2156290000Sglebius* [Bug 1743] from 4.2.6p3-RC12: Display timezone offset when showing
2157290000Sglebius  time for sntp in the local timezone (documentation updates).
2158290000Sglebius(4.2.7p99) 2010/12/21 Released by Harlan Stenn <stenn@ntp.org>
2159290000Sglebius* Add unit tests for msnprintf().
2160290000Sglebius(4.2.7p98) 2010/12/20 Released by Harlan Stenn <stenn@ntp.org>
2161290000Sglebius* [Bug 1761] clockstuff/clktest-opts.h omitted from tarball.
2162290000Sglebius* [Bug 1762] from 4.2.6p3-RC12: manycastclient responses interfere.
2163290000Sglebius* Documentation updates from Dave Mills.
2164290000Sglebius(4.2.7p97) 2010/12/19 Released by Harlan Stenn <stenn@ntp.org>
2165290000Sglebius* [Bug 1458] from 4.2.6p3-RC12: Can not compile NTP on FreeBSD 4.7.
2166290000Sglebius* [Bug 1760] from 4.2.6p3-RC12: ntpd Windows interpolation cannot be
2167290000Sglebius  disabled.
2168290000Sglebius* from 4.2.6p3-RC12: Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre5.
2169290000Sglebius* Documentation updates from Dave Mills.
2170290000Sglebius(4.2.7p96) 2010/12/18 Released by Harlan Stenn <stenn@ntp.org>
2171290000Sglebius* [Bug 1758] from 4.2.6p3-RC12: setsockopt IPV6_MULTICAST_IF with wrong
2172290000Sglebius  ifindex.
2173290000Sglebius* Documentation updates from Dave Mills.
2174290000Sglebius(4.2.7p95) 2010/12/17 Released by Harlan Stenn <stenn@ntp.org>
2175290000Sglebius* [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
2176290000Sglebius* [Bug 1754] from 4.2.6p3-RC12: --version output should be more verbose.
2177290000Sglebius* [Bug 1757] from 4.2.6p3-RC12: oncore snprintf("%m") doesn't expand %m.
2178290000Sglebius* from 4.2.6p3-RC12: Suppress ntp-keygen OpenSSL version display for
2179290000Sglebius  --help, --version, display both build and runtime OpenSSL versions
2180290000Sglebius  when they differ.
2181290000Sglebius* from 4.2.6p3-RC12: Upgrade to libopts 33.5.8 from AutoGen 5.11.6pre3.
2182290000Sglebius* Documentation updates from Dave Mills.
2183290000Sglebius(4.2.7p94) 2010/12/15 Released by Harlan Stenn <stenn@ntp.org>
2184290000Sglebius* [Bug 1751] from 4.2.6p3-RC12: Support for Atari FreeMiNT OS.
2185290000Sglebius* Documentation updates from Dave Mills.
2186290000Sglebius(4.2.7p93) 2010/12/13 Released by Harlan Stenn <stenn@ntp.org>
2187290000Sglebius* [Bug 1510] from 4.2.6p3-RC12: Add modes 20/21 for driver 8 to support
2188290000Sglebius  RAWDCF @ 75 baud.
2189290000Sglebius* [Bug 1741] from 4.2.6p3-RC12: Enable multicast reception on each
2190290000Sglebius  address (Windows).
2191290000Sglebius* from 4.2.6p3-RC12: Other manycastclient repairs:
2192290000Sglebius  Separate handling of scope ID embedded in many in6_addr from ifindex
2193290000Sglebius  used for IPv6 multicasting ioctls.
2194290000Sglebius  Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
2195290000Sglebius  Enable outbound multicast from only one address per interface in the
2196290000Sglebius  same subnet, and in that case prefer embedded MAC address modified
2197290000Sglebius  EUI-64 IPv6 addresses first, then static, and last RFC 4941 privacy
2198290000Sglebius  addresses.
2199290000Sglebius  Use setsockopt(IP[V6]_MULTICAST_IF) before each send to multicast to
2200290000Sglebius  select the local source address, using the correct socket is not
2201290000Sglebius  enough.
2202290000Sglebius* "server ... ident <groupname>" changes from Dave Mills.
2203290000Sglebius* Documentation updates from Dave Mills.
2204290000Sglebius(4.2.7p92) 2010/12/08 Released by Harlan Stenn <stenn@ntp.org>
2205290000Sglebius* [Bug 1743] from 4.2.6p3-RC12: Display timezone offset when showing
2206290000Sglebius  time for sntp in the local timezone.
2207290000Sglebius(4.2.7p91) 2010/12/07 Released by Harlan Stenn <stenn@ntp.org>
2208290000Sglebius* [Bug 1732] ntpd ties up CPU on disconnected USB device.
2209290000Sglebius* [Bug 1742] form 4.2.6p3-RC12: Fix a typo in an error message in the
2210290000Sglebius  "build" script.
2211290000Sglebius(4.2.7p90) 2010/12/06 Released by Harlan Stenn <stenn@ntp.org>
2212290000Sglebius* [Bug 1738] Windows ntpd has wrong net adapter name.
2213290000Sglebius* [Bug 1740] ntpdc -c reslist packet count wrongly treated as signed.
2214290000Sglebius(4.2.7p89) 2010/12/04 Released by Harlan Stenn <stenn@ntp.org>
2215290000Sglebius* [Bug 1736] tos int, bool options broken in 4.2.7p66.
2216290000Sglebius* from 4.2.6p3-RC12: Clean up the SNTP documentation.
2217290000Sglebius(4.2.7p88) 2010/12/02 Released by Harlan Stenn <stenn@ntp.org>
2218290000Sglebius* [Bug 1735] 'clocktime()' aborts ntpd on bogus input
2219290000Sglebius(4.2.7p87) 2010/12/01 Released by Harlan Stenn <stenn@ntp.org>
2220290000Sglebius* from 4.2.6p3-RC12: Clean up m4 quoting in configure.ac, *.m4 files,
2221290000Sglebius  resolving intermittent AC_LANG_PROGRAM possibly undefined errors.
2222290000Sglebius(4.2.7p86) 2010/11/29 Released by Harlan Stenn <stenn@ntp.org>
2223290000Sglebius* Documentation updates from Dave Mills.
2224290000Sglebius(4.2.7p85) 2010/11/24 Released by Harlan Stenn <stenn@ntp.org>
2225290000Sglebius* Documentation updates from Dave Mills.
2226290000Sglebius(4.2.7p84) 2010/11/22 Released by Harlan Stenn <stenn@ntp.org>
2227290000Sglebius* [Bug 1618] Unreachable code in jjy_start().
2228290000Sglebius* [Bug 1725] from 4.2.6p3-RC11: ntpd sends multicast from only one
2229290000Sglebius  address.
2230290000Sglebius* from 4.2.6p3-RC11: Upgrade libopts to 33.3.8.
2231290000Sglebius* from 4.2.6p3-RC11: Bump minimum Automake version to 1.11, required for
2232290000Sglebius  AM_COND_IF use in LIBOPTS_CHECK.
2233290000Sglebius* An almost complete rebuild of the initial loopfilter configuration
2234290000Sglebius  process, including the code that determines the interval between
2235290000Sglebius  frequency file updates, from Dave Mills.
2236290000Sglebius* Documentation updates from Dave Mills.
2237290000Sglebius* Add ntp-keygen -l/--lifetime to control certificate expiry.
2238290000Sglebius* JJY driver improvements for Tristate JJY01/02, including changes
2239290000Sglebius  to its clockstats format.
2240290000Sglebius* Add "nonvolatile" ntp.conf directive to control how often the
2241290000Sglebius  driftfile is written.
2242290000Sglebius(4.2.7p83) 2010/11/17 Released by Harlan Stenn <stenn@ntp.org>
2243290000Sglebius* [Bug 1727] ntp-keygen PLEN, ILEN undeclared --without-crypto.
2244290000Sglebius* Remove top-level libopts, use sntp/libopts.
2245290000Sglebius* from 4.2.6p3-RC11: Remove log_msg() and debug_msg() from sntp in favor
2246290000Sglebius  of msyslog().
2247290000Sglebius* Documentation updates from Dave Mills.
2248290000Sglebius(4.2.7p82) 2010/11/16 Released by Harlan Stenn <stenn@ntp.org>
2249290000Sglebius* [Bug 1728] from 4.2.6p3-RC11: In ntp_openssl.m4, don't add
2250290000Sglebius  -I/usr/include or -L/usr/lib to CPPFLAGS or LDFLAGS.
2251290000Sglebius(4.2.7p81) 2010/11/14 Released by Harlan Stenn <stenn@ntp.org>
2252290000Sglebius* [Bug 1681] from 4.2.6p3-RC10: More sntp logging cleanup.
2253290000Sglebius* [Bug 1683] from 4.2.6p3-RC10: Non-localhost on loopback exempted from
2254290000Sglebius  nic rules.
2255290000Sglebius* [Bug 1719] Cleanup for ntp-keygen and fix -V crash, from Dave Mills.
2256290000Sglebius(4.2.7p80) 2010/11/10 Released by Harlan Stenn <stenn@ntp.org>
2257290000Sglebius* [Bug 1574] from 4.2.6p3-RC9: sntp doesn't set tv_usec correctly.
2258290000Sglebius* [Bug 1681] from 4.2.6p3-RC9: sntp logging cleanup.
2259290000Sglebius* [Bug 1683] from 4.2.6p3-RC9: Interface binding does not seem to work
2260290000Sglebius  as intended.
2261290000Sglebius* [Bug 1708] make check fails with googletest 1.4.0.
2262290000Sglebius* [Bug 1709] from 4.2.6p3-RC9: ntpdate ignores replies with equal
2263290000Sglebius  receive and transmit timestamps.
2264290000Sglebius* [Bug 1715] sntp utilitiesTest.IPv6Address failed.
2265290000Sglebius* [Bug 1718] Improve gtest checks in configure.ac.
2266290000Sglebius(4.2.7p79) 2010/11/07 Released by Harlan Stenn <stenn@ntp.org>
2267290000Sglebius* Correct frequency estimate with no drift file, from David Mills.
2268290000Sglebius(4.2.7p78) 2010/11/04 Released by Harlan Stenn <stenn@ntp.org>
2269290000Sglebius* [Bug 1697] filegen implementation should be improved.
2270290000Sglebius* Refactor calendar functions in terms of new common code.
2271290000Sglebius* Documentation updates from Dave Mills.
2272290000Sglebius(4.2.7p77) 2010/11/03 Released by Harlan Stenn <stenn@ntp.org>
2273290000Sglebius* [Bug 1692] packageinfo.sh needs to be "sourced" using ./ .
2274290000Sglebius* [Bug 1695] ntpdate takes longer than necessary.
2275290000Sglebius(4.2.7p76) 2010/11/02 Released by Harlan Stenn <stenn@ntp.org>
2276290000Sglebius* [Bug 1690] Unit tests fails to build on some systems.
2277290000Sglebius* [Bug 1691] Use first NMEA sentence each second.
2278290000Sglebius* Put the sntp tests under sntp/ .
2279290000Sglebius* ... and only build/run them if we have gtest.
2280290000Sglebius* Documentation updates from Dave Mills.
2281290000Sglebius(4.2.7p75) 2010/10/30 Released by Harlan Stenn <stenn@ntp.org>
2282290000Sglebius* Documentation updates from Dave Mills.
2283290000Sglebius* Include Linus Karlsson's GSoC 2010 testing code.
2284290000Sglebius(4.2.7p74) 2010/10/29 Released by Harlan Stenn <stenn@ntp.org>
2285290000Sglebius* [Bug 1685] from 4.2.6p3-RC8: NMEA driver mode byte confusion.
2286290000Sglebius* from 4.2.6p3-RC8: First cut at using scripts/checkChangeLog.
2287290000Sglebius* Documentation updates from Dave Mills.
2288290000Sglebius(4.2.7p73) 2010/10/27 Released by Harlan Stenn <stenn@ntp.org>
2289290000Sglebius* [Bug 1680] Fix alignment of clock_select() arrays.
2290290000Sglebius* refinements to new startup behavior from David Mills.
2291290000Sglebius* For the bootstrap script, touch .html files last.
2292290000Sglebius* Add 'make check' test case that would have caught [Bug 1678].
2293290000Sglebius(4.2.7p72) 2010/10/26 Released by Harlan Stenn <stenn@ntp.org>
2294290000Sglebius* [Bug 1679] Fix test for -lsocket.
2295290000Sglebius* Clean up missing ;; entries in configure.ac.
2296290000Sglebius(4.2.7p71) 2010/10/25 Released by Harlan Stenn <stenn@ntp.org>
2297290000Sglebius* [Bug 1676] from 4.2.6p3-RC7: NMEA: $GPGLL did not work after fix
2298290000Sglebius  for Bug 1571.
2299290000Sglebius* [Bug 1678] "restrict source" treated as "restrict default".
2300290000Sglebius* from 4.2.6p3-RC7: Added scripts/checkChangeLog.
2301290000Sglebius(4.2.7p70) 2010/10/24 Released by Harlan Stenn <stenn@ntp.org>
2302290000Sglebius* [Bug 1571] from 4.2.6p3-RC6: NMEA does not relate data to PPS edge.
2303290000Sglebius* [Bug 1572] from 4.2.p63-RC6: NMEA time adjustment for GPZDG buggy.
2304290000Sglebius* [Bug 1675] from 4.2.6p3-RC6: Prohibit includefile remote config.
2305290000Sglebius* Enable generating ntpd/ntp_keyword.h after keyword-gen.c changes on
2306290000Sglebius  Windows as well as POSIX platforms.
2307290000Sglebius* Fix from Dave Mills for a rare singularity in clock_combine().
2308290000Sglebius(4.2.7p69) 2010/10/23 Released by Harlan Stenn <stenn@ntp.org>
2309290000Sglebius* [Bug 1671] Automatic delay calibration is sometimes inaccurate.
2310290000Sglebius(4.2.7p68) 2010/10/22 Released by Harlan Stenn <stenn@ntp.org>
2311290000Sglebius* [Bug 1669] from 4.2.6p3-RC5: NTP fails to compile on IBM AIX 5.3.
2312290000Sglebius* [Bug 1670] Fix peer->bias and broadcastdelay.
2313290000Sglebius* Documentation updates from Dave Mills.
2314290000Sglebius* Documentation EOL cleanup.
2315290000Sglebius(4.2.7p67) 2010/10/21 Released by Harlan Stenn <stenn@ntp.org>
2316290000Sglebius* [Bug 1649] from 4.2.6p3-RC5: Require NMEA checksum if $GPRMC or
2317290000Sglebius  previously seen.
2318290000Sglebius(4.2.7p66) 2010/10/19 Released by Harlan Stenn <stenn@ntp.org>
2319290000Sglebius* [Bug 1277] Provide and use O(1) FIFOs, esp. in the config tree code.
2320290000Sglebius* Remove unused 'bias' configuration keyword.
2321290000Sglebius(4.2.7p65) 2010/10/16 Released by Harlan Stenn <stenn@ntp.org>
2322290000Sglebius* [Bug 1584] from 4.2.6p3-RC4: wrong SNMP type for precision,
2323290000Sglebius  resolution.
2324290000Sglebius* Remove 'calldelay' and 'sign' remnants from parser, ntp_config.c.
2325290000Sglebius(4.2.7p64) 2010/10/15 Released by Harlan Stenn <stenn@ntp.org>
2326290000Sglebius* [Bug 1584] from 4.2.6p3-RC3: ntpsnmpd OID must be mib-2.197.
2327290000Sglebius* [Bug 1659] from 4.2.6p3-RC4: Need CLOCK_TRUETIME not CLOCK_TRUE.
2328290000Sglebius* [Bug 1663] ntpdsim should not open net sockets.
2329290000Sglebius* [Bug 1665] from 4.2.6p3-RC4: is_anycast() u_int32_t should be u_int32.
2330290000Sglebius* from 4.2.6p3: ntpsnmpd, libntpq warning cleanup.
2331290000Sglebius* Remove 'calldelay' and 'sign' keywords (Dave Mills).
2332290000Sglebius* Documentation updates from Dave Mills.
2333290000Sglebius(4.2.7p63) 2010/10/13 Released by Harlan Stenn <stenn@ntp.org>
2334290000Sglebius* [Bug 1080] from 4.2.6p3-RC3: ntpd on ipv6 routers very chatty.
2335290000Sglebius* Documentation nit cleanup.
2336290000Sglebius* Documentation updates from Dave Mills.
2337290000Sglebius(4.2.7p62) 2010/10/12 Released by Harlan Stenn <stenn@ntp.org>
2338290000Sglebius* [Bug 750] from 4.2.6p3-RC3: Non-existing device causes coredump with
2339290000Sglebius  RIPE-NCC driver.
2340290000Sglebius* [Bug 1567] from 4.2.6p3-RC3: Support Arbiter 1093C Satellite Clock on
2341290000Sglebius  Windows.
2342290000Sglebius* [Bug 1581] from 4.2.6p3-RC3: printf format string mismatch leftover.
2343290000Sglebius* [Bug 1659] from 4.2.6p3-RC3: Support Truetime Satellite Clocks on
2344290000Sglebius  Windows.
2345290000Sglebius* [Bug 1660] from 4.2.6p3-RC3: On some systems, test is in /usr/bin, not
2346290000Sglebius  /bin.
2347290000Sglebius* [Bug 1661] from 4.2.6p3-RC3: Re-indent refclock_ripencc.c.
2348290000Sglebius* Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills).
2349290000Sglebius* Documentation updates from Dave Mills.
2350290000Sglebius(4.2.7p61) 2010/10/06 Released by Harlan Stenn <stenn@ntp.org>
2351290000Sglebius* Documentation and code cleanup from Dave Mills. No more NTP_MAXASSOC.
2352290000Sglebius(4.2.7p60) 2010/10/04 Released by Harlan Stenn <stenn@ntp.org>
2353290000Sglebius* Documentation updates from Dave Mills.
2354290000Sglebius(4.2.7p59) 2010/10/02 Released by Harlan Stenn <stenn@ntp.org>
2355290000Sglebius* Documentation updates from Dave Mills.
2356290000Sglebius* Variable name cleanup from Dave Mills.
2357290000Sglebius* [Bug 1657] darwin needs res_9_init, not res_init.
2358290000Sglebius(4.2.7p58) 2010/09/30 Released by Harlan Stenn <stenn@ntp.org>
2359290000Sglebius* Clock select bugfix from Dave Mills.
2360290000Sglebius* [Bug 1554] peer may stay selected as system peer after becoming
2361290000Sglebius  unreachable.
2362290000Sglebius* [Bug 1644] from 4.2.6p3-RC3: cvo.sh should use lsb_release to identify
2363290000Sglebius  linux distros.
2364290000Sglebius* [Bug 1646] ntpd crashes with relative path to logfile.
2365290000Sglebius(4.2.7p57) 2010/09/27 Released by Harlan Stenn <stenn@ntp.org>
2366290000Sglebius* Documentation updates from Dave Mills.
2367290000Sglebius(4.2.7p56) 2010/09/25 Released by Harlan Stenn <stenn@ntp.org>
2368290000Sglebius* Clock combining algorithm improvements from Dave Mills.
2369290000Sglebius* Documentation updates from Dave Mills.
2370290000Sglebius* [Bug 1642] ntpdsim can't find simulate block in config file.
2371290000Sglebius* [Bug 1643] from 4.2.6p3-RC3: Range-check the decoding of the RIPE-NCC
2372290000Sglebius  status codes.
2373290000Sglebius(4.2.7p55) 2010/09/22 Released by Harlan Stenn <stenn@ntp.org>
2374290000Sglebius* Documentation updates from Dave Mills.
2375290000Sglebius* [Bug 1636] from 4.2.6p3-RC2: segfault after denied remote config.
2376290000Sglebius(4.2.7p54) 2010/09/21 Released by Harlan Stenn <stenn@ntp.org>
2377290000Sglebius* More Initial convergence improvements from Dave Mills.
2378290000Sglebius* Documentation updates from Dave Mills.
2379290000Sglebius* [Bug 1635] from 4.2.6p3-RC2: "filegen ... enable" is not default.
2380290000Sglebius(4.2.7p53) 2010/09/20 Released by Harlan Stenn <stenn@ntp.org>
2381290000Sglebius* Documentation updates from Dave Mills.
2382290000Sglebius* More Initial convergence improvements from Dave Mills.
2383290000Sglebius(4.2.7p52) 2010/09/19 Released by Harlan Stenn <stenn@ntp.org>
2384290000Sglebius* Initial convergence improvements from Dave Mills.
2385290000Sglebius(4.2.7p51) 2010/09/18 Released by Harlan Stenn <stenn@ntp.org>
2386290000Sglebius* [Bug 1344] from 4.2.6p3-RC1: ntpd on Windows exits without logging
2387290000Sglebius  cause.
2388290000Sglebius* [Bug 1629] 4.2.7p50 configure.ac changes invalidate config.cache.
2389290000Sglebius* [Bug 1630] 4.2.7p50 cannot bootstrap on Autoconf 2.61.
2390290000Sglebius(4.2.7p50) 2010/09/16 Released by Harlan Stenn <stenn@ntp.org>
2391290000Sglebius* Cleanup NTP_LIB_M.
2392290000Sglebius* [Bug 1628] Clean up -lxnet/-lsocket usage for (open)solaris.
2393290000Sglebius(4.2.7p49) 2010/09/13 Released by Harlan Stenn <stenn@ntp.org>
2394290000Sglebius* Documentation updates from Dave Mills.
2395290000Sglebius(4.2.7p48) 2010/09/12 Released by Harlan Stenn <stenn@ntp.org>
2396290000Sglebius* Documentation updates from Dave Mills.
2397290000Sglebius(4.2.7p47) 2010/09/11 Released by Harlan Stenn <stenn@ntp.org>
2398290000Sglebius* Documentation updates from Dave Mills.
2399290000Sglebius* [Bug 1588] finish configure --disable-autokey implementation.
2400290000Sglebius* [Bug 1616] refclock_acts.c: if (pp->leap == 2) is always false.
2401290000Sglebius* [Bug 1620] [Backward Incompatible] "discard minimum" value should be in
2402290000Sglebius  seconds, not log2 seconds.
2403290000Sglebius(4.2.7p46) 2010/09/10 Released by Harlan Stenn <stenn@ntp.org>
2404290000Sglebius* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for NTP_LIB_M.
2405290000Sglebius(4.2.7p45) 2010/09/05 Released by Harlan Stenn <stenn@ntp.org>
2406290000Sglebius* [Bug 1578] Consistently use -lm when needed.
2407290000Sglebius(4.2.7p44) 2010/08/27 Released by Harlan Stenn <stenn@ntp.org>
2408290000Sglebius* [Bug 1573] from 4.2.6p3-beta1: Miscalculation of offset in sntp.
2409290000Sglebius(4.2.7p43) 2010/08/26 Released by Harlan Stenn <stenn@ntp.org>
2410290000Sglebius* [Bug 1602] Refactor some of the sntp/ directory to facililtate testing.
2411290000Sglebius(4.2.7p42) 2010/08/18 Released by Harlan Stenn <stenn@ntp.org>
2412290000Sglebius* [Bug 1593] ntpd abort in free() with logconfig syntax error.
2413290000Sglebius* [Bug 1595] from 4.2.6p3-beta1: empty last line in key file causes
2414290000Sglebius  duplicate key to be added
2415290000Sglebius* [Bug 1597] from 4.2.6p3-beta1: packet processing ignores RATE KoD packets,
2416290000Sglebius  Because of a bug in string comparison.
2417290000Sglebius(4.2.7p41) 2010/07/28 Released by Harlan Stenn <stenn@ntp.org>
2418290000Sglebius* [Bug 1581] from 4.2.6p3-beta1: ntp_intres.c size_t printf format
2419290000Sglebius  string mismatch.
2420290000Sglebius* [Bug 1586] ntpd 4.2.7p40 doesn't write to syslog after fork on QNX.
2421290000Sglebius* Avoid race with parallel builds using same source directory in
2422290000Sglebius  scripts/genver by using build directory for temporary files.
2423290000Sglebius* orphanwait documentation updates.
2424290000Sglebius(4.2.7p40) 2010/07/12 Released by Harlan Stenn <stenn@ntp.org>
2425290000Sglebius* [Bug 1395] ease ntpdate elimination with ntpd -w/--wait-sync
2426290000Sglebius* [Bug 1396] allow servers on ntpd command line like ntpdate
2427290000Sglebius(4.2.7p39) 2010/07/09 Released by Harlan Stenn <stenn@ntp.org>
2428290000Sglebius* Fix typo in driver28.html.
2429290000Sglebius* [Bug 1581] from 4.2.6p2: size_t printf format string mismatches, IRIG
2430290000Sglebius  string buffers undersized.  Mostly backported from earlier ntp-dev
2431290000Sglebius  fixes by Juergen Perlinger.
2432290000Sglebius(4.2.7p38) 2010/06/20 Released by Harlan Stenn <stenn@ntp.org>
2433290000Sglebius* [Bug 1570] backported to 4.2.6p2-RC7.
2434290000Sglebius* [Bug 1575] from 4.2.6p2-RC7: use 'snprintf' with LIB_BUFLENGTH in
2435290000Sglebius  inttoa.c, tvtoa.c and utvtoa.c
2436290000Sglebius* [Bug 1576] backported to 4.2.6p2-RC7.
2437290000Sglebius* Typo fix in a comment in ntp_proto.c.
2438290000Sglebius(4.2.7p37) 2010/06/19 Released by Harlan Stenn <stenn@ntp.org>
2439290000Sglebius* [Bug 1576] sys/sysctl.h depends on sys/param.h on OpenBSD.
2440290000Sglebius(4.2.7p36) 2010/06/15 Released by Harlan Stenn <stenn@ntp.org>
2441290000Sglebius* [Bug 1560] Initial support for orphanwait, from Dave Mills.
2442290000Sglebius* clock_filter()/reachability fixes from Dave Mills.
2443290000Sglebius(4.2.7p35) 2010/06/12 Released by Harlan Stenn <stenn@ntp.org>
2444290000Sglebius* Rewrite of multiprecision macros in 'ntp_fp.h' from J. Perlinger
2445290000Sglebius  <perlinger@ntp.org>
2446290000Sglebius* [Bug 715] from 4.2.6p2-RC6: libisc Linux IPv6 interface iteration
2447290000Sglebius  drops multicast flags.
2448290000Sglebius(4.2.7p34) 2010/06/05 Released by Harlan Stenn <stenn@ntp.org>
2449290000Sglebius* [Bug 1570] serial clock drivers get outdated input from kernel tty
2450290000Sglebius  line buffer after startup
2451290000Sglebius(4.2.7p33) 2010/06/04 Released by Harlan Stenn <stenn@ntp.org>
2452290000Sglebius* [Bug 1561] from 4.2.6p2-RC5: ntpq, ntpdc "passwd" prompts for MD5
2453290000Sglebius  password w/SHA1.
2454290000Sglebius* [Bug 1565] from 4.2.6p2-RC5: sntp/crypto.c compile fails on MacOS over
2455290000Sglebius  vsnprintf().
2456290000Sglebius* from 4.2.6p2-RC5: Windows port: do not exit in
2457290000Sglebius  ntp_timestamp_from_counter() without first logging the reason.
2458290000Sglebius(4.2.7p32) 2010/05/19 Released by Harlan Stenn <stenn@ntp.org>
2459290000Sglebius* Copyright file cleanup from Dave Mills.
2460290000Sglebius* [Bug 1555] from 4.2.6p2-RC4: sntp illegal C (mixed code and
2461290000Sglebius  declarations).
2462290000Sglebius* [Bug 1558] pool prototype associations have 0.0.0.0 for remote addr.
2463290000Sglebius* configure.ac: add --disable-autokey, #define AUTOKEY to enable future
2464290000Sglebius  support for building without Autokey, but with OpenSSL for its digest
2465290000Sglebius  algorithms (hash functions).  Code must be modified to use #ifdef
2466290000Sglebius  AUTOKEY instead of #ifdef OPENSSL where appropriate to complete this.
2467290000Sglebius* include/ntp_crypto.h: make assumption AUTOKEY implies OPENSSL explicit.
2468290000Sglebius(4.2.7p31) 2010/05/11 Released by Harlan Stenn <stenn@ntp.org>
2469290000Sglebius* [Bug 1325] from 4.2.6p2-RC3: unreachable code sntp recv_bcst_data().
2470290000Sglebius* [Bug 1459] from 4.2.6p2-RC3: sntp MD5 authentication does not work
2471290000Sglebius  with ntpd.
2472290000Sglebius* [Bug 1552] from 4.2.6p2-RC3: update and complete broadcast and crypto
2473290000Sglebius  features in sntp.
2474290000Sglebius* [Bug 1553] from 4.2.6p2-RC3: sntp/configure.ac OpenSSL support.
2475290000Sglebius* from 4.2.6p2-RC3: Escape unprintable characters in a refid in ntpq -p
2476290000Sglebius  billboard.
2477290000Sglebius* from 4.2.6p2-RC3: Simplify hash client code by providing OpenSSL
2478290000Sglebius  EVP_*() API when built without OpenSSL.  (already in 4.2.7)
2479290000Sglebius* from 4.2.6p2-RC3: Do not depend on ASCII in sntp.
2480290000Sglebius(4.2.7p30) 2010/05/06 Released by Harlan Stenn <stenn@ntp.org>
2481290000Sglebius* [Bug 1526] ntpd DNS pipe read EINTR with no network at startup.
2482290000Sglebius* Update the ChangeLog entries when merging items from -stable.
2483290000Sglebius(4.2.7p29) 2010/05/04 Released by Harlan Stenn <stenn@ntp.org>
2484290000Sglebius* [Bug 1542] ntpd mrulist response may have incorrect last.older.
2485290000Sglebius* [Bug 1543] ntpq mrulist must refresh nonce when retrying.
2486290000Sglebius* [Bug 1544] ntpq mrulist sscanf timestamp format mismatch on 64-bit.
2487290000Sglebius* Windows compiling hints/winnt.html update from G. Sunil Tej.
2488290000Sglebius(4.2.7p28) 2010/05/03 Released by Harlan Stenn <stenn@ntp.org>
2489290000Sglebius* [Bug 1512] from 4.2.6p2-RC3: ntpsnmpd should connect to net-snmpd
2490290000Sglebius  via a unix-domain socket by default.
2491290000Sglebius  Provide a command-line 'socket name' option.
2492290000Sglebius* [Bug 1538] from 4.2.6p2-RC3: update refclock_nmea.c's call to
2493290000Sglebius  getprotobyname().
2494290000Sglebius* [Bug 1541] from 4.2.6p2-RC3: Fix wrong keyword for "maxclock".
2495290000Sglebius(4.2.7p27) 2010/04/27 Released by Harlan Stenn <stenn@ntp.org>
2496290000Sglebius(4.2.7p26) 2010/04/24 Released by Harlan Stenn <stenn@ntp.org>
2497290000Sglebius* [Bug 1465] from 4.2.6p2-RC2: Make sure time from TS2100 is not
2498290000Sglebius  invalid (backport from -dev).
2499290000Sglebius* [Bug 1528] from 4.2.6p2-RC2: Fix EDITLINE_LIBS link order for ntpq
2500290000Sglebius  and ntpdc.
2501290000Sglebius* [Bug 1531] Require nonce with mrulist requests.
2502290000Sglebius* [Bug 1532] Remove ntpd support for ntpdc's monlist in favor of ntpq's
2503290000Sglebius  mrulist.
2504290000Sglebius* [Bug 1534] from 4.2.6p2-RC2: conflicts with VC++ 2010 errno.h.
2505290000Sglebius* [Bug 1535] from 4.2.6p2-RC2: "restrict -4 default" and "restrict
2506290000Sglebius  -6 default" ignored.
2507290000Sglebius(4.2.7p25) 2010/04/20 Released by Harlan Stenn <stenn@ntp.org>
2508290000Sglebius* [Bug 1528] from 4.2.6p2-RC2: Remove --with-arlib from br-flock.
2509290000Sglebius* [Bug 1503] [Bug 1504] [Bug 1518] [Bug 1522] from 4.2.6p2-RC2:
2510290000Sglebius  all of which were fixed in 4.2.7 previously.
2511290000Sglebius(4.2.7p24) 2010/04/13 Released by Harlan Stenn <stenn@ntp.org>
2512290000Sglebius* [Bug 1390] Control PPS on the Oncore M12.
2513290000Sglebius* [Bug 1518] Windows ntpd should lock to one processor more
2514290000Sglebius  conservatively.
2515290000Sglebius* [Bug 1520] '%u' formats for size_t gives warnings with 64-bit builds.
2516290000Sglebius* [Bug 1522] Enable range syntax "trustedkey (301 ... 399)".
2517290000Sglebius* Documentation updates for 4.2.7p22 changes and additions, updating
2518290000Sglebius  ntpdc.html, ntpq.html, accopt.html, confopt.html, manyopt.html,
2519290000Sglebius  miscopt.html, and miscopt.txt.
2520290000Sglebius* accopt.html: non-ntpport doc changes from Dave Mills.
2521290000Sglebius* Modify full MRU list preemption when full to match "discard monitor"
2522290000Sglebius  documentation, by removing exception for count == 1.
2523290000Sglebius(4.2.7p23) 2010/04/04 Released by Harlan Stenn <stenn@ntp.org>
2524290000Sglebius* [Bug 1516] unpeer by IP address fails, DNS name works.
2525290000Sglebius* [Bug 1517] ntpq and ntpdc should verify reverse DNS before use.
2526290000Sglebius  ntpq and ntpdc now use the following format for showing purported
2527290000Sglebius  DNS names from IP address "reverse" DNS lookups when the DNS name
2528290000Sglebius  does not exist or does not include the original IP address among
2529290000Sglebius  the results: "192.168.1.2 (fake.dns.local)".
2530290000Sglebius(4.2.7p22) 2010/04/02 Released by Harlan Stenn <stenn@ntp.org>
2531290000Sglebius* [Bug 1432] Don't set inheritable flag for linux capabilities.
2532290000Sglebius* [Bug 1465] Make sure time from TS2100 is not invalid.
2533290000Sglebius* [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
2534290000Sglebius* [Bug 1497] fudge is broken by getnetnum() change.
2535290000Sglebius* [Bug 1503] Auto-enabling of monitor for "restrict ... limited" wrong.
2536290000Sglebius* [Bug 1504] ntpdate tickles ntpd "discard minimum 1" rate limit if
2537290000Sglebius  "restrict ... limited" is used.
2538290000Sglebius* ntpdate: stop querying source after KoD packet response, log it.
2539290000Sglebius* ntpdate: rate limit each server to 2s between packets.
2540290000Sglebius* From J. N. Perlinger: avoid pointer wraparound warnings in dolfptoa(),
2541290000Sglebius  printf format mismatches with 64-bit size_t.
2542290000Sglebius* Broadcast client (ephemeral) associations should be demobilized only
2543290000Sglebius  if they are not heard from for 10 consecutive polls, regardless of
2544290000Sglebius  surviving the clock selection.  Fix from David Mills.
2545290000Sglebius* Add "ntpq -c ifstats" similar to "ntpdc -c ifstats".
2546290000Sglebius* Add "ntpq -c sysstats" similar to "ntpdc -c sysstats".
2547290000Sglebius* Add "ntpq -c monstats" to show monlist knobs and stats.
2548290000Sglebius* Add "ntpq -c mrulist" similar to "ntpdc -c monlist" but not
2549290000Sglebius  limited to 600 rows, and with filtering and sorting options:
2550290000Sglebius  ntpq -c "mrulist mincount=2 laddr=192.168.1.2 sort=-avgint"
2551290000Sglebius  ntpq -c "mrulist sort=addr"
2552290000Sglebius  ntpq -c "mrulist mincount=2 sort=count"
2553290000Sglebius  ntpq -c "mrulist sort=-lstint"
2554290000Sglebius* Modify internal representation of MRU list to use l_fp fixed-point
2555290000Sglebius  NTP timestamps instead of seconds since startup.  This increases the
2556290000Sglebius  resolution and substantially improves accuracy of sorts involving
2557290000Sglebius  timestamps, at the cost of flushing all MRU entries when the clock is
2558290000Sglebius  stepped, to ensure the timestamps can be compared with the current
2559290000Sglebius  get_systime() results.
2560290000Sglebius* Add ntp.conf "mru" directive to configure MRU parameters, such as
2561290000Sglebius  "mru mindepth 600 maxage 64 maxdepth 5000 maxmem 1024" or
2562290000Sglebius  "mru initalloc 0 initmem 16 incalloc 99 incmem 4".  Several pairs are
2563290000Sglebius  equivalent with one in units of MRU entries and its twin in units of
2564290000Sglebius  kilobytes of memory, so the last one used in ntp.conf controls:
2565290000Sglebius  maxdepth/maxmem, initalloc/initmem, incalloc/incmem.  With the above
2566290000Sglebius  values, ntpd will preallocate 16kB worth of MRU entries, allocating
2567290000Sglebius  4kB worth each time more are needed, with a hard limit of 1MB of MRU
2568290000Sglebius  entries.  Until there are more than 600 entries none would be reused.
2569290000Sglebius  Then only entries for addresses last seen 64 seconds or longer ago are
2570290000Sglebius  reused.
2571290000Sglebius* Limit "ntpdc -c monlist" response in ntpd to 600 entries, the previous
2572290000Sglebius  overall limit on the MRU list depth which was driven by the monlist
2573290000Sglebius  implementation limit of one request with a single multipacket
2574290000Sglebius  response.
2575290000Sglebius* New "pool" directive implementation modeled on manycastclient.
2576290000Sglebius* Do not abort on non-ASCII characters in ntp.conf, ignore them.
2577290000Sglebius* ntpq: increase response reassembly limit from 24 to 32 packets, add
2578290000Sglebius  discussion in comment regarding results with even larger MAXFRAGS.
2579290000Sglebius* ntpq: handle "passwd MYPASSWORD" (without prompting) as with ntpdc.
2580290000Sglebius* ntpdc: do not examine argument to "passwd" if not supplied.
2581290000Sglebius* configure: remove check for pointer type used with qsort(), we
2582290000Sglebius  require ANSI C which mandates void *.
2583290000Sglebius* Reset sys_kodsent to 0 in proto_clr_stats().
2584290000Sglebius* Add sptoa()/sockporttoa() similar to stoa()/socktoa() adding :port.
2585290000Sglebius* Use memcpy() instead of memmove() when buffers can not overlap.
2586290000Sglebius* Remove sockaddr_storage from our sockaddr_u union of sockaddr,
2587290000Sglebius  sockaddr_in, and sockaddr_in6, shaving about 100 bytes from its size
2588290000Sglebius  and substantially decreasing MRU entry memory consumption.
2589290000Sglebius* Extend ntpq readvar (alias rv) to allow fetching up to three named
2590290000Sglebius  variables in one operation:  ntpq -c "rv 0 version offset frequency".
2591290000Sglebius* ntpq: use srchost variable to show .POOL. prototype associations'
2592290000Sglebius  hostname instead of address 0.0.0.0.
2593290000Sglebius* "restrict source ..." configures override restrictions for time
2594290000Sglebius  sources, allows tight default restrictions to be used with the pool
2595290000Sglebius  directive (where server addresses are not known in advance).
2596290000Sglebius* Ignore "preempt" modifier on manycastclient and pool prototype
2597290000Sglebius  associations.  The resulting associations are preemptible, but the
2598290000Sglebius  prototype must not be.
2599290000Sglebius* Maintain and use linked list of associations (struct peer) in ntpd,
2600290000Sglebius  avoiding walking 128 hash table entries to iterate over peers.
2601290000Sglebius* Remove more workarounds unneeded since we require ISO C90 AKA ANSI C:
2602290000Sglebius  - remove fallback implementations for memmove(), memset, strstr().
2603290000Sglebius  - do not test for atexit() or memcpy().
2604290000Sglebius* Collapse a bunch of code duplication in ntpd/ntp_restrict.c added with
2605290000Sglebius  support for IPv6.
2606290000Sglebius* Correct some corner case failures in automatically enabling the MRU
2607290000Sglebius  list if any "restrict ... limited" is in effect, and in disabling MRU
2608290000Sglebius  maintenance. (ntp_monitor.c, ntp_restrict.c)
2609290000Sglebius* Reverse the internal sort order of the address restriction lists, but
2610290000Sglebius  preserve the same behavior.  This allows removal of special-case code
2611290000Sglebius  related to the default restrictions and more straightforward lookups
2612290000Sglebius  of restrictions for a given address (now, stop on first match).
2613290000Sglebius* Move ntp_restrict.c MRU doubly-linked list maintenance code into
2614290000Sglebius  ntp_lists.h macros, allowing more duplicated source excision.
2615290000Sglebius* Repair ntpdate.c to no longer test HAVE_TIMER_SETTIME.
2616290000Sglebius* Do not reference peer_node/unpeer_node after freeing when built with
2617290000Sglebius  --disable-saveconfig and using DNS.
2618290000Sglebius(4.2.7p21) 2010/03/31 Released by Harlan Stenn <stenn@ntp.org>
2619290000Sglebius* [Bug 2399] Reset sys_kodsent in proto_clr_stats().
2620290000Sglebius* [Bug 1514] from 4.2.6p1-RC6: Typo in ntp_proto.c: fabs(foo < .4)
2621290000Sglebius  should be fabs(foo) < .4.
2622290000Sglebius* [Bug 1464] from 4.2.6p1-RC6: synchronization source wrong for
2623290000Sglebius  refclocks ARCRON_MSF (27) and SHM (28).
2624290000Sglebius* From 4.2.6p1-RC6: Correct Windows port's refclock_open() to
2625290000Sglebius  return 0 on failure not -1.
2626290000Sglebius* From 4.2.6p1-RC6: Correct CHU, dumbclock, and WWVB drivers to
2627290000Sglebius  check for 0 returned from refclock_open() on failure.
2628290000Sglebius* From 4.2.6p1-RC6: Correct "SIMUL=4 ./flock-build -1" to
2629290000Sglebius  prioritize -1/--one.
2630290000Sglebius* [Bug 1306] constant conditionals in audio_gain().
2631290000Sglebius(4.2.7p20) 2010/02/13 Released by Harlan Stenn <stenn@ntp.org>
2632290000Sglebius* [Bug 1483] hostname in ntp.conf "restrict" parameter rejected.
2633290000Sglebius* Use all addresses for each restrict by hostname.
2634290000Sglebius* Use async DNS to resolve trap directive hostnames.
2635290000Sglebius(4.2.7p19) 2010/02/09 Released by Harlan Stenn <stenn@ntp.org>
2636290000Sglebius* [Bug 1338] Update the association type codes in ntpq.html.
2637290000Sglebius* [Bug 1478] from 4.2.6p1-RC5: linking fails: EVP_MD_pkey_type.
2638290000Sglebius* [Bug 1479] from 4.2.6p1-RC5: not finding readline headers.
2639290000Sglebius* [Bug 1484] from 4.2.6p1-RC5: ushort is not defined in QNX6.
2640290000Sglebius(4.2.7p18) 2010/02/07 Released by Harlan Stenn <stenn@ntp.org>
2641290000Sglebius* [Bug 1480] from 4.2.6p1-RC5: snprintf() cleanup caused
2642290000Sglebius  unterminated refclock IDs.
2643290000Sglebius* Stop using getaddrinfo() to convert numeric address strings to on-wire
2644290000Sglebius  addresses in favor of is_ip_address() alone.
2645290000Sglebius(4.2.7p17) 2010/02/05 Released by Harlan Stenn <stenn@ntp.org>
2646290000Sglebius* [Bug 1477] from 4.2.6p1-RC5: First non-gmake make in clone
2647290000Sglebius  w/VPATH can't make COPYRIGHT.
2648290000Sglebius* Attempts to cure CID 108 CID 118 CID 119 TAINTED_SCALAR warnings.
2649290000Sglebius* Broaden ylwrap workaround VPATH_HACK to all non-GNU make.
2650290000Sglebius(4.2.7p16) 2010/02/04 Released by Harlan Stenn <stenn@ntp.org>
2651290000Sglebius* [Bug 1474] from 4.2.6p1-RC4: ntp_keygen LCRYPTO after libntp.a.
2652290000Sglebius* Include 4.2.6p1-RC4: Remove arlib.
2653290000Sglebius(4.2.7p15) 2010/02/03 Released by Harlan Stenn <stenn@ntp.org>
2654290000Sglebius* [Bug 1455] from 4.2.6p1: ntpd does not try /etc/ntp.audio.
2655290000Sglebius* Include 4.2.6p1: Convert many sprintf() calls to snprintf(), also
2656290000Sglebius  strcpy(), strcat().
2657290000Sglebius* Include 4.2.6p1: Fix widely cut-n-pasted bug in refclock shutdown
2658290000Sglebius  after failed start.
2659290000Sglebius* Include 4.2.6p1: Remove some dead code checking for emalloc()
2660290000Sglebius  returning NULL.
2661290000Sglebius(4.2.7p14) 2010/02/02 Released by Harlan Stenn <stenn@ntp.org>
2662290000Sglebius* [Bug 1338] ntpq displays incorrect association type codes.
2663290000Sglebius* [Bug 1469] u_int32, int32 changes broke HP-UX 10.20 build.
2664290000Sglebius* [Bug 1470] from 4.2.6p1: "make distdir" compiles keyword-gen.
2665290000Sglebius* [Bug 1471] CID 120 CID 121 CID 122 is_ip_address() uninit family.
2666290000Sglebius* [Bug 1472] CID 116 CID 117 minor warnings in new DNS code.
2667290000Sglebius* [Bug 1473] from 4.2.6p1: "make distcheck" version.m4 error.
2668290000Sglebius(4.2.7p13) 2010/01/31 Released by Harlan Stenn <stenn@ntp.org>
2669290000Sglebius* [Bug 1467] from 4.2.6p1: Fix bogus rebuild of sntp/sntp.html.
2670290000Sglebius(4.2.7p12) 2010/01/30 Released by Harlan Stenn <stenn@ntp.org>
2671290000Sglebius* [Bug 1468] 'make install' broken for root on default NFS mount.
2672290000Sglebius(4.2.7p11) 2010/01/28 Released by Harlan Stenn <stenn@ntp.org>
2673290000Sglebius* [Bug 47] Debugging and logging do not work after a fork.
2674290000Sglebius* [Bug 1010] getaddrinfo() could block and thus should not be called by
2675290000Sglebius  the main thread/process.
2676290000Sglebius* New async DNS resolver in ntpd allows nonblocking queries anytime,
2677290000Sglebius  instead of only once at startup.
2678290000Sglebius(4.2.7p10) 2010/01/24 Released by Harlan Stenn <stenn@ntp.org>
2679290000Sglebius* [Bug 1140] from 4.2.6p1-RC5: Clean up debug.html, decode.html,
2680290000Sglebius  and ntpq.html.
2681290000Sglebius* Include 4.2.6p1-RC3: Use TZ=UTC instead of TZ= when calling date in
2682290000Sglebius  scripts/mkver.in .
2683290000Sglebius* [Bug 1448] from 4.2.6p1-RC3: Some macros not correctly conditionally
2684290000Sglebius  or absolutely defined on Windows.
2685290000Sglebius* [Bug 1449] from 4.2.6p1-RC3: ntpsim.h in ntp_config.c should be used
2686290000Sglebius  conditionally.
2687290000Sglebius* [Bug 1450] from 4.2.6p1-RC3: Option to exclude warnings not
2688290000Sglebius  unconditionally defined on Windows.
2689290000Sglebius(4.2.7p9) 2010/01/13 Released by Harlan Stenn <stenn@ntp.org>
2690290000Sglebius(4.2.7p8) 2010/01/12 Released by Harlan Stenn <stenn@ntp.org>
2691290000Sglebius* [Bug 702] ntpd service logic should use libopts to examine cmdline.
2692290000Sglebius* [Bug 1451] from 4.2.6p1-RC3: sntp leaks KoD entry updating.
2693290000Sglebius* [Bug 1453] from 4.2.6p1-RC3: Use $CC in config.cache filename.
2694290000Sglebius(4.2.7p7) 2009/12/30 Released by Harlan Stenn <stenn@ntp.org>
2695290000Sglebius* [Bug 620] ntpdc getresponse() esize != *rsize s/b size != *rsize.
2696290000Sglebius* [Bug 1446] 4.2.7p6 requires autogen, missing ntpd.1, *.texi, *.menu.
2697290000Sglebius(4.2.7p6) 2009/12/28 Released by Harlan Stenn <stenn@ntp.org>
2698290000Sglebius* [Bug 1443] Remove unnecessary dependencies on ntp_io.h
2699290000Sglebius* [Bug 1442] Move Windows functions into libntp files
2700290000Sglebius* [Bug 1127] from 4.2.6p1-RC3: Check the return of X590_verify().
2701290000Sglebius* [Bug 1439] from 4.2.6p1-RC3: .texi gen after binary is linked.
2702290000Sglebius* [Bug 1440] from 4.2.6p1-RC3: Update configure.ac to support kfreebsd.
2703290000Sglebius* [Bug 1445] from 4.2.6p1-RC3: IRIX does not have -lcap or support
2704290000Sglebius  linux capabilities.
2705290000Sglebius(4.2.7p5) 2009/12/25 Released by Harlan Stenn <stenn@ntp.org>
2706290000Sglebius* Include 4.2.6p1-RC2
2707290000Sglebius(4.2.7p4) 2009/12/24 Released by Harlan Stenn <stenn@ntp.org>
2708290000Sglebius* [Bug 1429] ntpd -4 option does not reliably force IPv4 resolution.
2709290000Sglebius* [Bug 1431] System headers must come before ntp headers in ntp_intres.c .
2710290000Sglebius(4.2.7p3) 2009/12/22 Released by Harlan Stenn <stenn@ntp.org>
2711290000Sglebius* [Bug 1426] scripts/VersionName needs . on the search path.
2712290000Sglebius* [Bug 1427] quote missing in ./build - shows up on NetBSD.
2713290000Sglebius* [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
2714290000Sglebius(4.2.7p2) 2009/12/20 Released by Harlan Stenn <stenn@ntp.org>
2715290000Sglebius* [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
2716290000Sglebius* [Bug 1421] add util/tg2, a clone of tg that works on Linux, NetBSD, and
2717290000Sglebius  FreeBSD
2718290000Sglebius(4.2.7p1) 2009/12/15 Released by Harlan Stenn <stenn@ntp.org>
2719290000Sglebius* [Bug 1348] ntpd Windows port should wait for sendto() completion.
2720290000Sglebius* [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
2721290000Sglebius* [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
2722290000Sglebius(4.2.7p0) 2009/12/13 Released by Harlan Stenn <stenn@ntp.org>
2723290000Sglebius* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
2724290000Sglebius* [Bug 1414] Enable "make distcheck" success with BSD make.
2725290000Sglebius(4.2.7) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
2726290000Sglebius* [Bug 1407] configure.ac: recent GNU Make -v does not include "version".
2727290000Sglebius---
2728290000Sglebius(4.2.6p5) 2011/12/24 Released by Harlan Stenn <stenn@ntp.org>
2729290000Sglebius
2730290000SglebiusNo changes from 4.2.6p5-RC3.
2731290000Sglebius
2732290000Sglebius---
2733290000Sglebius(4.2.6p5-RC3) 2011/12/08 Released by Harlan Stenn <stenn@ntp.org>
2734290000Sglebius
2735290000Sglebius* [Bug 2082] 3-char refid sent by ntpd 4.2.6p5-RC2 ends with extra dot.
2736290000Sglebius* [Bug 2085] clock_update() sys_rootdisp calculation omits root delay.
2737290000Sglebius* [Bug 2086] get_systime() should not offset by sys_residual.
2738290000Sglebius* [Bug 2087] sys_jitter calculation overweights sys.peer jitter.
2739290000Sglebius* Ensure NULL peer->dstadr is not accessed in orphan parent selection.
2740290000Sglebius
2741290000Sglebius---
2742290000Sglebius(4.2.6p5-RC2) 2011/11/30 Released by Harlan Stenn <stenn@ntp.org>
2743290000Sglebius
2744290000Sglebius* [Bug 2050] Orphan mode stratum counting to infinity.
2745290000Sglebius* [Bug 2059] optional billboard column "server" does not honor -n.
2746290000Sglebius* [Bug 2066] ntpq lopeers ipv6 "local" column overrun.
2747290000Sglebius* [Bug 2068] ntpd sends nonprintable stratum 16 refid to ntpq.
2748290000Sglebius* [Bug 2069] broadcastclient, multicastclient spin up duplicate
2749290000Sglebius  ephemeral associations without broadcastdelay.
2750290000Sglebius* [Bug 2072] Orphan parent selection metric needs ntohl().
2751290000Sglebius* Exclude not-yet-determined sys_refid from use in loopback TEST12
2752290000Sglebius  (from David Mills).
2753290000Sglebius* Never send KoD rate limiting response to MODE_SERVER response.
2754290000Sglebius
2755290000Sglebius---
2756290000Sglebius(4.2.6p5-RC1) 2011/10/18 Released by Harlan Stenn <stenn@ntp.org>
2757290000Sglebius
2758290000Sglebius* [Bug 2034] Listening address configuration with prefix misapplied.
2759290000Sglebius
2760290000Sglebius---
2761290000Sglebius(4.2.6p4) 2011/09/22 Released by Harlan Stenn <stenn@ntp.org>
2762290000Sglebius
2763290000Sglebius* [Bug 1984] ntp/libisc fails to compile on OS X 10.7 (Lion).
2764290000Sglebius* [Bug 1985] "logconfig =allall" rejected.
2765290000Sglebius* [Bug 2001] ntpdc timerstats reports overruns as handled.
2766290000Sglebius* [Bug 2003] libntpq ntpq_read_assoc_peervars() broken.
2767290000Sglebius* [Backward Incompatible] sntp: -l/--filelog -> -l/--logfile, to be
2768290000Sglebius  consistent with ntpd.
2769290000Sglebius* libopts/file.c fix from Bruce Korb (arg-type=file).
2770290000Sglebius
2771290000Sglebius---
2772290000Sglebius(4.2.6p4-RC2) 2011/08/04 Released by Harlan Stenn <stenn@ntp.org>
2773290000Sglebius
2774290000Sglebius* [Bug 1608] Parse Refclock driver should honor trusttime.
2775290000Sglebius* [Bug 1961] html2man update: distribute ntp-wait.html.
2776290000Sglebius* [Bug 1970] UNLINK_EXPR_SLIST() causes crash if list is empty.
2777290000Sglebius* [Bug 1972] checking for struct rtattr fails.
2778290000Sglebius* [Bug 1975] libntp/mktime.c won't work with 64-bit time_t
2779290000Sglebius* [Bug 1978] [Bug 1134] fix in 4.2.6p4-RC1 doesn't build on older Linux.
2780290000Sglebius* Backport several fixes for Coverity warnings from ntp-dev.
2781290000Sglebius* Backport if_nametoindex() check for hpux.
2782290000Sglebius
2783290000Sglebius---
2784290000Sglebius(4.2.6p4-RC1) 2011/07/10 Released by Harlan Stenn <stenn@ntp.org>
2785290000Sglebius
2786290000Sglebius* [Bug 1134] ntpd fails binding to tentative IPv6 addresses.
2787290000Sglebius* [Bug 1790] Update config.guess and config.sub to detect AIX6.
2788290000Sglebius* [Bug 1961] html2man needs an update.
2789290000Sglebius* Update the NEWS file.
2790290000Sglebius
2791290000Sglebius---
2792290000Sglebius(4.2.6p4-beta2) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
2793290000Sglebius
2794290000Sglebius* [Bug 1695] ntpdate takes longer than necessary.
2795290000Sglebius* [Bug 1832] ntpdate doesn't allow timeout > 2s.
2796290000Sglebius* [Bug 1933] WWVB/Spectracom driver timestamps LFs, not CRs.
2797290000Sglebius* Backport utility routines from ntp-dev: mprintf(), emalloc_zero().
2798290000Sglebius
2799290000Sglebius---
2800290000Sglebius(4.2.6p4-beta1) 2011/05/16 Released by Harlan Stenn <stenn@ntp.org>
2801290000Sglebius
2802290000Sglebius* [Bug 1554] peer may stay selected as system peer after becoming
2803290000Sglebius  unreachable.
2804290000Sglebius* [Bug 1921] LOCAL, ACTS drivers with "prefer" excluded from initial
2805290000Sglebius  candidate list.
2806290000Sglebius* [Bug 1923] orphan parent favored over LOCAL, ACTS drivers.
2807290000Sglebius* [Bug 1924] Billboard tally codes sometimes do not match operation,
2808290000Sglebius  variables.
2809290000Sglebius* Enable tickadj-like taming of wildly off-spec Windows clock using
2810290000Sglebius  NTPD_TICKADJ_PPM env. var. specifying baseline slew.
2811290000Sglebius* Upgrade to AutoGen 5.11.9 (and require it).
2812290000Sglebius* Upgrade to libopts 35.0.10 from AutoGen 5.11.9pre8.
2813290000Sglebius
2814290000Sglebius---
2815290000Sglebius(4.2.6p3) 2011/01/03 Released by Harlan Stenn <stenn@ntp.org>
2816290000Sglebius
2817290000Sglebius* [Bug 1764] Palisade driver doesn't build on Linux
2818290000Sglebius* Create and use scripts/check--help when generating .texi files.
2819290000Sglebius* Update bk triggers for the bk-5 release.
2820290000Sglebius* Update genCommitLog for the bk-5 release.
2821290000Sglebius* Update the copyright year.
2822290000Sglebius
2823290000Sglebius---
2824290000Sglebius(4.2.6p3-RC12) 2010/12/25 Released by Harlan Stenn <stenn@ntp.org>
2825290000Sglebius
2826290000Sglebius* [Bug 1458] Can not compile NTP on FreeBSD 4.7.
2827290000Sglebius* [Bug 1510] Add modes 20/21 for driver 8 to support RAWDCF @ 75 baud.
2828290000Sglebius* [Bug 1618] Unreachable code in jjy_start(). (backport from ntp-dev)
2829290000Sglebius* [Bug 1719] ntp-keygen -V crash. (backport)
2830290000Sglebius* [Bug 1740] ntpdc treats many counters as signed. (backport)
2831290000Sglebius* [Bug 1741] Enable multicast reception on each address (Windows).
2832290000Sglebius* [Bug 1742] Fix a typo in an error message in the "build" script.
2833290000Sglebius* [Bug 1743] Display timezone offset when showing time for sntp in the
2834290000Sglebiuslocal timezone.
2835290000Sglebius* [Bug 1751] Support for Atari FreeMiNT OS.
2836290000Sglebius* [Bug 1754] --version output should be more verbose.
2837290000Sglebius* [Bug 1757] oncore snprintf("%m") doesn't expand %m.
2838290000Sglebius* [Bug 1758] setsockopt IPV6_MULTICAST_IF with wrong ifindex.
2839290000Sglebius* [Bug 1760] ntpd Windows interpolation cannot be disabled.
2840290000Sglebius* [Bug 1762] manycastclient solicitation responses interfere.
2841290000Sglebius* Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre7.
2842290000Sglebius* Relax minimum Automake version to 1.10 with updated libopts.m4.
2843290000Sglebius* Suppress ntp-keygen OpenSSL version display for --help, --version,
2844290000Sglebiusdisplay both build and runtime OpenSSL versions when they differ.
2845290000Sglebius* Clean up m4 quoting in configure.ac, *.m4 files, resolving
2846290000Sglebius  intermittent AC_LANG_PROGRAM possibly undefined errors.
2847290000Sglebius* Clean up the SNTP documentation.
2848290000Sglebius* Other manycastclient repairs:
2849290000Sglebius  Separate handling of scope ID embedded in many in6_addr from ifindex
2850290000Sglebius  used for IPv6 multicasting ioctls.
2851290000Sglebius  Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
2852290000Sglebius  Enable outbound multicast from only one address per interface in the
2853290000Sglebius  same subnet, and in that case prefer embedded MAC address modified
2854290000Sglebius  EUI-64 IPv6 addresses first, then static, and last RFC 4941 privacy
2855290000Sglebius  addresses.
2856290000Sglebius  Use setsockopt(IP[V6]_MULTICAST_IF) before each send to multicast to
2857290000Sglebius  select the local source address, using the correct socket is not
2858290000Sglebius  enough.
2859290000Sglebius
2860290000Sglebius---
2861290000Sglebius(4.2.6p3-RC11) 2010/11/28 Released by Harlan Stenn <stenn@ntp.org>
2862290000Sglebius
2863290000Sglebius* [Bug 1725] ntpd sends multicast from only one address.
2864290000Sglebius* [Bug 1728] In ntp_openssl.m4, don't add -I/usr/include or -L/usr/lib
2865290000Sglebius  to CPPFLAGS or LDFLAGS.
2866290000Sglebius* [Bug 1733] IRIX doesn't have 'head' (affects scripts/checkChangeLog).
2867290000Sglebius* Remove log_msg() and debug_msg() from sntp in favor of msyslog().
2868290000Sglebius* Use a single copy of libopts/, in sntp/.
2869290000Sglebius* Upgrade libopts to 33.3.8.
2870290000Sglebius* Bump minimum Automake version to 1.11, required for AM_COND_IF
2871290000Sglebius  use in LIBOPTS_CHECK.
2872290000Sglebius* Improvements to the 'build' script.
2873290000Sglebius
2874290000Sglebius---
2875290000Sglebius(4.2.6p3-RC10) 2010/11/14 Released by Harlan Stenn <stenn@ntp.org>
2876290000Sglebius
2877290000Sglebius* [Bug 1681] More sntp logging cleanup.
2878290000Sglebius* [Bug 1683] Non-localhost on loopback exempted from nic rules.
2879290000Sglebius
2880290000Sglebius---
2881290000Sglebius(4.2.6p3-RC9) 2010/11/10 Released by Harlan Stenn <stenn@ntp.org>
2882290000Sglebius
2883290000Sglebius* [Bug 1574] sntp:set_time doesn't set tv_usec correctly.
2884290000Sglebius* [Bug 1681] sntp logging cleanup.
2885290000Sglebius* [Bug 1683] Interface binding does not seem to work as intended.
2886290000Sglebius* [Bug 1691] Use first NMEA sentence each second.
2887290000Sglebius* [Bug 1692] packageinfo.sh needs to be "sourced" using ./ .
2888290000Sglebius* [Bug 1709] ntpdate ignores replies with equal receive and transmit
2889290000Sglebius  timestamps.
2890290000Sglebius* Backport sntp from -dev
2891290000Sglebius
2892290000Sglebius---
2893290000Sglebius(4.2.6p3-RC8) 2010/10/29 Released by Harlan Stenn <stenn@ntp.org>
2894290000Sglebius
2895290000Sglebius* [Bug 1685] NMEA driver mode byte confusion.
2896290000Sglebius* First cut at using scripts/checkChangeLog.
2897290000Sglebius
2898290000Sglebius---
2899290000Sglebius(4.2.6p3-RC7) 2010/10/25 Released by Harlan Stenn <stenn@ntp.org>
2900290000Sglebius
2901290000Sglebius* [Bug 1676] NMEA: $GPGLL did not work after fix for Bug 1571.
2902290000Sglebius* Added scripts/checkChangeLog.
2903290000Sglebius
2904290000Sglebius---
2905290000Sglebius(4.2.6p3-RC6) 2010/10/24 Released by Harlan Stenn <stenn@ntp.org>
2906290000Sglebius
2907290000Sglebius* [Bug 1571] NMEA does not relate data to PPS edge.
2908290000Sglebius* [Bug 1572] NMEA time adjustment for GPZDG buggy.
2909290000Sglebius* [Bug 1675] Prohibit includefile remote config.
2910290000Sglebius
2911290000Sglebius---
2912290000Sglebius(4.2.6p3-RC5) 2010/10/22 Released by Harlan Stenn <stenn@ntp.org>
2913290000Sglebius
2914290000Sglebius* [Bug 1649] Require NMEA checksum if $GPRMC or previously seen.
2915290000Sglebius* [Bug 1669] NTP 4.2.6p2 fails to compile on IBM AIX 5.3.
2916290000Sglebius
2917290000Sglebius---
2918290000Sglebius(4.2.6p3-RC4) 2010/10/16 Released by Harlan Stenn <stenn@ntp.org>
2919290000Sglebius
2920290000Sglebius* [Bug 1584] wrong SNMP type for precision, resolution.
2921290000Sglebius* [Bug 1659] Need CLOCK_TRUETIME not CLOCK_TRUE.
2922290000Sglebius* [Bug 1665] is_anycast() u_int32_t should be u_int32.
2923290000Sglebius* ntpsnmpd, libntpq warning cleanup.
2924290000Sglebius
2925290000Sglebius---
2926290000Sglebius(4.2.6p3-RC3) 2010/10/14 Released by Harlan Stenn <stenn@ntp.org>
2927290000Sglebius
2928290000Sglebius* [Bug 750] Non-existing device causes coredump with RIPE-NCC driver.
2929290000Sglebius* [Bug 1080] ntpd on ipv6 routers very chatty.
2930290000Sglebius* [Bug 1567] Support Arbiter 1093C Satellite Clock on Windows.
2931290000Sglebius* [Bug 1581] printf format string mismatch leftover.
2932290000Sglebius* [Bug 1584] ntpsnmpd OID must be mib-2.197.
2933290000Sglebius* [Bug 1643] Range-check the decoding of the RIPE-NCC status codes.
2934290000Sglebius* [Bug 1644] cvo.sh should use lsb_release to identify linux distros.
2935290000Sglebius* [Bug 1659] Support Truetime Satellite Clocks on Windows.
2936290000Sglebius* [Bug 1660] On some systems, test is in /usr/bin, not /bin.
2937290000Sglebius* [Bug 1661] Re-indent refclock_ripencc.c.
2938290000Sglebius
2939290000Sglebius---
2940290000Sglebius(4.2.6p3-RC2) 2010/09/25 Released by Harlan Stenn <stenn@ntp.org>
2941290000Sglebius
2942290000Sglebius* [Bug 1635] "filegen ... enable" is not default.
2943290000Sglebius* [Bug 1636] yyparse() segfault after denied filegen remote config.
2944290000Sglebius
2945290000Sglebius---
2946290000Sglebius(4.2.6p3-RC1) 2010/09/18 Released by Harlan Stenn <stenn@ntp.org>
2947290000Sglebius
2948290000Sglebius* [Bug 1344] ntpd on Windows exits without logging cause.
2949290000Sglebius
2950290000Sglebius---
2951290000Sglebius(4.2.6p3-beta1) 2010/09/11 Released by Harlan Stenn <stenn@ntp.org>
2952290000Sglebius
2953290000Sglebius* [Bug 1573] Miscalculation of offset in sntp.
2954290000Sglebius* [Bug 1595] empty last line in key file causes duplicate key to be added
2955290000Sglebius* [Bug 1597] packet processing ignores RATE KoD packets, because of
2956290000Sglebius  a bug in string comparison.
2957290000Sglebius* [Bug 1581] ntp_intres.c size_t printf format string mismatch.
2958290000Sglebius
2959290000Sglebius---
2960290000Sglebius(4.2.6p2) 2010/07/09 Released by Harlan Stenn <stenn@ntp.org>
2961290000Sglebius
2962290000Sglebius* [Bug 1581] size_t printf format string mismatches, IRIG string buffers
2963290000Sglebius  undersized.  Mostly backported from earlier ntp-dev fixes by Juergen
2964290000Sglebius  Perlinger.
2965290000Sglebius
2966290000Sglebius---
2967290000Sglebius(4.2.6p2-RC7) 2010/06/19 Released by Harlan Stenn <stenn@ntp.org>
2968290000Sglebius
2969290000Sglebius* [Bug 1570] serial clock drivers get outdated input from kernel tty
2970290000Sglebius  line buffer after startup
2971290000Sglebius* [Bug 1575] use 'snprintf' with LIB_BUFLENGTH in inttoa.c, tvtoa.c and
2972290000Sglebius  utvtoa.c
2973290000Sglebius* [Bug 1576] sys/sysctl.h depends on sys/param.h on OpenBSD.
2974290000Sglebius
2975290000Sglebius---
2976290000Sglebius(4.2.6p2-RC6) 2010/06/12 Released by Harlan Stenn <stenn@ntp.org>
2977290000Sglebius
2978290000Sglebius* [Bug 715] libisc Linux IPv6 interface iteration drops multicast flags.
2979290000Sglebius
2980290000Sglebius---
2981290000Sglebius(4.2.6p2-RC5) 2010/06/03 Released by Harlan Stenn <stenn@ntp.org>
2982290000Sglebius
2983290000Sglebius* [Bug 1561] ntpq, ntpdc "passwd" prompts for MD5 password w/SHA1.
2984290000Sglebius* [Bug 1565] sntp/crypto.c compile fails on MacOS over vsnprintf().
2985290000Sglebius* Windows port: do not exit in ntp_timestamp_from_counter() without
2986290000Sglebius  first logging the reason.
2987290000Sglebius* Support "passwd blah" syntax in ntpq.
2988290000Sglebius
2989290000Sglebius---
2990290000Sglebius(4.2.6p2-RC4) 2010/05/19 Released by Harlan Stenn <stenn@ntp.org>
2991290000Sglebius
2992290000Sglebius* [Bug 1555] 4.2.6p2-RC3 sntp illegal C (mixed code and declarations).
2993290000Sglebius
2994290000Sglebius---
2995290000Sglebius(4.2.6p2-RC3) 2010/05/11 Released by Harlan Stenn <stenn@ntp.org>
2996290000Sglebius
2997290000Sglebius* [Bug 1325] unreachable code in sntp recv_bcst_data().
2998290000Sglebius* [Bug 1459] sntp MD5 authentication does not work with ntpd.
2999290000Sglebius* [Bug 1512] ntpsnmpd should connect to net-snmpd via a unix-domain
3000290000Sglebius  socket by default.  Provide a command-line 'socket name' option.
3001290000Sglebius* [Bug 1538] update refclock_nmea.c's call to getprotobyname().
3002290000Sglebius* [Bug 1541] Fix wrong keyword for "maxclock".
3003290000Sglebius* [Bug 1552] update and complete broadcast and crypto features in sntp.
3004290000Sglebius* [Bug 1553] sntp/configure.ac OpenSSL support.
3005290000Sglebius* Escape unprintable characters in a refid in ntpq -p billboard.
3006290000Sglebius* Simplify hash client code by providing OpenSSL EVP_*() API when built
3007290000Sglebius  without OpenSSL.  (from ntp-dev)
3008290000Sglebius* Do not depend on ASCII values for ('A' - '0'), ('a' - '0') in sntp.
3009290000Sglebius* Windows compiling hints/winnt.html update from G. Sunil Tej.
3010290000Sglebius
3011290000Sglebius---
3012290000Sglebius(4.2.6p2-RC2) 2010/04/27 Released by Harlan Stenn <stenn@ntp.org>
3013290000Sglebius
3014290000Sglebius* [Bug 1465] Make sure time from TS2100 is not invalid (backport from
3015290000Sglebius  ntp-dev).
3016290000Sglebius* [Bug 1528] Fix EDITLINE_LIBS link order for ntpq and ntpdc.
3017290000Sglebius* [Bug 1534] win32/include/isc/net.h conflicts with VC++ 2010 errno.h.
3018290000Sglebius* [Bug 1535] "restrict -4 default" and "restrict -6 default" ignored.
3019290000Sglebius* Remove --with-arlib from br-flock.
3020290000Sglebius
3021290000Sglebius---
3022290000Sglebius(4.2.6p2-RC1) 2010/04/18 Released by Harlan Stenn <stenn@ntp.org>
3023290000Sglebius
3024290000Sglebius* [Bug 1503] Auto-enabling of monitor for "restrict ... limited" wrong.
3025290000Sglebius* [Bug 1504] ntpdate tickles ntpd "discard minimum 1" rate limit if
3026290000Sglebius  "restrict ... limited" is used.
3027290000Sglebius* [Bug 1518] Windows ntpd should lock to one processor more
3028290000Sglebius  conservatively.
3029290000Sglebius* [Bug 1522] Enable range syntax "trustedkey (301 ... 399)".
3030290000Sglebius* Update html/authopt.html controlkey, requestkey, and trustedkey docs.
3031290000Sglebius
3032290000Sglebius---
3033290000Sglebius(4.2.6p1) 2010/04/09 Released by Harlan Stenn <stenn@ntp.org>
3034290000Sglebius(4.2.6p1-RC6) 2010/03/31 Released by Harlan Stenn <stenn@ntp.org>
3035290000Sglebius
3036290000Sglebius* [Bug 1514] Typo in ntp_proto.c: fabs(foo < .4) should be fabs(foo) < .4.
3037290000Sglebius* [Bug 1464] synchronization source wrong for refclocks ARCRON_MSF (27)
3038290000Sglebius  and SHM (28).
3039290000Sglebius* Correct Windows port's refclock_open() to return 0 on failure not -1.
3040290000Sglebius* Correct CHU, dumbclock, and WWVB drivers to check for 0 returned from
3041290000Sglebius  refclock_open() on failure.
3042290000Sglebius* Correct "SIMUL=4 ./flock-build -1" to prioritize -1/--one.
3043290000Sglebius
3044290000Sglebius---
3045290000Sglebius(4.2.6p1-RC5) 2010/02/09 Released by Harlan Stenn <stenn@ntp.org>
3046290000Sglebius
3047290000Sglebius* [Bug 1140] Clean up debug.html, decode.html, and ntpq.html.
3048290000Sglebius* [Bug 1438] Remove dead code from sntp/networking.c.
3049290000Sglebius* [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT.
3050290000Sglebius* [Bug 1478] linking fails with undefined reference EVP_MD_pkey_type.
3051290000Sglebius* [Bug 1479] Compilation fails because of not finding readline headers.
3052290000Sglebius* [Bug 1480] snprintf() cleanup caused unterminated refclock IDs.
3053290000Sglebius* [Bug 1484] ushort is not defined in QNX6.
3054290000Sglebius
3055290000Sglebius---
3056290000Sglebius(4.2.6p1-RC4) 2010/02/04 Released by Harlan Stenn <stenn@ntp.org>
3057290000Sglebius
3058290000Sglebius* [Bug 1455] ntpd does not try /etc/ntp.audio as documented.
3059290000Sglebius* [Bug 1467] Fix bogus rebuild of sntp/sntp.html
3060290000Sglebius* [Bug 1470] "make distdir" in $srcdir builds keyword-gen, libntp.a.
3061290000Sglebius* [Bug 1473] "make distcheck" before build can't make sntp/version.m4.
3062290000Sglebius* [Bug 1474] ntp_keygen needs LCRYPTO after libntp.a.
3063290000Sglebius* Convert many sprintf() calls to snprintf(), also strcpy(), strcat().
3064290000Sglebius* Fix widely cut-n-pasted bug in refclock shutdown after failed start.
3065290000Sglebius* Remove some dead code checking for emalloc() returning NULL.
3066290000Sglebius* Remove arlib.
3067290000Sglebius
3068290000Sglebius---
3069290000Sglebius(4.2.6p1-RC3) 2010/01/24 Released by Harlan Stenn <stenn@ntp.org>
3070290000Sglebius
3071290000Sglebius* Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in .
3072290000Sglebius* [Bug 1448] Some macros not correctly conditionally or absolutely defined
3073290000Sglebius  on Windows.
3074290000Sglebius* [Bug 1449] ntpsim.h in ntp_config.c should be used conditionally.
3075290000Sglebius* [Bug 1450] Option to exclude warnings not unconditionally defined on Windows.
3076290000Sglebius* [Bug 1127] Properly check the return of X590_verify() - missed one.
3077290000Sglebius* [Bug 1439] .texi generation must wait until after binary is linked.
3078290000Sglebius* [Bug 1440] Update configure.ac to support kfreebsd.
3079290000Sglebius* [Bug 1445] IRIX does not have -lcap or support linux capabilities.
3080290000Sglebius* [Bug 1451] CID 115: sntp leaks KoD entry when updating existing.
3081290000Sglebius* [Bug 1453] Use $CC in config.cache filename in ./build script.
3082290000Sglebius
3083290000Sglebius---
3084290000Sglebius(4.2.6p1-RC2) 2009/12/25 Released by Harlan Stenn <stenn@ntp.org>
3085290000Sglebius
3086290000Sglebius* [Bug 1411] Fix status messages in refclock_oncore.c.
3087290000Sglebius* [Bug 1416] MAXDNAME undefined on Solaris 2.6.
3088290000Sglebius* [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
3089290000Sglebius* [Bug 1424] Fix check for rtattr (rtnetlink.h).
3090290000Sglebius* [Bug 1425] unpeer by association ID sets up for duplicate free().
3091290000Sglebius* [Bug 1426] scripts/VersionName needs . on the search path.
3092290000Sglebius* [Bug 1427] quote missing in ./build - shows up on NetBSD.
3093290000Sglebius* [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
3094290000Sglebius* [Bug 1429] ntpd -4 option does not reliably force IPv4 resolution.
3095290000Sglebius* [Bug 1431] System headers must come before ntp headers in ntp_intres.c .
3096290000Sglebius* [Bug 1434] HP-UX 11 ip_mreq undeclared, _HPUX_SOURCE helps some.
3097290000Sglebius* [Bug 1435] sntp: Test for -lresolv using the same tests as in ntp.
3098290000Sglebius
3099290000Sglebius---
3100290000Sglebius(4.2.6p1-RC1) 2009/12/20 Released by Harlan Stenn <stenn@ntp.org>
3101290000Sglebius
3102290000Sglebius* [Bug 1409] Put refclock_neoclock4x.c under the NTP COPYRIGHT notice.
3103290000Sglebius  This should allow debian and other distros to add this refclock driver
3104290000Sglebius  in further distro releases.
3105290000Sglebius  Detect R2 hardware releases.
3106290000Sglebius* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
3107290000Sglebius* [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
3108290000Sglebius* [Bug 1414] Enable "make distcheck" success with BSD make.
3109290000Sglebius* [Bug 1415] Fix Mac OS X link problem.
3110290000Sglebius* [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
3111290000Sglebius* Build infrastructure updates to enable beta releases of ntp-stable.
3112290000Sglebius
3113290000Sglebius---
3114290000Sglebius(4.2.6) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
3115290000Sglebius* [Sec 1331] from4.2.4p8: DoS with mode 7 packets - CVE-2009-3563.
3116290000Sglebius* [Bug 508] Fixed leap second handling for Windows.
3117290000Sglebius(4.2.5p250-RC) 2009/11/30 Released by Harlan Stenn <stenn@ntp.org>
3118290000Sglebius* sntp documentation updates.
3119290000Sglebius* [Bug 761] internal resolver does not seem to honor -4/-6 qualifiers
3120290000Sglebius* [Bug 1386] Deferred DNS doesn't work on NetBSD
3121290000Sglebius* [Bug 1391] avoid invoking autogen twice for .c and .h files.
3122290000Sglebius* [Bug 1397] shmget() refclock_shm failing because of file mode.
3123290000Sglebius* Pass no_needed to ntp_intres as first part of fixing [Bug 975].
3124290000Sglebius* Add ./configure --enable-force-defer-DNS to help debugging.
3125290000Sglebius(4.2.5p249-RC) 2009/11/28 Released by Harlan Stenn <stenn@ntp.org>
3126290000Sglebius* [Bug 1400] An empty KOD DB file causes sntp to coredump.
3127290000Sglebius* sntp: documentation cleanup.
3128290000Sglebius* sntp: clean up some error messages.
3129290000Sglebius* sntp: Use the precision to control how many offset digits are shown.
3130290000Sglebius* sntp: Show root dispersion.
3131290000Sglebius* Cleanup from the automake/autoconf upgrades.
3132290000Sglebius(4.2.5p248-RC) 2009/11/26 Released by Harlan Stenn <stenn@ntp.org>
3133290000Sglebius* Prepare for the generation of sntp.html.
3134290000Sglebius* Documentation changes from Dave Mills.
3135290000Sglebius* [Bug 1387] Storage leak in ntp_intres (minor).
3136290000Sglebius* [Bug 1389] buffer overflow in refclock_oncore.c
3137290000Sglebius* [Bug 1391] .texi usage text from installed, not built binaries.
3138290000Sglebius* [Bug 1392] intres retries duplicate assocations endlessly.
3139290000Sglebius* Correct *-opts.h dependency so default 'get' action isn't used.
3140290000Sglebius(4.2.5p247-RC) 2009/11/20 Released by Harlan Stenn <stenn@ntp.org>
3141290000Sglebius* [Bug 1142] nodebug builds shed no light on -d, -D option failure.
3142290000Sglebius* [Bug 1179] point out the problem with -i/--jaildir and -u/--user when
3143290000Sglebius  they are disabled by configure.
3144290000Sglebius* [Bug 1308] support systems that lack fork().
3145290000Sglebius* [Bug 1343] sntp doesn't link on Solaris 7, needs -lresolv.
3146290000Sglebius(4.2.5p246-RC) 2009/11/17 Released by Harlan Stenn <stenn@ntp.org>
3147290000Sglebius* Upgrade to autogen-5.10
3148290000Sglebius* [Bug 1378] Unnecessary resetting of peers during interface update.
3149290000Sglebius* [Bug 1382] p245 configure --disable-dependency-tracking won't build.
3150290000Sglebius* [Bug 1384] ntpq :config core dumped with a blank password.
3151290000Sglebius(4.2.5p245-RC) 2009/11/14 Released by Harlan Stenn <stenn@ntp.org>
3152290000Sglebius* Cleanup from Dave Mills.
3153290000Sglebius* [Bug 1343] sntp illegal C does not compile on Solaris 7.
3154290000Sglebius* [Bug 1381] Version .deps generated include file dependencies to allow
3155290000Sglebius  known dependency-breaking changes to force .deps to be cleaned,
3156290000Sglebius  triggered by changing the contents of deps-ver and/or sntp/deps-ver.
3157290000Sglebius(4.2.5p244-RC) 2009/11/12 Released by Harlan Stenn <stenn@ntp.org>
3158290000Sglebius* keygen.html updates from Dave Mills.
3159290000Sglebius* [Bug 1003] ntpdc unconfig command doesn't prompt for keyid.
3160290000Sglebius* [Bug 1376] Enable authenticated ntpq and ntpdc using newly-available
3161290000Sglebius  digest types.
3162290000Sglebius* ntp-keygen, Autokey OpenSSL build vs. run version mismatch is now a
3163290000Sglebius  non-fatal warning.
3164290000Sglebius(4.2.5p243-RC) 2009/11/11 Released by Harlan Stenn <stenn@ntp.org>
3165290000Sglebius* [Bug 1226] Fix deferred DNS lookups.
3166290000Sglebius* new crypto signature cleanup.
3167290000Sglebius(4.2.5p242-RC) 2009/11/10 Released by Harlan Stenn <stenn@ntp.org>
3168290000Sglebius* [Bug 1363] CID 92 clarify fallthrough case in clk_trimtsip.c
3169290000Sglebius* [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
3170290000Sglebius* [Bug 1368] typos in libntp --without-crypto case
3171290000Sglebius* [Bug 1371] deferred DNS lookup failing with INFO_ERR_AUTH.
3172290000Sglebius* CID 87 dead code in ntpq.c atoascii().
3173290000Sglebius* Fix authenticated ntpdc, broken in p240.
3174290000Sglebius* Stub out isc/mem.h, shaving 47k from a MIPS ntpd binary.
3175290000Sglebius* Shrink keyword scanner FSM entries from 64 to 32 bits apiece.
3176290000Sglebius* Documention updates from Dave Mills.
3177290000Sglebius* authkeys.c cleanup from Dave Mills.
3178290000Sglebius(4.2.5p241-RC) 2009/11/07 Released by Harlan Stenn <stenn@ntp.org>
3179290000Sglebius* html/authopt.html update from Dave Mills.
3180290000Sglebius* Remove unused file from sntp/Makefile.am's distribution list.
3181290000Sglebius* new crypto signature cleanup.
3182290000Sglebius(4.2.5p240-RC) 2009/11/05 Released by Harlan Stenn <stenn@ntp.org>
3183290000Sglebius* [Bug 1364] clock_gettime() not detected, need -lrt on Debian 5.0.3.
3184290000Sglebius* Provide all of OpenSSL's signature methods for ntp.keys (FIPS 140-2).
3185290000Sglebius(4.2.5p239-RC) 2009/10/30 Released by Harlan Stenn <stenn@ntp.org>
3186290000Sglebius* [Bug 1357] bogus assert from refclock_shm.
3187290000Sglebius* [Bug 1359] Debug message cleanup.
3188290000Sglebius* CID 101: more pointer/array cleanup.
3189290000Sglebius* [Bug 1356] core dump from refclock_nmea when can't open /dev/gpsU.
3190290000Sglebius* [Bug 1358] AIX 4.3 sntp/networking.c IPV6_JOIN_GROUP undeclared.
3191290000Sglebius* CID 101: pointer/array cleanup.
3192290000Sglebius(4.2.5p238-RC) 2009/10/27 Released by Harlan Stenn <stenn@ntp.org>
3193290000Sglebius* Changes from Dave Mills.
3194290000Sglebius* driver4.html updates from Dave Mills.
3195290000Sglebius* [Bug 1252] PPSAPI cleanup on ntpd/refclock_wwvb.c.
3196290000Sglebius* [Bug 1354] libtool error building after bootstrap with Autoconf 2.64.
3197290000Sglebius* Allow NTP_VPATH_HACK configure test to handle newer gmake versions.
3198290000Sglebius* CIDs 94-99 make it more clearly impossible for sock_hash() to return
3199290000Sglebius  a negative number.
3200290000Sglebius* CID 105, 106 ensure ntpdc arrays are not overrun even if callers
3201290000Sglebius  misbehave.
3202290000Sglebius* CID 113 use va_end() in refclock_true.c true_debug().
3203290000Sglebius* Get rid of configure tests for __ss_family and __ss_len when the more
3204290000Sglebius  common ss_family and ss_len are present.
3205290000Sglebius(4.2.5p237-RC) 2009/10/26 Released by Harlan Stenn <stenn@ntp.org>
3206290000Sglebius* [Bug 610] NMEA support for using PPSAPI on a different device.
3207290000Sglebius* [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
3208290000Sglebius* [Bug 1355] ntp-dev won't compile on OpenBSD 4.6.
3209290000Sglebius(4.2.5p236-RC) 2009/10/22 Released by Harlan Stenn <stenn@ntp.org>
3210290000Sglebius* Cleanup from Dave Mills.
3211290000Sglebius* [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
3212290000Sglebius* [Bug 1353] ntpq "rv 0 settimeofday" always shows UNKNOWN on unix.
3213290000Sglebius* Do not attempt to execute built binaries from ntpd/Makefile when
3214290000Sglebius  cross-compiling (keyword-gen and ntpd --saveconfigquit).
3215290000Sglebius* sntp/main.c: Remove duplicate global adr_buf[] (also defined in
3216290000Sglebius  networking.c) which Piotr Grudzinski identified breaking his build.
3217290000Sglebius* Correct in6addr_any test in configure.ac to attempt link too.
3218290000Sglebius(4.2.5p235-RC) 2009/10/18 Released by Harlan Stenn <stenn@ntp.org>
3219290000Sglebius* [Bug 1343] lib/isc build breaks on systems without IPv6 headers.
3220290000Sglebius(4.2.5p234-RC) 2009/10/16 Released by Harlan Stenn <stenn@ntp.org>
3221290000Sglebius* [Bug 1339] redux, use unmodified lib/isc/win32/strerror.c and
3222290000Sglebius  move #define strerror... to a header not used by lib/isc code.
3223290000Sglebius* [Bug 1345] illegal 'grep' option prevents compilation.
3224290000Sglebius* [Bug 1346] keyword scanner broken where char defaults to unsigned.
3225290000Sglebius* [Bug 1347] ntpd/complete.conf missing multicastclient test case.
3226290000Sglebius(4.2.5p233-RC) 2009/10/15 Released by Harlan Stenn <stenn@ntp.org>
3227290000Sglebius* [Bug 1337] cast setsockopt() v4 address pointer to void *.
3228290000Sglebius* [Bug 1342] ignore|drop one IPv6 address on an interface blocks all
3229290000Sglebius  addresses on that interface.
3230290000Sglebius* Documentation cleanup and updates.
3231290000Sglebius(4.2.5p232-RC) 2009/10/14 Released by Harlan Stenn <stenn@ntp.org>
3232290000Sglebius* [Bug 1302] OpenSSL under Windows needs applink support.
3233290000Sglebius* [Bug 1337] fix incorrect args to setsockopt(fd, IP_MULTICAST_IF,...).
3234290000Sglebius* [Bug 1339] Fix Windows-only ntp_strerror() infinite recursion.
3235290000Sglebius* [Bug 1341] NMEA driver requires working PPSAPI #ifdef HAVE_PPSAPI.
3236290000Sglebius* Construct ntpd keyword scanner finite state machine at compile time
3237290000Sglebius  rather than at runtime, shrink entries from 40+ to 8 bytes.
3238290000Sglebius* Update documentation for ntpq --old-rv, saveconfig, saveconfigdir,
3239290000Sglebius  ntpd -I -L and -M, and interface/nic rules. (From Dave Hart)
3240290000Sglebius* [Bug 1337] fix incorrect args to setsockopt(fd, IP_MULTICAST_IF,...)
3241290000Sglebius(4.2.5p231-RC) 2009/10/10 Released by Harlan Stenn <stenn@ntp.org>
3242290000Sglebius* [Bug 1335] Broadcast client degraded by wildcard default change.
3243290000Sglebius(4.2.5p230-RC) 2009/10/09 Released by Harlan Stenn <stenn@ntp.org>
3244290000Sglebius* Start the 4.2.6 Release Candidate cycle.
3245290000Sglebius* Broadcast and transit phase cleanup from Dave Mills.
3246290000Sglebius(4.2.5p229) 2009/10/07 Released by Harlan Stenn <stenn@ntp.org>
3247290000Sglebius* [Bug 1334] ntpsnmpd undefined reference to `ntpqOptions'.
3248290000Sglebius* Change ntpsnmpd/Makefile.am include file order to fix FreeBSD build.
3249290000Sglebius(4.2.5p228) 2009/10/06 Released by Harlan Stenn <stenn@ntp.org>
3250290000Sglebius* Reclaim syntax tree memory after application in ntpd built with
3251290000Sglebius  configure --disable-saveconfig.
3252290000Sglebius* [Bug 1135] ntpq uses sizeof(u_long) where sizeof(u_int32) is meant.
3253290000Sglebius* [Bug 1333] ntpd --interface precedence over --novirtualips lost.
3254290000Sglebius(4.2.5p227) 2009/10/05 Released by Harlan Stenn <stenn@ntp.org>
3255290000Sglebius* [Bug 1135] :config fails with "Server disallowed request"
3256290000Sglebius* [Bug 1330] disallow interface/nic rules when --novirtualips or
3257290000Sglebius  --interface are used.
3258290000Sglebius* [Bug 1332] ntpq -c 'rv 0 variablename' returns extra stuff.
3259290000Sglebius* Add test of ntpd --saveconfigquit fidelity using new complete.conf.
3260290000Sglebius* Documentation updates from Dave Hart/Dave Mills.
3261290000Sglebius(4.2.5p226) 2009/10/04 Released by Harlan Stenn <stenn@ntp.org>
3262290000Sglebius* [Bug 1318] Allow multiple -g options on ntpd command line.
3263290000Sglebius* [Bug 1327] ntpq, ntpdc, ntp-keygen -d & -D should work with configure
3264290000Sglebius  --disable-debugging.
3265290000Sglebius* Add ntpd --saveconfigquit <filename> option for future build-time
3266290000Sglebius  testing of saveconfig fidelity.
3267290000Sglebius* Clockhop and autokey cleanup from Dave Mills.
3268290000Sglebius* Documentation updates from Dave Mills.
3269290000Sglebius(4.2.5p225) 2009/09/30 Released by Harlan Stenn <stenn@ntp.org>
3270290000Sglebius* authopt documentation changes from Dave Mills/Dave Hart.
3271290000Sglebius* [Bug 1324] support bracketed IPv6 numeric addresses for restrict.
3272290000Sglebius(4.2.5p224) 2009/09/29 Released by Harlan Stenn <stenn@ntp.org>
3273290000Sglebius* Clockhop and documentation fixes from Dave Mills.
3274290000Sglebius* Remove "tos maxhop" ntp.conf knob.
3275290000Sglebius(4.2.5p223) 2009/09/28 Released by Harlan Stenn <stenn@ntp.org>
3276290000Sglebius* [Bug 1321] build doesn't work if . isn't on $PATH.
3277290000Sglebius* [Bug 1323] Implement "revoke #" to match documentation, deprecate
3278290000Sglebius  "crypto revoke #".
3279290000Sglebius(4.2.5p222) 2009/09/27 Released by Harlan Stenn <stenn@ntp.org>
3280290000Sglebius* Update libisc code using bind-9.6.1-P1.tar.gz, rearrange our copy to
3281290000Sglebius  mirror the upstream layout (lib/isc/...), and merge in NTP-local
3282290000Sglebius  modifications to libisc.  There is a new procedure to ease future
3283290000Sglebius  libisc merges using a separate "upstream" bk repo.  That will enable
3284290000Sglebius  normal bk pull automerge to handle carrying forward any local changes
3285290000Sglebius  and should enable us to take updated libisc snapshots more often.
3286290000Sglebius* Updated build and flock-build scripts.  flock-build --one is a way
3287290000Sglebius  to perform a flock-build compatible solitary build, handy for a repo
3288290000Sglebius  clone's first build on a machine with autoconf, automake, etc.
3289290000Sglebius* Compiling ntp_parser.y using BSD make correctly places ntp_parser.h
3290290000Sglebius  in the top-level ntpd directory instead of A.*/ntpd.
3291290000Sglebius* bootstrap script updated to remove potentially stale .deps dirs.
3292290000Sglebius* Remove unneeded Makefile.am files from the lib/isc/include tree.
3293290000Sglebius(4.2.5p221) 2009/09/26 Released by Harlan Stenn <stenn@ntp.org>
3294290000Sglebius* [Bug 1316] segfault if refclock_nmea can't open file.
3295290000Sglebius* [Bug 1317] Distribute cvo.sh.
3296290000Sglebius(4.2.5p220) 2009/09/25 Released by Harlan Stenn <stenn@ntp.org>
3297290000Sglebius* Rearrange libisc code to match the upstream layout in BIND.  This is
3298290000Sglebius  step one of two, changing the layout but keeping our existing libisc.
3299290000Sglebius(4.2.5p219) 2009/09/24 Released by Harlan Stenn <stenn@ntp.org>
3300290000Sglebius* [Bug 1315] "interface ignore 0.0.0.0" is ignored.
3301290000Sglebius* add implicit "nic ignore all" rule before any rules from ntp.conf, so
3302290000Sglebius  "nic listen eth0" alone means the same as "-I eth0".
3303290000Sglebius* add wildcard match class for interface/nic rules.
3304290000Sglebius* fix mistaken carryover of prefixlen from one rule to the next.
3305290000Sglebius* Ensure IPv6 localhost address ::1 is included in libisc's Windows IPv6
3306290000Sglebius  address enumeration, allowing ntpq and ntpdc's hardcoding to 127.0.0.1
3307290000Sglebius  on Windows to end.
3308290000Sglebius(4.2.5p218) 2009/09/21 Released by Harlan Stenn <stenn@ntp.org>
3309290000Sglebius* [Bug 1314] saveconfig emits -4 and -6 on when not given.
3310290000Sglebius* correct parsing and processing of setvar directive.
3311290000Sglebius* highlight location of ntpq :config syntax errors with ^.
3312290000Sglebius* clarify (former) NO_ARG, SINGLE_ARG, MULTIPLE_ARG renaming to
3313290000Sglebius  FOLLBY_TOKEN, FOLLBY_STRING, FOLLBY_STRINGS_TO_EOC.
3314290000Sglebius* parser, saveconfig cleanup to store T_ identifiers in syntax tree.
3315290000Sglebius(4.2.5p217) 2009/09/20 Released by Harlan Stenn <stenn@ntp.org>
3316290000Sglebius* [Bug 1300] reject remote configuration of dangerous items.
3317290000Sglebius(4.2.5p216) 2009/09/19 Released by Harlan Stenn <stenn@ntp.org>
3318290000Sglebius* [Bug 1312] ntpq/ntpdc MD5 passwords truncated to 8 chars on Suns.
3319290000Sglebius* CID 10 missing free(up); in refclock_palisade.c error return, again.
3320290000Sglebius* CID 83 added assertion to demonstrate config_nic_rules() does not
3321290000Sglebius  call strchr(NULL, '/').
3322290000Sglebius(4.2.5p215) 2009/09/18 Released by Harlan Stenn <stenn@ntp.org>
3323290000Sglebius* [Bug 1292] Workaround last VC6 unsigned __int64 kink.
3324290000Sglebius(4.2.5p214) 2009/09/17 Released by Harlan Stenn <stenn@ntp.org>
3325290000Sglebius* [Bug 1303] remove top-level "autokey" directive.
3326290000Sglebius* use "nic listen 192.168.0.0/16" instead of
3327290000Sglebius  "nic listen 192.168.0.0 prefixlen 16".
3328290000Sglebius(4.2.5p213) 2009/09/16 Released by Harlan Stenn <stenn@ntp.org>
3329290000Sglebius* [Bug 1310] fix Thunderbolt mode in refclock_palisade.c
3330290000Sglebius(4.2.5p212) 2009/09/15 Released by Harlan Stenn <stenn@ntp.org>
3331290000Sglebius* [Bug 983] add interface [listen | ignore | drop] ... directive.
3332290000Sglebius* [Bug 1243] MD5auth_setkey zero-fills key from first zero octet.
3333290000Sglebius* [Bug 1295] leftover fix, do not crash on exit in free_config_trap()
3334290000Sglebius  when "trap 1.2.3.4" is used without any further options.
3335290000Sglebius* [Bug 1311] 4.2.5p211 doesn't build in no-debug mode.
3336290000Sglebius* document interface (alias nic) and unpeer.
3337290000Sglebius* Correct syntax error line & column numbers.
3338290000Sglebius* CID 79: kod_init_kod_db() fails to fclose(db_s) in two error paths.
3339290000Sglebius* CID 80: attempt to quiet Coverity false positive re: leaking "reason"
3340290000Sglebius  in main().
3341290000Sglebius* Documentation updates from Dave Mills.
3342290000Sglebius* CID 81: savedconfig leaked in save_config().
3343290000Sglebius* Make the code agree with the spec and the book (Dave Mills).
3344290000Sglebius(4.2.5p211) 2009/09/14 Released by Harlan Stenn <stenn@ntp.org>
3345290000Sglebius* [Bug 663] respect ntpq -c and -p order on command line.
3346290000Sglebius* [Bug 1292] more VC6 unsigned __int64 workarounds.
3347290000Sglebius* [Bug 1296] Added Support for Trimble Acutime Gold.
3348290000Sglebius(4.2.5p210) 2009/09/06 Released by Harlan Stenn <stenn@ntp.org>
3349290000Sglebius* [Bug 1294] Use OPENSSL_INC and OPENSSL_LIB macros for Windows
3350290000Sglebius  and remove unnecessary reference to applink.c for Windows
3351290000Sglebius* [Bug 1295] trap directive options are not optional.
3352290000Sglebius* [Bug 1297] yylex() must always set yylval before returning.
3353290000Sglebius(4.2.5p209) 2009/09/01 Released by Harlan Stenn <stenn@ntp.org>
3354290000Sglebius* [Bug 1290] Fix to use GETTIMEOFDAY macro
3355290000Sglebius* [Bug 1289] Update project files for VC6, VS2003, VS2005, VS 2008
3356290000Sglebius(4.2.5p208) 2009/08/30 Released by Harlan Stenn <stenn@ntp.org>
3357290000Sglebius* [Bug 1293] make configuration dumper ready for release, specifically:
3358290000Sglebius* rename ntpq dumpcfg command to "saveconfig".
3359290000Sglebius* require authentication for saveconfig.
3360290000Sglebius* "restrict ... nomodify" prevents saveconfig and :config.
3361290000Sglebius* "saveconfig ." shorthand to save to startup configuration file.
3362290000Sglebius* support strftime() substitution in saveconfig arg to timestamp
3363290000Sglebius  the output filename, for example "saveconfig %Y%m%d-%H%M%S.conf".
3364290000Sglebius* display saveconfig response message from ntpd in ntpq.
3365290000Sglebius* save output filename in "savedconfig" variable, fetched with ntpq -c
3366290000Sglebius  "rv 0 savedconfig".
3367290000Sglebius* document saveconfig in html/ntpq.html.
3368290000Sglebius* add ./configure --disable-saveconfig to build a smaller ntpd.
3369290000Sglebius* log saveconfig failures and successes to syslog.
3370290000Sglebius(4.2.5p207) 2009/08/29 Released by Harlan Stenn <stenn@ntp.org>
3371290000Sglebius* [Bug 1292] Minor Windows source tweaks for VC6-era SDK headers.
3372290000Sglebius(4.2.5p206) 2009/08/26 Released by Harlan Stenn <stenn@ntp.org>
3373290000Sglebius* accopt.html typo fixes from Dave Mills.
3374290000Sglebius* [Bug 1283] default to remembering KoD in sntp.
3375290000Sglebius* clean up numerous sntp/kod_management.c bugs.
3376290000Sglebius* use all addresses resolved from each DNS name in sntp.
3377290000Sglebius(4.2.5p205) 2009/08/18 Released by Harlan Stenn <stenn@ntp.org>
3378290000Sglebius* accopt.html typo fixes from Dave Mills.
3379290000Sglebius* [Bug 1285] Log ntpq :config/config-from-file events.
3380290000Sglebius* [Bug 1286] dumpcfg omits statsdir, mangles filegen.
3381290000Sglebius(4.2.5p204) 2009/08/17 Released by Harlan Stenn <stenn@ntp.org>
3382290000Sglebius* [Bug 1284] infinite loop in ntpd dumping more than one trustedkey
3383290000Sglebius(4.2.5p203) 2009/08/16 Released by Harlan Stenn <stenn@ntp.org>
3384290000Sglebius* Add ntpq -c dumpcfg, Google Summer of Code project of Max Kuehn
3385290000Sglebius(4.2.5p202) 2009/08/14 Released by Harlan Stenn <stenn@ntp.org>
3386290000Sglebius* install the binary and man page for sntp.
3387290000Sglebius(4.2.5p201) 2009/08/13 Released by Harlan Stenn <stenn@ntp.org>
3388290000Sglebius* sntp: out with the old, in with the new.
3389290000Sglebius(4.2.5p200) 2009/08/12 Released by Harlan Stenn <stenn@ntp.org>
3390290000Sglebius* [Bug 1281] Build ntpd on Windows without big SDK download, burn,
3391290000Sglebius  and install by checking in essentially unchanging messages.mc build
3392290000Sglebius  products to avoid requiring mc.exe, which is not included with VC++
3393290000Sglebius  2008 EE.
3394290000Sglebius(4.2.5p199) 2009/08/09 Released by Harlan Stenn <stenn@ntp.org>
3395290000Sglebius* [Bug 1279] Cleanup for warnings from Veracode static analysis.
3396290000Sglebius(4.2.5p198) 2009/08/03 Released by Harlan Stenn <stenn@ntp.org>
3397290000Sglebius* Upgrade to autogen-5.9.9-pre5.
3398290000Sglebius(4.2.5p197) 2009/07/30 Released by Harlan Stenn <stenn@ntp.org>
3399290000Sglebius* The build script now has . at the end of PATH for config.guess.
3400290000Sglebius(4.2.5p196) 2009/07/29 Released by Harlan Stenn <stenn@ntp.org>
3401290000Sglebius* [Bug 1272] gsoc_sntp IPv6 build problems under HP-UX 10.
3402290000Sglebius* [Bug 1273] CID 10: Palisade leaks unit struct in error path.
3403290000Sglebius* [Bug 1274] CID 67: ensure resolve_hosts() output count and pointers
3404290000Sglebius  are consistent.
3405290000Sglebius* [Bug 1275] CID 45: CID 46: old sntp uses uninitialized guesses[0],
3406290000Sglebius  precs[0].
3407290000Sglebius* [Bug 1276] CID 52: crypto_xmit() may call crypto_alice[23]()
3408290000Sglebius  with NULL peer.
3409290000Sglebius(4.2.5p195) 2009/07/27 Released by Harlan Stenn <stenn@ntp.org>
3410290000Sglebius* cvo.sh: Add support for CentOS, Fedora, Slackware, SuSE, and QNX.
3411290000Sglebius(4.2.5p194) 2009/07/26 Released by Harlan Stenn <stenn@ntp.org>
3412290000Sglebius* Documentation updates from Dave Mills.
3413290000Sglebius* Use scripts/cvo.sh in the build script to get better subdir names.
3414290000Sglebius(4.2.5p193) 2009/07/25 Released by Harlan Stenn <stenn@ntp.org>
3415290000Sglebius* [Bug 1261] CID 34: simulate_server() rbuf.msg_flags uninitialized.
3416290000Sglebius* [Bug 1262] CID 35: xpkt.mac uninitialized in simulate_server().
3417290000Sglebius* [Bug 1263] CID 37: CID 38: CID 40: CID 43: multiple refclocks
3418290000Sglebius  uninitialized tm_zone (arc, chronolog, dumbclock, pcf).
3419290000Sglebius* [Bug 1264] CID 64: gsoc_sntp on_wire() frees wrong ptr receiving KoD.
3420290000Sglebius* [Bug 1265] CID 65: CID 66: gsoc_sntp on_wire() leaks x_pkt, r_pkt.
3421290000Sglebius* [Bug 1266] CID 39: datum_pts_start() uninitialized arg.c_ospeed.
3422290000Sglebius* [Bug 1267] CID 44: old sntp handle_saving() writes stack garbage to
3423290000Sglebius  file when clearing.
3424290000Sglebius* [Bug 1268] CID 63: resolve_hosts() leaks error message buffer.
3425290000Sglebius* [Bug 1269] CID 74: use assertion to ensure move_fd() does not return
3426290000Sglebius  negative descriptors.
3427290000Sglebius* [Bug 1270] CID 70: gsoc_sntp recv_bcst_data mdevadr.ipv6mr_interface
3428290000Sglebius  uninitialized.
3429290000Sglebius(4.2.5p192) 2009/07/24 Released by Harlan Stenn <stenn@ntp.org>
3430290000Sglebius* [Bug 965] CID 42: ss_family uninitialized.
3431290000Sglebius* [Bug 1250] CID 53: kod_init_kod_db() overruns kod_db malloc'd buffer.
3432290000Sglebius* [Bug 1251] CID 68: search_entry() mishandles dst argument.
3433290000Sglebius* [Bug 1252] CID 32: Quiet Coverity warning with assertion.
3434290000Sglebius* [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a
3435290000Sglebius  list with one entry.
3436290000Sglebius* [Bug 1254] CID 56: tv_to_str() leaks a struct tm each call.
3437290000Sglebius* [Bug 1255] CID 55: pkt_output() leaks a copy of each packet.
3438290000Sglebius* [Bug 1256] CID 51: Coverity doesn't recognize our assertion macros as
3439290000Sglebius  terminal.
3440290000Sglebius* [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile).
3441290000Sglebius* [Bug 1258] CID 54: gsoc_sntp resolve_hosts() needs simplification.
3442290000Sglebius* [Bug 1259] CID 59: gsoc_sntp recv_bcast_data() fails to free(rdata)
3443290000Sglebius  on error paths.
3444290000Sglebius* [Bug 1260] CID 60: gsoc_sntp recvpkt() fails to free(rdata).
3445290000Sglebius* Updated to AutoGen-5.9.9pre2.
3446290000Sglebius(4.2.5p191) 2009/07/21 Released by Harlan Stenn <stenn@ntp.org>
3447290000Sglebius* Updated to AutoGen-5.9.9pre1.
3448290000Sglebius(4.2.5p190) 2009/07/20 Released by Harlan Stenn <stenn@ntp.org>
3449290000Sglebius* Updated to AutoGen-5.9.8.
3450290000Sglebius* [Bug 1248] RES_MSSNTP typo in ntp_proto.c.
3451290000Sglebius* [Bug 1246] use a common template for singly-linked lists, convert most
3452290000Sglebius  doubly-linked lists to singly-linked.
3453290000Sglebius* Log warning about signd blocking when restrict mssntp used.
3454290000Sglebius(4.2.5p189) 2009/07/16 Released by Harlan Stenn <stenn@ntp.org>
3455290000Sglebius* Documentation cleanup from Dave Mills.
3456290000Sglebius(4.2.5p188) 2009/07/15 Released by Harlan Stenn <stenn@ntp.org>
3457290000Sglebius* [Bug 1245] Broken xmt time sent in fast_xmit() of 4.2.5p187.
3458290000Sglebius(4.2.5p187) 2009/07/11 Released by Harlan Stenn <stenn@ntp.org>
3459290000Sglebius* [Bug 1042] multicast listeners IPv4+6 ignore new interfaces.
3460290000Sglebius* [Bug 1237] Windows serial code treat CR and LF both as line
3461290000Sglebius  terminators.
3462290000Sglebius* [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver.
3463290000Sglebius* [Bug 1242] Remove --enable-wintime, symmetric workaround is now
3464290000Sglebius  always enabled.
3465290000Sglebius* [Bug 1244] NTP_INSIST(fd != maxactivefd) failure in intres child
3466290000Sglebius* Added restrict keyword "mssntp" for Samba4 DC operation, by Dave Mills.
3467290000Sglebius(4.2.5p186) 2009/07/08 Released by Harlan Stenn <stenn@ntp.org>
3468290000Sglebius* ntp_proto.c cleanup from Dave Mills.
3469290000Sglebius(4.2.5p185) 2009/07/01 Released by Harlan Stenn <stenn@ntp.org>
3470290000Sglebius* Documentation updates from Dave Mills.
3471290000Sglebius* [Bug 1234] convert NMEA driver to use common PPSAPI code.
3472290000Sglebius* timepps-Solaris.h pps_handle_t changed from pointer to scalar
3473290000Sglebius* Spectracom refclock added to Windows port of ntpd
3474290000Sglebius* [Bug 1236] Declaration order fixed.
3475290000Sglebius* Bracket private ONCORE debug statements with #if 0 rather than #ifdef
3476290000Sglebius  DEBUG
3477290000Sglebius* Delete ONCORE debug statement that is now handled elsewhere.
3478290000Sglebius(4.2.5p184) 2009/06/24 Released by Harlan Stenn <stenn@ntp.org>
3479290000Sglebius* [Bug 1233] atom refclock fudge time1 sign flipped in 4.2.5p164.
3480290000Sglebius(4.2.5p183) 2009/06/23 Released by Harlan Stenn <stenn@ntp.org>
3481290000Sglebius* [Bug 1196] setsockopt(SO_EXCLUSIVEADDRUSE) can fail on Windows 2000
3482290000Sglebius  and earlier with WSAINVAL, do not log a complaint in that case.
3483290000Sglebius* [Bug 1210] ONCORE driver terminates ntpd without logging a reason.
3484290000Sglebius* [Bug 1218] Correct comment in refclock_oncore on /etc/ntp.oncore*
3485290000Sglebius  configuration file search order.
3486290000Sglebius* Change ONCORE driver to log using msyslog as well as to any
3487290000Sglebius  clockstats file.
3488290000Sglebius* [Bug 1231] ntpsnmpd build fails after sockaddr union changes.
3489290000Sglebius(4.2.5p182) 2009/06/18 Released by Harlan Stenn <stenn@ntp.org>
3490290000Sglebius* Add missing header dependencies to the ntpdc layout verification.
3491290000Sglebius* prefer.html updates from Dave Mills.
3492290000Sglebius* [Bug 1205] Add ntpd --usepcc and --pccfreq options on Windows
3493290000Sglebius* [Bug 1215] unpeer by association ID
3494290000Sglebius* [Bug 1225] Broadcast address miscalculated on Windows 4.2.5p180
3495290000Sglebius* [Bug 1229] autokey segfaults in cert_install().
3496290000Sglebius* Use a union for structs sockaddr, sockaddr_storage, sockaddr_in, and
3497290000Sglebius  sockaddr_in6 to remove casts and enable type checking.  Collapse
3498290000Sglebius  some previously separate IPv4/IPv6 paths into a single codepath.
3499290000Sglebius(4.2.5p181) 2009/06/06 Released by Harlan Stenn <stenn@ntp.org>
3500290000Sglebius* [Bug 1206] Required compiler changes for Windows
3501290000Sglebius* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends
3502290000Sglebius* [Bug 1204] Unix-style refclock device paths on Windows
3503290000Sglebius* [Bug 1205] partial fix, disable RDTSC use by default on Windows
3504290000Sglebius* [Bug 1208] decodenetnum() buffer overrun on [ with no ]
3505290000Sglebius* [Bug 1211] keysdir free()d twice #ifdef DEBUG
3506290000Sglebius* Enable ONCORE, ARCRON refclocks on Windows (untested)
3507290000Sglebius(4.2.5p180) 2009/05/29 Released by Harlan Stenn <stenn@ntp.org>
3508290000Sglebius* [Bug 1200] Enable IPv6 in Windows port
3509290000Sglebius* Lose FLAG_FIXPOLL, from Dave Mills.
3510290000Sglebius(4.2.5p179) 2009/05/23 Released by Harlan Stenn <stenn@ntp.org>
3511290000Sglebius* [Bug 1041] xmt -> aorg timestamp cleanup from Dave Mills,
3512290000Sglebius  reported by Dave Hart.
3513290000Sglebius* [Bug 1193] Compile error: conflicting types for emalloc.
3514290000Sglebius* [Bug 1196] VC6 winsock2.h does not define SO_EXCLUSIVEADDRUSE.
3515290000Sglebius* Leap/expire cleanup from Dave Mills.
3516290000Sglebius(4.2.5p178) 2009/05/21 Released by Harlan Stenn <stenn@ntp.org>
3517290000Sglebius* Provide erealloc() and estrdup(), a la emalloc().
3518290000Sglebius* Improve ntp.conf's parser error messages.
3519290000Sglebius* [Bug 320] "restrict default ignore" does not affect IPv6.
3520290000Sglebius* [Bug 1192] "restrict -6 ..." reports a syntax error.
3521290000Sglebius(4.2.5p177) 2009/05/18 Released by Harlan Stenn <stenn@ntp.org>
3522290000Sglebius* Include 4.2.4p7
3523290000Sglebius* [Bug 1174] nmea_shutdown assumes that nmea has a unit assigned
3524290000Sglebius* [Bug 1190] NMEA refclock fudge flag4 1 obscures position in timecode
3525290000Sglebius* Update NMEA refclock documentation in html/drivers/driver20.html
3526290000Sglebius(4.2.5p176) 2009/05/13 Released by Harlan Stenn <stenn@ntp.org>
3527290000Sglebius* [Bug 1154] mDNS registration should be done later, repeatedly and only
3528290000Sglebius  if asked for. (second try for fix)
3529290000Sglebius(4.2.5p175) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
3530290000Sglebius* Include 4.2.4p7-RC7
3531290000Sglebius* [Bug 1180] ntpd won't start with more than ~1000 interfaces
3532290000Sglebius* [Bug 1182] Documentation typos and missing bits.
3533290000Sglebius* [Bug 1183] COM port support should extend past COM3
3534290000Sglebius* [Bug 1184] ntpd is deaf when restricted to second IP on the same net
3535290000Sglebius* Clean up configure.ac NTP_CACHEVERSION interface, display cache
3536290000Sglebius  version when clearing.  Fixes a regression.
3537290000Sglebius(4.2.5p174) 2009/05/09 Released by Harlan Stenn <stenn@ntp.org>
3538290000Sglebius* Stale leapsecond file fixes from Dave Mills.
3539290000Sglebius(4.2.5p173) 2009/05/08 Released by Harlan Stenn <stenn@ntp.org>
3540290000Sglebius* Include 4.2.4p7-RC6
3541290000Sglebius(4.2.5p172) 2009/05/06 Released by Harlan Stenn <stenn@ntp.org>
3542290000Sglebius* [Bug 1175] Instability in PLL daemon mode.
3543290000Sglebius* [Bug 1176] refclock_parse.c does not compile without PPSAPI.
3544290000Sglebius(4.2.5p171) 2009/05/04 Released by Harlan Stenn <stenn@ntp.org>
3545290000Sglebius* Autokey documentation cleanup from Dave Mills.
3546290000Sglebius* [Bug 1171] line editing libs found without headers (Solaris 11)
3547290000Sglebius* [Bug 1173] NMEA refclock fails with Solaris PPSAPI
3548290000Sglebius* Fix problem linking msntp on Solaris when sntp subdir is configured
3549290000Sglebius  before parent caused by different gethostent library search order.
3550290000Sglebius* Do not clear config.cache when it is  empty.
3551290000Sglebius(4.2.5p170) 2009/05/02 Released by Harlan Stenn <stenn@ntp.org>
3552290000Sglebius* [Bug 1152] adjust PARSE to new refclock_pps logic
3553290000Sglebius* Include 4.2.4p7-RC5
3554290000Sglebius* loopfilter FLL/PLL crossover cleanup from Dave Mills.
3555290000Sglebius* Documentation updates from Dave Mills.
3556290000Sglebius* ntp-keygen cleanup from Dave Mills.
3557290000Sglebius* crypto API cleanup from Dave Mills.
3558290000Sglebius* Add NTP_CACHEVERSION mechanism to ignore incompatible config.cache
3559290000Sglebius* Enable gcc -Wstrict-overflow for gsoc_sntp as well
3560290000Sglebius(4.2.5p169) 2009/04/30 Released by Harlan Stenn <stenn@ntp.org>
3561290000Sglebius* [Bug 1171] Note that we never look for -lreadline by default.
3562290000Sglebius* [Bug 1090] Fix bogus leap seconds in refclock_hpgps.
3563290000Sglebius(4.2.5p168) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
3564290000Sglebius* Include 4.2.4p7-RC4
3565290000Sglebius* [Bug 1169] quiet compiler warnings
3566290000Sglebius* Re-enable gcc -Wstrict-prototypes when not building with OpenSSL
3567290000Sglebius* Enable gcc -Wstrict-overflow
3568290000Sglebius* ntpq/ntpdc emit newline after accepting password on Windows
3569290000Sglebius* Updates from Dave Mills:
3570290000Sglebius* ntp-keygen.c: Updates.
3571290000Sglebius* Fix the error return and syslog function ID in refclock_{param,ppsapi}.
3572290000Sglebius* Make sure syspoll is within the peer's minpoll/maxpoll bounds.
3573290000Sglebius* ntp_crypto.c: Use sign_siglen, not len. sign key filename cleanup.
3574290000Sglebius* Bump NTP_MAXEXTEN from 1024 to 2048, update values for some field lengths.
3575290000Sglebius* m4/ntp_lineeditlibs.m4: fix warnings from newer Autoconf
3576290000Sglebius* [Bug 1166] Remove truncation of position (blanking) code in refclock_nmea.c
3577290000Sglebius(4.2.5p167) 2009/04/26 Released by Harlan Stenn <stenn@ntp.org>
3578290000Sglebius* Crypto cleanup from Dave Mills.
3579290000Sglebius(4.2.5p166) 2009/04/25 Released by Harlan Stenn <stenn@ntp.org>
3580290000Sglebius* [Bug 1165] Clean up small memory leaks in the  config file parser
3581290000Sglebius* Correct logconfig keyword declaration to MULTIPLE_ARG
3582290000Sglebius* Enable filename and line number leak reporting on Windows when built
3583290000Sglebius  DEBUG for all the typical C runtime allocators such as calloc,
3584290000Sglebius  malloc, and strdup.  Previously only emalloc calls were covered.
3585290000Sglebius* Add DEBUG-only code to free dynamically allocated memory that would
3586290000Sglebius  otherwise remain allocated at ntpd exit, to allow less forgivable
3587290000Sglebius  leaks to stand out in leaks reported after exit.
3588290000Sglebius* Ensure termination of strings in ports/winnt/libisc/isc_strerror.c
3589290000Sglebius  and quiet compiler warnings.
3590290000Sglebius* [Bug 1057] ntpdc unconfig failure
3591290000Sglebius* [Bug 1161] unpeer AKA unconfig command for ntpq :config
3592290000Sglebius* PPS and crypto cleanup in ntp_proto.c from Dave Mills.
3593290000Sglebius(4.2.5p165) 2009/04/23 Released by Harlan Stenn <stenn@ntp.org>
3594290000Sglebius* WWVB refclock cleanup from Dave Mills.
3595290000Sglebius* Code cleanup: requested_key -> request_key.
3596290000Sglebius* [Bug 833] ignore whitespace at end of remote configuration lines
3597290000Sglebius* [Bug 1033] ntpdc/ntpq crash prompting for keyid on Windows
3598290000Sglebius* [Bug 1028] Support for W32Time authentication via Samba.
3599290000Sglebius* quiet ntp_parser.c malloc redeclaration warning
3600290000Sglebius* Mitigation and PPS/PPSAPI cleanup from Dave Mills.
3601290000Sglebius* Documentation updates from Dave Mills.
3602290000Sglebius* timepps-Solaris.h patches from Dave Hart.
3603290000Sglebius(4.2.5p164) 2009/04/22 Released by Harlan Stenn <stenn@ntp.org>
3604290000Sglebius* Include 4.2.4p7-RC3
3605290000Sglebius* PPS/PPSAPI cleanup from Dave Mills.
3606290000Sglebius* Documentation updates from Dave Mills.
3607290000Sglebius* [Bug 1125] C runtime per-thread initialization on Windows
3608290000Sglebius* [Bug 1152] temporarily disable refclock_parse, refclock_true until
3609290000Sglebius  maintainers can repair build break from pps_sample()
3610290000Sglebius* [Bug 1153] refclock_nmea should not mix UTC with GPS time
3611290000Sglebius* [Bug 1159] ntpq overlap diagnostic message test buggy
3612290000Sglebius(4.2.5p163) 2009/04/10 Released by Harlan Stenn <stenn@ntp.org>
3613290000Sglebius(4.2.5p162) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
3614290000Sglebius* Documentation updates from Dave Mills.
3615290000Sglebius* Mitigation and PPS cleanup from Dave Mills.
3616290000Sglebius* Include 4.2.4p7-RC2
3617290000Sglebius* [Bug 216] New interpolation scheme for Windows eliminates 1ms jitter
3618290000Sglebius* remove a bunch of #ifdef SYS_WINNT from portable code
3619290000Sglebius* 64-bit time_t cleanup for building on newer Windows compilers
3620290000Sglebius* Only set CMOS clock during ntpd exit on Windows if the computer is
3621290000Sglebius  shutting down or restarting.
3622290000Sglebius* [Bug 1148] NMEA reference clock improvements
3623290000Sglebius* remove deleted gsoc_sntp/utilities.o from repository so that .o build
3624290000Sglebius  products can be cleaned up without corrupting the repository.
3625290000Sglebius(4.2.5p161) 2009/03/31 Released by Harlan Stenn <stenn@ntp.org>
3626290000Sglebius* Documentation updates from Dave Mills.
3627290000Sglebius(4.2.5p160) 2009/03/30 Released by Harlan Stenn <stenn@ntp.org>
3628290000Sglebius* [Bug 1141] refclock_report missing braces cause spurious "peer event:
3629290000Sglebius  clock clk_unspec" log entries
3630290000Sglebius* Include 4.2.4p7-RC1
3631290000Sglebius(4.2.5p159) 2009/03/28 Released by Harlan Stenn <stenn@ntp.org>
3632290000Sglebius* "bias" changes from Dave Mills.
3633290000Sglebius(4.2.5p158) 2009/01/30 Released by Harlan Stenn <stenn@ntp.org>
3634290000Sglebius* Fix [CID 72], a typo introduced at the latest fix to prettydate.c.
3635290000Sglebius(4.2.5p157) 2009/01/26 Released by Harlan Stenn <stenn@ntp.org>
3636290000Sglebius* Cleanup/fixes for ntp_proto.c and ntp_crypto.c from Dave Mills.
3637290000Sglebius(4.2.5p156) 2009/01/19 Released by Harlan Stenn <stenn@ntp.org>
3638290000Sglebius* [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate().
3639290000Sglebius  Fixed some compiler warnings about missing prototypes.
3640290000Sglebius  Fixed some other simple compiler warnings.
3641290000Sglebius* [Bug 1119] [CID 52] Avoid a possible null-dereference in ntp_crypto.c.
3642290000Sglebius* [Bug 1120] [CID 51] INSIST that peer is non-null before we dereference it.
3643290000Sglebius* [Bug 1121] [CID 47] double fclose() in ntp-keygen.c.
3644290000Sglebius(4.2.5p155) 2009/01/18 Released by Harlan Stenn <stenn@ntp.org>
3645290000Sglebius* Documentation updates from Dave Mills.
3646290000Sglebius* CHU frequency updates.
3647290000Sglebius* Design assertion fixes for ntp_crypto.c from Dave Mills.
3648290000Sglebius(4.2.5p154) 2009/01/13 Released by Harlan Stenn <stenn@ntp.org>
3649290000Sglebius* [Bug 992] support interface event change on Linux from
3650290000Sglebius  Miroslav Lichvar.
3651290000Sglebius(4.2.5p153) 2009/01/09 Released by Harlan Stenn <stenn@ntp.org>
3652290000Sglebius* Renamed gsoc_sntp/:fetch-stubs to gsoc_sntp/fetch-stubs to avoid
3653290000Sglebius  file name problems under Windows.
3654290000Sglebius  Removed German umlaut from log msg for 4.2.5p142.
3655290000Sglebius(4.2.5p152) 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
3656290000Sglebius* Include 4.2.4p6: 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
3657290000Sglebius(4.2.5p151) 2008/12/23 Released by Harlan Stenn <stenn@ntp.org>
3658290000Sglebius* Stats file logging cleanup from Dave Mills.
3659290000Sglebius(4.2.5p150) 2008/12/15 Released by Harlan Stenn <stenn@ntp.org>
3660290000Sglebius* [Bug 1099] Fixed wrong behaviour in sntp's crypto.c.
3661290000Sglebius* [Bug 1103] Fix 64-bit issues in the new calendar code.
3662290000Sglebius(4.2.5p149) 2008/12/05 Released by Harlan Stenn <stenn@ntp.org>
3663290000Sglebius* Fixed mismatches in data types and OID definitions in ntpSnmpSubAgent.c
3664290000Sglebius* added a premliminary MIB file to ntpsnmpd (ntpv4-mib.mib)
3665290000Sglebius(4.2.5p148) 2008/12/04 Released by Harlan Stenn <stenn@ntp.org>
3666290000Sglebius* [Bug 1070] Fix use of ntpq_parsestring() in ntpsnmpd.
3667290000Sglebius(4.2.5p147) 2008/11/27 Released by Harlan Stenn <stenn@ntp.org>
3668290000Sglebius* Update gsoc_sntp's GCC warning code.
3669290000Sglebius(4.2.5p146) 2008/11/26 Released by Harlan Stenn <stenn@ntp.org>
3670290000Sglebius* Update Solaris CFLAGS for gsoc_sntp.
3671290000Sglebius(4.2.5p145) 2008/11/20 Released by Harlan Stenn <stenn@ntp.org>
3672290000Sglebius* Deal with time.h for sntp under linux.
3673290000Sglebius* Provide rpl_malloc() for sntp for systems that need it.
3674290000Sglebius* Handle ss_len and socklen type for sntp.
3675290000Sglebius* Fixes to the sntp configure.ac script.
3676290000Sglebius* Provide INET6_ADDRSTRLEN if it is missing.
3677290000Sglebius* [Bug 1095] overflow in caljulian.c.
3678290000Sglebius(4.2.5p144) 2008/11/19 Released by Harlan Stenn <stenn@ntp.org>
3679290000Sglebius* Use int32, not int32_t.
3680290000Sglebius* Avoid the sched*() functions under OSF - link problems.
3681290000Sglebius(4.2.5p143) 2008/11/17 Released by Harlan Stenn <stenn@ntp.org>
3682290000Sglebius* sntp cleanup and fixes.
3683290000Sglebius(4.2.5p142) 2008/11/16 Released by Harlan Stenn <stenn@ntp.org>
3684290000Sglebius* Imported GSoC SNTP code from Johannes Maximilian Kuehn.
3685290000Sglebius(4.2.5p141) 2008/11/13 Released by Harlan Stenn <stenn@ntp.org>
3686290000Sglebius* New caltontp.c and calyearstart.c from Juergen Perlinger.
3687290000Sglebius(4.2.5p140) 2008/11/12 Released by Harlan Stenn <stenn@ntp.org>
3688290000Sglebius* Cleanup lint from the ntp_scanner files.
3689290000Sglebius* [Bug 1011] gmtime() returns NULL on windows where it would not under Unix.
3690290000Sglebius* Updated caljulian.c and prettydate.c from Juergen Perlinger.
3691290000Sglebius(4.2.5p139) 2008/11/11 Released by Harlan Stenn <stenn@ntp.org>
3692290000Sglebius* Typo fix to driver20.html.
3693290000Sglebius(4.2.5p138) 2008/11/10 Released by Harlan Stenn <stenn@ntp.org>
3694290000Sglebius* [Bug 474] --disable-ipv6 is broken.
3695290000Sglebius* IPv6 interfaces were being looked for twice.
3696290000Sglebius* SHM driver grabs more samples, add clockstats
3697290000Sglebius* decode.html and driver20.html updates from Dave Mills.
3698290000Sglebius(4.2.5p137) 2008/11/01 Released by Harlan Stenn <stenn@ntp.org>
3699290000Sglebius* [Bug 1069] #undef netsnmp's PACKAGE_* macros.
3700290000Sglebius* [Bug 1068] Older versions of netsnmp do not have netsnmp_daemonize().
3701290000Sglebius(4.2.5p136) 2008/10/27 Released by Harlan Stenn <stenn@ntp.org>
3702290000Sglebius* [Bug 1078] statsdir configuration parsing is broken.
3703290000Sglebius(4.2.5p135) 2008/09/23 Released by Harlan Stenn <stenn@ntp.org>
3704290000Sglebius* [Bug 1072] clock_update should not allow updates older than sys_epoch.
3705290000Sglebius(4.2.5p134) 2008/09/17 Released by Harlan Stenn <stenn@ntp.org>
3706290000Sglebius* Clean up build process for ntpsnmpd.
3707290000Sglebius(4.2.5p133) 2008/09/16 Released by Harlan Stenn <stenn@ntp.org>
3708290000Sglebius* Add options processing to ntpsnmpd.
3709290000Sglebius* [Bug 1062] Check net-snmp headers before deciding to build ntpsnmpd.
3710290000Sglebius* Clean up the libntpq.a build.
3711290000Sglebius* Regenerate ntp_parser.[ch] from ntp_parser.y
3712290000Sglebius(4.2.5p132) 2008/09/15 Released by Harlan Stenn <stenn@ntp.org>
3713290000Sglebius* [Bug 1067] Multicast DNS service registration must come after the fork
3714290000Sglebius  on Solaris.
3715290000Sglebius* [Bug 1066] Error messages should log as errors.
3716290000Sglebius(4.2.5p131) 2008/09/14 Released by Harlan Stenn <stenn@ntp.org>
3717290000Sglebius* [Bug 1065] Re-enable support for the timingstats file.
3718290000Sglebius(4.2.5p130) 2008/09/13 Released by Harlan Stenn <stenn@ntp.org>
3719290000Sglebius* [Bug 1064] Implement --with-net-snmp-config=progname
3720290000Sglebius* [Bug 1063] ntpSnmpSubagentObject.h is missing from the distribution.
3721290000Sglebius(4.2.5p129) 2008/09/11 Released by Harlan Stenn <stenn@ntp.org>
3722290000Sglebius* Quiet some libntpq-related warnings.
3723290000Sglebius(4.2.5p128) 2008/09/08 Released by Harlan Stenn <stenn@ntp.org>
3724290000Sglebius* Import Heiko Gerstung's GSoC2008 NTP MIB daemon.
3725290000Sglebius(4.2.5p127) 2008/09/01 Released by Harlan Stenn <stenn@ntp.org>
3726290000Sglebius* Regenerate ntpd/ntp_parser.c
3727290000Sglebius(4.2.5p126) 2008/08/31 Released by Harlan Stenn <stenn@ntp.org>
3728290000Sglebius* Stop libtool-1.5 from looking for C++ or Fortran.
3729290000Sglebius* [BUG 610] Documentation update for NMEA reference clock driver.
3730290000Sglebius* [Bug 828] Fix IPv4/IPv6 address parsing.
3731290000Sglebius* Changes from Dave Mills:
3732290000Sglebius  Documentation updates.
3733290000Sglebius  Fix a corner case where a frequency update was reported but not set.
3734290000Sglebius  When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have
3735290000Sglebius  crypto_flags.
3736290000Sglebius(4.2.5p125) 2008/08/18 Released by Harlan Stenn <stenn@ntp.org>
3737290000Sglebius* [Bug 1052] Add linuxPPS support to ONCORE driver.
3738290000Sglebius(4.2.5p124) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
3739290000Sglebius* Documentation updates from Dave Mills.
3740290000Sglebius* Include 4.2.4p5: 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
3741290000Sglebius* [Bug 861] leap info was not being transmitted.
3742290000Sglebius* [Bug 1046] refnumtoa.c is using the wrong header file.
3743290000Sglebius* [Bug 1047] enable/disable options processing fix.
3744290000Sglebius* header file cleanup.
3745290000Sglebius* [Bug 1037] buffer in subroutine was 1 byte short.
3746290000Sglebius* configure.ac: cleanup, add option for wintime, and lay the groundwork
3747290000Sglebius  for the changes needed for bug 1028.
3748290000Sglebius* Fixes from Dave Mills: 'bias' and 'interleave' work.  Separate
3749290000Sglebius  phase and frequency discipline (for long poll intervals).  Update
3750290000Sglebius  TAI function to match current leapsecond processing.
3751290000Sglebius* Documentation updates from Dave Mills.
3752290000Sglebius* [Bug 1037] Use all 16 of the MD5 passwords generated by ntp-keygen.
3753290000Sglebius* Fixed the incorrect edge parameter being passed to time_pps_kcbind in
3754290000Sglebius  NMEA refclock driver.
3755290000Sglebius* [Bug 399] NMEA refclock driver does not honor time1 offset if flag3 set.
3756290000Sglebius* [Bug 985] Modifications to NMEA reference clock driver to support Accord
3757290000Sglebius  GPS Clock.
3758290000Sglebius* poll time updates from Dave Mills.
3759290000Sglebius* local refclock documentation updates from Dave Mills.
3760290000Sglebius* [Bug 1022] Fix compilation problems with yesterday's commit.
3761290000Sglebius* Updates and cleanup from Dave Mills:
3762290000Sglebius  I've now spent eleven months of a sabbatical year - 7 days a week, 6-10
3763290000Sglebius  hours most days - working on NTP. I have carefully reviewed every major
3764290000Sglebius  algorithm, examined its original design and evolution from that design.
3765290000Sglebius  I've trimmed off dead code and briar patches and did zillions of tests
3766290000Sglebius  contrived to expose evil vulnerabilities. The development article is in
3767290000Sglebius  rather good shape and should be ready for prime time.
3768290000Sglebius
3769290000Sglebius  1. The protostats statistics files have been very useful in exposing
3770290000Sglebius  little twitches and turns when something hiccups, like a broken PPS
3771290000Sglebius  signal. Most of what used to be syslog messages are now repackaged as
3772290000Sglebius  protostats messages with optional syslog as well. These can also be sent
3773290000Sglebius  as traps which might be handy to tiggle a beeper or celltext. These, the
3774290000Sglebius  sysstats files and cryptostats files reveal the ambient health of a busy
3775290000Sglebius  server, monitor traffic and error counts and spot crypto attacks.
3776290000Sglebius
3777290000Sglebius  2. Close inspection of the clock discipline behavior at long poll
3778290000Sglebius  intervals (36 h) showed it not doing as well as it should. I redesigned
3779290000Sglebius  the FLL loop to improve nominal accuracy from  several tens of
3780290000Sglebius  milliseconds to something less than ten milliseconds.
3781290000Sglebius
3782290000Sglebius  3. Autokey (again). The enhanced error checking was becoming a major
3783290000Sglebius  pain. I found a way to toss out gobs of ugly fat code and replace the
3784290000Sglebius  function with a much simpler and more comprehensive scheme. It resists
3785290000Sglebius  bait-and-switch attacks and quickly detect cases when the protocol is
3786290000Sglebius  not correctly synchronized.
3787290000Sglebius
3788290000Sglebius  4. The interface code for the kernel PPS signal was not in sync with the
3789290000Sglebius  kernel code itself. Some error checks were duplicated and some
3790290000Sglebius  ineffective. I found none of the PPS-capable drivers, including the atom
3791290000Sglebius  driver, do anything when the prefer peer fails; the kernel PPS signal
3792290000Sglebius  remains in control. The atom driver now disables the kernel PPS when the
3793290000Sglebius  prefer peer comes bum. This is important when the prefer peer is not a
3794290000Sglebius  reference clock but a remote NTP server.
3795290000Sglebius
3796290000Sglebius  5. The flake restrict bit turned out to be really interesting,
3797290000Sglebius  especially with symmtric modes and of those especially those using
3798290000Sglebius  Autokey. Small changes in the recovery procedures when packets are lost
3799290000Sglebius  now avoid almost all scenarios which previously required protocol resets.
3800290000Sglebius
3801290000Sglebius  6. I've always been a little uncomfortable when using the clock filter
3802290000Sglebius  with long poll intervals because the samples become less and less
3803290000Sglebius  correlated as the sample age exceeds the Allan intercept. Various
3804290000Sglebius  schemes have been used over the years to cope with this fact. The latest
3805290000Sglebius  one and the one that works the best is to use a modified sort metric
3806290000Sglebius  where the delay is used when the age of the sample is less than the
3807290000Sglebius  intercept and the sum of delay and dispersion above that. The net result
3808290000Sglebius  is that, at small poll intervals the algorithm operates as a minimum
3809290000Sglebius  filter, while at larger poll intervals it morphs to FIFO. Left
3810290000Sglebius  unmodified, a sample could be used when twelve days old. This along with
3811290000Sglebius  the FLL modifications has made a dramatic improvement at large poll
3812290000Sglebius  intervals.
3813290000Sglebius
3814290000Sglebius- [Backward Incompatible] The 'state' variable is no longer reported or
3815290000Sglebius  available via ntpq output.  The following system status bit names
3816290000Sglebius  have been changed:
3817290000Sglebius  - sync_alarm -> leap_alarm
3818290000Sglebius  - sync_atomic -> sync_pps
3819290000Sglebius  - sync_lf_clock -> sync_lf_radio
3820290000Sglebius  - sync_hf_clock -> sync_hf_radio
3821290000Sglebius  - sync_uhf_clock -> sync_uhf_radio
3822290000Sglebius  - sync_local_proto -> sync_local
3823290000Sglebius  - sync_udp/time -> sync_other
3824290000Sglebius  Other names have been changed as well.  See the change history for
3825290000Sglebius  libntp/statestr.c for more details.
3826290000Sglebius  Other backward-incompatible changes in ntpq include:
3827290000Sglebius  - assID -> associd
3828290000Sglebius  - rootdispersion -> rootdisp
3829290000Sglebius  - pkt_head -> pkt_neader
3830290000Sglebius  See the change history for other details.
3831290000Sglebius
3832290000Sglebius* Updates and cleanup from Dave Mills.
3833290000Sglebius* [Bug 995] Remove spurious ; from ntp-keygen.c.
3834290000Sglebius* More cleanup and changes from Dave Mills.
3835290000Sglebius* [Bug 980] Direct help to stdout.
3836290000Sglebius---
3837200576Sroberto(4.2.4p8) 2009/12/08 Released by Harlan Stenn <stenn@ntp.org>
3838200576Sroberto
3839200576Sroberto* [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
3840200576Sroberto
3841200576Sroberto---
3842200576Sroberto(4.2.4p7) 2009/05/18 Released by Harlan Stenn <stenn@ntp.org>
3843200576Sroberto
3844200576Sroberto* [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252.
3845200576Sroberto* [Bug 1187] Update the copyright date.
3846200576Sroberto* [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
3847200576Sroberto  for [Sec 1149].
3848200576Sroberto
3849200576Sroberto---
3850200576Sroberto(4.2.4p7-RC7) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
3851200576Sroberto
3852200576Sroberto* ntp.isc.org -> ntp.org cleanup.
3853200576Sroberto* [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime,
3854200576Sroberto  add configure --enable-ignore-dns-errors to be even more stubborn
3855200576Sroberto
3856200576Sroberto---
3857200576Sroberto(4.2.4p7-RC6) 2009/05/08 Released by Harlan Stenn <stenn@ntp.org>
3858200576Sroberto
3859200576Sroberto* [Bug 784] Make --enable-linuxcaps the default when available
3860200576Sroberto* [Bug 1179] error messages for -u/--user and -i lacking droproot
3861200576Sroberto* Updated JJY reference clock driver from Takao Abe
3862200576Sroberto* [Bug 1071] Log a message and exit before trying to use FD_SET with a
3863200576Sroberto  descriptor larger than FD_SETSIZE, which will corrupt memory
3864200576Sroberto* On corruption of the iface list head in add_interface, log and exit
3865200576Sroberto
3866200576Sroberto---
3867200576Sroberto(4.2.4p7-RC5) 2009/05/02 Released by Harlan Stenn <stenn@ntp.org>
3868200576Sroberto
3869200576Sroberto* [Bug 1172] 4.2.4p7-RC{3,4} fail to build on linux.
3870200576Sroberto* flock-build script unportable 'set -m' use removed
3871200576Sroberto
3872200576Sroberto---
3873200576Sroberto(4.2.4p7-RC4) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
3874200576Sroberto
3875200576Sroberto* [Bug 1167] use gcc -Winit-self only if it is understood
3876200576Sroberto
3877200576Sroberto---
3878200576Sroberto(4.2.4p7-RC3) 2009/04/22 Released by Harlan Stenn <stenn@ntp.org>
3879200576Sroberto
3880200576Sroberto* [Bug 787] Bug fixes for 64-bit time_t on Windows
3881200576Sroberto* [Bug 813] Conditional naming of Event
3882200576Sroberto* [Bug 1147] System errors should be logged to msyslog()
3883200576Sroberto* [Bug 1155] Fix compile problem on Windows with VS2005
3884200576Sroberto* [Bug 1156] lock_thread_to_processor() should be declared in header
3885200576Sroberto* [Bug 1157] quiet OpenSSL warnings, clean up configure.ac
3886200576Sroberto* [Bug 1158] support for aix6.1
3887200576Sroberto* [Bug 1160] MacOS X is like BSD regarding F_SETOWN
3888200576Sroberto
3889200576Sroberto---
3890200576Sroberto(4.2.4p7-RC2) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
3891200576Sroberto
3892200576Sroberto* [Sec 1144] limited buffer overflow in ntpq.  CVE-2009-0159
3893200576Sroberto* [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
3894200576Sroberto
3895200576Sroberto---
3896200576Sroberto(4.2.4p7-RC1) 2009/03/30 Released by Harlan Stenn <stenn@ntp.org>
3897200576Sroberto
3898200576Sroberto* [Bug 1131] UDP sockets should not use SIGPOLL on Solaris.
3899200576Sroberto* build system email address cleanup
3900200576Sroberto* [Bug 774] parsesolaris.c does not compile under the new Solaris
3901200576Sroberto* [Bug 873] Windows serial refclock proper TTY line discipline emulation
3902200576Sroberto* [Bug 1014] Enable building with VC9 (in Visual Studio 2008,
3903200576Sroberto  Visual C++ 2008, or SDK)
3904200576Sroberto* [Bug 1117] Deferred interface binding under Windows works only correctly
3905200576Sroberto  if FORCE_DNSRETRY is defined
3906200576Sroberto* [BUG 1124] Lock QueryPerformanceCounter() client threads to same CPU
3907200576Sroberto* DPRINTF macro made safer, always evaluates to a statement and will not
3908200576Sroberto  misassociate an else which follows the macro.
3909200576Sroberto
3910200576Sroberto---
3911200576Sroberto(4.2.4p6) 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
3912200576Sroberto
3913290000Sglebius* [Bug 1113] Fixed build errors with recent versions of openSSL.
3914200576Sroberto* [Sec 1111] Fix incorrect check of EVP_VerifyFinal()'s return value.
3915200576Sroberto* Update the copyright year.
3916200576Sroberto
3917200576Sroberto---
3918182007Sroberto(4.2.4p5) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
3919132451Sroberto
3920182007Sroberto* [BUG 1051] Month off by one in leap second message written to clockstats
3921182007Sroberto  file fixed.
3922182007Sroberto* [Bug 450] Windows only: Under original Windows NT we must not discard the
3923182007Sroberto  wildcard socket to workaround a bug in NT's getsockname().
3924182007Sroberto* [Bug 1038] Built-in getpass() function also prompts for password if
3925182007Sroberto  not built with DEBUG.
3926182007Sroberto* [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
3927182007Sroberto  to local interfaces the default.
3928182007Sroberto  Emit a warning if that keyword is used for configuration.
3929182007Sroberto* [Bug 959] Refclock on Windows not properly releasing recvbuffs.
3930182007Sroberto* [Bug 993] Fix memory leak when fetching system messages.
3931290000Sglebius* much cleanup, fixes, and changes from Dave Mills.
3932290000Sglebius* ntp_control.c: LEAPTAB is a filestamp, not an unsigned.  From Dave Mills.
3933290000Sglebius* ntp_config.c: ntp_minpoll fixes from Dave Mills.
3934290000Sglebius* ntp-keygen updates from Dave Mills.
3935290000Sglebius* refresh epoch, throttle, and leap cleanup from Dave Mills.
3936290000Sglebius* Documentation cleanup from Dave Mills.
3937290000Sglebius* [Bug 918] Only use a native md5.h if MD5Init() is available.
3938290000Sglebius* [Bug 979] Provide ntptimeval if it is not otherwise present.
3939290000Sglebius* [Bug 634] Re-instantiate syslog() and logfiles after the daemon fork.
3940290000Sglebius* [Bug 952] Use md5 code with a friendlier license.
3941290000Sglebius* [Bug 977] Fix mismatching #ifdefs for builds without IPv6.
3942290000Sglebius* [Bug 830] Fix the checking order of the interface options.
3943290000Sglebius* Clean up the logfile/syslog setup.
3944290000Sglebius* [Bug 970] Lose obsolete -g flag to ntp-keygen.
3945290000Sglebius* The -e flag to ntp-keygen can write GQ keys now, too.
3946290000Sglebius* ntp_proto.c: sys_survivors and hpoll cleanup from Dave Mills.
3947290000Sglebius* ntp_loopfilter.c: sys_poll cleanup from Dave Mills.
3948290000Sglebius* refclock_wwv.c: maximum-likelihood digit and DSYNC fixes from Dave Mills.
3949290000Sglebius* [Bug 967] preemptable associations are lost forever on a step.
3950290000Sglebius* ntp_config.c: [CID 48] missing "else" clause.
3951290000Sglebius* [Bug 833] ntpq config keyword is quote-mark unfriendly.
3952290000Sglebius* Rename the ntpq "config" keyword to ":config".
3953290000Sglebius* Dave Mills shifted some orphan processing.
3954290000Sglebius* Fix typos in the [Bug 963] patch.
3955290000Sglebius* bootstrap: squawk if genver fails.  Use -f with cp in case Dave does a chown.
3956290000Sglebius* Remove obsolete simulator command-line options.
3957290000Sglebius* ntp_request.c: [CID 36] zero sin_zero.
3958290000Sglebius* [Bug 963] get_systime() is too noisy.
3959290000Sglebius* [Bug 960] spurious syslog:crypto_setup:spurious crypto command
3960290000Sglebius* [Bug 964] Change *-*-linux* to *-*-*linux* to allow for uclinux.
3961290000Sglebius* Changes from Dave Mills:
3962290000Sglebius  - ntp_util.c: cleanup.
3963290000Sglebius  - ntp_timer.c: watch the non-burst packet rate.
3964290000Sglebius  - ntp_request.c: cleanup.
3965290000Sglebius  - ntp_restrict.c: RES_LIMITED cleanup.
3966290000Sglebius  - ntp_proto.c: RES_LIMITED, rate bucktes, counters, overall cleanup.
3967290000Sglebius  - ntp_peer.c: disallow peer_unconfig().
3968290000Sglebius  - ntp_monitor.c: RES_LIMITED cleanup.
3969290000Sglebius  - ntp_loopfilter.c: poll interval cleanup.
3970290000Sglebius  - ntp_crypto.c: volley -> retry.  Cleanup TAI leap message.
3971290000Sglebius  - ntp_config: average and minimum are ^2 values.
3972290000Sglebius  - ntpdc: unknownversion is really "declined", not "bad version".
3973290000Sglebius  - Packet retry cleanup.
3974290000Sglebius* [Bug 961] refclock_tpro.c:tpro_poll() calls refclock_receive() twice.
3975290000Sglebius* [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
3976290000Sglebius  override the standard parameters from the ImagePath registry key.
3977290000Sglebius* Added HAVE_INT32_T to the Windows config.h to avoid duplicate definitions.
3978290000Sglebius* Work around a VPATH difference in FreeBSD's 'make' command.
3979290000Sglebius* Update bugreport URL.
3980290000Sglebius* Update -I documentation.
3981290000Sglebius* [Bug 713] Fix bug reporting information.
3982290000Sglebius* A bug in the application of the negative-sawtooth for 12 channel receivers.
3983290000Sglebius* The removal of unneeded startup code used for the original LinuxPPS, it now
3984290000Sglebius  conforms to the PPSAPI and does not need special code.
3985290000Sglebius* ntp-keygen.c: Coverity fixes [CID 33,47].
3986290000Sglebius* Volley cleanup from Dave Mills.
3987290000Sglebius* Fuzz cleanup from Dave Mills.
3988290000Sglebius* [Bug 861] Leap second cleanups from Dave Mills.
3989290000Sglebius* ntpsim.c: add missing protypes and fix [CID 34], a nit.
3990290000Sglebius* Upgraded bison at UDel.
3991290000Sglebius* Update br-flock and flock-build machine lists.
3992290000Sglebius* [Bug 752] QoS: add parse/config handling code.
3993290000Sglebius* Fix the #include order in tickadj.c for picky machines.
3994290000Sglebius* [Bug 752] QoS: On some systems, netinet/ip.h needs netinet/ip_systm.h.
3995290000Sglebius* [Bug 752] Update the QoS tagging (code only - configuration to follow).
3996290000Sglebius* Orphan mode and other protocol cleanup from Dave Mills.
3997290000Sglebius* Documentation cleanup from Dave Mills.
3998290000Sglebius* [Bug 940] ntp-keygen uses -v.  Disallow it as a shortcut for --version.
3999290000Sglebius* more cleanup to ntp_lineeditlibs.m4.
4000290000Sglebius* Documentation updates from Dave Mills.
4001290000Sglebius* -ledit cleanup for ntpdc and ntpq.
4002290000Sglebius* Association and other cleanup from Dave Mills.
4003290000Sglebius* NTP_UNREACH changes from Dave Mills.
4004290000Sglebius* Fix the readline history test.
4005290000Sglebius* [Bug 931] Require -lreadline to be asked for explicitly.
4006290000Sglebius* [Bug 764] When looking for -lreadline support, also try using -lncurses.
4007290000Sglebius* [Bug 909] Fix int32_t errors for ntohl().
4008290000Sglebius* [Bug 376/214] Enhancements to support multiple if names and IP addresses.
4009290000Sglebius* [Bug 929] int32_t is undefined on Windows.  Casting wrong.
4010290000Sglebius* [Bug 928] readlink missing braces.
4011290000Sglebius* [Bug 788] Update macros to support VS 2005.
4012290000Sglebius* ntpd/ntp_timer.c: add missing sys_tai parameter for debug printf
4013290000Sglebius* [Bug 917] config parse leaves files open
4014290000Sglebius* [Bug 912] detect conflicting enable/disable configuration on interfaces
4015290000Sglebius  sharing an IP address
4016290000Sglebius* [Bug 771] compare scopeid if available for IPv6 addresses
4017290000Sglebius* Lose obsolete crypto subcommands (Dave Mills).
4018290000Sglebius* WWV is an HF source, not an LF source (Dave Mills).
4019290000Sglebius* [Bug 899] Only show -i/--jaildir -u/--user options if we HAVE_DROPROOT.
4020290000Sglebius* [Bug 916] 'cryptosw' is undefined if built without OpenSSL.
4021290000Sglebius* [Bug 891] 'restrict' config file keyword does not work (partial fix).
4022290000Sglebius* [Bug 890] the crypto command seems to be required now.
4023290000Sglebius* [Bug 915] ntpd cores during processing of x509 certificates.
4024290000Sglebius* Crypto lint cleanup from Dave Mills.
4025290000Sglebius* [Bug 897] Check RAND_status() - we may not need a .rnd file.
4026290000Sglebius* Crypto cleanup from Dave Mills.
4027290000Sglebius* [Bug 911] Fix error message in cmd_args.c.
4028290000Sglebius* [Bug 895] Log assertion failures via syslog(), not stderr.
4029290000Sglebius* Documentation updates from Dave Mills.
4030290000Sglebius* Crypto cleanup from Dave Mills.
4031290000Sglebius* [Bug 905] ntp_crypto.c fails to compile without -DDEBUG.
4032290000Sglebius* Avoid double peer stats logging.
4033290000Sglebius* ntp-keygen cleanup from Dave Mills.
4034290000Sglebius* libopts needs to be built after ElectricFence.
4035290000Sglebius* [Bug 894] Initialize keysdir before calling crypto_setup().
4036290000Sglebius* Calysto cleanup for ntpq.
4037290000Sglebius* ntp-keygen -i takes an arg.
4038290000Sglebius* Cleanup and fixes from Dave Mills.
4039290000Sglebius* [Bug 887] Fix error in ntp_types.h (for sizeof int != 4).
4040290000Sglebius* Bug 880 bug fixes for Windows build
4041290000Sglebius* Improve Calysto support.
4042290000Sglebius* The "revoke" parameter is a crypto command.
4043290000Sglebius* The driftfile wander threshold is a real number.
4044290000Sglebius* [Bug 850] Fix the wander threshold parameter on the driftfile command.
4045290000Sglebius* ntp_io.c: Dead code cleanup - Coverity View 19.
4046290000Sglebius* Leap file related cleanup from Dave Mills.
4047290000Sglebius* ntp_peer.c: Set peer->srcadr before (not after) calling set_peerdstadr().
4048290000Sglebius* Initialize offset in leap_file() - Coverity View 17.
4049290000Sglebius* Use the correct stratum on KISS codes.
4050290000Sglebius* Fuzz bits cleanup.
4051290000Sglebius* Show more digits in some debug printf's.
4052290000Sglebius* Use drift_file_sw internally to control writing the drift file.
4053290000Sglebius* Implement the wander_threshold option for the driftfile config keyword.
4054290000Sglebius* reformat ntp_control.c; do not use c++ // comments.
4055290000Sglebius* [Bug 629] Undo bug #629 fixes as they cause more problems than were  being
4056290000Sglebius  solved
4057290000Sglebius* Changes from Dave Mills: in/out-bound data rates, leapsecond cleanup,
4058290000Sglebius  driftfile write cleanup, packet buffer length checks, documentation updates.
4059290000Sglebius* More assertion checks and malloc()->emalloc(), courtesy of Calysto.
4060290000Sglebius* [Bug 864] Place ntpd service in maintenance mode if using SMF on Solaris
4061290000Sglebius* [Bug 862] includefile nesting; preserve phonelist on reconfig.
4062290000Sglebius* [Bug 604] ntpd regularly dies on linux/alpha.
4063290000Sglebius* more leap second infrastructure fixes from Dave Mills.
4064290000Sglebius* [Bug 858] recent leapfile changes broke non-OpenSSL builds.
4065290000Sglebius* Use emalloc() instead of malloc() in refclock_datum.c (Calysto).
4066290000Sglebius* Start using 'design by contract' assertions.
4067290000Sglebius* [Bug 767] Fast sync to refclocks wanted.
4068290000Sglebius* Allow null driftfile.
4069290000Sglebius* Use YYERROR_VERBOSE for the new parser, and fix related BUILT_SOURCES.
4070290000Sglebius* [Bug 629] changes to ensure broadcast works including on wildcard addresses
4071290000Sglebius* [Bug 853] get_node() must return a pointer to maximally-aligned memory.
4072290000Sglebius* Initial leap file fixes from Dave Mills.
4073290000Sglebius* [Bug 858] Recent leapfile changes broke without OPENSSL.
4074290000Sglebius* Use a char for DIR_SEP, not a string.
4075290000Sglebius* [Bug 850] driftfile parsing changes.
4076290000Sglebius* driftfile maintenance changes from Dave Mills.  Use clock_phi instead of
4077290000Sglebius  stats_write_tolerance.
4078290000Sglebius* [Bug 828] refid string not being parsed correctly.
4079290000Sglebius* [Bug 846] Correct includefile parsing.
4080290000Sglebius* [Bug 827] New parsing code does not handle "fudge" correctly.
4081290000Sglebius* Enable debugging capability in the config parser.
4082290000Sglebius* [Bug 839] Crypto password not read from ntp.conf.
4083290000Sglebius* Have autogen produce writable output files.
4084290000Sglebius* [Bug 825] Correct logconfig -/+ keyword processing.
4085290000Sglebius* [Bug 828] Correct parsing of " delimited strings.
4086290000Sglebius* Cleanup FILE * usage after fclose() in ntp_filegen.c.
4087290000Sglebius* [Bug 843] Windows Completion port code was incorrectly merged from -stable.
4088290000Sglebius* [Bug 840] do fudge configuration AFTER peers (thus refclocks) have been
4089290000Sglebius  configured.
4090290000Sglebius* [Bug 824] Added new parser modules to the Windows project file.
4091290000Sglebius* [Bug 832] Add libisc/log.c headers to the distribution.
4092290000Sglebius* [Bug 808] Only write the drift file if we are in state 4.
4093290000Sglebius* Initial import of libisc/log.c and friends.
4094290000Sglebius* [Bug 826] Fix redefinition of PI.
4095290000Sglebius* [Bug 825] ntp_scanner.c needs to #include <config.h> .
4096290000Sglebius* [Bug 824] New parser code has some build problems with the SIM code.
4097290000Sglebius* [Bug 817] Use longnames for setting ntp variables on the command-line;
4098290000Sglebius  Allowing '-v' with and without an arg to disambiguate usage is error-prone.
4099290000Sglebius* [Bug 822] set progname once, early.
4100290000Sglebius* [Bug 819] remove erroneous #if 0 in Windows completion port code.
4101290000Sglebius* The new config code missed an #ifdef for building without refclocks.
4102290000Sglebius* Distribute some files needed by the new config parsing code.
4103290000Sglebius* [Bug 819] Timeout for WaitForMultipleObjects was 500ms instead of INFINITE
4104290000Sglebius* Use autogen 5.9.1.
4105290000Sglebius* Fix clktest command-line arg processing.'
4106290000Sglebius* Audio documentation updates from Dave Mills.
4107290000Sglebius* New config file parsing code, from Sachin Kamboj.
4108290000Sglebius* fuzz bit cleanup from Dave Mills.
4109290000Sglebius* replay cleanup from Dave Mills.
4110290000Sglebius* [Bug 542] Tolerate missing directory separator at EO statsdir.
4111290000Sglebius* [Bug 812] ntpd should drop supplementary groups.
4112290000Sglebius* [Bug 815] Fix warning compiling 4.2.5p22 under Windows with VC6.
4113290000Sglebius* [Bug 740] Fix kernel/daemon startup drift anomaly.
4114290000Sglebius* refclock_wwv.c fixes from Dave Mills.
4115290000Sglebius* [Bug 810] Fix ntp-keygen documentation.
4116290000Sglebius* [Bug 787] Bug fixes for 64-bit time_t on Windows.
4117290000Sglebius* [Bug 796] Clean up duplicate #defines in ntp_control.c.
4118290000Sglebius* [Bug 569] Use the correct precision for the Leitch CSD-5300.
4119290000Sglebius* [Bug 795] Moved declaration of variable to top of function.
4120290000Sglebius* [Bug 798] ntpq [p typo crashes ntpq/ntpdc.
4121290000Sglebius* [Bug 786] Fix refclock_bancomm.c on Solaris.
4122290000Sglebius* [Bug 774] parsesolaris.c does not compile under the new Solaris.
4123290000Sglebius* [Bug 782] Remove P() macros from Windows files.
4124290000Sglebius* [Bug 778] ntpd fails to lock with drift=+500 when started with drift=-500.
4125290000Sglebius* [Bug 592] Trimble Thunderbolt GPS support.
4126290000Sglebius* IRIG, CHU, WWV, WWVB refclock improvements from Dave Mills.
4127290000Sglebius* [Bug 757] Lose ULONG_CONST().
4128290000Sglebius* [Bug 756] Require ANSI C (function prototypes).
4129290000Sglebius* codec (audio) and ICOM changes from Dave Mills.
4130290000Sglebius
4131290000Sglebius---
4132290000Sglebius
4133290000Sglebius* [Bug 450] Windows only: Under original Windows NT we must not discard the
4134290000Sglebius  wildcard socket to workaround a bug in NT's getsockname().
4135290000Sglebius* [Bug 1038] Built-in getpass() function also prompts for password if
4136290000Sglebius  not built with DEBUG.
4137290000Sglebius* [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
4138290000Sglebius  to local interfaces the default.
4139290000Sglebius  Emit a warning if that keyword is used for configuration.
4140290000Sglebius* [Bug 959] Refclock on Windows not properly releasing recvbuffs.
4141290000Sglebius* [Bug 993] Fix memory leak when fetching system messages.
4142182007Sroberto* [Bug 987] Wake up the resolver thread/process when a new interface has
4143182007Sroberto  become available.
4144182007Sroberto* Correctly apply negative-sawtooth for oncore 12 channel receiver.
4145182007Sroberto* Startup code for original LinuxPPS removed.  LinuxPPS now conforms to
4146182007Sroberto  the PPSAPI.
4147182007Sroberto* [Bug 1000] allow implicit receive buffer allocation for Windows.
4148182007Sroberto  fixes startup for windows systems with many interfaces.
4149182007Sroberto  reduces dropped packets on network bursts.
4150182007Sroberto  additionally fix timer() starvation during high load.
4151182007Sroberto* [Bug 990] drop minimum time restriction for interface update interval.
4152182007Sroberto* [Bug 977] Fix mismatching #ifdefs for builds without IPv6.
4153182007Sroberto* Update the copyright year.
4154182007Sroberto* Build system cleanup (make autogen-generated files writable).
4155182007Sroberto* [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
4156182007Sroberto  override the standard parameters from the ImagePath registry key.
4157182007Sroberto* Fixes for ntpdate:
4158182007Sroberto* [Bug 532] nptdate timeout is too long if several servers are supplied.
4159182007Sroberto* [Bug 698] timeBeginPeriod is called without timeEndPeriod in some NTP tools.
4160182007Sroberto* [Bug 857] ntpdate debug mode adjusts system clock when it shouldn't.
4161182007Sroberto* [Bug 908] ntpdate crashes sometimes.
4162182007Sroberto* [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
4163182007Sroberto  (dup of 908).
4164182007Sroberto* [Bug 997] ntpdate buffer too small and unsafe.
4165182007Sroberto* ntpdate.c: Under Windows check whether NTP port in use under same conditions
4166182007Sroberto  as under other OSs.
4167182007Sroberto* ntpdate.c: Fixed some typos and indents (tabs/spaces).
4168132451Sroberto
4169182007Sroberto(4.2.4p4) Released by Harlan Stenn <stenn@ntp.org>
4170132451Sroberto
4171182007Sroberto* [Bug 902] Fix problems with the -6 flag.
4172182007Sroberto* Updated include/copyright.def (owner and year).
4173182007Sroberto* [Bug 878] Avoid ntpdc use of refid value as unterminated string.
4174182007Sroberto* [Bug 881] Corrected display of pll offset on 64bit systems.
4175182007Sroberto* [Bug 886] Corrected sign handling on 64bit in ntpdc loopinfo command.
4176182007Sroberto* [Bug 889] avoid malloc() interrupted by SIGIO risk
4177290000Sglebius* ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still
4178290000Sglebius  open.
4179182007Sroberto* [Bug 885] use emalloc() to get a message at the end of the memory
4180290000Sglebius  unsigned types cannot be less than 0
4181290000Sglebius  default_ai_family is a short
4182290000Sglebius  lose trailing , from enum list
4183290000Sglebius  clarify ntp_restrict.c for easier automated analysis
4184290000Sglebius* [Bug 884] don't access recv buffers after having them passed to the free
4185290000Sglebius  list.
4186290000Sglebius* [Bug 882] allow loopback interfaces to share addresses with other
4187290000Sglebius  interfaces.
4188132451Sroberto
4189182007Sroberto---
4190182007Sroberto(4.2.4p3) Released by Harlan Stenn <stenn@ntp.org>
4191132451Sroberto
4192182007Sroberto* [Bug 863] unable to stop ntpd on Windows as the handle reference for events
4193290000Sglebius  changed
4194132451Sroberto
4195182007Sroberto---
4196182007Sroberto(4.2.4p2) Released by Harlan Stenn <stenn@ntp.org>
4197132451Sroberto
4198182007Sroberto* [Bug 854] Broadcast address was not correctly set for interface addresses
4199182007Sroberto* [Bug 829] reduce syslog noise, while there fix Enabled/Disable logging
4200290000Sglebius  to reflect the actual configuration.
4201182007Sroberto* [Bug 795] Moved declaration of variable to top of function.
4202182007Sroberto* [Bug 789] Fix multicast client crypto authentication and make sure arriving
4203290000Sglebius  multicast packets do not disturb the autokey dance.
4204182007Sroberto* [Bug 785] improve handling of multicast interfaces
4205290000Sglebius  (multicast routers still need to run a multicast routing software/daemon)
4206290000Sglebius* ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still
4207290000Sglebius  open.
4208290000Sglebius* [Bug 885] use emalloc() to get a message at the end of the memory
4209290000Sglebius  unsigned types cannot be less than 0
4210290000Sglebius  default_ai_family is a short
4211290000Sglebius  lose trailing , from enum list
4212290000Sglebius* [Bug 884] don't access recv buffers after having them passed to the free list.
4213290000Sglebius* [Bug 882] allow loopback interfaces to share addresses with other interfaces.
4214182007Sroberto* [Bug 527] Don't write from source address length to wrong location
4215182007Sroberto* Upgraded autogen and libopts.
4216182007Sroberto* [Bug 811] ntpd should not read a .ntprc file.
4217132451Sroberto
4218182007Sroberto---
4219182007Sroberto(4.2.4p1) (skipped)
4220132451Sroberto
4221182007Sroberto---
4222182007Sroberto(4.2.4p0) Released by Harlan Stenn <stenn@ntp.org>
4223132451Sroberto
4224182007Sroberto* [Bug 793] Update Hans Lambermont's email address in ntpsweep.
4225182007Sroberto* [Bug 776] Remove unimplemented "rate" flag from ntpdate.
4226182007Sroberto* [Bug 586] Avoid lookups if AI_NUMERICHOST is set.
4227182007Sroberto* [Bug 770] Fix numeric parameters to ntp-keygen (Alain Guibert).
4228182007Sroberto* [Bug 768] Fix io_setbclient() error message.
4229182007Sroberto* [Bug 765] Use net_bind_service capability on linux.
4230182007Sroberto* [Bug 760] The background resolver must be aware of the 'dynamic' keyword.
4231182007Sroberto* [Bug 753] make union timestamp anonymous (Philip Prindeville).
4232182007Sroberto* confopt.html: move description for "dynamic" keyword into the right section.
4233182007Sroberto* pick the right type for the recv*() length argument.
4234132451Sroberto
4235182007Sroberto---
4236182007Sroberto(4.2.4) Released by Harlan Stenn <stenn@ntp.org>
4237132451Sroberto
4238182007Sroberto* monopt.html fixes from Dave Mills.
4239182007Sroberto* [Bug 452] Do not report kernel PLL/FLL flips.
4240182007Sroberto* [Bug 746] Expert mouseCLOCK USB v2.0 support added.'
4241182007Sroberto* driver8.html updates.
4242182007Sroberto* [Bug 747] Drop <NOBR> tags from ntpdc.html.
4243182007Sroberto* sntp now uses the returned precision to control decimal places.
4244182007Sroberto* sntp -u will use an unprivileged port for its queries.
4245182007Sroberto* [Bug 741] "burst" doesn't work with !unfit peers.
4246182007Sroberto* [Bug 735] Fix a make/gmake VPATH issue on Solaris.
4247182007Sroberto* [Bug 739] ntpd -x should not take an argument.
4248182007Sroberto* [Bug 737] Some systems need help providing struct iovec.
4249182007Sroberto* [Bug 717] Fix libopts compile problem.
4250182007Sroberto* [Bug 728] parse documentation fixes.
4251182007Sroberto* [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms.
4252182007Sroberto* [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu.
4253182007Sroberto* [Bug 721] check for __ss_family and __ss_len separately.
4254182007Sroberto* [Bug 666] ntpq opeers displays jitter rather than dispersion.
4255182007Sroberto* [Bug 718] Use the recommended type for the saddrlen arg to getsockname().
4256182007Sroberto* [Bug 715] Fix a multicast issue under Linux.
4257182007Sroberto* [Bug 690] Fix a Windows DNS lookup buffer overflow.
4258182007Sroberto* [Bug 670] Resolved a Windows issue with the dynamic interface rescan code.
4259182007Sroberto* K&R C support is being deprecated.
4260182007Sroberto* [Bug 714] ntpq -p should conflict with -i, not -c.
4261182007Sroberto* WWV refclock improvements from Dave Mills.
4262182007Sroberto* [Bug 708] Use thread affinity only for the clock interpolation thread.
4263182007Sroberto* [Bug 706] ntpd can be running several times in parallel.
4264182007Sroberto* [Bug 704] Documentation typos.
4265182007Sroberto* [Bug 701] coverity: NULL dereference in ntp_peer.c
4266182007Sroberto* [Bug 695] libopts does not protect against macro collisions.
4267182007Sroberto* [Bug 693] __adjtimex is independent of ntp_{adj,get}time.
4268182007Sroberto* [Bug 692] sys_limitrejected was not being incremented.
4269182007Sroberto* [Bug 691] restrictions() assumption not always valid.
4270182007Sroberto* [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked.
4271182007Sroberto* [Bug 688] Fix documentation typos.
4272182007Sroberto* [Bug 686] Handle leap seconds better under Windows.
4273182007Sroberto* [Bug 685] Use the Windows multimedia timer.
4274182007Sroberto* [Bug 684] Only allow debug options if debugging is enabled.
4275182007Sroberto* [Bug 683] Use the right version string.
4276182007Sroberto* [Bug 680] Fix the generated version string on Windows.
4277182007Sroberto* [Bug 678] Use the correct size for control messages.
4278182007Sroberto* [Bug 677] Do not check uint_t in configure.ac.
4279182007Sroberto* [Bug 676] Use the right value for msg_namelen.
4280182007Sroberto* [Bug 675] Make sure ntpd builds without debugging.
4281182007Sroberto* [Bug 672] Fix cross-platform structure padding/size differences.
4282182007Sroberto* [Bug 660] New TIMESTAMP code fails tp build on Solaris Express.
4283182007Sroberto* [Bug 659] libopts does not build under Windows.
4284182007Sroberto* [Bug 658] HP-UX with cc needs -Wp,-H8166 in CFLAGS.
4285182007Sroberto* [Bug 656] ntpdate doesn't work with multicast address.
4286182007Sroberto* [Bug 638] STREAMS_TLI is deprecated - remove it.
4287182007Sroberto* [Bug 635] Fix tOptions definition.
4288182007Sroberto* [Bug 628] Fallback to ntp discipline not working for large offsets.
4289182007Sroberto* [Bug 622] Dynamic interface tracking for ntpd.
4290182007Sroberto* [Bug 603] Don't link with libelf if it's not needed.
4291182007Sroberto* [Bug 523] ntpd service under Windows does't shut down properly.
4292182007Sroberto* [Bug 500] sntp should always be built.
4293182007Sroberto* [Bug 479] Fix the -P option.
4294182007Sroberto* [Bug 421] Support the bc637PCI-U card.
4295182007Sroberto* [Bug 342] Deprecate broken TRAK refclock driver.
4296182007Sroberto* [Bug 340] Deprecate broken MSF EES refclock driver.
4297182007Sroberto* [Bug 153] Don't do DNS lookups on address masks.
4298182007Sroberto* [Bug 143] Fix interrupted system call on HP-UX.
4299182007Sroberto* [Bug 42] Distribution tarballs should be signed.
4300182007Sroberto* Support separate PPS devices for PARSE refclocks.
4301182007Sroberto* [Bug 637, 51?] Dynamic interface scanning can now be done.
4302182007Sroberto* Options processing now uses GNU AutoGen.
4303132451Sroberto
4304182007Sroberto---
4305182007Sroberto(4.2.2p4) Released by Harlan Stenn <stenn@ntp.org>
4306132451Sroberto
4307290000Sglebius* [Bug 710] compat getnameinfo() has off-by-one error
4308290000Sglebius* [Bug 690] Buffer overflow in Windows when doing DNS Lookups
4309132451Sroberto
4310182007Sroberto---
4311182007Sroberto(4.2.2p3) Released by Harlan Stenn <stenn@ntp.org>
4312132451Sroberto
4313290000Sglebius* Make the ChangeLog file cleaner and easier to read
4314290000Sglebius* [Bug 601] ntpq's decodeint uses an extra level of indirection
4315290000Sglebius* [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP
4316290000Sglebius* release engineering/build changes
4317290000Sglebius* Documentation fixes
4318290000Sglebius* Get sntp working under AIX-5
4319132451Sroberto
4320182007Sroberto---
4321182007Sroberto(4.2.2p2) (broken)
4322132451Sroberto
4323290000Sglebius* Get sntp working under AIX-5
4324132451Sroberto
4325182007Sroberto---
4326182007Sroberto(4.2.2p1)
4327132451Sroberto
4328290000Sglebius* [Bug 661] Use environment variable to specify the base path to openssl.
4329290000Sglebius* Resolve an ambiguity in the copyright notice
4330290000Sglebius* Added some new documentation files
4331290000Sglebius* URL cleanup in the documentation
4332290000Sglebius* [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
4333290000Sglebius* quiet gcc4 complaints
4334290000Sglebius* more Coverity fixes
4335290000Sglebius* [Bug 614] manage file descriptors better
4336290000Sglebius* [Bug 632] update kernel PPS offsets when PPS offset is re-configured
4337290000Sglebius* [Bug 637] Ignore UP in*addr_any interfaces
4338290000Sglebius* [Bug 633] Avoid writing files in srcdir
4339290000Sglebius* release engineering/build changes
4340132451Sroberto
4341182007Sroberto---
4342182007Sroberto(4.2.2)
4343132451Sroberto
4344290000Sglebius* SNTP
4345290000Sglebius* Many bugfixes
4346290000Sglebius* Implements the current "goal state" of NTPv4
4347290000Sglebius* Autokey improvements
4348290000Sglebius* Much better IPv6 support
4349290000Sglebius* [Bug 360] ntpd loses handles with LAN connection disabled.
4350290000Sglebius* [Bug 239] Fix intermittent autokey failure with multicast clients.
4351290000Sglebius* Rewrite of the multicast code
4352290000Sglebius* New version numbering scheme
4353132451Sroberto
4354182007Sroberto---
4355182007Sroberto(4.2.0)
4356132451Sroberto
4357182007Sroberto* More stuff than I have time to document
4358182007Sroberto* IPv6 support
4359182007Sroberto* Bugfixes
4360182007Sroberto* call-gap filtering
4361182007Sroberto* wwv and chu refclock improvements
4362182007Sroberto* OpenSSL integration
4363132451Sroberto
4364182007Sroberto---
4365182007Sroberto(4.1.2)
4366132451Sroberto
4367182007Sroberto* clock state machine bugfix
4368182007Sroberto* Lose the source port check on incoming packets
4369182007Sroberto* (x)ntpdc compatibility patch
4370182007Sroberto* Virtual IP improvements
4371182007Sroberto* ntp_loopfilter fixes and improvements
4372182007Sroberto* ntpdc improvements
4373182007Sroberto* GOES refclock fix
4374182007Sroberto* JJY driver
4375182007Sroberto* Jupiter refclock fixes
4376182007Sroberto* Neoclock4X refclock fixes
4377182007Sroberto* AIX 5 port
4378182007Sroberto* bsdi port fixes
4379182007Sroberto* Cray unicos port upgrade
4380182007Sroberto* HP MPE/iX port
4381182007Sroberto* Win/NT port upgrade
4382182007Sroberto* Dynix PTX port fixes
4383182007Sroberto* Document conversion from CVS to BK
4384182007Sroberto* readline support for ntpq
4385132451Sroberto
4386182007Sroberto---
4387182007Sroberto(4.1.0)
4388132451Sroberto
4389182007Sroberto* CERT problem fixed (99k23)
4390132451Sroberto
4391182007Sroberto* Huff-n-Puff filter
4392182007Sroberto* Preparation for OpenSSL support
4393182007Sroberto* Resolver changes/improvements are not backward compatible with mode 7
4394182007Sroberto  requests (which are implementation-specific anyway)
4395182007Sroberto* leap second stuff
4396182007Sroberto* manycast should work now
4397182007Sroberto* ntp-genkeys does new good things.
4398182007Sroberto* scripts/ntp-close
4399182007Sroberto* PPS cleanup and improvements
4400182007Sroberto* readline support for ntpdc
4401182007Sroberto* Crypto/authentication rewrite
4402182007Sroberto* WINNT builds with MD5 by default
4403182007Sroberto* WINNT no longer requires Perl for building with Visual C++ 6.0
4404182007Sroberto* algorithmic improvements, bugfixes
4405182007Sroberto* Solaris dosynctodr info update
4406182007Sroberto* html/pic/* is *lots* smaller
4407182007Sroberto* New/updated drivers: Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF
4408182007Sroberto  serial and PCI, ONCORE, ulink331
4409182007Sroberto* Rewrite of the audio drivers
4410132451Sroberto
4411182007Sroberto---
4412182007Sroberto(4.0.99)
4413132451Sroberto
4414182007Sroberto* Driver updates: CHU, DCF, GPS/VME, Oncore, PCF, Ulink, WWVB, burst
4415182007Sroberto  If you use the ONCORE driver with a HARDPPS kernel module,
4416182007Sroberto  you *must* have a properly specified:
4417182007Sroberto	pps <filename> [assert/clear] [hardpps]
4418182007Sroberto  line in the /etc/ntp.conf file.
4419182007Sroberto* PARSE cleanup
4420182007Sroberto* PPS cleanup
4421182007Sroberto* ntpd, ntpq, ntpdate cleanup and fixes
4422182007Sroberto* NT port improvements
4423182007Sroberto* AIX, BSDI, DEC OSF, FreeBSD, NetBSD, Reliant, SCO, Solaris port improvements
4424132451Sroberto
4425182007Sroberto---
4426182007Sroberto(4.0.98)
4427132451Sroberto
4428182007Sroberto* Solaris kernel FLL bug is fixed in 106541-07
4429182007Sroberto* Bug/lint cleanup
4430182007Sroberto* PPS cleanup
4431182007Sroberto* ReliantUNIX patches
4432182007Sroberto* NetInfo support
4433182007Sroberto* Ultralink driver
4434182007Sroberto* Trimble OEM Ace-II support
4435182007Sroberto* DCF77 power choices
4436182007Sroberto* Oncore improvements
4437132451Sroberto
4438182007Sroberto---
4439182007Sroberto(4.0.97)
4440132451Sroberto
4441182007Sroberto* NT patches
4442182007Sroberto* AIX,SunOS,IRIX portability
4443182007Sroberto* NeXT portability
4444182007Sroberto* ntptimeset utility added
4445182007Sroberto* cygwin portability patches
4446132451Sroberto
4447182007Sroberto---
4448182007Sroberto(4.0.96)
4449132451Sroberto
4450182007Sroberto* -lnsl, -lsocket, -lgen configuration patches
4451182007Sroberto* Y2K patches from AT&T
4452182007Sroberto* Linux portability cruft
4453132451Sroberto
4454182007Sroberto---
4455182007Sroberto(4.0.95)
4456132451Sroberto
4457182007Sroberto* NT port cleanup/replacement
4458182007Sroberto* a few portability fixes
4459182007Sroberto* VARITEXT Parse clock added
4460132451Sroberto
4461182007Sroberto---
4462182007Sroberto(4.0.94)
4463132451Sroberto
4464182007Sroberto* PPS updates (including ntp.config options)
4465182007Sroberto* Lose the old DES stuff in favor of the (optional) RSAREF stuff
4466182007Sroberto* html cleanup/updates
4467182007Sroberto* numerous drivers cleaned up
4468182007Sroberto* numerous portability patches and code cleanup
4469132451Sroberto
4470182007Sroberto---
4471182007Sroberto(4.0.93)
4472132451Sroberto
4473182007Sroberto* Oncore refclock needs PPS or one of two ioctls.
4474182007Sroberto* Don't make ntptime under Linux.  It doesn't compile for too many folks.
4475182007Sroberto* Autokey cleanup
4476182007Sroberto* ReliantUnix patches
4477182007Sroberto* html cleanup
4478182007Sroberto* tickadj cleanup
4479182007Sroberto* PARSE cleanup
4480182007Sroberto* IRIX -n32 cleanup
4481182007Sroberto* byte order cleanup
4482182007Sroberto* ntptrace improvements and patches
4483182007Sroberto* ntpdc improvements and patches
4484182007Sroberto* PPS cleanup
4485182007Sroberto* mx4200 cleanup
4486182007Sroberto* New clock state machine
4487182007Sroberto* SCO cleanup
4488182007Sroberto* Skip alias interfaces
4489132451Sroberto
4490182007Sroberto---
4491182007Sroberto(4.0.92)
4492132451Sroberto
4493182007Sroberto* chronolog and dumbclock refclocks
4494182007Sroberto* SCO updates
4495182007Sroberto* Cleanup/bugfixes
4496182007Sroberto* Y2K patches
4497182007Sroberto* Updated palisade driver
4498182007Sroberto* Plug memory leak
4499182007Sroberto* wharton kernel clock
4500182007Sroberto* Oncore clock upgrades
4501182007Sroberto* NMEA clock improvements
4502182007Sroberto* PPS improvements
4503182007Sroberto* AIX portability patches
4504132451Sroberto
4505182007Sroberto---
4506182007Sroberto(4.0.91)
4507132451Sroberto
4508182007Sroberto* New ONCORE driver
4509182007Sroberto* New MX4200 driver
4510182007Sroberto* Palisade improvements
4511182007Sroberto* config file bugfixes and problem reporting
4512182007Sroberto* autoconf upgrade and cleanup
4513182007Sroberto* HP-UX, IRIX lint cleanup
4514182007Sroberto* AIX portability patches
4515182007Sroberto* NT cleanup
4516132451Sroberto
4517182007Sroberto---
4518182007Sroberto(4.0.90)
4519132451Sroberto
4520182007Sroberto* Nanoseconds
4521182007Sroberto* New palisade driver
4522182007Sroberto* New Oncore driver
4523132451Sroberto
4524182007Sroberto---
4525182007Sroberto(4.0.73)
4526132451Sroberto
4527182007Sroberto* README.hackers added
4528182007Sroberto* PARSE driver is working again
4529182007Sroberto* Solaris 2.6 has nasty kernel bugs.  DO NOT enable pll!
4530182007Sroberto* DES is out of the distribution.
4531132451Sroberto
4532182007Sroberto---
4533182007Sroberto(4.0.72)
4534132451Sroberto
4535182007Sroberto* K&R C compiling should work again.
4536182007Sroberto* IRIG patches.
4537182007Sroberto* MX4200 driver patches.
4538182007Sroberto* Jupiter driver added.
4539182007Sroberto* Palisade driver added.  Needs work (ANSI, ntoh/hton, sizeof double, ???)
4540