ChangeLog revision 1.1.1.3
1(4.2.7p404) 2013/12/24 Released by Harlan Stenn <stenn@ntp.org>
2* [Bug 135] AIX5: "Address already in use" for IPv6 wildcard.
3(4.2.7p403) 2013/12/23 Released by Harlan Stenn <stenn@ntp.org>
4* [Bug 2513] Remove any PIDFILE in finish().
5* [Bug 2516] Enable clock_gettime() support for AIX 5+.
6* [Bug 2517] Fix peer status errors in decode.html.
7(4.2.7p402) 2013/12/23 Released by Harlan Stenn <stenn@ntp.org>
8* Incorporate Oliver Kindernay's GSoC 2013 scripts/ cleanup.
9(4.2.7p401) 2013/11/30 Released by Harlan Stenn <stenn@ntp.org>
10* [Bug 2491] VS20xx compile fixes.
11(4.2.7p400) 2013/11/29 Released by Harlan Stenn <stenn@ntp.org>
12* [Bug 2491] VS2013 project files.
13(4.2.7p399) 2013/11/28 Released by Harlan Stenn <stenn@ntp.org>
14* [Bug 2326] More leapsecond file notification cleanup.
15* [Bug 2506] make sure routing updates are always tracked
16* [Bug 2514] secs/* #define usage cleanup.
17(4.2.7p398) 2013/11/25 Released by Harlan Stenn <stenn@ntp.org>
18* [Bug 2326] More leapsecond file notification cleanup.
19* Improve sntp KoD data file fopen() error message.
20(4.2.7p397) 2013/11/20 Released by Harlan Stenn <stenn@ntp.org>
21* [Bug 2326] More leapsecond file notification cleanup.
22(4.2.7p396) 2013/11/19 Released by Harlan Stenn <stenn@ntp.org>
23* [Bug 2326] Improve stale leapsecond notifications.
24(4.2.7p395) 2013/11/12 Released by Harlan Stenn <stenn@ntp.org>
25* Upgrade to autogen-5.18.3pre5 and libopts-40.1.15.
26(4.2.7p394) 2013/11/05 Released by Harlan Stenn <stenn@ntp.org>
27* [Bug 1050] Change ONCORE log message for leap second announcement
28  to avoid misunderstandings.
29* [Bug 2499] Win32 user-space/loopback ppsapi provider drops samples.
30* [Bug 2256] Improve configure's function searches in libraries.
31(4.2.7p393) 2013/10/16 Released by Harlan Stenn <stenn@ntp.org>
32* [Bug 2272] Use C99 integer types. ntp_calendar.h and ntp_types.h .
33(4.2.7p392) 2013/10/15 Released by Harlan Stenn <stenn@ntp.org>
34* [Bug 2375] Improve AIX compatibility.
35* [Bug 2490] Fixed non-const initializer coming from [Bug 2250] fix.
36(4.2.7p391) 2013/10/12 Released by Harlan Stenn <stenn@ntp.org>
37* [Bug 2250] Rework of leap second handling machine.
38* [Bug 2419] [rc-nmea] Improve clockstats reporting when receiver sends
39  data without valid GPS fix.
40(4.2.7p390) 2013/09/26 Released by Harlan Stenn <stenn@ntp.org>
41* [Bug 2482] Cleanup of droproot and jail support for Solaris.
42(4.2.7p389) 2013/09/24 Released by Harlan Stenn <stenn@ntp.org>
43* [Bug 2473] revisited: NTPD exits after clock is stepped backwards
44  Avoid possible unsigned underrun for startup condition when testing
45  for clock backstep.
46* [Bug 2481] ntpd aborts when both user and group are specified with -u.
47* [Bug 2482] Add droproot and jail support for Solaris.
48(4.2.7p388) 2013/09/19 Released by Harlan Stenn <stenn@ntp.org>
49* [Bug 2473] NTPD exits after clock is stepped backwards externally
50(4.2.7p387) 2013/09/16 Released by Harlan Stenn <stenn@ntp.org>
51* [Bug 1642] ntpdsim can't find simnulate block in config file.
52(4.2.7p386) 2013/09/01 Released by Harlan Stenn <stenn@ntp.org>
53* [Bug 2472] (WinXP) Avoid self-termination of IO thread during exit().
54(4.2.7p385) 2013/08/19 Released by Harlan Stenn <stenn@ntp.org>
55* CID 975596: Copy/paste error: vallen should be siglen.
56* CID 1009579: Check return status of X509_add_ext().
57* [2085] Fix root distance and root dispersion calculations.
58* [Bug 2426] Possibly uninitialized data in crypto_send() - CID 975596.
59(4.2.7p384) 2013/08/18 Released by Harlan Stenn <stenn@ntp.org>
60* [Bug 2450] --version has bogus short option.
61(4.2.7p383) 2013/08/10 Released by Harlan Stenn <stenn@ntp.org>
62* (no changes - force a rebuild for a new Coverity scan)
63(4.2.7p382) 2013/08/08 Released by Harlan Stenn <stenn@ntp.org>
64* [Bug 2454] Need way to set file descriptor limit - cleanup.
65(4.2.7p381) 2013/08/07 Released by Harlan Stenn <stenn@ntp.org>
66* [Bug 2451] rlimit command is missing from the table of contents in
67  miscopt.html .
68* [Bug 2452] provide io_handler/input_handler only on
69  non HAVE_IO_COMPLETION_PORT platforms
70* [Bug 2453] Need a way to avoid calling mlockall.
71* [Bug 2454] Need way to set file descriptor limit.
72* [Bug 2458] AM_CONFIG_HEADER is obsolete.
73(4.2.7p380) 2013/08/03 Released by Harlan Stenn <stenn@ntp.org>
74* CID 984511: Some systems have different printf needs for sizeof.
75(4.2.7p379) 2013/08/02 Released by Harlan Stenn <stenn@ntp.org>
76* CID 739724: Fix printf arg mismatch in a debug line.
77* [Bug 2425] compile io_handler() in ntp_io.c unconditionally
78* [Bug 2448] Fix checks for configure --with-stack-limit and --with-memlock
79  values.
80(4.2.7p378) 2013/08/01 Released by Harlan Stenn <stenn@ntp.org>
81* [Bug 2425] move part of input handler code from ntpd.c to ntp_io.c
82  and fix select()-only platforms calling input_handler directly.
83* [Bug 2446] Quiet warnings from Oracle's Studio compiler.
84* Upgrade to AutoGen-5.18.1pre3
85* Upgrade to libopts-40.1.15.
86(4.2.7p377) 2013/07/28 Released by Harlan Stenn <stenn@ntp.org>
87* [Bug 2397] License/copyright cleanup.
88* [Bug 2439] Fix check of EscapeCommFunction() in ports/winnt/libntp/termios.c.
89(4.2.7p376) 2013/07/24 Released by Harlan Stenn <stenn@ntp.org>
90* [Bug 2322] Oncore driver should send 0 PPS offset to GPS.
91(4.2.7p375) 2013/07/22 Released by Harlan Stenn <stenn@ntp.org>
92* [Bug 883] log warning arguments swapped in refclock_gpsvme.c.
93* [Bug 2368] Correct bug in previous attempt.
94* [Bug 2413] Fix "make check" with automake >= 1.13.
95* [Bug 2434] Line-buffer (v. block-buffer) stdout.
96(4.2.7p374) 2013/07/21 Released by Harlan Stenn <stenn@ntp.org>
97* [Bug 2368] make check troubles in libevent.
98* [Bug 2425] setup SIGIO/SIGPOLL for asyncio on the read side
99  of a socketpair for the worker thread.
100(4.2.7p373) 2013/07/20 Released by Harlan Stenn <stenn@ntp.org>
101* [Bug 2427] configure fails to detect recvmsg() on Solaris.
102(4.2.7p372) 2013/07/17 Released by Harlan Stenn <stenn@ntp.org>
103* [Bug 1466] Oncore should set FLAG_PPS.
104* [Bug 2375] AIX 7 doesn't like a libevent validation check.
105* [Bug 2423] Log command-line args at LOG_INFO.
106* [Bug 2428] do_unconf() should reset 'items' before the 2nd loop.
107(4.2.7p371) 2013/07/07 Released by Harlan Stenn <stenn@ntp.org>
108* CID 1042586: Check the return value of clock_gettime() in worker_sleep().
109* Upgrade to libopts-39.0.14 from 5.17.5pre10.
110(4.2.7p370) 2013/07/06 Released by Harlan Stenn <stenn@ntp.org>
111* Remove \n's from syslog output strings.
112(4.2.7p369) 2013/07/05 Released by Harlan Stenn <stenn@ntp.org>
113* [Bug 2415] RES_LIMITED flags check should use &, not &&.
114* Have NTP_LIBNTP check for time.h and clock_getres().
115* Fix ntpsweep to use sntp instead of ntpdate, from Oliver Kindernay.
116(4.2.7p368) 2013/05/01 Released by Harlan Stenn <stenn@ntp.org>
117* [Bug 2145] ntpq dumps core when displaying sys_var_list and more.
118(4.2.7p367) 2013/04/25 Released by Harlan Stenn <stenn@ntp.org>
119* [Bug 1485] Sometimes ntpd crashes
120* [Bug 2382] Implement LOGTOD using ldexp() instead of shifting.
121(4.2.7p366) 2013/04/17 Released by Harlan Stenn <stenn@ntp.org>
122* [Bug 1866] Disable some debugging output in refclock_oncore.
123(4.2.7p365) 2013/04/16 Released by Harlan Stenn <stenn@ntp.org>
124* [Bug 2149] Log an error message if /proc/net/if_inet6 cannot be opened.
125(4.2.7p364) 2013/03/26 Released by Harlan Stenn <stenn@ntp.org>
126* Bump sntp/include/autogen-version.def .
127(4.2.7p363) 2013/03/26 Released by Harlan Stenn <stenn@ntp.org>
128* [Bug 2357] sntp/libopts/usage.c sometimes needs -lintl.
129* Upgrade to libopts from 5.17.3pre10.
130(4.2.7p362) 2013/03/19 Released by Harlan Stenn <stenn@ntp.org>
131* [Bug 2364] "sed -i" is not portable.
132(4.2.7p361) 2013/03/17 Released by Harlan Stenn <stenn@ntp.org>
133* [Bug 2357] sntp/libopts/usage.c sometimes needs -lintl.
134* [Bug 2365] "make check" fails in libevent.
135(4.2.7p360) 2013/03/15 Released by Harlan Stenn <stenn@ntp.org>
136* Upgrade libevent (coverity fixes, etc.).
137* EEXIST is OK for mkdir() in sntp/kod_management.c.
138(4.2.7p359) 2013/03/03 Released by Harlan Stenn <stenn@ntp.org>
139* [Bug 2359] Fix send_via_ntp_signd() prototype.
140(4.2.7p358) 2013/02/27 Released by Harlan Stenn <stenn@ntp.org>
141* Upgrade to autogen-5.17.3pre4 and libopts-38.0.13.
142* [Bug 2357] sntp/libopts/usage.c on NetBSD needs -lintl.
143(4.2.7p357) 2013/02/22 Released by Harlan Stenn <stenn@ntp.org>
144* Upgrade to autogen-5.17.2pre and libopts-38.0.13.
145(4.2.7p356) 2013/02/19 Released by Harlan Stenn <stenn@ntp.org>
146* Added loc/debian.
147(4.2.7p355) 2013/02/18 Released by Harlan Stenn <stenn@ntp.org>
148* CID 739708: Check return status of fcntl() in refclock_arc.c.
149* CID 739709: Check return status of fcntl() in refclock_datum.c.
150* CID 739710: Check return status of mkdir() in sntp/kod_management.c.
151* CID 739711: Ignore return status of remove() in ntp-keygen.c.
152* CID 739723: Print sizeof as unsigned.
153* CID 971094: Clean up time of check/time of use in check_leap_file().
154(4.2.7p354) 2013/02/10 Released by Harlan Stenn <stenn@ntp.org>
155* CID 97194: Check return from setsockopt().
156* CID 739473,739532: Out-of-bounds access/illegal address computation.
157* CID 739558: Double close.
158* CID 739559: Double close.
159* CID 739713: devmask/recmask copy/paste error.
160* CID 739714: Fix code indentation level.
161* CID 739715: Clean up sockaddr_dump().
162(4.2.7p353) 2013/02/09 Released by Harlan Stenn <stenn@ntp.org>
163* [Bug 2326] Check hourly for a new leapfile if the old one expired.
164(4.2.7p352) 2013/01/28 Released by Harlan Stenn <stenn@ntp.org>
165* [Bug 2326] Notice when a new leapfile has been installed.
166(4.2.7p351) 2013/01/24 Released by Harlan Stenn <stenn@ntp.org>
167* [Bug 2328] Don't apply small time adjustments on Windows versions
168  which don't support this.
169(4.2.7p350) 2013/01/21 Released by Harlan Stenn <stenn@ntp.org>
170* Added sntp/loc/netbsd based on info from Christos Zoulas.
171(4.2.7p349) 2013/01/20 Released by Harlan Stenn <stenn@ntp.org>
172* [Bug 2321] Fixed Windows build, but autogen update still required.
173(4.2.7p348) 2013/01/17 Released by Harlan Stenn <stenn@ntp.org>
174* [Bug 2327] Rename sntp/ag-tpl/:Old to sntp/ag-tpl/Old.
175* Cleanup to ntpsnmpd-opts.def.
176* Cleanup to ntpq.texi.
177* Documentation cleanup to the ntpd, ntpdc, ntpq and ntp-wait
178  .def files.
179* In ntp.conf.def, cleanup SEE ALSO, document 'rlimit' options.
180* Add a reference to RFC5907 in the ntpsnmpd documentation.
181(4.2.7p347) 2013/01/07 Released by Harlan Stenn <stenn@ntp.org>
182* [Bug 2325] Re-enable mlockall() check under Linux post-1223 fix.
183(4.2.7p346) 2013/01/06 Released by Harlan Stenn <stenn@ntp.org>
184* [Bug 1223] reorganize inclusion of sys/resource.h.
185(4.2.7p345) 2013/01/04 Released by Harlan Stenn <stenn@ntp.org>
186* Update several .def files to use autogen-5.17 feature set.
187(4.2.7p344) 2013/01/03 Released by Harlan Stenn <stenn@ntp.org>
188* Refactor and enhance mdoc2texi.
189* Make sure agtexi-file.tpl defines label-str.
190* Cleanup to ntp.conf.def.
191* Upgrade to autogen-5.17 and libopts-37.0.12.
192(4.2.7p343) 2013/01/02 Released by Harlan Stenn <stenn@ntp.org>
193* Update the copyright year.
194(4.2.7p342) 2012/12/31 Released by Harlan Stenn <stenn@ntp.org>
195* [Bug 2081 - Backward Incompatible] rawstats now logs everything.
196(4.2.7p341) 2012/12/30 Released by Harlan Stenn <stenn@ntp.org>
197(4.2.7p340) 2012/12/29 Released by Harlan Stenn <stenn@ntp.org>
198* mdoc2texi fixes: trailing punctuation.
199(4.2.7p339) 2012/12/26 Released by Harlan Stenn <stenn@ntp.org>
200* mdoc2texi fixes: parseQuote, closing of list item tables.
201* ntp-wait, ntpd, ntpdc, ntpq, ntpsnmpd autogen documentation updates.
202(4.2.7p338) 2012/12/25 Released by Harlan Stenn <stenn@ntp.org>
203* mdoc2texi fixes: Handle_ArCmFlIc, Handle_Fn, HandleQ.
204* ntp-keygen autogen documentation updates.
205* ntpq autogen docs.
206(4.2.7p337) 2012/12/22 Released by Harlan Stenn <stenn@ntp.org>
207* [Bug 1223] More final cleanup for rlimit changes.
208(4.2.7p336) 2012/12/21 Released by Harlan Stenn <stenn@ntp.org>
209* [Bug 1223] Final cleanup for rlimit changes.
210(4.2.7p335) 2012/12/18 Released by Harlan Stenn <stenn@ntp.org>
211* Update documentation templates and definitions.
212* Create agtexi-file.tpl .
213(4.2.7p334) 2012/12/10 Released by Harlan Stenn <stenn@ntp.org>
214* [Bug 2114] Update tests for sntp's synch distance.
215* Create ntp-keygen.{html,texi}.
216(4.2.7p333) 2012/12/07 Released by Harlan Stenn <stenn@ntp.org>
217* Autogen documentation cleanup.
218(4.2.7p332) 2012/12/06 Released by Harlan Stenn <stenn@ntp.org>
219* sntp documentation cleanup.
220(4.2.7p331) 2012/12/03 Released by Harlan Stenn <stenn@ntp.org>
221* [Bug 2114] Correctly calculate sntp's synch distance.
222(4.2.7p330) 2012/12/03 Released by Harlan Stenn <stenn@ntp.org>
223* autogen doc cleanup
224(4.2.7p329) 2012/12/01 Released by Harlan Stenn <stenn@ntp.org>
225* [Bug 2278] ACTS flag3 mismatch between code and driver18.html.
226* Use an enum for the ACTS state table.
227* html doc reconciliation with DLM's copy.
228(4.2.7p328) 2012/11/30 Released by Harlan Stenn <stenn@ntp.org>
229* html doc reconciliation with DLM's copy.
230(4.2.7p327) 2012/11/29 Released by Harlan Stenn <stenn@ntp.org>
231* [Bug 2024] Identify Events in the system status word in decode.html.'
232* [Bug 2040] Provide a command-line option for the identity key bits.
233* Create loc/darwin for Mac OSX
234(4.2.7p326) 2012/11/21 Released by Harlan Stenn <stenn@ntp.org>
235* [Bug 1214] 'proto: precision = ...' should be at INFO, not NOTICE.
236* [Bug 2246] Clear sys_leap when voting says to disarm the leap.
237(4.2.7p325) 2012/11/20 Released by Harlan Stenn <stenn@ntp.org>
238* [Bug 2202] ntpq.html: there is no "acv" billboard.
239* [Bug 2306] keep pps hack for Win32 even if user-mode/loopback
240  PPS API is activated on a serial line.
241(4.2.7p324) 2012/11/19 Released by Harlan Stenn <stenn@ntp.org>
242* Reinstate doc fix to authentic.html from Mike T.
243* [Bug 1223] cleanup for rlimit changes.
244* [Bug 2098] Install DLM's HTML documentation.
245* [Bug 2306] Added user-mode/loop-back PPS API provider for Win32
246(4.2.7p323) 2012/11/18 Released by Harlan Stenn <stenn@ntp.org>
247* html/ updates from Dave Mills.
248(4.2.7p322) 2012/11/15 Released by Harlan Stenn <stenn@ntp.org>
249* [Bug 1223] Allow configurable values for RLIMIT_STACK and
250  RLIMIT_MEMLOCK.
251* [Bug 1320] Log ntpd's initial command-line parameters. (updated fix)
252* [Bug 2120] no sysexits.h under QNX.
253* [Bug 2123] cleanup to html/leap.html.
254(4.2.7p321) 2012/11/13 Released by Harlan Stenn <stenn@ntp.org>
255* [Bug 1320] Log ntpd's initial command-line parameters.
256(4.2.7p320) 2012/11/12 Released by Harlan Stenn <stenn@ntp.org>
257* [Bug 969] Clarify ntpdate.html documentation about -u and ntpd.
258* [Bug 1217] libisc/ifiter_sysctl.c:internal_current(): Ignore RTM
259  messages with wrong version
260(4.2.7p319) 2012/11/11 Released by Harlan Stenn <stenn@ntp.org>
261* [Bug 2296] Fix compile problem with building with old OpenSSL.
262(4.2.7p318) 2012/11/05 Released by Harlan Stenn <stenn@ntp.org>
263* [Bug 2301] Remove spurious debug output from ntpq.
264(4.2.7p317) 2012/11/05 Released by Harlan Stenn <stenn@ntp.org>
265* [Bug 922] Allow interspersed -4 and -6 flags on the ntpq command line.
266(4.2.7p316) 2012/10/27 Released by Harlan Stenn <stenn@ntp.org>
267* [Bug 2296] Update fix for Bug 2294 to handle --without-crypto.
268(4.2.7p315) 2012/10/26 Released by Harlan Stenn <stenn@ntp.org>
269* [Bug 2294] ntpd crashes in FIPS mode.
270(4.2.7p314) 2012/10/23 Released by Harlan Stenn <stenn@ntp.org>
271* Document a tricky malloc() of dns_ctx in sntp.
272(4.2.7p313) 2012/10/23 Released by Harlan Stenn <stenn@ntp.org>
273* [Bug 2291] sntp should report why it cannot open file.kod.
274* [Bug 2293] add support for SO_BINTIME, refine support for
275  SO_TIMESTAMPNS (bug 1374)
276(4.2.7p312) 2012/10/11 Released by Harlan Stenn <stenn@ntp.org>
277* Clean up testing/debugging of fix for [Bug 938] from sntp/main.c .
278(4.2.7p311) 2012/10/10 Released by Harlan Stenn <stenn@ntp.org>
279* [Bug 938] The argument to the -D flag takes a number, not a string.
280* [Bug 1013] ntpdate's HTML page claims wrong default version.
281* [Bug 1374] Support SO_TIMESTAMPNS.
282(4.2.7p310) 2012/10/09 Released by Harlan Stenn <stenn@ntp.org>
283* [Bug 1374] Support SO_TIMESTAMPNS.
284* [Bug 2266] Remove deprecated refclock_trak.c from Windows Makefile
285  equivalents.
286* [Bug 2274] Bring libopts/enum.c back to (old) ANSI C compliance.
287(4.2.7p309) 2012/10/04 Released by Harlan Stenn <stenn@ntp.org>
288* [Bug 2287] ntpdate returns 0 even if adjtime() call fails.
289(4.2.7p308) 2012/09/29 Released by Harlan Stenn <stenn@ntp.org>
290* CID 97198: Check return from ioctl() calls in refclock_acts.c.
291(4.2.7p307) 2012/09/29 Released by Harlan Stenn <stenn@ntp.org>
292* [Bug 1997] Fix sntp broadcast timeouts.
293* [Bug 2234] Fix incorrect ntptrace html documentation.
294* [Bug 2262] Install html docs in $htmldir.
295* Fix typo in html/select.html.
296(4.2.7p306) 2012/09/15 Released by Harlan Stenn <stenn@ntp.org>
297* [Bug 752] ToS cleanup from Mike Tatarinov.
298(4.2.7p305) 2012/09/15 Released by Harlan Stenn <stenn@ntp.org>
299* [Bug 752] Use proper ToS network packet markings for IPv4 and IPv6.
300* [Bug 1232] Convert SHM refclock to use struct timespec.
301* [Bug 2258] Add syslog message about leap insertion.
302* [Bug 2263] broadcast server doesn't work for host with
303  OS_MISSES_SPECIFIC_ROUTE_UPDATES.
304* [Bug 2271] Decode refclock types when built with --disable-all-clocks.
305* [Bug 2276] clk_sel240x.c #define's _XOPEN_SOURCE, breaking QNX6.
306* Updates to driver28.html.
307(4.2.7p304) 2012/09/06 Released by Harlan Stenn <stenn@ntp.org>
308* [Bug 2264] Cleanup SEL240X Refclock.
309* In refclock_wwv.c rename SECOND to WWV_SEC and MINUTE to WWV_MIN.
310(4.2.7p303) 2012/09/05 Released by Harlan Stenn <stenn@ntp.org>
311* [Bug 1232] Add nanosecond support to SHM driver.
312(4.2.7p302) 2012/09/05 Released by Harlan Stenn <stenn@ntp.org>
313* [Bug 2160] Log warning about expired leapseconds file.
314(4.2.7p301) 2012/09/03 Released by Harlan Stenn <stenn@ntp.org>
315* [Bug 2164] Greater precision needed for ntpq offset report.
316* Clean the man5_MANS in ntpd/ .
317(4.2.7p300) 2012/09/03 Released by Harlan Stenn <stenn@ntp.org>
318* [Bug 2262] Install sntp.html into htmldir.
319* [Bug 2270] Install fails due to repeated man5 page names.
320(4.2.7p299) 2012/09/01 Released by Harlan Stenn <stenn@ntp.org>
321* More cleanup to the bootstrap script.
322(4.2.7p298) 2012/09/01 Released by Harlan Stenn <stenn@ntp.org>
323* Handle additional man page sections in the bootstrap script.
324* Remove extraneous parens.
325* Add a missing "%s" syslog format string.
326(4.2.7p297) 2012/09/01 Released by Harlan Stenn <stenn@ntp.org>
327* Fix mdoc2man.
328* Distribute ntp.conf.def and ntp.keys.def.
329(4.2.7p296) 2012/08/31 Released by Harlan Stenn <stenn@ntp.org>
330* Begin support for autogen maintaining ntp.conf and ntp.keys docs.
331* Upgrade to autogen-5.16.2 and libopts-36.5.11.
332* Potential bugfix for agtexi-cmd.tpl.
333(4.2.7p295) 2012/08/11 Released by Harlan Stenn <stenn@ntp.org>
334* Look for syslog's facilitynames[].
335(4.2.7p294) 2012/08/08 Released by Harlan Stenn <stenn@ntp.org>
336* [Bug 2242] configure fails to detect getifaddrs function on Solaris.
337* [Bug 2249] Bad operator for 'test' in 'make check' of libevent.
338* [Bug 2252] palisade: formats nanosecs to a 6-char field.
339* Attempt to resolve strict-aliasing violation in refclock_tsyncpci.c.
340* Fix && -> & typo in refclock_palisade.c debug statements.
341(4.2.7p293) 2012/08/04 Released by Harlan Stenn <stenn@ntp.org>
342* [Bug 2247] (more) Get rid of the TRAK refclock - deprecated since 2006.
343* Documentation cleanup from Mike T.
344* Cleanup kclk_sel240x.o rules in libparse/Makefile.am.
345(4.2.7p292) 2012/08/02 Released by Harlan Stenn <stenn@ntp.org>
346* [Bug 1545] Note why we are logging the Version string.
347* [Bug 1872] Remove legacy ppsclock fdpps, #ifdef PPS.
348* [Bug 2075] Fix spelling of 'incompatible'.
349* [Bug 2247] Get rid of the TRAK refclock - deprecated since 2006.
350* Clean up an exit status in ntpq.c.
351(4.2.7p291) 2012/07/31 Released by Harlan Stenn <stenn@ntp.org>
352* [Bug 2241] MDNS registration should only happen if requested.
353(4.2.7p290) 2012/07/20 Released by Harlan Stenn <stenn@ntp.org>
354* [Bug 1454] Add parse clock support for the SEL-240x GPS products.
355* CID 709185: refclock_chu.c will leak fd==0 (better fix)
356(4.2.7p289) 2012/07/16 Released by Harlan Stenn <stenn@ntp.org>
357* CID 97123: Future-proof possible change to refclock_nmea.c.
358* CID 97377: ntp-keygen.c's followlink() might not NUL-terminate.
359* CID 709185: refclock_chu.c will leak fd==0 (which should be impossible).
360(4.2.7p288) 2012/07/03 Released by Harlan Stenn <stenn@ntp.org>
361* CID 709173: Make sure a libisc function we do not use is called properly.
362(4.2.7p287) 2012/07/03 Released by Harlan Stenn <stenn@ntp.org>
363* Remove 1024 associations-per-server limit from ntpq.
364* Remove blank line between ntpq mreadvar associations.
365(4.2.7p286) 2012/06/28 Released by Harlan Stenn <stenn@ntp.org>
366* CID 97193: check return from sscanf() in ntp_config.c.
367* CID 709169: check return from open("/dev/null", 0) and friends.
368* CID 709207: Initialize "quality" for ulink_receive.
369(4.2.7p285) 2012/06/18 Released by Harlan Stenn <stenn@ntp.org>
370* [Bug 2227] Enable mrulist access control via "restrict ... nomrulist".
371* Automake-1.12 wants us to use AM_PROG_AR.
372* Conditionalize msyslog messages about rejected mode 6 requests due to
373  nomodify and nomrulist restrictions under "logconfig +sysinfo".
374* Increment sys_restricted in a few rejection paths due to nomodify
375  restrictions where previosuly overlooked.
376(4.2.7p284) 2012/06/16 Released by Harlan Stenn <stenn@ntp.org>
377* [Bug 2225] libevent configure hangs.
378* Update bundled libevent to git master, post libevent 2.1.1-alpha.
379(4.2.7p283) 2012/06/16 Released by Harlan Stenn <stenn@ntp.org>
380* In sntp/m4/ntp_openssl.m4, Support multiple package names for the
381  crypto library.  Add legacy support for -Wl,-rpath.
382(4.2.7p282) 2012/06/15 Released by Harlan Stenn <stenn@ntp.org>
383* tickadj may need to be linked with PTHREAD_LIBS.
384(4.2.7p281) 2012/06/14 Released by Harlan Stenn <stenn@ntp.org>
385* U_INT32_MAX cleanup in include/ntp_types.h .
386* When linking, ntp_keygen and tickadj need $(LIBM).
387(4.2.7p280) 2012/06/13 Released by Harlan Stenn <stenn@ntp.org>
388* [Bug 2224] Use-after-free in routing socket code after dropping root.
389(4.2.7p279) 2012/06/10 Released by Harlan Stenn <stenn@ntp.org>
390* [Bug 2211] findbcastinter(): possibly undefined variable iface used.
391* [Bug 2220] Incorrect check for maximum association id in ntpq.
392(4.2.7p278) 2012/06/03 Released by Harlan Stenn <stenn@ntp.org>
393* [Bug 2204] Build with --enable-getifaddrs=glibc fails.
394* [Bug 2178] refclock_tsyncpci.c reach register fails to shift.
395* [Bug 2191] dcfd -Y y2kcheck on CentOS 6.2 x86_64 breaks make check.
396(4.2.7p277) 2012/05/25 Released by Harlan Stenn <stenn@ntp.org>
397* [Bug 2193] Building timestruct tests with Clang 3.1 fails.
398(4.2.7p276) 2012/05/15 Released by Harlan Stenn <stenn@ntp.org>
399* [Bug 2179] Remove sntp/header.h.
400(4.2.7p275) 2012/04/28 Released by Harlan Stenn <stenn@ntp.org>
401* [Bug 1744] Remove obsolete ntpdate/ntptime* items.
402(4.2.7p274) 2012/04/25 Released by Harlan Stenn <stenn@ntp.org>
403* [Bug 2174] ntpd rejects source UDP ports less than 123 as bogus.
404(4.2.7p273) 2012/04/19 Released by Harlan Stenn <stenn@ntp.org>
405* [Bug 2141] handle_sigio() calls get_systime(), which must be
406  reentrant when SIGIO is used.  Sanity checks relative to the prior
407  get_systime() are disabled in ntpd on systems with signaled I/O, but
408  active in sntp and ntpdate.
409* Correct authnumfreekeys accounting broken in 4.2.7p262.
410(4.2.7p272) 2012/04/14 Released by Harlan Stenn <stenn@ntp.org>
411* LCRYPTO is gone - replace with VER_SUFFIX.
412* Change the link order for ntpsntpd.
413* Remove extra 'nlist' check from configure.ac.
414(4.2.7p271) 2012/04/11 Released by Harlan Stenn <stenn@ntp.org>
415* [Bug 1122] openssl detection via pkg-config fails when no additional
416  -Idir flags are needed.
417* Avoid overwriting user variable LDFLAGS with OpenSSL flags, instead
418  they are added to LDFLAGS_NTP.
419(4.2.7p270) 2012/03/26 Released by Harlan Stenn <stenn@ntp.org>
420* Update driver45.html page.
421(4.2.7p269) 2012/03/25 Released by Harlan Stenn <stenn@ntp.org>
422* Clean up configure.ac.
423* Cleanup configure.ac's TSYNC PCI section.
424(4.2.7p268) 2012/03/24 Released by Harlan Stenn <stenn@ntp.org>
425* Update driver45.html page.
426(4.2.7p267) 2012/03/23 Released by Harlan Stenn <stenn@ntp.org>
427* Initial cut at a basic driver45.html page.
428(4.2.7p266) 2012/03/21 Released by Harlan Stenn <stenn@ntp.org>
429* Add refclock_tsyncpci.c (driver 45) supporting Spectracom TSYNC timing
430  boards.
431(4.2.7p265) 2012/03/20 Released by Harlan Stenn <stenn@ntp.org>
432* Treat zero counter as indication of precise system time in Windows
433  PPSAPI helper function pps_ntp_timestamp_from_counter(), enabling
434  PPSAPI providers to use the Windows 8 precise clock directly.
435(4.2.7p264) 2012/03/14 Released by Harlan Stenn <stenn@ntp.org>
436* [Bug 2160] Note if leapseconds file is past its prime.
437* Use GetSystemTimePreciseAsFileTime() on Windows 8.
438(4.2.7p263) 2012/03/13 Released by Harlan Stenn <stenn@ntp.org>
439* [Bug 2156] clock instability with LOCAL driver, from Miroslav Lichvar.
440* [Bug 2159] Windows ntpd using leapfile erroneous leap second 20120401.
441(4.2.7p262) 2012/02/29 Released by Harlan Stenn <stenn@ntp.org>
442* Improve ntpd scalability for servers with many trusted keys.
443(4.2.7p261) 2012/02/27 Released by Harlan Stenn <stenn@ntp.org>
444* [Bug 2048] add the clock variable timecode to SHM refclock.
445(4.2.7p260) 2012/02/24 Released by Harlan Stenn <stenn@ntp.org>
446* Fix the check-scm-rev invocation in several Makefile.am's.
447(4.2.7p259) 2012/02/22 Released by Harlan Stenn <stenn@ntp.org>
448* [Bug 2148] ntpd 4.2.7p258 segfault with 0x0100000 bit in NMEA mode.
449* refclock_nmea.c merge cleanup thanks to Juergen Perlinger.
450(4.2.7p258) 2012/02/21 Released by Harlan Stenn <stenn@ntp.org>
451* [Bug 2140] Rework of Windows I/O completion port handling to avoid
452  garbling serial input in UNIX line discipline emulation.
453* [Bug 2143] NMEA driver: discard data if quality indication not good,
454  add statistic counters (mode bit enabled) to clockstats file.
455(4.2.7p257) 2012/02/17 Released by Harlan Stenn <stenn@ntp.org>
456* [Bug 2135] defer calls to 'io_input' to main thread under Windows.
457(4.2.7p256) 2012/02/08 Released by Harlan Stenn <stenn@ntp.org>
458* [Bug 2131] Set the system variable settimeofday only after clock step.
459* [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
460(4.2.7p255) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
461* [Bug 603] Only link with nlist()-related libraries when needed:
462  More cleanup.
463(4.2.7p254) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
464* [Bug 603] Only link with nlist()-related libraries when needed.
465(4.2.7p253) 2012/01/26 Released by Harlan Stenn <stenn@ntp.org>
466* [Bug 2126] Compile error on Windows with libopts from Autogen 5.14.
467* Update one of the license URLs.
468(4.2.7p252) 2012/01/25 Released by Harlan Stenn <stenn@ntp.org>
469* Upgrade to autogen-5.14 (and libopts-36.1.11).
470(4.2.7p251) 2012/01/17 Released by Harlan Stenn <stenn@ntp.org>
471* [Bug 2115] ntptrace should accept both rootdispersion and rootdisp.
472(4.2.7p250) 2012/01/15 Released by Harlan Stenn <stenn@ntp.org>
473* [Bug 2113] Warn about ignored extra args in ntpq.
474* Update the copyright year.
475(4.2.7p249) 2012/01/10 Released by Harlan Stenn <stenn@ntp.org>
476* [Bug 2111] Remove minpoll delay before iburst for pool and
477  manycastclient.
478* Move refclock-specific scheduled timer code under #ifdef REFCLOCK
479  and move "action" and "nextaction" data for same from struct peer to
480  struct refclockproc.  These provide a way to schedule a callback some
481  seconds in the future.
482(4.2.7p248) 2012/01/08 Released by Harlan Stenn <stenn@ntp.org>
483* [Bug 2109] "make clean check" is broken with gtest available.
484* [Bug 2110] systime.c typo breaks build on microsecond clocks.
485(4.2.7p247) 2012/01/07 Released by Harlan Stenn <stenn@ntp.org>
486* Fix build break triggered by updating deps-ver and libntp/systime.c at
487  the same time by explicitly depending systime_s.c on systime.c.
488(4.2.7p246) 2012/01/06 Released by Harlan Stenn <stenn@ntp.org>
489* [Bug 2104] ntpdc fault with oversize -c command.
490* [Bug 2106] Fix warnings when using -Wformat-security.
491* Refactor timespecops.h and timevalops.h into inline functions.
492(4.2.7p245) 2011/12/31 Released by Harlan Stenn <stenn@ntp.org>
493* [Bug 2100] conversion problem with timespec/timeval <--> l_fp fixed;
494  added tests to expose the bug.
495(4.2.7p244) 2011/12/25 Released by Harlan Stenn <stenn@ntp.org>
496* Updates from 4.2.6p5.
497(4.2.7p243) 2011/12/23 Released by Harlan Stenn <stenn@ntp.org>
498* [Bug 2095] ntptrace now needs 'rv' instead of 'pstat', reported
499  by Michael Tatarinov.
500(4.2.7p242) 2011/12/21 Released by Harlan Stenn <stenn@ntp.org>
501* Include missing html/icons/sitemap.png, reported by Michael Tatarinov.
502* Documentation updates from Dave Mills.
503(4.2.7p241) 2011/12/18 Released by Harlan Stenn <stenn@ntp.org>
504* [Bug 2015] Overriding sys_tick should recalculate sys_precision.
505* [Bug 2037] Fuzzed non-interpolated clock may decrease.
506* [Bug 2068] "tos ceiling" default and cap changed to 15.
507* Floor peer delay using system precision, as with jitter, reflecting
508  inability to measure shorter intervals.
509(4.2.7p240) 2011/12/15 Released by Harlan Stenn <stenn@ntp.org>
510* [Bug 2092] clock_select() selection jitter miscalculated.
511* [Bug 2093] Reintroduce smaller stratum factor to system peer metric.
512(4.2.7p239) 2011/12/11 Released by Harlan Stenn <stenn@ntp.org>
513* Documentation updates from Dave Mills.
514(4.2.7p238) 2011/12/09 Released by Harlan Stenn <stenn@ntp.org>
515* [Bug 2082] from 4.2.6p5-RC3: 3-char refid sent by ntpd 4.2.6p5-RC2
516  ends with extra dot.
517* [Bug 2085] from 4.2.6p5-RC3: clock_update() sys_rootdisp calculation
518  omits root delay.
519* [Bug 2086] from 4.2.6p5-RC3: get_systime() should not offset by
520  sys_residual.
521* [Bug 2087] from 4.2.6p5-RC3: sys_jitter calculation overweights
522  sys.peer jitter.
523* from 4.2.6p5-RC3: Ensure NULL peer->dstadr is not accessed in orphan
524  parent selection.
525(4.2.7p237) 2011/12/01 Released by Harlan Stenn <stenn@ntp.org>
526* [Bug 2050] from 4.2.6p5-RC2: Orphan mode stratum counting to infinity.
527* [Bug 2059] from 4.2.6p5-RC2: optional billboard column "server" does
528  not honor -n.
529* [Bug 2066] from 4.2.6p5-RC2: ntpq lopeers ipv6 "local" column overrun.
530* [Bug 2068] from 4.2.6p5-RC2: ntpd sends nonprintable stratum 16 refid
531  to ntpq.
532* [Bug 2069] from 4.2.6p5-RC2: broadcastclient, multicastclient spin up
533  duplicate ephemeral associations without broadcastdelay.
534* [Bug 2072] from 4.2.6p5-RC2: Orphan parent selection metric needs
535  ntohl().
536* [Bug 2073] Correct ntpq billboard's MODE_PASSIVE t from 'u' to 'S'.
537* from 4.2.6p5-RC2: Exclude not-yet-determined sys_refid from use in
538  loopback TEST12 (from Dave Mills).
539* from 4.2.6p5-RC2: Never send KoD rate limiting response to MODE_SERVER.
540* Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
541  Dave Mills).
542* Restore 4.2.6 clock_combine() weighting to ntp-dev, reverting to pre-
543  4.2.7p70 method while also avoiding divide-by-zero (from Dave Mills).
544* Round l_fp traffic interval when converting to integer in rate limit
545  and KoD calculation.
546(4.2.7p236) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
547* Documentation updates from Dave Mills.
548(4.2.7p235) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
549* [Bug 2052] Autokey CRYPTO_ASSOC host@group vallen needs checking.
550(4.2.7p234) 2011/11/07 Released by Harlan Stenn <stenn@ntp.org>
551* Clean up -libm entries regarding libntp.a
552(4.2.7p233) 2011/11/06 Released by Harlan Stenn <stenn@ntp.org>
553* Documentation updates from Dave Mills.
554(4.2.7p232) 2011/11/05 Released by Harlan Stenn <stenn@ntp.org>
555* Update the NEWS file so we note the default disable of mode 7 requests.
556* Clean up some bitrotted code in libntp/socket.c.
557(4.2.7p231) 2011/11/03 Released by Harlan Stenn <stenn@ntp.org>
558* [Bug 1940] ignore auth key if hex decoding fails.
559* Add ntpq reslist command to query access restrictions, similar to
560  ntpdc's reslist.
561(4.2.7p230) 2011/11/01 Released by Harlan Stenn <stenn@ntp.org>
562* Disable mode 7 (ntpdc) query processing in ntpd by default.  ntpq is
563  believed to provide all functionality ntpdc did, and uses a less-
564  fragile protocol that's safer and easier to maintain.  If you do find
565  some management via ntpdc is needed, you can use "enable mode7" in the
566  ntpd configuration.
567* Directly limit the number of datagrams in a mrulist response, rather
568  than limiting the number of entries returned to indirectly limit the
569  datagram count.
570* Documentation updates from Dave Mills.
571(4.2.7p229) 2011/10/26 Released by Harlan Stenn <stenn@ntp.org>
572* [Bug 1995] fix wrong use of ZERO() macro in 'ntp_calendar.c'
573(4.2.7p228) 2011/10/23 Released by Harlan Stenn <stenn@ntp.org>
574* [Bug 1995] add compile time stamp based era unfolding for
575  'step_systime()' and necessary support to 'ntp-calendar.c'.
576(4.2.7p227) 2011/10/22 Released by Harlan Stenn <stenn@ntp.org>
577* [Bug 2036] gcc 2.95.3 preprocessor can't nest #ifdef in macro args.
578* A number of compiler warnings eliminated.
579(4.2.7p226) 2011/10/21 Released by Harlan Stenn <stenn@ntp.org>
580* [Bug 2035] ntpq -c mrulist sleeps 1 sec between queries, not 5 msec.
581* Documentation updates from Dave Mills.
582(4.2.7p225) 2011/10/15 Released by Harlan Stenn <stenn@ntp.org>
583* Documentation updates from Dave Mills.
584(4.2.7p224) 2011/10/14 Released by Harlan Stenn <stenn@ntp.org>
585* ntpq mrulist shows intermediate counts every five seconds while
586  retrieving list, and allows Ctrl-C interruption of the retrieval,
587  showing the incomplete list as retrieved.  Reduce delay between
588  successive mrulist retrieval queries from 30 to 5 msec.  Do not
589  give up mrulist retrieval when a single query times out.
590(4.2.7p223) 2011/10/12 Released by Harlan Stenn <stenn@ntp.org>
591* Documentation updates from Dave Mills.
592(4.2.7p222) 2011/10/11 Released by Harlan Stenn <stenn@ntp.org>
593* [Bug 2029] "make check" clutters syslog.
594* Log signal description along with number on ntpd exit.
595(4.2.7p221) 2011/10/10 Released by Harlan Stenn <stenn@ntp.org>
596* [Bug 2025] Switching between daemon and kernel loops can doubly-
597  correct drift
598* [Bug 2028] ntpd -n (nofork) redirects logging to stderr.
599* Documentation updates from Dave Mills.
600(4.2.7p220) 2011/10/05 Released by Harlan Stenn <stenn@ntp.org>
601* [Bug 1945] mbg_gps166.h use of _TM_DEFINED conflicts with MS VC.
602* [Bug 1946] parse_start uses open; does not work on Windows.
603* [Bug 1947] Porting parse-based Wharton refclock driver to Windows.
604* [Bug 2024] Remove unused system event code EVNT_CLKHOP.
605(4.2.7p219) 2011/10/04 Released by Harlan Stenn <stenn@ntp.org>
606* Documentation updates from Dave Mills.
607(4.2.7p218) 2011/10/03 Released by Harlan Stenn <stenn@ntp.org>
608* [Bug 2019] Allow selection of cipher for private key files.
609* Documentation updates from Dave Mills.
610* ntp-keygen private key cipher default now triple-key triple DES CBC.
611* ntp-keygen -M is intended to ignore all other defaults and
612  options, so do not attempt to open existing Autokey host certificate
613  before generating symmetric keys and terminating.
614* Restore IFF, MV, and GQ identity parameter filename convention to
615  ntpkey_<scheme>par_<group/host> in ntpd, matching ntp-keygen.
616* Change some error logging to syslog to ignore logconfig mask, such
617  as reporting PPSAPI failure in NMEA and WWVB refclocks.
618* ntp-keygen on Windows XP and later systems will now create links
619  expected by ntpd.  They are hardlinks on Windows, soft on POSIX.
620* Conditionalize NMEA serial open message under clockevent.
621* Send all peer variables to trappers in report_event().
622(4.2.7p217) 2011/09/29 Released by Harlan Stenn <stenn@ntp.org>
623* [Bug 2020] ntp-keygen -s no longer sets host in cert file name.
624* [Backward Incompatible] ntp-keygen -i option long name changed from
625  misleading --issuer-name to --ident.
626(4.2.7p216) 2011/09/27 Released by Harlan Stenn <stenn@ntp.org>
627* sntp documentation tag cleanup.
628* mdoc2man improvements.
629(4.2.7p215) 2011/09/24 Released by Harlan Stenn <stenn@ntp.org>
630* Use patched mdoc2man script, from Eric Feng.
631* Sync with ntp-4.2.6p4 (a no-op).
632(4.2.7p214) 2011/09/20 Released by Harlan Stenn <stenn@ntp.org>
633* [Bug 1981] Initial offset convergence applies frequency correction 2x
634  with kernel discipline.
635* [Bug 2008] Initial offset convergence degraded with 500 PPM adjtime().
636* [Bug 2009] EVNT_NSET adj_systime() mishandled by Windows ntpd.
637(4.2.7p213) 2011/09/08 Released by Harlan Stenn <stenn@ntp.org>
638* [Bug 1999] NMEA does not send PMOTG messages any more.
639(4.2.7p212) 2011/09/07 Released by Harlan Stenn <stenn@ntp.org>
640* [Bug 2003] from 4.2.6p4-RC3: ntpq_read_assoc_peervars() broken.
641(4.2.7p211) 2011/09/01 Released by Harlan Stenn <stenn@ntp.org>
642* Update libevent to git head (2.1 branch) as of 2.0.14-stable.
643(4.2.7p210) 2011/08/31 Released by Harlan Stenn <stenn@ntp.org>
644* Require -D4 or higher for ntpd SIGALRM debug trace from [Bug 2000].
645(4.2.7p209) 2011/08/27 Released by Harlan Stenn <stenn@ntp.org>
646* [Bug 2000] ntpd worker threads must block signals expected in main
647  thread.
648* [Bug 2001] add ntpq -c timerstats like ntpdc -c timerstats.
649* [Bug 2001] from 4.2.6p4-RC3: ntpdc timerstats reports overruns as
650  handled.
651* Update sntp tests to track the change of root dispersion to
652  synchronization distance.
653(4.2.7p208) 2011/08/24 Released by Harlan Stenn <stenn@ntp.org>
654* Fix the CLOCK_MONOTONIC TRACE() message.
655(4.2.7p207) 2011/08/22 Released by Harlan Stenn <stenn@ntp.org>
656* Restore the original CLOCK_MONOTONIC output format in sntp.
657* Cleanups for ntp-wait-opts.def and ntp.keys.def .
658(4.2.7p206) 2011/08/20 Released by Harlan Stenn <stenn@ntp.org>
659* [Bug 1993] ntpd Windows port adj_systime() broken in 4.2.7p203.
660* sntp documentation and behavior improvements suggested by
661  Steven Sommars.
662* Have sntp report synchronization distance instead of root dispersion.
663* Clean up ntp-wait-opts.def .
664(4.2.7p205) 2011/08/19 Released by Harlan Stenn <stenn@ntp.org>
665* [Bug 1992] util/tg2 doesn't compile, needs libntp.
666(4.2.7p204) 2011/08/16 Released by Harlan Stenn <stenn@ntp.org>
667* Added support for Garmin's $PGRMF sentence to NMEA driver
668* [Bug 1988] Better sntp send failed error message needed.
669* [Bug 1989] sntp manual page sometimes refers to SNTP as a program.
670* [Bug 1990] sntp output should include stratum.
671(4.2.7p203) 2011/08/13 Released by Harlan Stenn <stenn@ntp.org>
672* [Bug 1986] Require Visual C++ 2005 or later compilers in Windows port.
673* Actually use long long for (u_)int64 by correcting spelling of
674  SIZEOF_LONG_LONG in ntp_types.h.
675* Force .exe minimum Windows version to 0x0400 to allow NT4 in
676  vs2005/*.vcproj files.
677* Fix make distcheck with --enable-libevent-regress problem with
678  unwritable $srcdir.
679* Correct init_logging()'s def_syslogmask type to u_int32 following
680  change of ntp_syslogmask from u_long to u_int32 in p202.
681(4.2.7p202) 2011/08/09 Released by Harlan Stenn <stenn@ntp.org>
682* [Bug 1983] --without-sntp build breaks in sntp subdir.
683* [Bug 1984] from 4.2.6p4-RC3: ntp/libisc fails to compile on OS X 10.7.
684* [Bug 1985] from 4.2.6p4-RC3: "logconfig =allall" rejected.
685(4.2.7p201) 2011/08/05 Released by Harlan Stenn <stenn@ntp.org>
686* sntp: change -h/--headspace to -g/--gap, and change the default gap
687  from 10 to 50ms
688* [Backward Incompatible] from 4.2.6p4: sntp: -l/--filelog ->
689  -l/--logfile, to be consistent with ntpd.
690* Documentation updates from Dave Mills.
691* From 4.2.6p4: libopts/file.c fix from Bruce Korb (arg-type=file).
692(4.2.7p200) 2011/08/04 Released by Harlan Stenn <stenn@ntp.org>
693* Sync with 4.2.6p4-RC2.
694(4.2.7p199) 2011/07/29 Released by Harlan Stenn <stenn@ntp.org>
695* Documentation updates from Dave Mills.
696(4.2.7p198) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
697* remove old binsubdir stuff from SNTP, as NTP_LOCINFO does that now.
698(4.2.7p197) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
699* [Bug 1975] from 4.2.6p4-RC2: libntp/mktime.c won't work with 64-bit
700  time_t
701* [Bug 1976] genLocInfo writes to srcdir break 'make distcheck'.
702* [Bug 1977] Fix flag/description mismatches in ntp-keygen-opts.def.
703* Do not force "legacy" when --with-locfile is not given, genLocInfo
704  will find the correct default for the system.
705* Fix warnings in ntp_request.c ([Bug 1973] oversight) and sntp/main.c
706  (CID 159, apparent overrun due to union, actually correct).
707* Update sntp/loc/solaris to conform to stock locations.
708(4.2.7p196) 2011/07/27 Released by Harlan Stenn <stenn@ntp.org>
709* DEFAULT INSTALLATION DIRECTORY CHANGES ON SOME OSes: to get the old
710  behavior, pass --with-locfile=legacy to 'configure'
711* [Bug 1972] from 4.2.6p4-RC2: checking for struct rtattr fails.
712* [Bug 1973] Widen reference clock mode from 8 to 32 bits.
713* Removed sntp/m4/ntp_bindir.m4 - no longer needed.
714* Move loc/ to sntp/loc/ .
715* Move scripts/cvo.sh to sntp/scripts/cvo.sh .
716* Move scripts/genLocInfo to sntp/scripts/genLocInfo .
717* Give NTP_LOCINFO an optional path-to argument.
718* Remove hacks to get NTP_LOCINFO-related data to sntp/ .
719* Move sntp/include/mansec2subst.sed to sntp/scripts/mansec2subst.sed .
720* If no "more specific" loc file is found for redhat* or fedora*,
721  look for a loc/redhat file.
722* If no "more specific" loc file is found and uname says this is Linux,
723  look for a loc/linux file.
724* Improve the help text: --with-locfile=XXX .
725* work around solaris /bin/sh issues for genLocInfo.
726(4.2.7p195) 2011/07/25 Released by Harlan Stenn <stenn@ntp.org>
727* Added loc/redhat.
728(4.2.7p194) 2011/07/25 Released by Harlan Stenn <stenn@ntp.org>
729* [Bug 1608] from 4.2.6p4-RC2: Parse Refclock driver should honor
730  trusttime.
731* Add support for installing programs and scripts to libexec.
732* Added loc/solaris.
733(4.2.7p193) 2011/07/24 Released by Harlan Stenn <stenn@ntp.org>
734* [Bug 1970] from 4.2.6p4-RC2: UNLINK_EXPR_SLIST() causes crash if list
735  is empty.
736* Update libevent to 2.1 HEAD as of merge of 2.0.13-stable-dev.
737* Match addr_eqprefix() sizeof and memcpy destination to make it clear
738  to static analysis that there is no buffer overrun (CID 402).
739(4.2.7p192) 2011/07/18 Released by Harlan Stenn <stenn@ntp.org>
740* [Bug 1966] Broken FILES section for ntp.keys.def.
741(4.2.7p191) 2011/07/17 Released by Harlan Stenn <stenn@ntp.org>
742* [Bug 1948] Update man page section layout.
743* [Bug 1963] add reset command for ntpq :config, similar to ntpdc's.
744* [Bug 1964] --without-sntp should not build sntp.
745(4.2.7p190) 2011/07/13 Released by Harlan Stenn <stenn@ntp.org>
746* [Bug 1961] from 4.2.6p4: html2man update: distribute ntp-wait.html.
747* Require autogen-5.12.
748(4.2.7p189) 2011/07/11 Released by Harlan Stenn <stenn@ntp.org>
749* [Bug 1134] from 4.2.6p4-RC1: ntpd fails binding to tentative IPv6
750  addresses.
751* [Bug 1790] from 4.2.6p4-RC1: Update config.guess and config.sub to
752  detect AIX6.
753(4.2.7p188) 2011/06/28 Released by Harlan Stenn <stenn@ntp.org>
754* [Bug 1958] genLocInfo must export PATH.
755* ntp-wait: some versions of ntpd spell "associd" differently.
756(4.2.7p187) 2011/06/24 Released by Harlan Stenn <stenn@ntp.org>
757* [Bug 1954] Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am.
758* Implement --with-locfile=filename configure argument.  If filename is
759  empty we'll look under loc/ for a good fit.  If the filename contains
760  a / character, it will be treated as a "normal" pathname.  Otherwise,
761  that explicit file will be searched for under loc/ .
762(4.2.7p186) 2011/06/23 Released by Harlan Stenn <stenn@ntp.org>
763* [Bug 1950] Control installation of event_rpcgen.py.
764* Update .point-changed-filelist for the new man pages.
765* Update the building of OS-specific programs.
766* Finish conversion to genLocInfo.
767* validate MANTAGFMT in genLocInfo.
768* Documentation update from Dave Mills.
769(4.2.7p185) 2011/06/21 Released by Harlan Stenn <stenn@ntp.org>
770* ntp_locs.m4: handle the case where . is not in the PATH.
771* More genLocInfo cleanup.
772(4.2.7p184) 2011/06/20 Released by Harlan Stenn <stenn@ntp.org>
773* Added ntp_locs.m4.
774* genLocInfo improvements.
775* Add the man page tag "flavor" to the loc.* files.
776* Add/distribute genLocInfo.
777(4.2.7p183) 2011/06/19 Released by Harlan Stenn <stenn@ntp.org>
778* Update the autogen include list for scripts/Makefile.am.
779* Added loc.freebsd (and distribute it).
780* Added loc.legacy (and distribute it).
781(4.2.7p182) 2011/06/15 Released by Harlan Stenn <stenn@ntp.org>
782* [Bug 1304] Update sntp.html to reflect new implementation.
783* Update .point-changed-filelist .
784* ntpdc documentation fixes.
785* Update ntp-wait autogen docs.
786* Update the ntpd autogen docs.
787* Update the ntpsnmpd autogen docs.
788* Use autogen to produce ntp-keygen docs.
789* Add "license name" to ntp.lic for autogen-5.11.10.
790* Prepare for ntp.keys.5.
791(4.2.7p181) 2011/06/07 Released by Harlan Stenn <stenn@ntp.org>
792* [Bug 1938] addr_eqprefix() doesn't clear enough storage.
793(4.2.7p180) 2011/06/06 Released by Harlan Stenn <stenn@ntp.org>
794* Upgrade to libevent-2.0.12.
795* More sntp.1 cleanups.
796* Produce ntpq.1 with the new autogen macros.
797* Remove the deprecated "detail" stanza from ntpdc-opts.def.
798(4.2.7p179) 2011/06/03 Released by Harlan Stenn <stenn@ntp.org>
799* Update cmd-doc.tlib to autogen-5.11.10pre5.
800* Upgrade local autoopts templates to 5.11.10pre5.
801(4.2.7p178) 2011/06/02 Released by Harlan Stenn <stenn@ntp.org>
802* Update the std_def_list to include the ntp.lic file.
803* Distribute the ntp.lic file.
804* Add http://ntp.org/license to the ntp.lic file.
805(4.2.7p177) 2011/06/01 Released by Harlan Stenn <stenn@ntp.org>
806* Use the latest autogen's new copyright template code.
807* Clean up the ntp.lic file.
808(4.2.7p176) 2011/05/31 Released by Harlan Stenn <stenn@ntp.org>
809* sntp documentation cleanup.
810* autogen documentation template cleanup.
811(4.2.7p175) 2011/05/30 Released by Harlan Stenn <stenn@ntp.org>
812* [Bug 1936] Correctly set IPV6_MULTICAST_LOOP.
813* cmd-doc.tlib cleanup from Bruce Korb.
814* sntp documentation cleanup.
815(4.2.7p174) 2011/05/28 Released by Harlan Stenn <stenn@ntp.org>
816* ntpdc documentation cleanup.
817* sntp documentation cleanup.
818* Don't build libevent with openssl support.  Right now, libevent
819  doesn't use pkg-config to find openssl's installation location.
820(4.2.7p173) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
821* Typo in emalloc.c hides file and line number from emalloc() error msg.
822* parsesolaris.c compile fails on SPARC Solaris with conflicting printf.
823* ntp_util.c compile fails on AIX and OSF with conflicting statsdir.
824(4.2.7p172) 2011/05/24 Released by Harlan Stenn <stenn@ntp.org>
825* Remove hardcoded 1/960 s. fudge for <CR> transmission time at 9600 8n1
826  from WWVB/Spectracom driver introduced in 4.2.7p169.
827(4.2.7p171) 2011/05/23 Released by Harlan Stenn <stenn@ntp.org>
828* Eliminate warnings about shadowing global "basename" on Linux.
829* Use filegen_config() consistently when changing filegen options.
830* mprintf() should go to stdout, not stderr.  DPRINTF() uses mprintf().
831* Repair a few simulator problems (more remain).
832* Documentation updates from Dave Mills.
833(4.2.7p170) 2011/05/19 Released by Harlan Stenn <stenn@ntp.org>
834* [Bug 1932] libevent/util_internal.h builtin_expect compile error with
835  gcc 2.95.
836* Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
837  conditionalizing on HAVE_U_INT64 rather than UINT64_MAX.
838(4.2.7p169) 2011/05/18 Released by Harlan Stenn <stenn@ntp.org>
839* [Bug 1933] WWVB/Spectracom driver timestamps LFs, not CRs.
840(4.2.7p168) 2011/05/16 Released by Harlan Stenn <stenn@ntp.org>
841* Convert receive buffer queue from doubly-linked list to FIFO.
842(4.2.7p167) 2011/05/14 Released by Harlan Stenn <stenn@ntp.org>
843* [Bug 1927] io_closeclock() should purge pending recvbufs.
844* [Bug 1931] cv always includes fudgetime1, never fudgetime2.
845* Use acts_close() in acts_shutdown() to avoid leaving a stale lockfile
846  if unpeered via runtime configuration while the modem is open.
847* Correct acts_close() test of pp->io.fd to see if it is open.
848* 4.2.7p164 documentation updates re: 'tos orphanwait' expanded scope.
849(4.2.7p166) 2011/05/13 Released by Harlan Stenn <stenn@ntp.org>
850* If we have local overrides for autogen template files, use them.
851* Convert more of the sntp-opt.def documentation from man to mdoc.
852(4.2.7p165) 2011/05/11 Released by Harlan Stenn <stenn@ntp.org>
853* Convert snmp docs to mdoc format, which requires autogen 5.11.9.
854* from 4.2.6p4-RC1: Require autogen 5.11.9.
855(4.2.7p164) 2011/05/11 Released by Harlan Stenn <stenn@ntp.org>
856* [Bug 988] Local clock eats up -g option, so ntpd stops with large
857  initial time offset.
858* [Bug 1921] LOCAL, ACTS drivers with "prefer" excluded from initial
859  candidate list.
860* [Bug 1922] "tos orphanwait" applied incorrectly at startup.
861* [Bug 1923] orphan parent favored over LOCAL, ACTS drivers.
862* [Bug 1924] Billboard tally codes sometimes do not match operation,
863  variables.
864* Change "pool DNS" messages from msyslog to debug trace output.
865* Remove unused FLAG_SYSPEER from peer->status.
866* Respect "tos orphanwait" at startup.  Previously there was an
867  unconditional 300 s. startup orphanwait, though other values were
868  respected for subsequent orphan wait periods after no_sys_peer events.
869* Apply "tos orphanwait" (def. 300 seconds) to LOCAL and ACTS reference
870  clock drivers, in addition to orphan parent operation.  LOCAL and ACTS
871  are not selectable during the orphanwait delay at startup and after
872  each no_sys_peer event.  This prevents a particular form of clock-
873  hopping, such as using LOCAL briefly at startup before remote peers
874  are selectable.  This fixes the issue reported in [Bug 988].
875* Documentation updates from Dave Mills.
876(4.2.7p163) 2011/05/08 Released by Harlan Stenn <stenn@ntp.org>
877* [Bug 1911] missing curly brace in libntp/ntp_rfc2553.c
878(4.2.7p162) 2011/05/03 Released by Harlan Stenn <stenn@ntp.org>
879* [Bug 1910] Support the Tristate Ltd. TS-GPSclock-01.
880(4.2.7p161) 2011/05/02 Released by Harlan Stenn <stenn@ntp.org>
881* [Bug 1904] 4.2.7p160 Windows build broken (POSIX_SHELL).
882* [Bug 1906] 4.2.7p160 - libtool: compile: cannot determine name of
883  library object in ./libevent
884* Share a single sntp/libevent/build-aux directory between all three
885  configure scripts.
886* Add missing --enable-local-libevent help to top-level configure.
887(4.2.7p160) 2011/05/01 Released by Harlan Stenn <stenn@ntp.org>
888* from 4.2.6p4-RC1: Upgrade to libopts 35.0.10 from AutoGen 5.11.9pre8.
889* [Bug 1901] Simulator does not set progname.
890(4.2.7p159) 2011/04/28 Released by Harlan Stenn <stenn@ntp.org>
891* Fix a couple of unused variable warnings.
892* cleanup in timespecops.c / timevalops.c
893(4.2.7p158) 2011/04/24 Released by Harlan Stenn <stenn@ntp.org>
894* Update libevent --disable-libevent-regress handling to work when
895  building libevent using mingw.
896(4.2.7p157) 2011/04/21 Released by Harlan Stenn <stenn@ntp.org>
897* [Bug 1890] 4.2.7p156 segfault in duplicate freeaddrinfo().
898(4.2.7p156) 2011/04/19 Released by Harlan Stenn <stenn@ntp.org>
899* [Bug 1851] freeaddrinfo() called after getaddrinfo() fails.
900(4.2.7p155) 2011/04/18 Released by Harlan Stenn <stenn@ntp.org>
901* Fix leak in refclock_datum.c start failure path.
902(4.2.7p154) 2011/04/17 Released by Harlan Stenn <stenn@ntp.org>
903* [Bug 1887] DNS fails on 4.2.7p153 using threads.
904(4.2.7p153) 2011/04/16 Released by Harlan Stenn <stenn@ntp.org>
905* A few more Coverity Scan cleanups.
906(4.2.7p152) 2011/04/15 Released by Harlan Stenn <stenn@ntp.org>
907* Update embedded libevent to current 2.1 git HEAD.
908(4.2.7p151) 2011/04/14 Released by Harlan Stenn <stenn@ntp.org>
909* Detect vsnprintf() support for "%m" and disable our "%m" expansion.
910* Add --enable-c99-sprintf to configure args for -noopenssl variety of
911  flock-build to avoid regressions in (v)snprintf() replacement.
912* More msnprintf() unit tests.
913* Coverity Scan error checking fixes.
914* Log failure to fetch time from HOPF_P hardware.
915* Check HOPF_S sscanf() conversion count before converted values.
916(4.2.7p150) 2011/04/13 Released by Harlan Stenn <stenn@ntp.org>
917* Remove never-used, incomplete ports/winnt/ntpd/refclock_trimbledc.[ch]
918* On systems without C99-compliant (v)snprintf(), use C99-snprintf
919  replacements (http://www.jhweiss.de/software/snprintf.html)
920* Remove remaining sprintf() calls except refclock_ripencc.c (which is
921  kept out of --enable-all-clocks as a result), upstream libs which use
922  sprintf() only after careful buffer sizing.
923(4.2.7p149) 2011/04/11 Released by Harlan Stenn <stenn@ntp.org>
924* [Bug 1881] describe the {+,-,s} characters in configure --help output.
925(4.2.7p148) 2011/04/09 Released by Harlan Stenn <stenn@ntp.org>
926* Use _mkgmtime() as timegm() in the Windows port, rather than
927  libntp/mktime.c's timegm().  Fixed [Bug 1875] on Windows using the old
928  asn2ntp() code from before 4.2.7p147.
929* ntp_crypto.c string buffer safety.
930* Remove use of MAXFILENAME in mode 7 (ntpdc) on-wire structs.
931* Change ntpd MAXFILENAME from 128 to 256 to match ntp-keygen.
932* Buffer safety and sign extension fixes (thanks Coverity Scan).
933(4.2.7p147) 2011/04/07 Released by Harlan Stenn <stenn@ntp.org>
934* [Bug 1875] 'asn2ntp()' rewritten with 'caltontp()'; 'timegm()'
935  substitute likely to crash with 64bit time_t.
936(4.2.7p146) 2011/04/05 Released by Harlan Stenn <stenn@ntp.org>
937* String buffer safety cleanup, converting to strlcpy() and strlcat().
938* Use utmpname() before pututline() so repeated steps do not
939  accidentally record into wtmp where utmp was intended.
940* Use setutent() before each pututline() including first.
941(4.2.7p145) 2011/04/04 Released by Harlan Stenn <stenn@ntp.org>
942* [Bug 1840] ntp_lists.h FIFO macros buggy.
943(4.2.7p144) 2011/04/03 Released by Harlan Stenn <stenn@ntp.org>
944* [Bug 1874] ntpq -c "rv 0 sys_var_list" empty.
945(4.2.7p143) 2011/03/31 Released by Harlan Stenn <stenn@ntp.org>
946* [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
947* [Bug 1861] tickadj build failure using uClibc.
948* [Bug 1862] in6addr_any test in configure fooled by arm gcc 4.1.3 -O2.
949* Remove kernel line discipline driver code for clk and chu, deprecate
950  related LDISC_ flags, and remove associated ntpd code to decode the
951  timestamps, remove clktest line discipline test program.
952* Remove "signal_no_reset: signal 17 had flags 4000000" logging, as it
953  indicates no problem and is interpreted as an error.  Previously some
954  bits had been ignored one-by-one, but Linux SA_RESTORER definition is
955  unavailable to user headers.
956(4.2.7p142) 2011/03/21 Released by Harlan Stenn <stenn@ntp.org>
957* [Bug 1844] ntpd 4.2.7p131 NetBSD, --gc-sections links bad executable.
958* Fix "make distcheck" break in libevent/sample caused by typo.
959(4.2.7p141) 2011/03/20 Released by Harlan Stenn <stenn@ntp.org>
960* Add "ntpq -c iostats" similar to "ntpdc -c iostats".
961* Compare entire timestamp to reject duplicates in refclock_pps().
962(4.2.7p140) 2011/03/17 Released by Harlan Stenn <stenn@ntp.org>
963* [Bug 1848] ntpd 4.2.7p139 --disable-thread-support does not compile.
964* Add --disable-thread-support to one flock-build variation.
965* One more lock-while-init in lib/isc/task.c to quiet lock analysis.
966(4.2.7p139) 2011/03/16 Released by Harlan Stenn <stenn@ntp.org>
967* [Bug 1848] make check ntpd --saveconfigquit clutters syslog.
968(4.2.7p138) 2011/03/08 Released by Harlan Stenn <stenn@ntp.org>
969* [Bug 1846] MacOSX: debug symbol not found by propdelay or tickadj.
970(4.2.7p137) 2011/03/07 Released by Harlan Stenn <stenn@ntp.org>
971* Use TRACE() instead of DPRINTF() for libntp and utilities, which
972  use the "debug" variable regardless of #ifdef DEBUG.
973* Declare debug in libntp instead of each program.  Expose extern
974  declaration to utilities, libntp, and DEBUG ntpd.
975* Lock under-construction task, taskmgr objects to satisfy Coverity's
976  mostly-correct assumptions about which variables are protected by
977  which locks.
978(4.2.7p136) 2011/03/02 Released by Harlan Stenn <stenn@ntp.org>
979* [Bug 1839] 4.2.7p135 still installs libevent ev*.h headers.
980(4.2.7p135) 2011/03/02 Released by Harlan Stenn <stenn@ntp.org>
981* libevent: When building on systems with CLOCK_MONOTONIC available,
982  separate the internal timeline (possibly counting since system boot)
983  from the gettimeofday() timeline in event_base cached timevals.  Adds
984  new event_base_tv_cached() to retrieve cached callback round start
985  time on the internal timeline, and changes
986  event_based_gettimeofday_cached() to always return times using the
987  namesake timeline.  This preserves the benefit of using the never-
988  stepped monotonic clock for event timeouts while providing clients
989  with times consistently using gettimeofday().
990* Correct event_base_gettimeofday_cached() workaround code in
991  sntp to work with corrected libevent.
992* Remove sntp l_fp_output() test now that it uses prettydate().
993* [Bug 1839] 4.2.7p131 installs libevent ev*.h headers.
994* Ensure CONFIG_SHELL is not empty before relying on it for #! scripts.
995(4.2.7p134) 2011/02/24 Released by Harlan Stenn <stenn@ntp.org>
996* [Bug 1837] Build fails on Win7 due to regedit requiring privilege.
997* Provide fallback definitions for GetAdaptersAddresses() for Windows
998  build environments lacking iphlpapi.h.
999* Rename file containing 1.xxxx ChangeSet revision from version to
1000  scm-rev to avoid invoking GNU make implicit rules attempting to
1001  compile version.c into version.  Problem was with sntp/version.o
1002  during make distcheck after fix for spurious sntp rebuilds.
1003* Add INC_ALIGNED_PTR() macro to align pointers like malloc().
1004(4.2.7p133) 2011/02/23 Released by Harlan Stenn <stenn@ntp.org>
1005* [Bug 1834] ntpdate 4.2.7p131 aborts with assertion failure.
1006* Move sntp last in top-level Makefile.am SUBDIRS so that the libevent
1007  tearoff (if required) and sntp are compiled after the rest.
1008* Use a single set of Automake options for each package in configure.ac
1009  AM_INIT, remove Makefile.am AUTOMAKE_OPTIONS= lines.
1010* Correct spurious sntp rebuilds triggered by a make misperception
1011  sntp/version was out-of-date relative to phony target FRC.version.
1012* Do not cache paths to perl, test, or pkg-config, searching the PATH
1013  at configure time is worth it to pick up tool updates.
1014(4.2.7p132) 2011/02/22 Released by Harlan Stenn <stenn@ntp.org>
1015* [Bug 1832] ntpdate doesn't allow timeout > 2s.
1016* [Bug 1833] The checking sem_timedwait() fails without -pthread.
1017* ElectricFence was suffering bitrot - remove it.  valgrind works well.
1018* Enable all relevant automake warnings.
1019* Correct Solaris 2.1x PTHREAD_ONCE_INIT extra braces test to avoid
1020  triggering warnings due to excess braces.
1021* Remove libevent-cfg from sntp/Makefile.am.
1022* Provide bug report and URL options to Autoconf.
1023* Avoid relying on remake rules for routine build/flock-build for
1024  libevent as for the top-level and sntp subproject.
1025(4.2.7p131) 2011/02/21 Released by Harlan Stenn <stenn@ntp.org>
1026* [Bug 1087] -v/--normalverbose conflicts with -v/--version in sntp.
1027* [Bug 1088] sntp should (only) report the time difference without -s/-a.
1028* older autoconf sometimes dislikes [].
1029* Move "can't write KoD file" warning from sntp shutdown to startup.
1030* refclock_acts.c cleanup from Dave Mills.
1031* Convert sntp to libevent event-driven socket programming.  Instead of
1032  blocking name resolution and querying one NTP server at a time,
1033  resolve server names and send NTP queries without blocking.  Add
1034  sntp command-line options to adjust timing and optionally wait for all
1035  servers to respond instead of exiting after the first.
1036* Import libevent 2.0.10-stable plus local patches as a tearoff, used
1037  only if the target system lacks an installed libevent 2.0.9 or later.
1038* Move blocking worker and resolver to libntp from ntpd.
1039* Use threads rather than forked child processes for blocking worker
1040  when possible.  Override with configure --disable-thread-support.
1041* Move init_logging(), change_logfile(), and setup_logfile() from ntpd
1042  to libntp, use them in sntp.
1043* Test --without-sntp in flock-build script's -no-refclocks variety.
1044* Avoid invoking config.status twice in a row in build script.
1045* Move more m4sh tests needed by libntp to shared .m4 files.
1046* Split up ntp_libntp.m4 into smaller, more specific subsets.
1047* Enable gcc -Wcast-align, fix many instances of warnings when casting
1048  a pointer to a more-strictly-aligned underlying type.
1049(4.2.7p130) 2011/02/12 Released by Harlan Stenn <stenn@ntp.org>
1050* [Bug 1811] Update the download location in WHERE-TO-START.
1051(4.2.7p129) 2011/02/09 Released by Harlan Stenn <stenn@ntp.org>
1052* Add missing "break;" to ntp_control.c ctl_putsys() for caliberrs, used
1053  by ntpq -c kerninfo introduced in 4.2.7p104.
1054* Fix leak in ntp_control.c read_mru_list().
1055(4.2.7p128) 2011/01/30 Released by Harlan Stenn <stenn@ntp.org>
1056* [Bug 1799] ntpq mrv crash.
1057* [Bug 1801] ntpq mreadvar requires prior association caching.
1058(4.2.7p127) 2011/01/28 Released by Harlan Stenn <stenn@ntp.org>
1059* [Bug 1797] Restore stale timestamp check from the RANGEGATE cleanup.
1060(4.2.7p126) 2011/01/27 Released by Harlan Stenn <stenn@ntp.org>
1061* Fix unexposed fencepost error in format_time_fraction().
1062* Add more unit tests for timeval_tostr() and timespec_tostr().
1063(4.2.7p125) 2011/01/26 Released by Harlan Stenn <stenn@ntp.org>
1064* [Bug 1794] ntpq -c rv missing clk_wander information.
1065* [Bug 1795] ntpq readvar does not display last variable.
1066(4.2.7p124) 2011/01/25 Released by Harlan Stenn <stenn@ntp.org>
1067* sntp/Makefile.am needs any passed-in CFLAGS.
1068(4.2.7p123) 2011/01/24 Released by Harlan Stenn <stenn@ntp.org>
1069* [Bug 1788] tvtots.c tables inaccurate
1070(4.2.7p122) 2011/01/22 Released by Harlan Stenn <stenn@ntp.org>
1071* ACTS refclock cleanup from Dave Mills.
1072* Avoid shadowing the "group" global variable.
1073(4.2.7p121) 2011/01/21 Released by Harlan Stenn <stenn@ntp.org>
1074* [Bug 1786] Remove extra semicolon from ntp_proto.c .
1075(4.2.7p120) 2011/01/20 Released by Harlan Stenn <stenn@ntp.org>
1076* Change new timeval and timespec to string routines to use snprintf()
1077  rather than hand-crafted conversion, avoid signed int overflow there.
1078* Add configure support for SIZEOF_LONG_LONG to enable portable use of
1079  snprintf() with time_t.
1080* Grow ntpd/work_thread.c arrays as needed.
1081* Add DEBUG_* variants of ntp_assert.h macros which compile away using
1082  ./configure --disable-debugging.
1083* Fix tvalops.cpp unit test failures for 32-bit builds.
1084* Return to a single autoreconf invocation in ./bootstrap script.
1085* Fix warnings seen on FreeBSD 9.
1086* crypto group changes from Dave Mills.
1087* Lose the RANGEGATE check in PPS, from Dave Mills.
1088* ACTS refclock cleanup from Dave Mills.
1089* Documentation updates from Dave Mills.
1090* NMEA driver documentation update from Juergen Perlinger.
1091(4.2.7p119) 2011/01/18 Released by Harlan Stenn <stenn@ntp.org>
1092* added timespecops.{c,h} and tievalops.{c.h} to libntp and include
1093  added tspecops.cpp to tests/libntp
1094* Correct msyslog.c build break on Solaris 2.9 from #ifdef/#if mixup.
1095(4.2.7p118) 2011/01/15 Released by Harlan Stenn <stenn@ntp.org>
1096* Simplify the built-sources stuff in sntp/ .
1097* Fix check for -lipv6 on HP-UX 11.
1098(4.2.7p117) 2011/01/13 Released by Harlan Stenn <stenn@ntp.org>
1099* Add configure --without-sntp option to disable building sntp and
1100  sntp/tests.  withsntp=no in the environment changes the default.
1101* Build infrastructure cleanup:
1102  Move m4 directory to sntp/m4.
1103  Share a single set of genver output between sntp and the top level.
1104  Share a single set of autogen included .defs in sntp/include.
1105  Share a single set of build-aux scripts (e.g. config.guess, missing).
1106  Add ntp_libntp.m4 and ntp_ipv6.m4 to reduce configure.ac duplication.
1107  Warn and exit build/flock-build if bootstrap needs to be run.
1108(4.2.7p116) 2011/01/10 Released by Harlan Stenn <stenn@ntp.org>
1109* refclock_nmea.c refactoring by Juergen Perlinger.
1110(4.2.7p115) 2011/01/09 Released by Harlan Stenn <stenn@ntp.org>
1111* [Bug 1780] Windows ntpd 4.2.7p114 crashes in ioctl().
1112* [Bug 1781] longlong undefined in sntp handle_pkt() on Debian amd64.
1113(4.2.7p114) 2011/01/08 Released by Harlan Stenn <stenn@ntp.org>
1114* Fix for openssl pkg-config detection eval failure.
1115* Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
1116  separate tracking callsite file/line from using debug MS C runtime,
1117  and to reduce code duplication.
1118(4.2.7p113) 2011/01/07 Released by Harlan Stenn <stenn@ntp.org>
1119* [Bug 1776] sntp mishandles -t/--timeout and -a/--authentication.
1120* Default to silent make rules, override with make V=1 or ./configure
1121  --disable-silent-rules.
1122* Correct --with-openssl-incdir defaulting with pkg-config.
1123* Correct ./build on systems without gtest available.
1124* Begin moving some of the low-level socket stuff to libntp.
1125(4.2.7p112) 2011/01/06 Released by Harlan Stenn <stenn@ntp.org>
1126* [Bug 1773] openssl not detected during ./configure.
1127* [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL.
1128* Use make V=0 in build script to increase signal/noise ratio.
1129(4.2.7p111) 2011/01/05 Released by Harlan Stenn <stenn@ntp.org>
1130* [Bug 1772] refclock_open() return value check wrong for ACTS.
1131* Default --with-openssl-libdir and --with-openssl-incdir to the values
1132  from pkg-config, falling back on our usual search paths if pkg-config
1133  is not available or does not have openssl.pc on PKG_CONFIG_PATH.
1134* Change refclock_open() to return -1 on failure like open().
1135* Update all refclock_open() callers to check for fd <= 0 indicating
1136  failure, so they work with older and newer refclock_open() and can
1137  easily backport.
1138* Initialize refclockproc.rio.fd to -1, harmonize refclock shutdown
1139  entrypoints to avoid crashing, particularly if refclock_open() fails.
1140* Enable tickadj-like taming of wildly off-spec Windows clock using
1141  NTPD_TICKADJ_PPM env. var. specifying baseline slew.
1142(4.2.7p110) 2011/01/04 Released by Harlan Stenn <stenn@ntp.org>
1143* [Bug 1771] algorithmic error in 'clocktime()' fixed.
1144* Unit tests extended for hard-coded system time.
1145* make V=0 and configure --enable-silent-rules supported.
1146* setvar modemsetup = ATE0... overrides ACTS driver default.
1147* Preserve last timecode in ACTS driver (ntpq -ccv).
1148* Tolerate previous ATE1 state when sending ACTS setup.
1149* Enable raw tty line discipline in Windows port.
1150* Allow tty open/close/open to succeed on Windows port.
1151* Enable ACTS and CHU reference clock drivers on Windows.
1152(4.2.7p109) 2011/01/02 Released by Harlan Stenn <stenn@ntp.org>
1153* Remove nearly all strcpy() and most strcat() from NTP distribution.
1154  One major pocket remains in ntp_crypto.c.  libopts & libisc also have
1155  (safe) uses of strcpy() and strcat() remaining.
1156* Documentation updates from Dave Mills.
1157(4.2.7p108) 2011/01/01 Released by Harlan Stenn <stenn@ntp.org>
1158* [Bug 1764] Move Palisade modem control logic to configure.ac.
1159* [Bug 1768] TIOCFLUSH undefined in linux for refclock_acts.
1160* Autokey multiple identity group improvements from Dave Mills.
1161* from 4.2.6p3: Update the copyright year.
1162(4.2.7p107) 2010/12/31 Released by Harlan Stenn <stenn@ntp.org>
1163* [Bug 1764] Palisade driver doesn't build on Linux.
1164* [Bug 1766] Oncore clock has offset/high jitter at startup.
1165* Move ntp_control.h variable IDs to ntp_control.c, remove their use by
1166  ntpq.  They are implementation details private to ntpd.  [Bug 597] was
1167  caused by ntpq's reliance on these IDs it need not know about.
1168* refclock_acts.c updates from Dave Mills.
1169(4.2.7p106) 2010/12/30 Released by Harlan Stenn <stenn@ntp.org>
1170* from 4.2.6p3: Update genCommitLog for the bk-5 release.
1171(4.2.7p105) 2010/12/29 Released by Harlan Stenn <stenn@ntp.org>
1172(4.2.7p104) 2010/12/28 Released by Harlan Stenn <stenn@ntp.org>
1173* from 4.2.6p3: Create and use scripts/check--help when generating
1174  .texi files.
1175* from 4.2.6p3: Update bk triggers for the bk-5 release.
1176* Support for multiple Autokey identity groups from Dave Mills.
1177* Documentation updates from Dave Mills.
1178* Add ntpq kerninfo, authinfo, and sysinfo commands similar to ntpdc's.
1179(4.2.7p103) 2010/12/24 Released by Harlan Stenn <stenn@ntp.org>
1180* Add ntpq pstats command similar to ntpdc's.
1181* Remove ntpq pstatus command, rv/readvar does the same and more.
1182* Documentation updates from Dave Mills.
1183(4.2.7p102) 2010/12/23 Released by Harlan Stenn <stenn@ntp.org>
1184* Allow ntpq &1 associd use without preceding association-fetching.
1185* Documentation updates from Dave Mills.
1186(4.2.7p101) 2010/12/22 Released by Harlan Stenn <stenn@ntp.org>
1187* from 4.2.6p3-RC12: Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre7.
1188* from 4.2.6p3-RC12: Relax minimum Automake version to 1.10 with updated
1189  libopts.m4.
1190(4.2.7p100) 2010/12/21 Released by Harlan Stenn <stenn@ntp.org>
1191* [Bug 1743] from 4.2.6p3-RC12: Display timezone offset when showing
1192  time for sntp in the local timezone (documentation updates).
1193(4.2.7p99) 2010/12/21 Released by Harlan Stenn <stenn@ntp.org>
1194* Add unit tests for msnprintf().
1195(4.2.7p98) 2010/12/20 Released by Harlan Stenn <stenn@ntp.org>
1196* [Bug 1761] clockstuff/clktest-opts.h omitted from tarball.
1197* [Bug 1762] from 4.2.6p3-RC12: manycastclient responses interfere.
1198* Documentation updates from Dave Mills.
1199(4.2.7p97) 2010/12/19 Released by Harlan Stenn <stenn@ntp.org>
1200* [Bug 1458] from 4.2.6p3-RC12: Can not compile NTP on FreeBSD 4.7.
1201* [Bug 1760] from 4.2.6p3-RC12: ntpd Windows interpolation cannot be
1202  disabled.
1203* from 4.2.6p3-RC12: Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre5.
1204* Documentation updates from Dave Mills.
1205(4.2.7p96) 2010/12/18 Released by Harlan Stenn <stenn@ntp.org>
1206* [Bug 1758] from 4.2.6p3-RC12: setsockopt IPV6_MULTICAST_IF with wrong
1207  ifindex.
1208* Documentation updates from Dave Mills.
1209(4.2.7p95) 2010/12/17 Released by Harlan Stenn <stenn@ntp.org>
1210* [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
1211* [Bug 1754] from 4.2.6p3-RC12: --version output should be more verbose.
1212* [Bug 1757] from 4.2.6p3-RC12: oncore snprintf("%m") doesn't expand %m.
1213* from 4.2.6p3-RC12: Suppress ntp-keygen OpenSSL version display for
1214  --help, --version, display both build and runtime OpenSSL versions
1215  when they differ.
1216* from 4.2.6p3-RC12: Upgrade to libopts 33.5.8 from AutoGen 5.11.6pre3.
1217* Documentation updates from Dave Mills.
1218(4.2.7p94) 2010/12/15 Released by Harlan Stenn <stenn@ntp.org>
1219* [Bug 1751] from 4.2.6p3-RC12: Support for Atari FreeMiNT OS.
1220* Documentation updates from Dave Mills.
1221(4.2.7p93) 2010/12/13 Released by Harlan Stenn <stenn@ntp.org>
1222* [Bug 1510] from 4.2.6p3-RC12: Add modes 20/21 for driver 8 to support
1223  RAWDCF @ 75 baud.
1224* [Bug 1741] from 4.2.6p3-RC12: Enable multicast reception on each
1225  address (Windows).
1226* from 4.2.6p3-RC12: Other manycastclient repairs:
1227  Separate handling of scope ID embedded in many in6_addr from ifindex
1228  used for IPv6 multicasting ioctls.
1229  Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
1230  Enable outbound multicast from only one address per interface in the
1231  same subnet, and in that case prefer embedded MAC address modified
1232  EUI-64 IPv6 addresses first, then static, and last RFC 4941 privacy
1233  addresses.
1234  Use setsockopt(IP[V6]_MULTICAST_IF) before each send to multicast to
1235  select the local source address, using the correct socket is not
1236  enough.
1237* "server ... ident <groupname>" changes from Dave Mills.
1238* Documentation updates from Dave Mills.
1239(4.2.7p92) 2010/12/08 Released by Harlan Stenn <stenn@ntp.org>
1240* [Bug 1743] from 4.2.6p3-RC12: Display timezone offset when showing
1241  time for sntp in the local timezone.
1242(4.2.7p91) 2010/12/07 Released by Harlan Stenn <stenn@ntp.org>
1243* [Bug 1732] ntpd ties up CPU on disconnected USB device.
1244* [Bug 1742] form 4.2.6p3-RC12: Fix a typo in an error message in the
1245  "build" script.
1246(4.2.7p90) 2010/12/06 Released by Harlan Stenn <stenn@ntp.org>
1247* [Bug 1738] Windows ntpd has wrong net adapter name.
1248* [Bug 1740] ntpdc -c reslist packet count wrongly treated as signed.
1249(4.2.7p89) 2010/12/04 Released by Harlan Stenn <stenn@ntp.org>
1250* [Bug 1736] tos int, bool options broken in 4.2.7p66.
1251* from 4.2.6p3-RC12: Clean up the SNTP documentation.
1252(4.2.7p88) 2010/12/02 Released by Harlan Stenn <stenn@ntp.org>
1253* [Bug 1735] 'clocktime()' aborts ntpd on bogus input
1254(4.2.7p87) 2010/12/01 Released by Harlan Stenn <stenn@ntp.org>
1255* from 4.2.6p3-RC12: Clean up m4 quoting in configure.ac, *.m4 files,
1256  resolving intermittent AC_LANG_PROGRAM possibly undefined errors.
1257(4.2.7p86) 2010/11/29 Released by Harlan Stenn <stenn@ntp.org>
1258* Documentation updates from Dave Mills.
1259(4.2.7p85) 2010/11/24 Released by Harlan Stenn <stenn@ntp.org>
1260* Documentation updates from Dave Mills.
1261(4.2.7p84) 2010/11/22 Released by Harlan Stenn <stenn@ntp.org>
1262* [Bug 1618] Unreachable code in jjy_start().
1263* [Bug 1725] from 4.2.6p3-RC11: ntpd sends multicast from only one
1264  address.
1265* from 4.2.6p3-RC11: Upgrade libopts to 33.3.8.
1266* from 4.2.6p3-RC11: Bump minimum Automake version to 1.11, required for
1267  AM_COND_IF use in LIBOPTS_CHECK.
1268* An almost complete rebuild of the initial loopfilter configuration
1269  process, including the code that determines the interval between
1270  frequency file updates, from Dave Mills.
1271* Documentation updates from Dave Mills.
1272* Add ntp-keygen -l/--lifetime to control certificate expiry.
1273* JJY driver improvements for Tristate JJY01/02, including changes
1274  to its clockstats format.
1275* Add "nonvolatile" ntp.conf directive to control how often the
1276  driftfile is written.
1277(4.2.7p83) 2010/11/17 Released by Harlan Stenn <stenn@ntp.org>
1278* [Bug 1727] ntp-keygen PLEN, ILEN undeclared --without-crypto.
1279* Remove top-level libopts, use sntp/libopts.
1280* from 4.2.6p3-RC11: Remove log_msg() and debug_msg() from sntp in favor
1281  of msyslog().
1282* Documentation updates from Dave Mills.
1283(4.2.7p82) 2010/11/16 Released by Harlan Stenn <stenn@ntp.org>
1284* [Bug 1728] from 4.2.6p3-RC11: In ntp_openssl.m4, don't add
1285  -I/usr/include or -L/usr/lib to CPPFLAGS or LDFLAGS.
1286(4.2.7p81) 2010/11/14 Released by Harlan Stenn <stenn@ntp.org>
1287* [Bug 1681] from 4.2.6p3-RC10: More sntp logging cleanup.
1288* [Bug 1683] from 4.2.6p3-RC10: Non-localhost on loopback exempted from
1289  nic rules.
1290* [Bug 1719] Cleanup for ntp-keygen and fix -V crash, from Dave Mills.
1291(4.2.7p80) 2010/11/10 Released by Harlan Stenn <stenn@ntp.org>
1292* [Bug 1574] from 4.2.6p3-RC9: sntp doesn't set tv_usec correctly.
1293* [Bug 1681] from 4.2.6p3-RC9: sntp logging cleanup.
1294* [Bug 1683] from 4.2.6p3-RC9: Interface binding does not seem to work
1295  as intended.
1296* [Bug 1708] make check fails with googletest 1.4.0.
1297* [Bug 1709] from 4.2.6p3-RC9: ntpdate ignores replies with equal
1298  receive and transmit timestamps.
1299* [Bug 1715] sntp utilitiesTest.IPv6Address failed.
1300* [Bug 1718] Improve gtest checks in configure.ac.
1301(4.2.7p79) 2010/11/07 Released by Harlan Stenn <stenn@ntp.org>
1302* Correct frequency estimate with no drift file, from David Mills.
1303(4.2.7p78) 2010/11/04 Released by Harlan Stenn <stenn@ntp.org>
1304* [Bug 1697] filegen implementation should be improved.
1305* Refactor calendar functions in terms of new common code.
1306* Documentation updates from Dave Mills.
1307(4.2.7p77) 2010/11/03 Released by Harlan Stenn <stenn@ntp.org>
1308* [Bug 1692] packageinfo.sh needs to be "sourced" using ./ .
1309* [Bug 1695] ntpdate takes longer than necessary.
1310(4.2.7p76) 2010/11/02 Released by Harlan Stenn <stenn@ntp.org>
1311* [Bug 1690] Unit tests fails to build on some systems.
1312* [Bug 1691] Use first NMEA sentence each second.
1313* Put the sntp tests under sntp/ .
1314* ... and only build/run them if we have gtest.
1315* Documentation updates from Dave Mills.
1316(4.2.7p75) 2010/10/30 Released by Harlan Stenn <stenn@ntp.org>
1317* Documentation updates from Dave Mills.
1318* Include Linus Karlsson's GSoC 2010 testing code.
1319(4.2.7p74) 2010/10/29 Released by Harlan Stenn <stenn@ntp.org>
1320* [Bug 1685] from 4.2.6p3-RC8: NMEA driver mode byte confusion.
1321* from 4.2.6p3-RC8: First cut at using scripts/checkChangeLog.
1322* Documentation updates from Dave Mills.
1323(4.2.7p73) 2010/10/27 Released by Harlan Stenn <stenn@ntp.org>
1324* [Bug 1680] Fix alignment of clock_select() arrays.
1325* refinements to new startup behavior from David Mills.
1326* For the bootstrap script, touch .html files last.
1327* Add 'make check' test case that would have caught [Bug 1678].
1328(4.2.7p72) 2010/10/26 Released by Harlan Stenn <stenn@ntp.org>
1329* [Bug 1679] Fix test for -lsocket.
1330* Clean up missing ;; entries in configure.ac.
1331(4.2.7p71) 2010/10/25 Released by Harlan Stenn <stenn@ntp.org>
1332* [Bug 1676] from 4.2.6p3-RC7: NMEA: $GPGLL did not work after fix
1333  for Bug 1571.
1334* [Bug 1678] "restrict source" treated as "restrict default".
1335* from 4.2.6p3-RC7: Added scripts/checkChangeLog.
1336(4.2.7p70) 2010/10/24 Released by Harlan Stenn <stenn@ntp.org>
1337* [Bug 1571] from 4.2.6p3-RC6: NMEA does not relate data to PPS edge.
1338* [Bug 1572] from 4.2.p63-RC6: NMEA time adjustment for GPZDG buggy.
1339* [Bug 1675] from 4.2.6p3-RC6: Prohibit includefile remote config.
1340* Enable generating ntpd/ntp_keyword.h after keyword-gen.c changes on
1341  Windows as well as POSIX platforms.
1342* Fix from Dave Mills for a rare singularity in clock_combine().
1343(4.2.7p69) 2010/10/23 Released by Harlan Stenn <stenn@ntp.org>
1344* [Bug 1671] Automatic delay calibration is sometimes inaccurate.
1345(4.2.7p68) 2010/10/22 Released by Harlan Stenn <stenn@ntp.org>
1346* [Bug 1669] from 4.2.6p3-RC5: NTP fails to compile on IBM AIX 5.3.
1347* [Bug 1670] Fix peer->bias and broadcastdelay.
1348* Documentation updates from Dave Mills.
1349* Documentation EOL cleanup.
1350(4.2.7p67) 2010/10/21 Released by Harlan Stenn <stenn@ntp.org>
1351* [Bug 1649] from 4.2.6p3-RC5: Require NMEA checksum if $GPRMC or
1352  previously seen.
1353(4.2.7p66) 2010/10/19 Released by Harlan Stenn <stenn@ntp.org>
1354* [Bug 1277] Provide and use O(1) FIFOs, esp. in the config tree code.
1355* Remove unused 'bias' configuration keyword.
1356(4.2.7p65) 2010/10/16 Released by Harlan Stenn <stenn@ntp.org>
1357* [Bug 1584] from 4.2.6p3-RC4: wrong SNMP type for precision,
1358  resolution.
1359* Remove 'calldelay' and 'sign' remnants from parser, ntp_config.c.
1360(4.2.7p64) 2010/10/15 Released by Harlan Stenn <stenn@ntp.org>
1361* [Bug 1584] from 4.2.6p3-RC3: ntpsnmpd OID must be mib-2.197.
1362* [Bug 1659] from 4.2.6p3-RC4: Need CLOCK_TRUETIME not CLOCK_TRUE.
1363* [Bug 1663] ntpdsim should not open net sockets.
1364* [Bug 1665] from 4.2.6p3-RC4: is_anycast() u_int32_t should be u_int32.
1365* from 4.2.6p3: ntpsnmpd, libntpq warning cleanup.
1366* Remove 'calldelay' and 'sign' keywords (Dave Mills).
1367* Documentation updates from Dave Mills.
1368(4.2.7p63) 2010/10/13 Released by Harlan Stenn <stenn@ntp.org>
1369* [Bug 1080] from 4.2.6p3-RC3: ntpd on ipv6 routers very chatty.
1370* Documentation nit cleanup.
1371* Documentation updates from Dave Mills.
1372(4.2.7p62) 2010/10/12 Released by Harlan Stenn <stenn@ntp.org>
1373* [Bug 750] from 4.2.6p3-RC3: Non-existing device causes coredump with
1374  RIPE-NCC driver.
1375* [Bug 1567] from 4.2.6p3-RC3: Support Arbiter 1093C Satellite Clock on
1376  Windows.
1377* [Bug 1581] from 4.2.6p3-RC3: printf format string mismatch leftover.
1378* [Bug 1659] from 4.2.6p3-RC3: Support Truetime Satellite Clocks on
1379  Windows.
1380* [Bug 1660] from 4.2.6p3-RC3: On some systems, test is in /usr/bin, not
1381  /bin.
1382* [Bug 1661] from 4.2.6p3-RC3: Re-indent refclock_ripencc.c.
1383* Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills).
1384* Documentation updates from Dave Mills.
1385(4.2.7p61) 2010/10/06 Released by Harlan Stenn <stenn@ntp.org>
1386* Documentation and code cleanup from Dave Mills. No more NTP_MAXASSOC.
1387(4.2.7p60) 2010/10/04 Released by Harlan Stenn <stenn@ntp.org>
1388* Documentation updates from Dave Mills.
1389(4.2.7p59) 2010/10/02 Released by Harlan Stenn <stenn@ntp.org>
1390* Documentation updates from Dave Mills.
1391* Variable name cleanup from Dave Mills.
1392* [Bug 1657] darwin needs res_9_init, not res_init.
1393(4.2.7p58) 2010/09/30 Released by Harlan Stenn <stenn@ntp.org>
1394* Clock select bugfix from Dave Mills.
1395* [Bug 1554] peer may stay selected as system peer after becoming
1396  unreachable.
1397* [Bug 1644] from 4.2.6p3-RC3: cvo.sh should use lsb_release to identify
1398  linux distros.
1399* [Bug 1646] ntpd crashes with relative path to logfile.
1400(4.2.7p57) 2010/09/27 Released by Harlan Stenn <stenn@ntp.org>
1401* Documentation updates from Dave Mills.
1402(4.2.7p56) 2010/09/25 Released by Harlan Stenn <stenn@ntp.org>
1403* Clock combining algorithm improvements from Dave Mills.
1404* Documentation updates from Dave Mills.
1405* [Bug 1642] ntpdsim can't find simulate block in config file.
1406* [Bug 1643] from 4.2.6p3-RC3: Range-check the decoding of the RIPE-NCC
1407  status codes.
1408(4.2.7p55) 2010/09/22 Released by Harlan Stenn <stenn@ntp.org>
1409* Documentation updates from Dave Mills.
1410* [Bug 1636] from 4.2.6p3-RC2: segfault after denied remote config.
1411(4.2.7p54) 2010/09/21 Released by Harlan Stenn <stenn@ntp.org>
1412* More Initial convergence improvements from Dave Mills.
1413* Documentation updates from Dave Mills.
1414* [Bug 1635] from 4.2.6p3-RC2: "filegen ... enable" is not default.
1415(4.2.7p53) 2010/09/20 Released by Harlan Stenn <stenn@ntp.org>
1416* Documentation updates from Dave Mills.
1417* More Initial convergence improvements from Dave Mills.
1418(4.2.7p52) 2010/09/19 Released by Harlan Stenn <stenn@ntp.org>
1419* Initial convergence improvements from Dave Mills.
1420(4.2.7p51) 2010/09/18 Released by Harlan Stenn <stenn@ntp.org>
1421* [Bug 1344] from 4.2.6p3-RC1: ntpd on Windows exits without logging
1422  cause.
1423* [Bug 1629] 4.2.7p50 configure.ac changes invalidate config.cache.
1424* [Bug 1630] 4.2.7p50 cannot bootstrap on Autoconf 2.61.
1425(4.2.7p50) 2010/09/16 Released by Harlan Stenn <stenn@ntp.org>
1426* Cleanup NTP_LIB_M.
1427* [Bug 1628] Clean up -lxnet/-lsocket usage for (open)solaris.
1428(4.2.7p49) 2010/09/13 Released by Harlan Stenn <stenn@ntp.org>
1429* Documentation updates from Dave Mills.
1430(4.2.7p48) 2010/09/12 Released by Harlan Stenn <stenn@ntp.org>
1431* Documentation updates from Dave Mills.
1432(4.2.7p47) 2010/09/11 Released by Harlan Stenn <stenn@ntp.org>
1433* Documentation updates from Dave Mills.
1434* [Bug 1588] finish configure --disable-autokey implementation.
1435* [Bug 1616] refclock_acts.c: if (pp->leap == 2) is always false.
1436* [Bug 1620] [Backward Incompatible] "discard minimum" value should be in
1437  seconds, not log2 seconds.
1438(4.2.7p46) 2010/09/10 Released by Harlan Stenn <stenn@ntp.org>
1439* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for NTP_LIB_M.
1440(4.2.7p45) 2010/09/05 Released by Harlan Stenn <stenn@ntp.org>
1441* [Bug 1578] Consistently use -lm when needed.
1442(4.2.7p44) 2010/08/27 Released by Harlan Stenn <stenn@ntp.org>
1443* [Bug 1573] from 4.2.6p3-beta1: Miscalculation of offset in sntp.
1444(4.2.7p43) 2010/08/26 Released by Harlan Stenn <stenn@ntp.org>
1445* [Bug 1602] Refactor some of the sntp/ directory to facililtate testing.
1446(4.2.7p42) 2010/08/18 Released by Harlan Stenn <stenn@ntp.org>
1447* [Bug 1593] ntpd abort in free() with logconfig syntax error.
1448* [Bug 1595] from 4.2.6p3-beta1: empty last line in key file causes
1449  duplicate key to be added
1450* [Bug 1597] from 4.2.6p3-beta1: packet processing ignores RATE KoD packets,
1451  Because of a bug in string comparison.
1452(4.2.7p41) 2010/07/28 Released by Harlan Stenn <stenn@ntp.org>
1453* [Bug 1581] from 4.2.6p3-beta1: ntp_intres.c size_t printf format
1454  string mismatch.
1455* [Bug 1586] ntpd 4.2.7p40 doesn't write to syslog after fork on QNX.
1456* Avoid race with parallel builds using same source directory in
1457  scripts/genver by using build directory for temporary files.
1458* orphanwait documentation updates.
1459(4.2.7p40) 2010/07/12 Released by Harlan Stenn <stenn@ntp.org>
1460* [Bug 1395] ease ntpdate elimination with ntpd -w/--wait-sync
1461* [Bug 1396] allow servers on ntpd command line like ntpdate
1462(4.2.7p39) 2010/07/09 Released by Harlan Stenn <stenn@ntp.org>
1463* Fix typo in driver28.html.
1464* [Bug 1581] from 4.2.6p2: size_t printf format string mismatches, IRIG
1465  string buffers undersized.  Mostly backported from earlier ntp-dev
1466  fixes by Juergen Perlinger.
1467(4.2.7p38) 2010/06/20 Released by Harlan Stenn <stenn@ntp.org>
1468* [Bug 1570] backported to 4.2.6p2-RC7.
1469* [Bug 1575] from 4.2.6p2-RC7: use 'snprintf' with LIB_BUFLENGTH in
1470  inttoa.c, tvtoa.c and utvtoa.c
1471* [Bug 1576] backported to 4.2.6p2-RC7.
1472* Typo fix in a comment in ntp_proto.c.
1473(4.2.7p37) 2010/06/19 Released by Harlan Stenn <stenn@ntp.org>
1474* [Bug 1576] sys/sysctl.h depends on sys/param.h on OpenBSD.
1475(4.2.7p36) 2010/06/15 Released by Harlan Stenn <stenn@ntp.org>
1476* [Bug 1560] Initial support for orphanwait, from Dave Mills.
1477* clock_filter()/reachability fixes from Dave Mills.
1478(4.2.7p35) 2010/06/12 Released by Harlan Stenn <stenn@ntp.org>
1479* Rewrite of multiprecision macros in 'ntp_fp.h' from J. Perlinger
1480  <perlinger@ntp.org>
1481* [Bug 715] from 4.2.6p2-RC6: libisc Linux IPv6 interface iteration
1482  drops multicast flags.
1483(4.2.7p34) 2010/06/05 Released by Harlan Stenn <stenn@ntp.org>
1484* [Bug 1570] serial clock drivers get outdated input from kernel tty
1485  line buffer after startup
1486(4.2.7p33) 2010/06/04 Released by Harlan Stenn <stenn@ntp.org>
1487* [Bug 1561] from 4.2.6p2-RC5: ntpq, ntpdc "passwd" prompts for MD5
1488  password w/SHA1.
1489* [Bug 1565] from 4.2.6p2-RC5: sntp/crypto.c compile fails on MacOS over
1490  vsnprintf().
1491* from 4.2.6p2-RC5: Windows port: do not exit in
1492  ntp_timestamp_from_counter() without first logging the reason.
1493(4.2.7p32) 2010/05/19 Released by Harlan Stenn <stenn@ntp.org>
1494* Copyright file cleanup from Dave Mills.
1495* [Bug 1555] from 4.2.6p2-RC4: sntp illegal C (mixed code and
1496  declarations).
1497* [Bug 1558] pool prototype associations have 0.0.0.0 for remote addr.
1498* configure.ac: add --disable-autokey, #define AUTOKEY to enable future
1499  support for building without Autokey, but with OpenSSL for its digest
1500  algorithms (hash functions).  Code must be modified to use #ifdef
1501  AUTOKEY instead of #ifdef OPENSSL where appropriate to complete this.
1502* include/ntp_crypto.h: make assumption AUTOKEY implies OPENSSL explicit.
1503(4.2.7p31) 2010/05/11 Released by Harlan Stenn <stenn@ntp.org>
1504* [Bug 1325] from 4.2.6p2-RC3: unreachable code sntp recv_bcst_data().
1505* [Bug 1459] from 4.2.6p2-RC3: sntp MD5 authentication does not work
1506  with ntpd.
1507* [Bug 1552] from 4.2.6p2-RC3: update and complete broadcast and crypto
1508  features in sntp.
1509* [Bug 1553] from 4.2.6p2-RC3: sntp/configure.ac OpenSSL support.
1510* from 4.2.6p2-RC3: Escape unprintable characters in a refid in ntpq -p
1511  billboard.
1512* from 4.2.6p2-RC3: Simplify hash client code by providing OpenSSL
1513  EVP_*() API when built without OpenSSL.  (already in 4.2.7)
1514* from 4.2.6p2-RC3: Do not depend on ASCII in sntp.
1515(4.2.7p30) 2010/05/06 Released by Harlan Stenn <stenn@ntp.org>
1516* [Bug 1526] ntpd DNS pipe read EINTR with no network at startup.
1517* Update the ChangeLog entries when merging items from -stable.
1518(4.2.7p29) 2010/05/04 Released by Harlan Stenn <stenn@ntp.org>
1519* [Bug 1542] ntpd mrulist response may have incorrect last.older.
1520* [Bug 1543] ntpq mrulist must refresh nonce when retrying.
1521* [Bug 1544] ntpq mrulist sscanf timestamp format mismatch on 64-bit.
1522* Windows compiling hints/winnt.html update from G. Sunil Tej.
1523(4.2.7p28) 2010/05/03 Released by Harlan Stenn <stenn@ntp.org>
1524* [Bug 1512] from 4.2.6p2-RC3: ntpsnmpd should connect to net-snmpd
1525  via a unix-domain socket by default.
1526  Provide a command-line 'socket name' option.
1527* [Bug 1538] from 4.2.6p2-RC3: update refclock_nmea.c's call to
1528  getprotobyname().
1529* [Bug 1541] from 4.2.6p2-RC3: Fix wrong keyword for "maxclock".
1530(4.2.7p27) 2010/04/27 Released by Harlan Stenn <stenn@ntp.org>
1531(4.2.7p26) 2010/04/24 Released by Harlan Stenn <stenn@ntp.org>
1532* [Bug 1465] from 4.2.6p2-RC2: Make sure time from TS2100 is not
1533  invalid (backport from -dev).
1534* [Bug 1528] from 4.2.6p2-RC2: Fix EDITLINE_LIBS link order for ntpq
1535  and ntpdc.
1536* [Bug 1531] Require nonce with mrulist requests.
1537* [Bug 1532] Remove ntpd support for ntpdc's monlist in favor of ntpq's
1538  mrulist.
1539* [Bug 1534] from 4.2.6p2-RC2: conflicts with VC++ 2010 errno.h.
1540* [Bug 1535] from 4.2.6p2-RC2: "restrict -4 default" and "restrict
1541  -6 default" ignored.
1542(4.2.7p25) 2010/04/20 Released by Harlan Stenn <stenn@ntp.org>
1543* [Bug 1528] from 4.2.6p2-RC2: Remove --with-arlib from br-flock.
1544* [Bug 1503] [Bug 1504] [Bug 1518] [Bug 1522] from 4.2.6p2-RC2:
1545  all of which were fixed in 4.2.7 previously.
1546(4.2.7p24) 2010/04/13 Released by Harlan Stenn <stenn@ntp.org>
1547* [Bug 1390] Control PPS on the Oncore M12.
1548* [Bug 1518] Windows ntpd should lock to one processor more
1549  conservatively.
1550* [Bug 1520] '%u' formats for size_t gives warnings with 64-bit builds.
1551* [Bug 1522] Enable range syntax "trustedkey (301 ... 399)".
1552* Documentation updates for 4.2.7p22 changes and additions, updating
1553  ntpdc.html, ntpq.html, accopt.html, confopt.html, manyopt.html,
1554  miscopt.html, and miscopt.txt.
1555* accopt.html: non-ntpport doc changes from Dave Mills.
1556* Modify full MRU list preemption when full to match "discard monitor"
1557  documentation, by removing exception for count == 1.
1558(4.2.7p23) 2010/04/04 Released by Harlan Stenn <stenn@ntp.org>
1559* [Bug 1516] unpeer by IP address fails, DNS name works.
1560* [Bug 1517] ntpq and ntpdc should verify reverse DNS before use.
1561  ntpq and ntpdc now use the following format for showing purported
1562  DNS names from IP address "reverse" DNS lookups when the DNS name
1563  does not exist or does not include the original IP address among
1564  the results: "192.168.1.2 (fake.dns.local)".
1565(4.2.7p22) 2010/04/02 Released by Harlan Stenn <stenn@ntp.org>
1566* [Bug 1432] Don't set inheritable flag for linux capabilities.
1567* [Bug 1465] Make sure time from TS2100 is not invalid.
1568* [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
1569* [Bug 1497] fudge is broken by getnetnum() change.
1570* [Bug 1503] Auto-enabling of monitor for "restrict ... limited" wrong.
1571* [Bug 1504] ntpdate tickles ntpd "discard minimum 1" rate limit if
1572  "restrict ... limited" is used.
1573* ntpdate: stop querying source after KoD packet response, log it.
1574* ntpdate: rate limit each server to 2s between packets.
1575* From J. N. Perlinger: avoid pointer wraparound warnings in dolfptoa(),
1576  printf format mismatches with 64-bit size_t.
1577* Broadcast client (ephemeral) associations should be demobilized only
1578  if they are not heard from for 10 consecutive polls, regardless of
1579  surviving the clock selection.  Fix from David Mills.
1580* Add "ntpq -c ifstats" similar to "ntpdc -c ifstats".
1581* Add "ntpq -c sysstats" similar to "ntpdc -c sysstats".
1582* Add "ntpq -c monstats" to show monlist knobs and stats.
1583* Add "ntpq -c mrulist" similar to "ntpdc -c monlist" but not
1584  limited to 600 rows, and with filtering and sorting options:
1585  ntpq -c "mrulist mincount=2 laddr=192.168.1.2 sort=-avgint"
1586  ntpq -c "mrulist sort=addr"
1587  ntpq -c "mrulist mincount=2 sort=count"
1588  ntpq -c "mrulist sort=-lstint"
1589* Modify internal representation of MRU list to use l_fp fixed-point
1590  NTP timestamps instead of seconds since startup.  This increases the
1591  resolution and substantially improves accuracy of sorts involving
1592  timestamps, at the cost of flushing all MRU entries when the clock is
1593  stepped, to ensure the timestamps can be compared with the current
1594  get_systime() results.
1595* Add ntp.conf "mru" directive to configure MRU parameters, such as
1596  "mru mindepth 600 maxage 64 maxdepth 5000 maxmem 1024" or
1597  "mru initalloc 0 initmem 16 incalloc 99 incmem 4".  Several pairs are
1598  equivalent with one in units of MRU entries and its twin in units of
1599  kilobytes of memory, so the last one used in ntp.conf controls:
1600  maxdepth/maxmem, initalloc/initmem, incalloc/incmem.  With the above
1601  values, ntpd will preallocate 16kB worth of MRU entries, allocating
1602  4kB worth each time more are needed, with a hard limit of 1MB of MRU
1603  entries.  Until there are more than 600 entries none would be reused.
1604  Then only entries for addresses last seen 64 seconds or longer ago are
1605  reused.
1606* Limit "ntpdc -c monlist" response in ntpd to 600 entries, the previous
1607  overall limit on the MRU list depth which was driven by the monlist
1608  implementation limit of one request with a single multipacket
1609  response.
1610* New "pool" directive implementation modeled on manycastclient.
1611* Do not abort on non-ASCII characters in ntp.conf, ignore them.
1612* ntpq: increase response reassembly limit from 24 to 32 packets, add
1613  discussion in comment regarding results with even larger MAXFRAGS.
1614* ntpq: handle "passwd MYPASSWORD" (without prompting) as with ntpdc.
1615* ntpdc: do not examine argument to "passwd" if not supplied.
1616* configure: remove check for pointer type used with qsort(), we
1617  require ANSI C which mandates void *.
1618* Reset sys_kodsent to 0 in proto_clr_stats().
1619* Add sptoa()/sockporttoa() similar to stoa()/socktoa() adding :port.
1620* Use memcpy() instead of memmove() when buffers can not overlap.
1621* Remove sockaddr_storage from our sockaddr_u union of sockaddr,
1622  sockaddr_in, and sockaddr_in6, shaving about 100 bytes from its size
1623  and substantially decreasing MRU entry memory consumption.
1624* Extend ntpq readvar (alias rv) to allow fetching up to three named
1625  variables in one operation:  ntpq -c "rv 0 version offset frequency".
1626* ntpq: use srchost variable to show .POOL. prototype associations'
1627  hostname instead of address 0.0.0.0.
1628* "restrict source ..." configures override restrictions for time
1629  sources, allows tight default restrictions to be used with the pool
1630  directive (where server addresses are not known in advance).
1631* Ignore "preempt" modifier on manycastclient and pool prototype
1632  associations.  The resulting associations are preemptible, but the
1633  prototype must not be.
1634* Maintain and use linked list of associations (struct peer) in ntpd,
1635  avoiding walking 128 hash table entries to iterate over peers.
1636* Remove more workarounds unneeded since we require ISO C90 AKA ANSI C:
1637  - remove fallback implementations for memmove(), memset, strstr().
1638  - do not test for atexit() or memcpy().
1639* Collapse a bunch of code duplication in ntpd/ntp_restrict.c added with
1640  support for IPv6.
1641* Correct some corner case failures in automatically enabling the MRU
1642  list if any "restrict ... limited" is in effect, and in disabling MRU
1643  maintenance. (ntp_monitor.c, ntp_restrict.c)
1644* Reverse the internal sort order of the address restriction lists, but
1645  preserve the same behavior.  This allows removal of special-case code
1646  related to the default restrictions and more straightforward lookups
1647  of restrictions for a given address (now, stop on first match).
1648* Move ntp_restrict.c MRU doubly-linked list maintenance code into
1649  ntp_lists.h macros, allowing more duplicated source excision.
1650* Repair ntpdate.c to no longer test HAVE_TIMER_SETTIME.
1651* Do not reference peer_node/unpeer_node after freeing when built with
1652  --disable-saveconfig and using DNS.
1653(4.2.7p21) 2010/03/31 Released by Harlan Stenn <stenn@ntp.org>
1654* [Bug 2399] Reset sys_kodsent in proto_clr_stats().
1655* [Bug 1514] from 4.2.6p1-RC6: Typo in ntp_proto.c: fabs(foo < .4)
1656  should be fabs(foo) < .4.
1657* [Bug 1464] from 4.2.6p1-RC6: synchronization source wrong for
1658  refclocks ARCRON_MSF (27) and SHM (28).
1659* From 4.2.6p1-RC6: Correct Windows port's refclock_open() to
1660  return 0 on failure not -1.
1661* From 4.2.6p1-RC6: Correct CHU, dumbclock, and WWVB drivers to
1662  check for 0 returned from refclock_open() on failure.
1663* From 4.2.6p1-RC6: Correct "SIMUL=4 ./flock-build -1" to
1664  prioritize -1/--one.
1665* [Bug 1306] constant conditionals in audio_gain().
1666(4.2.7p20) 2010/02/13 Released by Harlan Stenn <stenn@ntp.org>
1667* [Bug 1483] hostname in ntp.conf "restrict" parameter rejected.
1668* Use all addresses for each restrict by hostname.
1669* Use async DNS to resolve trap directive hostnames.
1670(4.2.7p19) 2010/02/09 Released by Harlan Stenn <stenn@ntp.org>
1671* [Bug 1338] Update the association type codes in ntpq.html.
1672* [Bug 1478] from 4.2.6p1-RC5: linking fails: EVP_MD_pkey_type.
1673* [Bug 1479] from 4.2.6p1-RC5: not finding readline headers.
1674* [Bug 1484] from 4.2.6p1-RC5: ushort is not defined in QNX6.
1675(4.2.7p18) 2010/02/07 Released by Harlan Stenn <stenn@ntp.org>
1676* [Bug 1480] from 4.2.6p1-RC5: snprintf() cleanup caused
1677  unterminated refclock IDs.
1678* Stop using getaddrinfo() to convert numeric address strings to on-wire
1679  addresses in favor of is_ip_address() alone.
1680(4.2.7p17) 2010/02/05 Released by Harlan Stenn <stenn@ntp.org>
1681* [Bug 1477] from 4.2.6p1-RC5: First non-gmake make in clone
1682  w/VPATH can't make COPYRIGHT.
1683* Attempts to cure CID 108 CID 118 CID 119 TAINTED_SCALAR warnings.
1684* Broaden ylwrap workaround VPATH_HACK to all non-GNU make.
1685(4.2.7p16) 2010/02/04 Released by Harlan Stenn <stenn@ntp.org>
1686* [Bug 1474] from 4.2.6p1-RC4: ntp_keygen LCRYPTO after libntp.a.
1687* Include 4.2.6p1-RC4: Remove arlib.
1688(4.2.7p15) 2010/02/03 Released by Harlan Stenn <stenn@ntp.org>
1689* [Bug 1455] from 4.2.6p1: ntpd does not try /etc/ntp.audio.
1690* Include 4.2.6p1: Convert many sprintf() calls to snprintf(), also
1691  strcpy(), strcat().
1692* Include 4.2.6p1: Fix widely cut-n-pasted bug in refclock shutdown
1693  after failed start.
1694* Include 4.2.6p1: Remove some dead code checking for emalloc()
1695  returning NULL.
1696(4.2.7p14) 2010/02/02 Released by Harlan Stenn <stenn@ntp.org>
1697* [Bug 1338] ntpq displays incorrect association type codes.
1698* [Bug 1469] u_int32, int32 changes broke HP-UX 10.20 build.
1699* [Bug 1470] from 4.2.6p1: "make distdir" compiles keyword-gen.
1700* [Bug 1471] CID 120 CID 121 CID 122 is_ip_address() uninit family.
1701* [Bug 1472] CID 116 CID 117 minor warnings in new DNS code.
1702* [Bug 1473] from 4.2.6p1: "make distcheck" version.m4 error.
1703(4.2.7p13) 2010/01/31 Released by Harlan Stenn <stenn@ntp.org>
1704* [Bug 1467] from 4.2.6p1: Fix bogus rebuild of sntp/sntp.html.
1705(4.2.7p12) 2010/01/30 Released by Harlan Stenn <stenn@ntp.org>
1706* [Bug 1468] 'make install' broken for root on default NFS mount.
1707(4.2.7p11) 2010/01/28 Released by Harlan Stenn <stenn@ntp.org>
1708* [Bug 47] Debugging and logging do not work after a fork.
1709* [Bug 1010] getaddrinfo() could block and thus should not be called by
1710  the main thread/process.
1711* New async DNS resolver in ntpd allows nonblocking queries anytime,
1712  instead of only once at startup.
1713(4.2.7p10) 2010/01/24 Released by Harlan Stenn <stenn@ntp.org>
1714* [Bug 1140] from 4.2.6p1-RC5: Clean up debug.html, decode.html,
1715  and ntpq.html.
1716* Include 4.2.6p1-RC3: Use TZ=UTC instead of TZ= when calling date in
1717  scripts/mkver.in .
1718* [Bug 1448] from 4.2.6p1-RC3: Some macros not correctly conditionally
1719  or absolutely defined on Windows.
1720* [Bug 1449] from 4.2.6p1-RC3: ntpsim.h in ntp_config.c should be used
1721  conditionally.
1722* [Bug 1450] from 4.2.6p1-RC3: Option to exclude warnings not
1723  unconditionally defined on Windows.
1724(4.2.7p9) 2010/01/13 Released by Harlan Stenn <stenn@ntp.org>
1725(4.2.7p8) 2010/01/12 Released by Harlan Stenn <stenn@ntp.org>
1726* [Bug 702] ntpd service logic should use libopts to examine cmdline.
1727* [Bug 1451] from 4.2.6p1-RC3: sntp leaks KoD entry updating.
1728* [Bug 1453] from 4.2.6p1-RC3: Use $CC in config.cache filename.
1729(4.2.7p7) 2009/12/30 Released by Harlan Stenn <stenn@ntp.org>
1730* [Bug 620] ntpdc getresponse() esize != *rsize s/b size != *rsize.
1731* [Bug 1446] 4.2.7p6 requires autogen, missing ntpd.1, *.texi, *.menu.
1732(4.2.7p6) 2009/12/28 Released by Harlan Stenn <stenn@ntp.org>
1733* [Bug 1443] Remove unnecessary dependencies on ntp_io.h
1734* [Bug 1442] Move Windows functions into libntp files
1735* [Bug 1127] from 4.2.6p1-RC3: Check the return of X590_verify().
1736* [Bug 1439] from 4.2.6p1-RC3: .texi gen after binary is linked.
1737* [Bug 1440] from 4.2.6p1-RC3: Update configure.ac to support kfreebsd.
1738* [Bug 1445] from 4.2.6p1-RC3: IRIX does not have -lcap or support
1739  linux capabilities.
1740(4.2.7p5) 2009/12/25 Released by Harlan Stenn <stenn@ntp.org>
1741* Include 4.2.6p1-RC2
1742(4.2.7p4) 2009/12/24 Released by Harlan Stenn <stenn@ntp.org>
1743* [Bug 1429] ntpd -4 option does not reliably force IPv4 resolution.
1744* [Bug 1431] System headers must come before ntp headers in ntp_intres.c .
1745(4.2.7p3) 2009/12/22 Released by Harlan Stenn <stenn@ntp.org>
1746* [Bug 1426] scripts/VersionName needs . on the search path.
1747* [Bug 1427] quote missing in ./build - shows up on NetBSD.
1748* [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
1749(4.2.7p2) 2009/12/20 Released by Harlan Stenn <stenn@ntp.org>
1750* [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
1751* [Bug 1421] add util/tg2, a clone of tg that works on Linux, NetBSD, and
1752  FreeBSD
1753(4.2.7p1) 2009/12/15 Released by Harlan Stenn <stenn@ntp.org>
1754* [Bug 1348] ntpd Windows port should wait for sendto() completion.
1755* [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
1756* [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
1757(4.2.7p0) 2009/12/13 Released by Harlan Stenn <stenn@ntp.org>
1758* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
1759* [Bug 1414] Enable "make distcheck" success with BSD make.
1760(4.2.7) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
1761* [Bug 1407] configure.ac: recent GNU Make -v does not include "version".
1762---
1763(4.2.6p5) 2011/12/24 Released by Harlan Stenn <stenn@ntp.org>
1764
1765No changes from 4.2.6p5-RC3.
1766
1767---
1768(4.2.6p5-RC3) 2011/12/08 Released by Harlan Stenn <stenn@ntp.org>
1769
1770* [Bug 2082] 3-char refid sent by ntpd 4.2.6p5-RC2 ends with extra dot.
1771* [Bug 2085] clock_update() sys_rootdisp calculation omits root delay.
1772* [Bug 2086] get_systime() should not offset by sys_residual.
1773* [Bug 2087] sys_jitter calculation overweights sys.peer jitter.
1774* Ensure NULL peer->dstadr is not accessed in orphan parent selection.
1775
1776---
1777(4.2.6p5-RC2) 2011/11/30 Released by Harlan Stenn <stenn@ntp.org>
1778
1779* [Bug 2050] Orphan mode stratum counting to infinity.
1780* [Bug 2059] optional billboard column "server" does not honor -n.
1781* [Bug 2066] ntpq lopeers ipv6 "local" column overrun.
1782* [Bug 2068] ntpd sends nonprintable stratum 16 refid to ntpq.
1783* [Bug 2069] broadcastclient, multicastclient spin up duplicate
1784  ephemeral associations without broadcastdelay.
1785* [Bug 2072] Orphan parent selection metric needs ntohl().
1786* Exclude not-yet-determined sys_refid from use in loopback TEST12
1787  (from David Mills).
1788* Never send KoD rate limiting response to MODE_SERVER response.
1789
1790---
1791(4.2.6p5-RC1) 2011/10/18 Released by Harlan Stenn <stenn@ntp.org>
1792
1793* [Bug 2034] Listening address configuration with prefix misapplied.
1794
1795---
1796(4.2.6p4) 2011/09/22 Released by Harlan Stenn <stenn@ntp.org>
1797
1798* [Bug 1984] ntp/libisc fails to compile on OS X 10.7 (Lion).
1799* [Bug 1985] "logconfig =allall" rejected.
1800* [Bug 2001] ntpdc timerstats reports overruns as handled.
1801* [Bug 2003] libntpq ntpq_read_assoc_peervars() broken.
1802* [Backward Incompatible] sntp: -l/--filelog -> -l/--logfile, to be
1803  consistent with ntpd.
1804* libopts/file.c fix from Bruce Korb (arg-type=file).
1805
1806---
1807(4.2.6p4-RC2) 2011/08/04 Released by Harlan Stenn <stenn@ntp.org>
1808
1809* [Bug 1608] Parse Refclock driver should honor trusttime.
1810* [Bug 1961] html2man update: distribute ntp-wait.html.
1811* [Bug 1970] UNLINK_EXPR_SLIST() causes crash if list is empty.
1812* [Bug 1972] checking for struct rtattr fails.
1813* [Bug 1975] libntp/mktime.c won't work with 64-bit time_t
1814* [Bug 1978] [Bug 1134] fix in 4.2.6p4-RC1 doesn't build on older Linux.
1815* Backport several fixes for Coverity warnings from ntp-dev.
1816* Backport if_nametoindex() check for hpux.
1817
1818---
1819(4.2.6p4-RC1) 2011/07/10 Released by Harlan Stenn <stenn@ntp.org>
1820
1821* [Bug 1134] ntpd fails binding to tentative IPv6 addresses.
1822* [Bug 1790] Update config.guess and config.sub to detect AIX6.
1823* [Bug 1961] html2man needs an update.
1824* Update the NEWS file.
1825
1826---
1827(4.2.6p4-beta2) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
1828
1829* [Bug 1695] ntpdate takes longer than necessary.
1830* [Bug 1832] ntpdate doesn't allow timeout > 2s.
1831* [Bug 1933] WWVB/Spectracom driver timestamps LFs, not CRs.
1832* Backport utility routines from ntp-dev: mprintf(), emalloc_zero().
1833
1834---
1835(4.2.6p4-beta1) 2011/05/16 Released by Harlan Stenn <stenn@ntp.org>
1836
1837* [Bug 1554] peer may stay selected as system peer after becoming
1838  unreachable.
1839* [Bug 1921] LOCAL, ACTS drivers with "prefer" excluded from initial
1840  candidate list.
1841* [Bug 1923] orphan parent favored over LOCAL, ACTS drivers.
1842* [Bug 1924] Billboard tally codes sometimes do not match operation,
1843  variables.
1844* Enable tickadj-like taming of wildly off-spec Windows clock using
1845  NTPD_TICKADJ_PPM env. var. specifying baseline slew.
1846* Upgrade to AutoGen 5.11.9 (and require it).
1847* Upgrade to libopts 35.0.10 from AutoGen 5.11.9pre8.
1848
1849---
1850(4.2.6p3) 2011/01/03 Released by Harlan Stenn <stenn@ntp.org>
1851
1852* [Bug 1764] Palisade driver doesn't build on Linux
1853* Create and use scripts/check--help when generating .texi files.
1854* Update bk triggers for the bk-5 release.
1855* Update genCommitLog for the bk-5 release.
1856* Update the copyright year.
1857
1858---
1859(4.2.6p3-RC12) 2010/12/25 Released by Harlan Stenn <stenn@ntp.org>
1860
1861* [Bug 1458] Can not compile NTP on FreeBSD 4.7.
1862* [Bug 1510] Add modes 20/21 for driver 8 to support RAWDCF @ 75 baud.
1863* [Bug 1618] Unreachable code in jjy_start(). (backport from ntp-dev)
1864* [Bug 1719] ntp-keygen -V crash. (backport)
1865* [Bug 1740] ntpdc treats many counters as signed. (backport)
1866* [Bug 1741] Enable multicast reception on each address (Windows).
1867* [Bug 1742] Fix a typo in an error message in the "build" script.
1868* [Bug 1743] Display timezone offset when showing time for sntp in the
1869local timezone.
1870* [Bug 1751] Support for Atari FreeMiNT OS.
1871* [Bug 1754] --version output should be more verbose.
1872* [Bug 1757] oncore snprintf("%m") doesn't expand %m.
1873* [Bug 1758] setsockopt IPV6_MULTICAST_IF with wrong ifindex.
1874* [Bug 1760] ntpd Windows interpolation cannot be disabled.
1875* [Bug 1762] manycastclient solicitation responses interfere.
1876* Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre7.
1877* Relax minimum Automake version to 1.10 with updated libopts.m4.
1878* Suppress ntp-keygen OpenSSL version display for --help, --version,
1879display both build and runtime OpenSSL versions when they differ.
1880* Clean up m4 quoting in configure.ac, *.m4 files, resolving
1881  intermittent AC_LANG_PROGRAM possibly undefined errors.
1882* Clean up the SNTP documentation.
1883* Other manycastclient repairs:
1884  Separate handling of scope ID embedded in many in6_addr from ifindex
1885  used for IPv6 multicasting ioctls.
1886  Add INT_PRIVACY endpt bit flag for IPv6 RFC 4941 privacy addresses.
1887  Enable outbound multicast from only one address per interface in the
1888  same subnet, and in that case prefer embedded MAC address modified
1889  EUI-64 IPv6 addresses first, then static, and last RFC 4941 privacy
1890  addresses.
1891  Use setsockopt(IP[V6]_MULTICAST_IF) before each send to multicast to
1892  select the local source address, using the correct socket is not
1893  enough.
1894
1895---
1896(4.2.6p3-RC11) 2010/11/28 Released by Harlan Stenn <stenn@ntp.org>
1897
1898* [Bug 1725] ntpd sends multicast from only one address.
1899* [Bug 1728] In ntp_openssl.m4, don't add -I/usr/include or -L/usr/lib
1900  to CPPFLAGS or LDFLAGS.
1901* [Bug 1733] IRIX doesn't have 'head' (affects scripts/checkChangeLog).
1902* Remove log_msg() and debug_msg() from sntp in favor of msyslog().
1903* Use a single copy of libopts/, in sntp/.
1904* Upgrade libopts to 33.3.8.
1905* Bump minimum Automake version to 1.11, required for AM_COND_IF
1906  use in LIBOPTS_CHECK.
1907* Improvements to the 'build' script.
1908
1909---
1910(4.2.6p3-RC10) 2010/11/14 Released by Harlan Stenn <stenn@ntp.org>
1911
1912* [Bug 1681] More sntp logging cleanup.
1913* [Bug 1683] Non-localhost on loopback exempted from nic rules.
1914
1915---
1916(4.2.6p3-RC9) 2010/11/10 Released by Harlan Stenn <stenn@ntp.org>
1917
1918* [Bug 1574] sntp:set_time doesn't set tv_usec correctly.
1919* [Bug 1681] sntp logging cleanup.
1920* [Bug 1683] Interface binding does not seem to work as intended.
1921* [Bug 1691] Use first NMEA sentence each second.
1922* [Bug 1692] packageinfo.sh needs to be "sourced" using ./ .
1923* [Bug 1709] ntpdate ignores replies with equal receive and transmit
1924  timestamps.
1925* Backport sntp from -dev
1926
1927---
1928(4.2.6p3-RC8) 2010/10/29 Released by Harlan Stenn <stenn@ntp.org>
1929
1930* [Bug 1685] NMEA driver mode byte confusion.
1931* First cut at using scripts/checkChangeLog.
1932
1933---
1934(4.2.6p3-RC7) 2010/10/25 Released by Harlan Stenn <stenn@ntp.org>
1935
1936* [Bug 1676] NMEA: $GPGLL did not work after fix for Bug 1571.
1937* Added scripts/checkChangeLog.
1938
1939---
1940(4.2.6p3-RC6) 2010/10/24 Released by Harlan Stenn <stenn@ntp.org>
1941
1942* [Bug 1571] NMEA does not relate data to PPS edge.
1943* [Bug 1572] NMEA time adjustment for GPZDG buggy.
1944* [Bug 1675] Prohibit includefile remote config.
1945
1946---
1947(4.2.6p3-RC5) 2010/10/22 Released by Harlan Stenn <stenn@ntp.org>
1948
1949* [Bug 1649] Require NMEA checksum if $GPRMC or previously seen.
1950* [Bug 1669] NTP 4.2.6p2 fails to compile on IBM AIX 5.3.
1951
1952---
1953(4.2.6p3-RC4) 2010/10/16 Released by Harlan Stenn <stenn@ntp.org>
1954
1955* [Bug 1584] wrong SNMP type for precision, resolution.
1956* [Bug 1659] Need CLOCK_TRUETIME not CLOCK_TRUE.
1957* [Bug 1665] is_anycast() u_int32_t should be u_int32.
1958* ntpsnmpd, libntpq warning cleanup.
1959
1960---
1961(4.2.6p3-RC3) 2010/10/14 Released by Harlan Stenn <stenn@ntp.org>
1962
1963* [Bug 750] Non-existing device causes coredump with RIPE-NCC driver.
1964* [Bug 1080] ntpd on ipv6 routers very chatty.
1965* [Bug 1567] Support Arbiter 1093C Satellite Clock on Windows.
1966* [Bug 1581] printf format string mismatch leftover.
1967* [Bug 1584] ntpsnmpd OID must be mib-2.197.
1968* [Bug 1643] Range-check the decoding of the RIPE-NCC status codes.
1969* [Bug 1644] cvo.sh should use lsb_release to identify linux distros.
1970* [Bug 1659] Support Truetime Satellite Clocks on Windows.
1971* [Bug 1660] On some systems, test is in /usr/bin, not /bin.
1972* [Bug 1661] Re-indent refclock_ripencc.c.
1973
1974---
1975(4.2.6p3-RC2) 2010/09/25 Released by Harlan Stenn <stenn@ntp.org>
1976
1977* [Bug 1635] "filegen ... enable" is not default.
1978* [Bug 1636] yyparse() segfault after denied filegen remote config.
1979
1980---
1981(4.2.6p3-RC1) 2010/09/18 Released by Harlan Stenn <stenn@ntp.org>
1982
1983* [Bug 1344] ntpd on Windows exits without logging cause.
1984
1985---
1986(4.2.6p3-beta1) 2010/09/11 Released by Harlan Stenn <stenn@ntp.org>
1987
1988* [Bug 1573] Miscalculation of offset in sntp.
1989* [Bug 1595] empty last line in key file causes duplicate key to be added
1990* [Bug 1597] packet processing ignores RATE KoD packets, because of
1991  a bug in string comparison.
1992* [Bug 1581] ntp_intres.c size_t printf format string mismatch.
1993
1994---
1995(4.2.6p2) 2010/07/09 Released by Harlan Stenn <stenn@ntp.org>
1996
1997* [Bug 1581] size_t printf format string mismatches, IRIG string buffers
1998  undersized.  Mostly backported from earlier ntp-dev fixes by Juergen
1999  Perlinger.
2000
2001---
2002(4.2.6p2-RC7) 2010/06/19 Released by Harlan Stenn <stenn@ntp.org>
2003
2004* [Bug 1570] serial clock drivers get outdated input from kernel tty
2005  line buffer after startup
2006* [Bug 1575] use 'snprintf' with LIB_BUFLENGTH in inttoa.c, tvtoa.c and
2007  utvtoa.c
2008* [Bug 1576] sys/sysctl.h depends on sys/param.h on OpenBSD.
2009
2010---
2011(4.2.6p2-RC6) 2010/06/12 Released by Harlan Stenn <stenn@ntp.org>
2012
2013* [Bug 715] libisc Linux IPv6 interface iteration drops multicast flags.
2014
2015---
2016(4.2.6p2-RC5) 2010/06/03 Released by Harlan Stenn <stenn@ntp.org>
2017
2018* [Bug 1561] ntpq, ntpdc "passwd" prompts for MD5 password w/SHA1.
2019* [Bug 1565] sntp/crypto.c compile fails on MacOS over vsnprintf().
2020* Windows port: do not exit in ntp_timestamp_from_counter() without
2021  first logging the reason.
2022* Support "passwd blah" syntax in ntpq.
2023
2024---
2025(4.2.6p2-RC4) 2010/05/19 Released by Harlan Stenn <stenn@ntp.org>
2026
2027* [Bug 1555] 4.2.6p2-RC3 sntp illegal C (mixed code and declarations).
2028
2029---
2030(4.2.6p2-RC3) 2010/05/11 Released by Harlan Stenn <stenn@ntp.org>
2031
2032* [Bug 1325] unreachable code in sntp recv_bcst_data().
2033* [Bug 1459] sntp MD5 authentication does not work with ntpd.
2034* [Bug 1512] ntpsnmpd should connect to net-snmpd via a unix-domain
2035  socket by default.  Provide a command-line 'socket name' option.
2036* [Bug 1538] update refclock_nmea.c's call to getprotobyname().
2037* [Bug 1541] Fix wrong keyword for "maxclock".
2038* [Bug 1552] update and complete broadcast and crypto features in sntp.
2039* [Bug 1553] sntp/configure.ac OpenSSL support.
2040* Escape unprintable characters in a refid in ntpq -p billboard.
2041* Simplify hash client code by providing OpenSSL EVP_*() API when built
2042  without OpenSSL.  (from ntp-dev)
2043* Do not depend on ASCII values for ('A' - '0'), ('a' - '0') in sntp.
2044* Windows compiling hints/winnt.html update from G. Sunil Tej.
2045
2046---
2047(4.2.6p2-RC2) 2010/04/27 Released by Harlan Stenn <stenn@ntp.org>
2048
2049* [Bug 1465] Make sure time from TS2100 is not invalid (backport from
2050  ntp-dev).
2051* [Bug 1528] Fix EDITLINE_LIBS link order for ntpq and ntpdc.
2052* [Bug 1534] win32/include/isc/net.h conflicts with VC++ 2010 errno.h.
2053* [Bug 1535] "restrict -4 default" and "restrict -6 default" ignored.
2054* Remove --with-arlib from br-flock.
2055
2056---
2057(4.2.6p2-RC1) 2010/04/18 Released by Harlan Stenn <stenn@ntp.org>
2058
2059* [Bug 1503] Auto-enabling of monitor for "restrict ... limited" wrong.
2060* [Bug 1504] ntpdate tickles ntpd "discard minimum 1" rate limit if
2061  "restrict ... limited" is used.
2062* [Bug 1518] Windows ntpd should lock to one processor more
2063  conservatively.
2064* [Bug 1522] Enable range syntax "trustedkey (301 ... 399)".
2065* Update html/authopt.html controlkey, requestkey, and trustedkey docs.
2066
2067---
2068(4.2.6p1) 2010/04/09 Released by Harlan Stenn <stenn@ntp.org>
2069(4.2.6p1-RC6) 2010/03/31 Released by Harlan Stenn <stenn@ntp.org>
2070
2071* [Bug 1514] Typo in ntp_proto.c: fabs(foo < .4) should be fabs(foo) < .4.
2072* [Bug 1464] synchronization source wrong for refclocks ARCRON_MSF (27)
2073  and SHM (28).
2074* Correct Windows port's refclock_open() to return 0 on failure not -1.
2075* Correct CHU, dumbclock, and WWVB drivers to check for 0 returned from
2076  refclock_open() on failure.
2077* Correct "SIMUL=4 ./flock-build -1" to prioritize -1/--one.
2078
2079---
2080(4.2.6p1-RC5) 2010/02/09 Released by Harlan Stenn <stenn@ntp.org>
2081
2082* [Bug 1140] Clean up debug.html, decode.html, and ntpq.html.
2083* [Bug 1438] Remove dead code from sntp/networking.c.
2084* [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT.
2085* [Bug 1478] linking fails with undefined reference EVP_MD_pkey_type.
2086* [Bug 1479] Compilation fails because of not finding readline headers.
2087* [Bug 1480] snprintf() cleanup caused unterminated refclock IDs.
2088* [Bug 1484] ushort is not defined in QNX6.
2089
2090---
2091(4.2.6p1-RC4) 2010/02/04 Released by Harlan Stenn <stenn@ntp.org>
2092
2093* [Bug 1455] ntpd does not try /etc/ntp.audio as documented.
2094* [Bug 1467] Fix bogus rebuild of sntp/sntp.html
2095* [Bug 1470] "make distdir" in $srcdir builds keyword-gen, libntp.a.
2096* [Bug 1473] "make distcheck" before build can't make sntp/version.m4.
2097* [Bug 1474] ntp_keygen needs LCRYPTO after libntp.a.
2098* Convert many sprintf() calls to snprintf(), also strcpy(), strcat().
2099* Fix widely cut-n-pasted bug in refclock shutdown after failed start.
2100* Remove some dead code checking for emalloc() returning NULL.
2101* Remove arlib.
2102
2103---
2104(4.2.6p1-RC3) 2010/01/24 Released by Harlan Stenn <stenn@ntp.org>
2105
2106* Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in .
2107* [Bug 1448] Some macros not correctly conditionally or absolutely defined
2108  on Windows.
2109* [Bug 1449] ntpsim.h in ntp_config.c should be used conditionally.
2110* [Bug 1450] Option to exclude warnings not unconditionally defined on Windows.
2111* [Bug 1127] Properly check the return of X590_verify() - missed one.
2112* [Bug 1439] .texi generation must wait until after binary is linked.
2113* [Bug 1440] Update configure.ac to support kfreebsd.
2114* [Bug 1445] IRIX does not have -lcap or support linux capabilities.
2115* [Bug 1451] CID 115: sntp leaks KoD entry when updating existing.
2116* [Bug 1453] Use $CC in config.cache filename in ./build script.
2117
2118---
2119(4.2.6p1-RC2) 2009/12/25 Released by Harlan Stenn <stenn@ntp.org>
2120
2121* [Bug 1411] Fix status messages in refclock_oncore.c.
2122* [Bug 1416] MAXDNAME undefined on Solaris 2.6.
2123* [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
2124* [Bug 1424] Fix check for rtattr (rtnetlink.h).
2125* [Bug 1425] unpeer by association ID sets up for duplicate free().
2126* [Bug 1426] scripts/VersionName needs . on the search path.
2127* [Bug 1427] quote missing in ./build - shows up on NetBSD.
2128* [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
2129* [Bug 1429] ntpd -4 option does not reliably force IPv4 resolution.
2130* [Bug 1431] System headers must come before ntp headers in ntp_intres.c .
2131* [Bug 1434] HP-UX 11 ip_mreq undeclared, _HPUX_SOURCE helps some.
2132* [Bug 1435] sntp: Test for -lresolv using the same tests as in ntp.
2133
2134---
2135(4.2.6p1-RC1) 2009/12/20 Released by Harlan Stenn <stenn@ntp.org>
2136
2137* [Bug 1409] Put refclock_neoclock4x.c under the NTP COPYRIGHT notice.
2138  This should allow debian and other distros to add this refclock driver
2139  in further distro releases.
2140  Detect R2 hardware releases.
2141* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
2142* [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
2143* [Bug 1414] Enable "make distcheck" success with BSD make.
2144* [Bug 1415] Fix Mac OS X link problem.
2145* [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
2146* Build infrastructure updates to enable beta releases of ntp-stable.
2147
2148---
2149(4.2.6) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
2150* [Sec 1331] from4.2.4p8: DoS with mode 7 packets - CVE-2009-3563.
2151* [Bug 508] Fixed leap second handling for Windows.
2152(4.2.5p250-RC) 2009/11/30 Released by Harlan Stenn <stenn@ntp.org>
2153* sntp documentation updates.
2154* [Bug 761] internal resolver does not seem to honor -4/-6 qualifiers
2155* [Bug 1386] Deferred DNS doesn't work on NetBSD
2156* [Bug 1391] avoid invoking autogen twice for .c and .h files.
2157* [Bug 1397] shmget() refclock_shm failing because of file mode.
2158* Pass no_needed to ntp_intres as first part of fixing [Bug 975].
2159* Add ./configure --enable-force-defer-DNS to help debugging.
2160(4.2.5p249-RC) 2009/11/28 Released by Harlan Stenn <stenn@ntp.org>
2161* [Bug 1400] An empty KOD DB file causes sntp to coredump.
2162* sntp: documentation cleanup.
2163* sntp: clean up some error messages.
2164* sntp: Use the precision to control how many offset digits are shown.
2165* sntp: Show root dispersion.
2166* Cleanup from the automake/autoconf upgrades.
2167(4.2.5p248-RC) 2009/11/26 Released by Harlan Stenn <stenn@ntp.org>
2168* Prepare for the generation of sntp.html.
2169* Documentation changes from Dave Mills.
2170* [Bug 1387] Storage leak in ntp_intres (minor).
2171* [Bug 1389] buffer overflow in refclock_oncore.c
2172* [Bug 1391] .texi usage text from installed, not built binaries.
2173* [Bug 1392] intres retries duplicate assocations endlessly.
2174* Correct *-opts.h dependency so default 'get' action isn't used.
2175(4.2.5p247-RC) 2009/11/20 Released by Harlan Stenn <stenn@ntp.org>
2176* [Bug 1142] nodebug builds shed no light on -d, -D option failure.
2177* [Bug 1179] point out the problem with -i/--jaildir and -u/--user when
2178  they are disabled by configure.
2179* [Bug 1308] support systems that lack fork().
2180* [Bug 1343] sntp doesn't link on Solaris 7, needs -lresolv.
2181(4.2.5p246-RC) 2009/11/17 Released by Harlan Stenn <stenn@ntp.org>
2182* Upgrade to autogen-5.10
2183* [Bug 1378] Unnecessary resetting of peers during interface update.
2184* [Bug 1382] p245 configure --disable-dependency-tracking won't build.
2185* [Bug 1384] ntpq :config core dumped with a blank password.
2186(4.2.5p245-RC) 2009/11/14 Released by Harlan Stenn <stenn@ntp.org>
2187* Cleanup from Dave Mills.
2188* [Bug 1343] sntp illegal C does not compile on Solaris 7.
2189* [Bug 1381] Version .deps generated include file dependencies to allow
2190  known dependency-breaking changes to force .deps to be cleaned,
2191  triggered by changing the contents of deps-ver and/or sntp/deps-ver.
2192(4.2.5p244-RC) 2009/11/12 Released by Harlan Stenn <stenn@ntp.org>
2193* keygen.html updates from Dave Mills.
2194* [Bug 1003] ntpdc unconfig command doesn't prompt for keyid.
2195* [Bug 1376] Enable authenticated ntpq and ntpdc using newly-available
2196  digest types.
2197* ntp-keygen, Autokey OpenSSL build vs. run version mismatch is now a
2198  non-fatal warning.
2199(4.2.5p243-RC) 2009/11/11 Released by Harlan Stenn <stenn@ntp.org>
2200* [Bug 1226] Fix deferred DNS lookups.
2201* new crypto signature cleanup.
2202(4.2.5p242-RC) 2009/11/10 Released by Harlan Stenn <stenn@ntp.org>
2203* [Bug 1363] CID 92 clarify fallthrough case in clk_trimtsip.c
2204* [Bug 1366] ioctl(TIOCSCTTY, 0) fails on NetBSD *[0-2].* > 3.99.7.
2205* [Bug 1368] typos in libntp --without-crypto case
2206* [Bug 1371] deferred DNS lookup failing with INFO_ERR_AUTH.
2207* CID 87 dead code in ntpq.c atoascii().
2208* Fix authenticated ntpdc, broken in p240.
2209* Stub out isc/mem.h, shaving 47k from a MIPS ntpd binary.
2210* Shrink keyword scanner FSM entries from 64 to 32 bits apiece.
2211* Documention updates from Dave Mills.
2212* authkeys.c cleanup from Dave Mills.
2213(4.2.5p241-RC) 2009/11/07 Released by Harlan Stenn <stenn@ntp.org>
2214* html/authopt.html update from Dave Mills.
2215* Remove unused file from sntp/Makefile.am's distribution list.
2216* new crypto signature cleanup.
2217(4.2.5p240-RC) 2009/11/05 Released by Harlan Stenn <stenn@ntp.org>
2218* [Bug 1364] clock_gettime() not detected, need -lrt on Debian 5.0.3.
2219* Provide all of OpenSSL's signature methods for ntp.keys (FIPS 140-2).
2220(4.2.5p239-RC) 2009/10/30 Released by Harlan Stenn <stenn@ntp.org>
2221* [Bug 1357] bogus assert from refclock_shm.
2222* [Bug 1359] Debug message cleanup.
2223* CID 101: more pointer/array cleanup.
2224* [Bug 1356] core dump from refclock_nmea when can't open /dev/gpsU.
2225* [Bug 1358] AIX 4.3 sntp/networking.c IPV6_JOIN_GROUP undeclared.
2226* CID 101: pointer/array cleanup.
2227(4.2.5p238-RC) 2009/10/27 Released by Harlan Stenn <stenn@ntp.org>
2228* Changes from Dave Mills.
2229* driver4.html updates from Dave Mills.
2230* [Bug 1252] PPSAPI cleanup on ntpd/refclock_wwvb.c.
2231* [Bug 1354] libtool error building after bootstrap with Autoconf 2.64.
2232* Allow NTP_VPATH_HACK configure test to handle newer gmake versions.
2233* CIDs 94-99 make it more clearly impossible for sock_hash() to return
2234  a negative number.
2235* CID 105, 106 ensure ntpdc arrays are not overrun even if callers
2236  misbehave.
2237* CID 113 use va_end() in refclock_true.c true_debug().
2238* Get rid of configure tests for __ss_family and __ss_len when the more
2239  common ss_family and ss_len are present.
2240(4.2.5p237-RC) 2009/10/26 Released by Harlan Stenn <stenn@ntp.org>
2241* [Bug 610] NMEA support for using PPSAPI on a different device.
2242* [Bug 1238] use only fudge time2 to offset NMEA serial timestamp.
2243* [Bug 1355] ntp-dev won't compile on OpenBSD 4.6.
2244(4.2.5p236-RC) 2009/10/22 Released by Harlan Stenn <stenn@ntp.org>
2245* Cleanup from Dave Mills.
2246* [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
2247* [Bug 1353] ntpq "rv 0 settimeofday" always shows UNKNOWN on unix.
2248* Do not attempt to execute built binaries from ntpd/Makefile when
2249  cross-compiling (keyword-gen and ntpd --saveconfigquit).
2250* sntp/main.c: Remove duplicate global adr_buf[] (also defined in
2251  networking.c) which Piotr Grudzinski identified breaking his build.
2252* Correct in6addr_any test in configure.ac to attempt link too.
2253(4.2.5p235-RC) 2009/10/18 Released by Harlan Stenn <stenn@ntp.org>
2254* [Bug 1343] lib/isc build breaks on systems without IPv6 headers.
2255(4.2.5p234-RC) 2009/10/16 Released by Harlan Stenn <stenn@ntp.org>
2256* [Bug 1339] redux, use unmodified lib/isc/win32/strerror.c and
2257  move #define strerror... to a header not used by lib/isc code.
2258* [Bug 1345] illegal 'grep' option prevents compilation.
2259* [Bug 1346] keyword scanner broken where char defaults to unsigned.
2260* [Bug 1347] ntpd/complete.conf missing multicastclient test case.
2261(4.2.5p233-RC) 2009/10/15 Released by Harlan Stenn <stenn@ntp.org>
2262* [Bug 1337] cast setsockopt() v4 address pointer to void *.
2263* [Bug 1342] ignore|drop one IPv6 address on an interface blocks all
2264  addresses on that interface.
2265* Documentation cleanup and updates.
2266(4.2.5p232-RC) 2009/10/14 Released by Harlan Stenn <stenn@ntp.org>
2267* [Bug 1302] OpenSSL under Windows needs applink support.
2268* [Bug 1337] fix incorrect args to setsockopt(fd, IP_MULTICAST_IF,...).
2269* [Bug 1339] Fix Windows-only ntp_strerror() infinite recursion.
2270* [Bug 1341] NMEA driver requires working PPSAPI #ifdef HAVE_PPSAPI.
2271* Construct ntpd keyword scanner finite state machine at compile time
2272  rather than at runtime, shrink entries from 40+ to 8 bytes.
2273* Update documentation for ntpq --old-rv, saveconfig, saveconfigdir,
2274  ntpd -I -L and -M, and interface/nic rules. (From Dave Hart)
2275* [Bug 1337] fix incorrect args to setsockopt(fd, IP_MULTICAST_IF,...)
2276(4.2.5p231-RC) 2009/10/10 Released by Harlan Stenn <stenn@ntp.org>
2277* [Bug 1335] Broadcast client degraded by wildcard default change.
2278(4.2.5p230-RC) 2009/10/09 Released by Harlan Stenn <stenn@ntp.org>
2279* Start the 4.2.6 Release Candidate cycle.
2280* Broadcast and transit phase cleanup from Dave Mills.
2281(4.2.5p229) 2009/10/07 Released by Harlan Stenn <stenn@ntp.org>
2282* [Bug 1334] ntpsnmpd undefined reference to `ntpqOptions'.
2283* Change ntpsnmpd/Makefile.am include file order to fix FreeBSD build.
2284(4.2.5p228) 2009/10/06 Released by Harlan Stenn <stenn@ntp.org>
2285* Reclaim syntax tree memory after application in ntpd built with
2286  configure --disable-saveconfig.
2287* [Bug 1135] ntpq uses sizeof(u_long) where sizeof(u_int32) is meant.
2288* [Bug 1333] ntpd --interface precedence over --novirtualips lost.
2289(4.2.5p227) 2009/10/05 Released by Harlan Stenn <stenn@ntp.org>
2290* [Bug 1135] :config fails with "Server disallowed request"
2291* [Bug 1330] disallow interface/nic rules when --novirtualips or
2292  --interface are used.
2293* [Bug 1332] ntpq -c 'rv 0 variablename' returns extra stuff.
2294* Add test of ntpd --saveconfigquit fidelity using new complete.conf.
2295* Documentation updates from Dave Hart/Dave Mills.
2296(4.2.5p226) 2009/10/04 Released by Harlan Stenn <stenn@ntp.org>
2297* [Bug 1318] Allow multiple -g options on ntpd command line.
2298* [Bug 1327] ntpq, ntpdc, ntp-keygen -d & -D should work with configure
2299  --disable-debugging.
2300* Add ntpd --saveconfigquit <filename> option for future build-time
2301  testing of saveconfig fidelity.
2302* Clockhop and autokey cleanup from Dave Mills.
2303* Documentation updates from Dave Mills.
2304(4.2.5p225) 2009/09/30 Released by Harlan Stenn <stenn@ntp.org>
2305* authopt documentation changes from Dave Mills/Dave Hart.
2306* [Bug 1324] support bracketed IPv6 numeric addresses for restrict.
2307(4.2.5p224) 2009/09/29 Released by Harlan Stenn <stenn@ntp.org>
2308* Clockhop and documentation fixes from Dave Mills.
2309* Remove "tos maxhop" ntp.conf knob.
2310(4.2.5p223) 2009/09/28 Released by Harlan Stenn <stenn@ntp.org>
2311* [Bug 1321] build doesn't work if . isn't on $PATH.
2312* [Bug 1323] Implement "revoke #" to match documentation, deprecate
2313  "crypto revoke #".
2314(4.2.5p222) 2009/09/27 Released by Harlan Stenn <stenn@ntp.org>
2315* Update libisc code using bind-9.6.1-P1.tar.gz, rearrange our copy to
2316  mirror the upstream layout (lib/isc/...), and merge in NTP-local
2317  modifications to libisc.  There is a new procedure to ease future
2318  libisc merges using a separate "upstream" bk repo.  That will enable
2319  normal bk pull automerge to handle carrying forward any local changes
2320  and should enable us to take updated libisc snapshots more often.
2321* Updated build and flock-build scripts.  flock-build --one is a way
2322  to perform a flock-build compatible solitary build, handy for a repo
2323  clone's first build on a machine with autoconf, automake, etc.
2324* Compiling ntp_parser.y using BSD make correctly places ntp_parser.h
2325  in the top-level ntpd directory instead of A.*/ntpd.
2326* bootstrap script updated to remove potentially stale .deps dirs.
2327* Remove unneeded Makefile.am files from the lib/isc/include tree.
2328(4.2.5p221) 2009/09/26 Released by Harlan Stenn <stenn@ntp.org>
2329* [Bug 1316] segfault if refclock_nmea can't open file.
2330* [Bug 1317] Distribute cvo.sh.
2331(4.2.5p220) 2009/09/25 Released by Harlan Stenn <stenn@ntp.org>
2332* Rearrange libisc code to match the upstream layout in BIND.  This is
2333  step one of two, changing the layout but keeping our existing libisc.
2334(4.2.5p219) 2009/09/24 Released by Harlan Stenn <stenn@ntp.org>
2335* [Bug 1315] "interface ignore 0.0.0.0" is ignored.
2336* add implicit "nic ignore all" rule before any rules from ntp.conf, so
2337  "nic listen eth0" alone means the same as "-I eth0".
2338* add wildcard match class for interface/nic rules.
2339* fix mistaken carryover of prefixlen from one rule to the next.
2340* Ensure IPv6 localhost address ::1 is included in libisc's Windows IPv6
2341  address enumeration, allowing ntpq and ntpdc's hardcoding to 127.0.0.1
2342  on Windows to end.
2343(4.2.5p218) 2009/09/21 Released by Harlan Stenn <stenn@ntp.org>
2344* [Bug 1314] saveconfig emits -4 and -6 on when not given.
2345* correct parsing and processing of setvar directive.
2346* highlight location of ntpq :config syntax errors with ^.
2347* clarify (former) NO_ARG, SINGLE_ARG, MULTIPLE_ARG renaming to
2348  FOLLBY_TOKEN, FOLLBY_STRING, FOLLBY_STRINGS_TO_EOC.
2349* parser, saveconfig cleanup to store T_ identifiers in syntax tree.
2350(4.2.5p217) 2009/09/20 Released by Harlan Stenn <stenn@ntp.org>
2351* [Bug 1300] reject remote configuration of dangerous items.
2352(4.2.5p216) 2009/09/19 Released by Harlan Stenn <stenn@ntp.org>
2353* [Bug 1312] ntpq/ntpdc MD5 passwords truncated to 8 chars on Suns.
2354* CID 10 missing free(up); in refclock_palisade.c error return, again.
2355* CID 83 added assertion to demonstrate config_nic_rules() does not
2356  call strchr(NULL, '/').
2357(4.2.5p215) 2009/09/18 Released by Harlan Stenn <stenn@ntp.org>
2358* [Bug 1292] Workaround last VC6 unsigned __int64 kink.
2359(4.2.5p214) 2009/09/17 Released by Harlan Stenn <stenn@ntp.org>
2360* [Bug 1303] remove top-level "autokey" directive.
2361* use "nic listen 192.168.0.0/16" instead of
2362  "nic listen 192.168.0.0 prefixlen 16".
2363(4.2.5p213) 2009/09/16 Released by Harlan Stenn <stenn@ntp.org>
2364* [Bug 1310] fix Thunderbolt mode in refclock_palisade.c
2365(4.2.5p212) 2009/09/15 Released by Harlan Stenn <stenn@ntp.org>
2366* [Bug 983] add interface [listen | ignore | drop] ... directive.
2367* [Bug 1243] MD5auth_setkey zero-fills key from first zero octet.
2368* [Bug 1295] leftover fix, do not crash on exit in free_config_trap()
2369  when "trap 1.2.3.4" is used without any further options.
2370* [Bug 1311] 4.2.5p211 doesn't build in no-debug mode.
2371* document interface (alias nic) and unpeer.
2372* Correct syntax error line & column numbers.
2373* CID 79: kod_init_kod_db() fails to fclose(db_s) in two error paths.
2374* CID 80: attempt to quiet Coverity false positive re: leaking "reason"
2375  in main().
2376* Documentation updates from Dave Mills.
2377* CID 81: savedconfig leaked in save_config().
2378* Make the code agree with the spec and the book (Dave Mills).
2379(4.2.5p211) 2009/09/14 Released by Harlan Stenn <stenn@ntp.org>
2380* [Bug 663] respect ntpq -c and -p order on command line.
2381* [Bug 1292] more VC6 unsigned __int64 workarounds.
2382* [Bug 1296] Added Support for Trimble Acutime Gold.
2383(4.2.5p210) 2009/09/06 Released by Harlan Stenn <stenn@ntp.org>
2384* [Bug 1294] Use OPENSSL_INC and OPENSSL_LIB macros for Windows
2385  and remove unnecessary reference to applink.c for Windows
2386* [Bug 1295] trap directive options are not optional.
2387* [Bug 1297] yylex() must always set yylval before returning.
2388(4.2.5p209) 2009/09/01 Released by Harlan Stenn <stenn@ntp.org>
2389* [Bug 1290] Fix to use GETTIMEOFDAY macro
2390* [Bug 1289] Update project files for VC6, VS2003, VS2005, VS 2008
2391(4.2.5p208) 2009/08/30 Released by Harlan Stenn <stenn@ntp.org>
2392* [Bug 1293] make configuration dumper ready for release, specifically:
2393* rename ntpq dumpcfg command to "saveconfig".
2394* require authentication for saveconfig.
2395* "restrict ... nomodify" prevents saveconfig and :config.
2396* "saveconfig ." shorthand to save to startup configuration file.
2397* support strftime() substitution in saveconfig arg to timestamp
2398  the output filename, for example "saveconfig %Y%m%d-%H%M%S.conf".
2399* display saveconfig response message from ntpd in ntpq.
2400* save output filename in "savedconfig" variable, fetched with ntpq -c
2401  "rv 0 savedconfig".
2402* document saveconfig in html/ntpq.html.
2403* add ./configure --disable-saveconfig to build a smaller ntpd.
2404* log saveconfig failures and successes to syslog.
2405(4.2.5p207) 2009/08/29 Released by Harlan Stenn <stenn@ntp.org>
2406* [Bug 1292] Minor Windows source tweaks for VC6-era SDK headers.
2407(4.2.5p206) 2009/08/26 Released by Harlan Stenn <stenn@ntp.org>
2408* accopt.html typo fixes from Dave Mills.
2409* [Bug 1283] default to remembering KoD in sntp.
2410* clean up numerous sntp/kod_management.c bugs.
2411* use all addresses resolved from each DNS name in sntp.
2412(4.2.5p205) 2009/08/18 Released by Harlan Stenn <stenn@ntp.org>
2413* accopt.html typo fixes from Dave Mills.
2414* [Bug 1285] Log ntpq :config/config-from-file events.
2415* [Bug 1286] dumpcfg omits statsdir, mangles filegen.
2416(4.2.5p204) 2009/08/17 Released by Harlan Stenn <stenn@ntp.org>
2417* [Bug 1284] infinite loop in ntpd dumping more than one trustedkey
2418(4.2.5p203) 2009/08/16 Released by Harlan Stenn <stenn@ntp.org>
2419* Add ntpq -c dumpcfg, Google Summer of Code project of Max Kuehn
2420(4.2.5p202) 2009/08/14 Released by Harlan Stenn <stenn@ntp.org>
2421* install the binary and man page for sntp.
2422(4.2.5p201) 2009/08/13 Released by Harlan Stenn <stenn@ntp.org>
2423* sntp: out with the old, in with the new.
2424(4.2.5p200) 2009/08/12 Released by Harlan Stenn <stenn@ntp.org>
2425* [Bug 1281] Build ntpd on Windows without big SDK download, burn,
2426  and install by checking in essentially unchanging messages.mc build
2427  products to avoid requiring mc.exe, which is not included with VC++
2428  2008 EE.
2429(4.2.5p199) 2009/08/09 Released by Harlan Stenn <stenn@ntp.org>
2430* [Bug 1279] Cleanup for warnings from Veracode static analysis.
2431(4.2.5p198) 2009/08/03 Released by Harlan Stenn <stenn@ntp.org>
2432* Upgrade to autogen-5.9.9-pre5.
2433(4.2.5p197) 2009/07/30 Released by Harlan Stenn <stenn@ntp.org>
2434* The build script now has . at the end of PATH for config.guess.
2435(4.2.5p196) 2009/07/29 Released by Harlan Stenn <stenn@ntp.org>
2436* [Bug 1272] gsoc_sntp IPv6 build problems under HP-UX 10.
2437* [Bug 1273] CID 10: Palisade leaks unit struct in error path.
2438* [Bug 1274] CID 67: ensure resolve_hosts() output count and pointers
2439  are consistent.
2440* [Bug 1275] CID 45: CID 46: old sntp uses uninitialized guesses[0],
2441  precs[0].
2442* [Bug 1276] CID 52: crypto_xmit() may call crypto_alice[23]()
2443  with NULL peer.
2444(4.2.5p195) 2009/07/27 Released by Harlan Stenn <stenn@ntp.org>
2445* cvo.sh: Add support for CentOS, Fedora, Slackware, SuSE, and QNX.
2446(4.2.5p194) 2009/07/26 Released by Harlan Stenn <stenn@ntp.org>
2447* Documentation updates from Dave Mills.
2448* Use scripts/cvo.sh in the build script to get better subdir names.
2449(4.2.5p193) 2009/07/25 Released by Harlan Stenn <stenn@ntp.org>
2450* [Bug 1261] CID 34: simulate_server() rbuf.msg_flags uninitialized.
2451* [Bug 1262] CID 35: xpkt.mac uninitialized in simulate_server().
2452* [Bug 1263] CID 37: CID 38: CID 40: CID 43: multiple refclocks
2453  uninitialized tm_zone (arc, chronolog, dumbclock, pcf).
2454* [Bug 1264] CID 64: gsoc_sntp on_wire() frees wrong ptr receiving KoD.
2455* [Bug 1265] CID 65: CID 66: gsoc_sntp on_wire() leaks x_pkt, r_pkt.
2456* [Bug 1266] CID 39: datum_pts_start() uninitialized arg.c_ospeed.
2457* [Bug 1267] CID 44: old sntp handle_saving() writes stack garbage to
2458  file when clearing.
2459* [Bug 1268] CID 63: resolve_hosts() leaks error message buffer.
2460* [Bug 1269] CID 74: use assertion to ensure move_fd() does not return
2461  negative descriptors.
2462* [Bug 1270] CID 70: gsoc_sntp recv_bcst_data mdevadr.ipv6mr_interface
2463  uninitialized.
2464(4.2.5p192) 2009/07/24 Released by Harlan Stenn <stenn@ntp.org>
2465* [Bug 965] CID 42: ss_family uninitialized.
2466* [Bug 1250] CID 53: kod_init_kod_db() overruns kod_db malloc'd buffer.
2467* [Bug 1251] CID 68: search_entry() mishandles dst argument.
2468* [Bug 1252] CID 32: Quiet Coverity warning with assertion.
2469* [Bug 1253] CID 50: gsoc_sntp/crypto.c auth_init() always returns a
2470  list with one entry.
2471* [Bug 1254] CID 56: tv_to_str() leaks a struct tm each call.
2472* [Bug 1255] CID 55: pkt_output() leaks a copy of each packet.
2473* [Bug 1256] CID 51: Coverity doesn't recognize our assertion macros as
2474  terminal.
2475* [Bug 1257] CID 57: gsoc_sntp auth_init() fails to fclose(keyfile).
2476* [Bug 1258] CID 54: gsoc_sntp resolve_hosts() needs simplification.
2477* [Bug 1259] CID 59: gsoc_sntp recv_bcast_data() fails to free(rdata)
2478  on error paths.
2479* [Bug 1260] CID 60: gsoc_sntp recvpkt() fails to free(rdata).
2480* Updated to AutoGen-5.9.9pre2.
2481(4.2.5p191) 2009/07/21 Released by Harlan Stenn <stenn@ntp.org>
2482* Updated to AutoGen-5.9.9pre1.
2483(4.2.5p190) 2009/07/20 Released by Harlan Stenn <stenn@ntp.org>
2484* Updated to AutoGen-5.9.8.
2485* [Bug 1248] RES_MSSNTP typo in ntp_proto.c.
2486* [Bug 1246] use a common template for singly-linked lists, convert most
2487  doubly-linked lists to singly-linked.
2488* Log warning about signd blocking when restrict mssntp used.
2489(4.2.5p189) 2009/07/16 Released by Harlan Stenn <stenn@ntp.org>
2490* Documentation cleanup from Dave Mills.
2491(4.2.5p188) 2009/07/15 Released by Harlan Stenn <stenn@ntp.org>
2492* [Bug 1245] Broken xmt time sent in fast_xmit() of 4.2.5p187.
2493(4.2.5p187) 2009/07/11 Released by Harlan Stenn <stenn@ntp.org>
2494* [Bug 1042] multicast listeners IPv4+6 ignore new interfaces.
2495* [Bug 1237] Windows serial code treat CR and LF both as line
2496  terminators.
2497* [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver.
2498* [Bug 1242] Remove --enable-wintime, symmetric workaround is now
2499  always enabled.
2500* [Bug 1244] NTP_INSIST(fd != maxactivefd) failure in intres child
2501* Added restrict keyword "mssntp" for Samba4 DC operation, by Dave Mills.
2502(4.2.5p186) 2009/07/08 Released by Harlan Stenn <stenn@ntp.org>
2503* ntp_proto.c cleanup from Dave Mills.
2504(4.2.5p185) 2009/07/01 Released by Harlan Stenn <stenn@ntp.org>
2505* Documentation updates from Dave Mills.
2506* [Bug 1234] convert NMEA driver to use common PPSAPI code.
2507* timepps-Solaris.h pps_handle_t changed from pointer to scalar
2508* Spectracom refclock added to Windows port of ntpd
2509* [Bug 1236] Declaration order fixed.
2510* Bracket private ONCORE debug statements with #if 0 rather than #ifdef
2511  DEBUG
2512* Delete ONCORE debug statement that is now handled elsewhere.
2513(4.2.5p184) 2009/06/24 Released by Harlan Stenn <stenn@ntp.org>
2514* [Bug 1233] atom refclock fudge time1 sign flipped in 4.2.5p164.
2515(4.2.5p183) 2009/06/23 Released by Harlan Stenn <stenn@ntp.org>
2516* [Bug 1196] setsockopt(SO_EXCLUSIVEADDRUSE) can fail on Windows 2000
2517  and earlier with WSAINVAL, do not log a complaint in that case.
2518* [Bug 1210] ONCORE driver terminates ntpd without logging a reason.
2519* [Bug 1218] Correct comment in refclock_oncore on /etc/ntp.oncore*
2520  configuration file search order.
2521* Change ONCORE driver to log using msyslog as well as to any
2522  clockstats file.
2523* [Bug 1231] ntpsnmpd build fails after sockaddr union changes.
2524(4.2.5p182) 2009/06/18 Released by Harlan Stenn <stenn@ntp.org>
2525* Add missing header dependencies to the ntpdc layout verification.
2526* prefer.html updates from Dave Mills.
2527* [Bug 1205] Add ntpd --usepcc and --pccfreq options on Windows
2528* [Bug 1215] unpeer by association ID
2529* [Bug 1225] Broadcast address miscalculated on Windows 4.2.5p180
2530* [Bug 1229] autokey segfaults in cert_install().
2531* Use a union for structs sockaddr, sockaddr_storage, sockaddr_in, and
2532  sockaddr_in6 to remove casts and enable type checking.  Collapse
2533  some previously separate IPv4/IPv6 paths into a single codepath.
2534(4.2.5p181) 2009/06/06 Released by Harlan Stenn <stenn@ntp.org>
2535* [Bug 1206] Required compiler changes for Windows
2536* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends
2537* [Bug 1204] Unix-style refclock device paths on Windows
2538* [Bug 1205] partial fix, disable RDTSC use by default on Windows
2539* [Bug 1208] decodenetnum() buffer overrun on [ with no ]
2540* [Bug 1211] keysdir free()d twice #ifdef DEBUG
2541* Enable ONCORE, ARCRON refclocks on Windows (untested)
2542(4.2.5p180) 2009/05/29 Released by Harlan Stenn <stenn@ntp.org>
2543* [Bug 1200] Enable IPv6 in Windows port
2544* Lose FLAG_FIXPOLL, from Dave Mills.
2545(4.2.5p179) 2009/05/23 Released by Harlan Stenn <stenn@ntp.org>
2546* [Bug 1041] xmt -> aorg timestamp cleanup from Dave Mills,
2547  reported by Dave Hart.
2548* [Bug 1193] Compile error: conflicting types for emalloc.
2549* [Bug 1196] VC6 winsock2.h does not define SO_EXCLUSIVEADDRUSE.
2550* Leap/expire cleanup from Dave Mills.
2551(4.2.5p178) 2009/05/21 Released by Harlan Stenn <stenn@ntp.org>
2552* Provide erealloc() and estrdup(), a la emalloc().
2553* Improve ntp.conf's parser error messages.
2554* [Bug 320] "restrict default ignore" does not affect IPv6.
2555* [Bug 1192] "restrict -6 ..." reports a syntax error.
2556(4.2.5p177) 2009/05/18 Released by Harlan Stenn <stenn@ntp.org>
2557* Include 4.2.4p7
2558* [Bug 1174] nmea_shutdown assumes that nmea has a unit assigned
2559* [Bug 1190] NMEA refclock fudge flag4 1 obscures position in timecode
2560* Update NMEA refclock documentation in html/drivers/driver20.html
2561(4.2.5p176) 2009/05/13 Released by Harlan Stenn <stenn@ntp.org>
2562* [Bug 1154] mDNS registration should be done later, repeatedly and only
2563  if asked for. (second try for fix)
2564(4.2.5p175) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
2565* Include 4.2.4p7-RC7
2566* [Bug 1180] ntpd won't start with more than ~1000 interfaces
2567* [Bug 1182] Documentation typos and missing bits.
2568* [Bug 1183] COM port support should extend past COM3
2569* [Bug 1184] ntpd is deaf when restricted to second IP on the same net
2570* Clean up configure.ac NTP_CACHEVERSION interface, display cache
2571  version when clearing.  Fixes a regression.
2572(4.2.5p174) 2009/05/09 Released by Harlan Stenn <stenn@ntp.org>
2573* Stale leapsecond file fixes from Dave Mills.
2574(4.2.5p173) 2009/05/08 Released by Harlan Stenn <stenn@ntp.org>
2575* Include 4.2.4p7-RC6
2576(4.2.5p172) 2009/05/06 Released by Harlan Stenn <stenn@ntp.org>
2577* [Bug 1175] Instability in PLL daemon mode.
2578* [Bug 1176] refclock_parse.c does not compile without PPSAPI.
2579(4.2.5p171) 2009/05/04 Released by Harlan Stenn <stenn@ntp.org>
2580* Autokey documentation cleanup from Dave Mills.
2581* [Bug 1171] line editing libs found without headers (Solaris 11)
2582* [Bug 1173] NMEA refclock fails with Solaris PPSAPI
2583* Fix problem linking msntp on Solaris when sntp subdir is configured
2584  before parent caused by different gethostent library search order.
2585* Do not clear config.cache when it is  empty.
2586(4.2.5p170) 2009/05/02 Released by Harlan Stenn <stenn@ntp.org>
2587* [Bug 1152] adjust PARSE to new refclock_pps logic
2588* Include 4.2.4p7-RC5
2589* loopfilter FLL/PLL crossover cleanup from Dave Mills.
2590* Documentation updates from Dave Mills.
2591* ntp-keygen cleanup from Dave Mills.
2592* crypto API cleanup from Dave Mills.
2593* Add NTP_CACHEVERSION mechanism to ignore incompatible config.cache
2594* Enable gcc -Wstrict-overflow for gsoc_sntp as well
2595(4.2.5p169) 2009/04/30 Released by Harlan Stenn <stenn@ntp.org>
2596* [Bug 1171] Note that we never look for -lreadline by default.
2597* [Bug 1090] Fix bogus leap seconds in refclock_hpgps.
2598(4.2.5p168) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
2599* Include 4.2.4p7-RC4
2600* [Bug 1169] quiet compiler warnings
2601* Re-enable gcc -Wstrict-prototypes when not building with OpenSSL
2602* Enable gcc -Wstrict-overflow
2603* ntpq/ntpdc emit newline after accepting password on Windows
2604* Updates from Dave Mills:
2605* ntp-keygen.c: Updates.
2606* Fix the error return and syslog function ID in refclock_{param,ppsapi}.
2607* Make sure syspoll is within the peer's minpoll/maxpoll bounds.
2608* ntp_crypto.c: Use sign_siglen, not len. sign key filename cleanup.
2609* Bump NTP_MAXEXTEN from 1024 to 2048, update values for some field lengths.
2610* m4/ntp_lineeditlibs.m4: fix warnings from newer Autoconf
2611* [Bug 1166] Remove truncation of position (blanking) code in refclock_nmea.c
2612(4.2.5p167) 2009/04/26 Released by Harlan Stenn <stenn@ntp.org>
2613* Crypto cleanup from Dave Mills.
2614(4.2.5p166) 2009/04/25 Released by Harlan Stenn <stenn@ntp.org>
2615* [Bug 1165] Clean up small memory leaks in the  config file parser
2616* Correct logconfig keyword declaration to MULTIPLE_ARG
2617* Enable filename and line number leak reporting on Windows when built
2618  DEBUG for all the typical C runtime allocators such as calloc,
2619  malloc, and strdup.  Previously only emalloc calls were covered.
2620* Add DEBUG-only code to free dynamically allocated memory that would
2621  otherwise remain allocated at ntpd exit, to allow less forgivable
2622  leaks to stand out in leaks reported after exit.
2623* Ensure termination of strings in ports/winnt/libisc/isc_strerror.c
2624  and quiet compiler warnings.
2625* [Bug 1057] ntpdc unconfig failure
2626* [Bug 1161] unpeer AKA unconfig command for ntpq :config
2627* PPS and crypto cleanup in ntp_proto.c from Dave Mills.
2628(4.2.5p165) 2009/04/23 Released by Harlan Stenn <stenn@ntp.org>
2629* WWVB refclock cleanup from Dave Mills.
2630* Code cleanup: requested_key -> request_key.
2631* [Bug 833] ignore whitespace at end of remote configuration lines
2632* [Bug 1033] ntpdc/ntpq crash prompting for keyid on Windows
2633* [Bug 1028] Support for W32Time authentication via Samba.
2634* quiet ntp_parser.c malloc redeclaration warning
2635* Mitigation and PPS/PPSAPI cleanup from Dave Mills.
2636* Documentation updates from Dave Mills.
2637* timepps-Solaris.h patches from Dave Hart.
2638(4.2.5p164) 2009/04/22 Released by Harlan Stenn <stenn@ntp.org>
2639* Include 4.2.4p7-RC3
2640* PPS/PPSAPI cleanup from Dave Mills.
2641* Documentation updates from Dave Mills.
2642* [Bug 1125] C runtime per-thread initialization on Windows
2643* [Bug 1152] temporarily disable refclock_parse, refclock_true until
2644  maintainers can repair build break from pps_sample()
2645* [Bug 1153] refclock_nmea should not mix UTC with GPS time
2646* [Bug 1159] ntpq overlap diagnostic message test buggy
2647(4.2.5p163) 2009/04/10 Released by Harlan Stenn <stenn@ntp.org>
2648(4.2.5p162) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
2649* Documentation updates from Dave Mills.
2650* Mitigation and PPS cleanup from Dave Mills.
2651* Include 4.2.4p7-RC2
2652* [Bug 216] New interpolation scheme for Windows eliminates 1ms jitter
2653* remove a bunch of #ifdef SYS_WINNT from portable code
2654* 64-bit time_t cleanup for building on newer Windows compilers
2655* Only set CMOS clock during ntpd exit on Windows if the computer is
2656  shutting down or restarting.
2657* [Bug 1148] NMEA reference clock improvements
2658* remove deleted gsoc_sntp/utilities.o from repository so that .o build
2659  products can be cleaned up without corrupting the repository.
2660(4.2.5p161) 2009/03/31 Released by Harlan Stenn <stenn@ntp.org>
2661* Documentation updates from Dave Mills.
2662(4.2.5p160) 2009/03/30 Released by Harlan Stenn <stenn@ntp.org>
2663* [Bug 1141] refclock_report missing braces cause spurious "peer event:
2664  clock clk_unspec" log entries
2665* Include 4.2.4p7-RC1
2666(4.2.5p159) 2009/03/28 Released by Harlan Stenn <stenn@ntp.org>
2667* "bias" changes from Dave Mills.
2668(4.2.5p158) 2009/01/30 Released by Harlan Stenn <stenn@ntp.org>
2669* Fix [CID 72], a typo introduced at the latest fix to prettydate.c.
2670(4.2.5p157) 2009/01/26 Released by Harlan Stenn <stenn@ntp.org>
2671* Cleanup/fixes for ntp_proto.c and ntp_crypto.c from Dave Mills.
2672(4.2.5p156) 2009/01/19 Released by Harlan Stenn <stenn@ntp.org>
2673* [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate().
2674  Fixed some compiler warnings about missing prototypes.
2675  Fixed some other simple compiler warnings.
2676* [Bug 1119] [CID 52] Avoid a possible null-dereference in ntp_crypto.c.
2677* [Bug 1120] [CID 51] INSIST that peer is non-null before we dereference it.
2678* [Bug 1121] [CID 47] double fclose() in ntp-keygen.c.
2679(4.2.5p155) 2009/01/18 Released by Harlan Stenn <stenn@ntp.org>
2680* Documentation updates from Dave Mills.
2681* CHU frequency updates.
2682* Design assertion fixes for ntp_crypto.c from Dave Mills.
2683(4.2.5p154) 2009/01/13 Released by Harlan Stenn <stenn@ntp.org>
2684* [Bug 992] support interface event change on Linux from
2685  Miroslav Lichvar.
2686(4.2.5p153) 2009/01/09 Released by Harlan Stenn <stenn@ntp.org>
2687* Renamed gsoc_sntp/:fetch-stubs to gsoc_sntp/fetch-stubs to avoid
2688  file name problems under Windows.
2689  Removed German umlaut from log msg for 4.2.5p142.
2690(4.2.5p152) 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
2691* Include 4.2.4p6: 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
2692(4.2.5p151) 2008/12/23 Released by Harlan Stenn <stenn@ntp.org>
2693* Stats file logging cleanup from Dave Mills.
2694(4.2.5p150) 2008/12/15 Released by Harlan Stenn <stenn@ntp.org>
2695* [Bug 1099] Fixed wrong behaviour in sntp's crypto.c.
2696* [Bug 1103] Fix 64-bit issues in the new calendar code.
2697(4.2.5p149) 2008/12/05 Released by Harlan Stenn <stenn@ntp.org>
2698* Fixed mismatches in data types and OID definitions in ntpSnmpSubAgent.c
2699* added a premliminary MIB file to ntpsnmpd (ntpv4-mib.mib)
2700(4.2.5p148) 2008/12/04 Released by Harlan Stenn <stenn@ntp.org>
2701* [Bug 1070] Fix use of ntpq_parsestring() in ntpsnmpd.
2702(4.2.5p147) 2008/11/27 Released by Harlan Stenn <stenn@ntp.org>
2703* Update gsoc_sntp's GCC warning code.
2704(4.2.5p146) 2008/11/26 Released by Harlan Stenn <stenn@ntp.org>
2705* Update Solaris CFLAGS for gsoc_sntp.
2706(4.2.5p145) 2008/11/20 Released by Harlan Stenn <stenn@ntp.org>
2707* Deal with time.h for sntp under linux.
2708* Provide rpl_malloc() for sntp for systems that need it.
2709* Handle ss_len and socklen type for sntp.
2710* Fixes to the sntp configure.ac script.
2711* Provide INET6_ADDRSTRLEN if it is missing.
2712* [Bug 1095] overflow in caljulian.c.
2713(4.2.5p144) 2008/11/19 Released by Harlan Stenn <stenn@ntp.org>
2714* Use int32, not int32_t.
2715* Avoid the sched*() functions under OSF - link problems.
2716(4.2.5p143) 2008/11/17 Released by Harlan Stenn <stenn@ntp.org>
2717* sntp cleanup and fixes.
2718(4.2.5p142) 2008/11/16 Released by Harlan Stenn <stenn@ntp.org>
2719* Imported GSoC SNTP code from Johannes Maximilian Kuehn.
2720(4.2.5p141) 2008/11/13 Released by Harlan Stenn <stenn@ntp.org>
2721* New caltontp.c and calyearstart.c from Juergen Perlinger.
2722(4.2.5p140) 2008/11/12 Released by Harlan Stenn <stenn@ntp.org>
2723* Cleanup lint from the ntp_scanner files.
2724* [Bug 1011] gmtime() returns NULL on windows where it would not under Unix.
2725* Updated caljulian.c and prettydate.c from Juergen Perlinger.
2726(4.2.5p139) 2008/11/11 Released by Harlan Stenn <stenn@ntp.org>
2727* Typo fix to driver20.html.
2728(4.2.5p138) 2008/11/10 Released by Harlan Stenn <stenn@ntp.org>
2729* [Bug 474] --disable-ipv6 is broken.
2730* IPv6 interfaces were being looked for twice.
2731* SHM driver grabs more samples, add clockstats
2732* decode.html and driver20.html updates from Dave Mills.
2733(4.2.5p137) 2008/11/01 Released by Harlan Stenn <stenn@ntp.org>
2734* [Bug 1069] #undef netsnmp's PACKAGE_* macros.
2735* [Bug 1068] Older versions of netsnmp do not have netsnmp_daemonize().
2736(4.2.5p136) 2008/10/27 Released by Harlan Stenn <stenn@ntp.org>
2737* [Bug 1078] statsdir configuration parsing is broken.
2738(4.2.5p135) 2008/09/23 Released by Harlan Stenn <stenn@ntp.org>
2739* [Bug 1072] clock_update should not allow updates older than sys_epoch.
2740(4.2.5p134) 2008/09/17 Released by Harlan Stenn <stenn@ntp.org>
2741* Clean up build process for ntpsnmpd.
2742(4.2.5p133) 2008/09/16 Released by Harlan Stenn <stenn@ntp.org>
2743* Add options processing to ntpsnmpd.
2744* [Bug 1062] Check net-snmp headers before deciding to build ntpsnmpd.
2745* Clean up the libntpq.a build.
2746* Regenerate ntp_parser.[ch] from ntp_parser.y
2747(4.2.5p132) 2008/09/15 Released by Harlan Stenn <stenn@ntp.org>
2748* [Bug 1067] Multicast DNS service registration must come after the fork
2749  on Solaris.
2750* [Bug 1066] Error messages should log as errors.
2751(4.2.5p131) 2008/09/14 Released by Harlan Stenn <stenn@ntp.org>
2752* [Bug 1065] Re-enable support for the timingstats file.
2753(4.2.5p130) 2008/09/13 Released by Harlan Stenn <stenn@ntp.org>
2754* [Bug 1064] Implement --with-net-snmp-config=progname
2755* [Bug 1063] ntpSnmpSubagentObject.h is missing from the distribution.
2756(4.2.5p129) 2008/09/11 Released by Harlan Stenn <stenn@ntp.org>
2757* Quiet some libntpq-related warnings.
2758(4.2.5p128) 2008/09/08 Released by Harlan Stenn <stenn@ntp.org>
2759* Import Heiko Gerstung's GSoC2008 NTP MIB daemon.
2760(4.2.5p127) 2008/09/01 Released by Harlan Stenn <stenn@ntp.org>
2761* Regenerate ntpd/ntp_parser.c
2762(4.2.5p126) 2008/08/31 Released by Harlan Stenn <stenn@ntp.org>
2763* Stop libtool-1.5 from looking for C++ or Fortran.
2764* [BUG 610] Documentation update for NMEA reference clock driver.
2765* [Bug 828] Fix IPv4/IPv6 address parsing.
2766* Changes from Dave Mills:
2767  Documentation updates.
2768  Fix a corner case where a frequency update was reported but not set.
2769  When LEAP_NOTINSYNC->LEAP_NOWARNING, call crypto_update() if we have
2770  crypto_flags.
2771(4.2.5p125) 2008/08/18 Released by Harlan Stenn <stenn@ntp.org>
2772* [Bug 1052] Add linuxPPS support to ONCORE driver.
2773(4.2.5p124) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
2774* Documentation updates from Dave Mills.
2775* Include 4.2.4p5: 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
2776* [Bug 861] leap info was not being transmitted.
2777* [Bug 1046] refnumtoa.c is using the wrong header file.
2778* [Bug 1047] enable/disable options processing fix.
2779* header file cleanup.
2780* [Bug 1037] buffer in subroutine was 1 byte short.
2781* configure.ac: cleanup, add option for wintime, and lay the groundwork
2782  for the changes needed for bug 1028.
2783* Fixes from Dave Mills: 'bias' and 'interleave' work.  Separate
2784  phase and frequency discipline (for long poll intervals).  Update
2785  TAI function to match current leapsecond processing.
2786* Documentation updates from Dave Mills.
2787* [Bug 1037] Use all 16 of the MD5 passwords generated by ntp-keygen.
2788* Fixed the incorrect edge parameter being passed to time_pps_kcbind in
2789  NMEA refclock driver.
2790* [Bug 399] NMEA refclock driver does not honor time1 offset if flag3 set.
2791* [Bug 985] Modifications to NMEA reference clock driver to support Accord
2792  GPS Clock.
2793* poll time updates from Dave Mills.
2794* local refclock documentation updates from Dave Mills.
2795* [Bug 1022] Fix compilation problems with yesterday's commit.
2796* Updates and cleanup from Dave Mills:
2797  I've now spent eleven months of a sabbatical year - 7 days a week, 6-10
2798  hours most days - working on NTP. I have carefully reviewed every major
2799  algorithm, examined its original design and evolution from that design.
2800  I've trimmed off dead code and briar patches and did zillions of tests
2801  contrived to expose evil vulnerabilities. The development article is in
2802  rather good shape and should be ready for prime time.
2803
2804  1. The protostats statistics files have been very useful in exposing
2805  little twitches and turns when something hiccups, like a broken PPS
2806  signal. Most of what used to be syslog messages are now repackaged as
2807  protostats messages with optional syslog as well. These can also be sent
2808  as traps which might be handy to tiggle a beeper or celltext. These, the
2809  sysstats files and cryptostats files reveal the ambient health of a busy
2810  server, monitor traffic and error counts and spot crypto attacks.
2811
2812  2. Close inspection of the clock discipline behavior at long poll
2813  intervals (36 h) showed it not doing as well as it should. I redesigned
2814  the FLL loop to improve nominal accuracy from  several tens of
2815  milliseconds to something less than ten milliseconds.
2816
2817  3. Autokey (again). The enhanced error checking was becoming a major
2818  pain. I found a way to toss out gobs of ugly fat code and replace the
2819  function with a much simpler and more comprehensive scheme. It resists
2820  bait-and-switch attacks and quickly detect cases when the protocol is
2821  not correctly synchronized.
2822
2823  4. The interface code for the kernel PPS signal was not in sync with the
2824  kernel code itself. Some error checks were duplicated and some
2825  ineffective. I found none of the PPS-capable drivers, including the atom
2826  driver, do anything when the prefer peer fails; the kernel PPS signal
2827  remains in control. The atom driver now disables the kernel PPS when the
2828  prefer peer comes bum. This is important when the prefer peer is not a
2829  reference clock but a remote NTP server.
2830
2831  5. The flake restrict bit turned out to be really interesting,
2832  especially with symmtric modes and of those especially those using
2833  Autokey. Small changes in the recovery procedures when packets are lost
2834  now avoid almost all scenarios which previously required protocol resets.
2835
2836  6. I've always been a little uncomfortable when using the clock filter
2837  with long poll intervals because the samples become less and less
2838  correlated as the sample age exceeds the Allan intercept. Various
2839  schemes have been used over the years to cope with this fact. The latest
2840  one and the one that works the best is to use a modified sort metric
2841  where the delay is used when the age of the sample is less than the
2842  intercept and the sum of delay and dispersion above that. The net result
2843  is that, at small poll intervals the algorithm operates as a minimum
2844  filter, while at larger poll intervals it morphs to FIFO. Left
2845  unmodified, a sample could be used when twelve days old. This along with
2846  the FLL modifications has made a dramatic improvement at large poll
2847  intervals.
2848
2849- [Backward Incompatible] The 'state' variable is no longer reported or
2850  available via ntpq output.  The following system status bit names
2851  have been changed:
2852  - sync_alarm -> leap_alarm
2853  - sync_atomic -> sync_pps
2854  - sync_lf_clock -> sync_lf_radio
2855  - sync_hf_clock -> sync_hf_radio
2856  - sync_uhf_clock -> sync_uhf_radio
2857  - sync_local_proto -> sync_local
2858  - sync_udp/time -> sync_other
2859  Other names have been changed as well.  See the change history for
2860  libntp/statestr.c for more details.
2861  Other backward-incompatible changes in ntpq include:
2862  - assID -> associd
2863  - rootdispersion -> rootdisp
2864  - pkt_head -> pkt_neader
2865  See the change history for other details.
2866
2867* Updates and cleanup from Dave Mills.
2868* [Bug 995] Remove spurious ; from ntp-keygen.c.
2869* More cleanup and changes from Dave Mills.
2870* [Bug 980] Direct help to stdout.
2871---
2872(4.2.4p8) 2009/12/08 Released by Harlan Stenn <stenn@ntp.org>
2873
2874* [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
2875
2876---
2877(4.2.4p7) 2009/05/18 Released by Harlan Stenn <stenn@ntp.org>
2878
2879* [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252.
2880* [Bug 1187] Update the copyright date.
2881* [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
2882  for [Sec 1149].
2883
2884---
2885(4.2.4p7-RC7) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
2886
2887* ntp.isc.org -> ntp.org cleanup.
2888* [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime,
2889  add configure --enable-ignore-dns-errors to be even more stubborn
2890
2891---
2892(4.2.4p7-RC6) 2009/05/08 Released by Harlan Stenn <stenn@ntp.org>
2893
2894* [Bug 784] Make --enable-linuxcaps the default when available
2895* [Bug 1179] error messages for -u/--user and -i lacking droproot
2896* Updated JJY reference clock driver from Takao Abe
2897* [Bug 1071] Log a message and exit before trying to use FD_SET with a
2898  descriptor larger than FD_SETSIZE, which will corrupt memory
2899* On corruption of the iface list head in add_interface, log and exit
2900
2901---
2902(4.2.4p7-RC5) 2009/05/02 Released by Harlan Stenn <stenn@ntp.org>
2903
2904* [Bug 1172] 4.2.4p7-RC{3,4} fail to build on linux.
2905* flock-build script unportable 'set -m' use removed
2906
2907---
2908(4.2.4p7-RC4) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
2909
2910* [Bug 1167] use gcc -Winit-self only if it is understood
2911
2912---
2913(4.2.4p7-RC3) 2009/04/22 Released by Harlan Stenn <stenn@ntp.org>
2914
2915* [Bug 787] Bug fixes for 64-bit time_t on Windows
2916* [Bug 813] Conditional naming of Event
2917* [Bug 1147] System errors should be logged to msyslog()
2918* [Bug 1155] Fix compile problem on Windows with VS2005
2919* [Bug 1156] lock_thread_to_processor() should be declared in header
2920* [Bug 1157] quiet OpenSSL warnings, clean up configure.ac
2921* [Bug 1158] support for aix6.1
2922* [Bug 1160] MacOS X is like BSD regarding F_SETOWN
2923
2924---
2925(4.2.4p7-RC2) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
2926
2927* [Sec 1144] limited buffer overflow in ntpq.  CVE-2009-0159
2928* [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
2929
2930---
2931(4.2.4p7-RC1) 2009/03/30 Released by Harlan Stenn <stenn@ntp.org>
2932
2933* [Bug 1131] UDP sockets should not use SIGPOLL on Solaris.
2934* build system email address cleanup
2935* [Bug 774] parsesolaris.c does not compile under the new Solaris
2936* [Bug 873] Windows serial refclock proper TTY line discipline emulation
2937* [Bug 1014] Enable building with VC9 (in Visual Studio 2008,
2938  Visual C++ 2008, or SDK)
2939* [Bug 1117] Deferred interface binding under Windows works only correctly
2940  if FORCE_DNSRETRY is defined
2941* [BUG 1124] Lock QueryPerformanceCounter() client threads to same CPU
2942* DPRINTF macro made safer, always evaluates to a statement and will not
2943  misassociate an else which follows the macro.
2944
2945---
2946(4.2.4p6) 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
2947
2948* [Bug 1113] Fixed build errors with recent versions of openSSL.
2949* [Sec 1111] Fix incorrect check of EVP_VerifyFinal()'s return value.
2950* Update the copyright year.
2951
2952---
2953(4.2.4p5) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
2954
2955* [BUG 1051] Month off by one in leap second message written to clockstats
2956  file fixed.
2957* [Bug 450] Windows only: Under original Windows NT we must not discard the
2958  wildcard socket to workaround a bug in NT's getsockname().
2959* [Bug 1038] Built-in getpass() function also prompts for password if
2960  not built with DEBUG.
2961* [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
2962  to local interfaces the default.
2963  Emit a warning if that keyword is used for configuration.
2964* [Bug 959] Refclock on Windows not properly releasing recvbuffs.
2965* [Bug 993] Fix memory leak when fetching system messages.
2966* much cleanup, fixes, and changes from Dave Mills.
2967* ntp_control.c: LEAPTAB is a filestamp, not an unsigned.  From Dave Mills.
2968* ntp_config.c: ntp_minpoll fixes from Dave Mills.
2969* ntp-keygen updates from Dave Mills.
2970* refresh epoch, throttle, and leap cleanup from Dave Mills.
2971* Documentation cleanup from Dave Mills.
2972* [Bug 918] Only use a native md5.h if MD5Init() is available.
2973* [Bug 979] Provide ntptimeval if it is not otherwise present.
2974* [Bug 634] Re-instantiate syslog() and logfiles after the daemon fork.
2975* [Bug 952] Use md5 code with a friendlier license.
2976* [Bug 977] Fix mismatching #ifdefs for builds without IPv6.
2977* [Bug 830] Fix the checking order of the interface options.
2978* Clean up the logfile/syslog setup.
2979* [Bug 970] Lose obsolete -g flag to ntp-keygen.
2980* The -e flag to ntp-keygen can write GQ keys now, too.
2981* ntp_proto.c: sys_survivors and hpoll cleanup from Dave Mills.
2982* ntp_loopfilter.c: sys_poll cleanup from Dave Mills.
2983* refclock_wwv.c: maximum-likelihood digit and DSYNC fixes from Dave Mills.
2984* [Bug 967] preemptable associations are lost forever on a step.
2985* ntp_config.c: [CID 48] missing "else" clause.
2986* [Bug 833] ntpq config keyword is quote-mark unfriendly.
2987* Rename the ntpq "config" keyword to ":config".
2988* Dave Mills shifted some orphan processing.
2989* Fix typos in the [Bug 963] patch.
2990* bootstrap: squawk if genver fails.  Use -f with cp in case Dave does a chown.
2991* Remove obsolete simulator command-line options.
2992* ntp_request.c: [CID 36] zero sin_zero.
2993* [Bug 963] get_systime() is too noisy.
2994* [Bug 960] spurious syslog:crypto_setup:spurious crypto command
2995* [Bug 964] Change *-*-linux* to *-*-*linux* to allow for uclinux.
2996* Changes from Dave Mills:
2997  - ntp_util.c: cleanup.
2998  - ntp_timer.c: watch the non-burst packet rate.
2999  - ntp_request.c: cleanup.
3000  - ntp_restrict.c: RES_LIMITED cleanup.
3001  - ntp_proto.c: RES_LIMITED, rate bucktes, counters, overall cleanup.
3002  - ntp_peer.c: disallow peer_unconfig().
3003  - ntp_monitor.c: RES_LIMITED cleanup.
3004  - ntp_loopfilter.c: poll interval cleanup.
3005  - ntp_crypto.c: volley -> retry.  Cleanup TAI leap message.
3006  - ntp_config: average and minimum are ^2 values.
3007  - ntpdc: unknownversion is really "declined", not "bad version".
3008  - Packet retry cleanup.
3009* [Bug 961] refclock_tpro.c:tpro_poll() calls refclock_receive() twice.
3010* [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
3011  override the standard parameters from the ImagePath registry key.
3012* Added HAVE_INT32_T to the Windows config.h to avoid duplicate definitions.
3013* Work around a VPATH difference in FreeBSD's 'make' command.
3014* Update bugreport URL.
3015* Update -I documentation.
3016* [Bug 713] Fix bug reporting information.
3017* A bug in the application of the negative-sawtooth for 12 channel receivers.
3018* The removal of unneeded startup code used for the original LinuxPPS, it now
3019  conforms to the PPSAPI and does not need special code.
3020* ntp-keygen.c: Coverity fixes [CID 33,47].
3021* Volley cleanup from Dave Mills.
3022* Fuzz cleanup from Dave Mills.
3023* [Bug 861] Leap second cleanups from Dave Mills.
3024* ntpsim.c: add missing protypes and fix [CID 34], a nit.
3025* Upgraded bison at UDel.
3026* Update br-flock and flock-build machine lists.
3027* [Bug 752] QoS: add parse/config handling code.
3028* Fix the #include order in tickadj.c for picky machines.
3029* [Bug 752] QoS: On some systems, netinet/ip.h needs netinet/ip_systm.h.
3030* [Bug 752] Update the QoS tagging (code only - configuration to follow).
3031* Orphan mode and other protocol cleanup from Dave Mills.
3032* Documentation cleanup from Dave Mills.
3033* [Bug 940] ntp-keygen uses -v.  Disallow it as a shortcut for --version.
3034* more cleanup to ntp_lineeditlibs.m4.
3035* Documentation updates from Dave Mills.
3036* -ledit cleanup for ntpdc and ntpq.
3037* Association and other cleanup from Dave Mills.
3038* NTP_UNREACH changes from Dave Mills.
3039* Fix the readline history test.
3040* [Bug 931] Require -lreadline to be asked for explicitly.
3041* [Bug 764] When looking for -lreadline support, also try using -lncurses.
3042* [Bug 909] Fix int32_t errors for ntohl().
3043* [Bug 376/214] Enhancements to support multiple if names and IP addresses.
3044* [Bug 929] int32_t is undefined on Windows.  Casting wrong.
3045* [Bug 928] readlink missing braces.
3046* [Bug 788] Update macros to support VS 2005.
3047* ntpd/ntp_timer.c: add missing sys_tai parameter for debug printf
3048* [Bug 917] config parse leaves files open
3049* [Bug 912] detect conflicting enable/disable configuration on interfaces
3050  sharing an IP address
3051* [Bug 771] compare scopeid if available for IPv6 addresses
3052* Lose obsolete crypto subcommands (Dave Mills).
3053* WWV is an HF source, not an LF source (Dave Mills).
3054* [Bug 899] Only show -i/--jaildir -u/--user options if we HAVE_DROPROOT.
3055* [Bug 916] 'cryptosw' is undefined if built without OpenSSL.
3056* [Bug 891] 'restrict' config file keyword does not work (partial fix).
3057* [Bug 890] the crypto command seems to be required now.
3058* [Bug 915] ntpd cores during processing of x509 certificates.
3059* Crypto lint cleanup from Dave Mills.
3060* [Bug 897] Check RAND_status() - we may not need a .rnd file.
3061* Crypto cleanup from Dave Mills.
3062* [Bug 911] Fix error message in cmd_args.c.
3063* [Bug 895] Log assertion failures via syslog(), not stderr.
3064* Documentation updates from Dave Mills.
3065* Crypto cleanup from Dave Mills.
3066* [Bug 905] ntp_crypto.c fails to compile without -DDEBUG.
3067* Avoid double peer stats logging.
3068* ntp-keygen cleanup from Dave Mills.
3069* libopts needs to be built after ElectricFence.
3070* [Bug 894] Initialize keysdir before calling crypto_setup().
3071* Calysto cleanup for ntpq.
3072* ntp-keygen -i takes an arg.
3073* Cleanup and fixes from Dave Mills.
3074* [Bug 887] Fix error in ntp_types.h (for sizeof int != 4).
3075* Bug 880 bug fixes for Windows build
3076* Improve Calysto support.
3077* The "revoke" parameter is a crypto command.
3078* The driftfile wander threshold is a real number.
3079* [Bug 850] Fix the wander threshold parameter on the driftfile command.
3080* ntp_io.c: Dead code cleanup - Coverity View 19.
3081* Leap file related cleanup from Dave Mills.
3082* ntp_peer.c: Set peer->srcadr before (not after) calling set_peerdstadr().
3083* Initialize offset in leap_file() - Coverity View 17.
3084* Use the correct stratum on KISS codes.
3085* Fuzz bits cleanup.
3086* Show more digits in some debug printf's.
3087* Use drift_file_sw internally to control writing the drift file.
3088* Implement the wander_threshold option for the driftfile config keyword.
3089* reformat ntp_control.c; do not use c++ // comments.
3090* [Bug 629] Undo bug #629 fixes as they cause more problems than were  being
3091  solved
3092* Changes from Dave Mills: in/out-bound data rates, leapsecond cleanup,
3093  driftfile write cleanup, packet buffer length checks, documentation updates.
3094* More assertion checks and malloc()->emalloc(), courtesy of Calysto.
3095* [Bug 864] Place ntpd service in maintenance mode if using SMF on Solaris
3096* [Bug 862] includefile nesting; preserve phonelist on reconfig.
3097* [Bug 604] ntpd regularly dies on linux/alpha.
3098* more leap second infrastructure fixes from Dave Mills.
3099* [Bug 858] recent leapfile changes broke non-OpenSSL builds.
3100* Use emalloc() instead of malloc() in refclock_datum.c (Calysto).
3101* Start using 'design by contract' assertions.
3102* [Bug 767] Fast sync to refclocks wanted.
3103* Allow null driftfile.
3104* Use YYERROR_VERBOSE for the new parser, and fix related BUILT_SOURCES.
3105* [Bug 629] changes to ensure broadcast works including on wildcard addresses
3106* [Bug 853] get_node() must return a pointer to maximally-aligned memory.
3107* Initial leap file fixes from Dave Mills.
3108* [Bug 858] Recent leapfile changes broke without OPENSSL.
3109* Use a char for DIR_SEP, not a string.
3110* [Bug 850] driftfile parsing changes.
3111* driftfile maintenance changes from Dave Mills.  Use clock_phi instead of
3112  stats_write_tolerance.
3113* [Bug 828] refid string not being parsed correctly.
3114* [Bug 846] Correct includefile parsing.
3115* [Bug 827] New parsing code does not handle "fudge" correctly.
3116* Enable debugging capability in the config parser.
3117* [Bug 839] Crypto password not read from ntp.conf.
3118* Have autogen produce writable output files.
3119* [Bug 825] Correct logconfig -/+ keyword processing.
3120* [Bug 828] Correct parsing of " delimited strings.
3121* Cleanup FILE * usage after fclose() in ntp_filegen.c.
3122* [Bug 843] Windows Completion port code was incorrectly merged from -stable.
3123* [Bug 840] do fudge configuration AFTER peers (thus refclocks) have been
3124  configured.
3125* [Bug 824] Added new parser modules to the Windows project file.
3126* [Bug 832] Add libisc/log.c headers to the distribution.
3127* [Bug 808] Only write the drift file if we are in state 4.
3128* Initial import of libisc/log.c and friends.
3129* [Bug 826] Fix redefinition of PI.
3130* [Bug 825] ntp_scanner.c needs to #include <config.h> .
3131* [Bug 824] New parser code has some build problems with the SIM code.
3132* [Bug 817] Use longnames for setting ntp variables on the command-line;
3133  Allowing '-v' with and without an arg to disambiguate usage is error-prone.
3134* [Bug 822] set progname once, early.
3135* [Bug 819] remove erroneous #if 0 in Windows completion port code.
3136* The new config code missed an #ifdef for building without refclocks.
3137* Distribute some files needed by the new config parsing code.
3138* [Bug 819] Timeout for WaitForMultipleObjects was 500ms instead of INFINITE
3139* Use autogen 5.9.1.
3140* Fix clktest command-line arg processing.'
3141* Audio documentation updates from Dave Mills.
3142* New config file parsing code, from Sachin Kamboj.
3143* fuzz bit cleanup from Dave Mills.
3144* replay cleanup from Dave Mills.
3145* [Bug 542] Tolerate missing directory separator at EO statsdir.
3146* [Bug 812] ntpd should drop supplementary groups.
3147* [Bug 815] Fix warning compiling 4.2.5p22 under Windows with VC6.
3148* [Bug 740] Fix kernel/daemon startup drift anomaly.
3149* refclock_wwv.c fixes from Dave Mills.
3150* [Bug 810] Fix ntp-keygen documentation.
3151* [Bug 787] Bug fixes for 64-bit time_t on Windows.
3152* [Bug 796] Clean up duplicate #defines in ntp_control.c.
3153* [Bug 569] Use the correct precision for the Leitch CSD-5300.
3154* [Bug 795] Moved declaration of variable to top of function.
3155* [Bug 798] ntpq [p typo crashes ntpq/ntpdc.
3156* [Bug 786] Fix refclock_bancomm.c on Solaris.
3157* [Bug 774] parsesolaris.c does not compile under the new Solaris.
3158* [Bug 782] Remove P() macros from Windows files.
3159* [Bug 778] ntpd fails to lock with drift=+500 when started with drift=-500.
3160* [Bug 592] Trimble Thunderbolt GPS support.
3161* IRIG, CHU, WWV, WWVB refclock improvements from Dave Mills.
3162* [Bug 757] Lose ULONG_CONST().
3163* [Bug 756] Require ANSI C (function prototypes).
3164* codec (audio) and ICOM changes from Dave Mills.
3165
3166---
3167
3168* [Bug 450] Windows only: Under original Windows NT we must not discard the
3169  wildcard socket to workaround a bug in NT's getsockname().
3170* [Bug 1038] Built-in getpass() function also prompts for password if
3171  not built with DEBUG.
3172* [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
3173  to local interfaces the default.
3174  Emit a warning if that keyword is used for configuration.
3175* [Bug 959] Refclock on Windows not properly releasing recvbuffs.
3176* [Bug 993] Fix memory leak when fetching system messages.
3177* [Bug 987] Wake up the resolver thread/process when a new interface has
3178  become available.
3179* Correctly apply negative-sawtooth for oncore 12 channel receiver.
3180* Startup code for original LinuxPPS removed.  LinuxPPS now conforms to
3181  the PPSAPI.
3182* [Bug 1000] allow implicit receive buffer allocation for Windows.
3183  fixes startup for windows systems with many interfaces.
3184  reduces dropped packets on network bursts.
3185  additionally fix timer() starvation during high load.
3186* [Bug 990] drop minimum time restriction for interface update interval.
3187* [Bug 977] Fix mismatching #ifdefs for builds without IPv6.
3188* Update the copyright year.
3189* Build system cleanup (make autogen-generated files writable).
3190* [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
3191  override the standard parameters from the ImagePath registry key.
3192* Fixes for ntpdate:
3193* [Bug 532] nptdate timeout is too long if several servers are supplied.
3194* [Bug 698] timeBeginPeriod is called without timeEndPeriod in some NTP tools.
3195* [Bug 857] ntpdate debug mode adjusts system clock when it shouldn't.
3196* [Bug 908] ntpdate crashes sometimes.
3197* [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
3198  (dup of 908).
3199* [Bug 997] ntpdate buffer too small and unsafe.
3200* ntpdate.c: Under Windows check whether NTP port in use under same conditions
3201  as under other OSs.
3202* ntpdate.c: Fixed some typos and indents (tabs/spaces).
3203
3204(4.2.4p4) Released by Harlan Stenn <stenn@ntp.org>
3205
3206* [Bug 902] Fix problems with the -6 flag.
3207* Updated include/copyright.def (owner and year).
3208* [Bug 878] Avoid ntpdc use of refid value as unterminated string.
3209* [Bug 881] Corrected display of pll offset on 64bit systems.
3210* [Bug 886] Corrected sign handling on 64bit in ntpdc loopinfo command.
3211* [Bug 889] avoid malloc() interrupted by SIGIO risk
3212* ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still
3213  open.
3214* [Bug 885] use emalloc() to get a message at the end of the memory
3215  unsigned types cannot be less than 0
3216  default_ai_family is a short
3217  lose trailing , from enum list
3218  clarify ntp_restrict.c for easier automated analysis
3219* [Bug 884] don't access recv buffers after having them passed to the free
3220  list.
3221* [Bug 882] allow loopback interfaces to share addresses with other
3222  interfaces.
3223
3224---
3225(4.2.4p3) Released by Harlan Stenn <stenn@ntp.org>
3226
3227* [Bug 863] unable to stop ntpd on Windows as the handle reference for events
3228  changed
3229
3230---
3231(4.2.4p2) Released by Harlan Stenn <stenn@ntp.org>
3232
3233* [Bug 854] Broadcast address was not correctly set for interface addresses
3234* [Bug 829] reduce syslog noise, while there fix Enabled/Disable logging
3235  to reflect the actual configuration.
3236* [Bug 795] Moved declaration of variable to top of function.
3237* [Bug 789] Fix multicast client crypto authentication and make sure arriving
3238  multicast packets do not disturb the autokey dance.
3239* [Bug 785] improve handling of multicast interfaces
3240  (multicast routers still need to run a multicast routing software/daemon)
3241* ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still
3242  open.
3243* [Bug 885] use emalloc() to get a message at the end of the memory
3244  unsigned types cannot be less than 0
3245  default_ai_family is a short
3246  lose trailing , from enum list
3247* [Bug 884] don't access recv buffers after having them passed to the free list.
3248* [Bug 882] allow loopback interfaces to share addresses with other interfaces.
3249* [Bug 527] Don't write from source address length to wrong location
3250* Upgraded autogen and libopts.
3251* [Bug 811] ntpd should not read a .ntprc file.
3252
3253---
3254(4.2.4p1) (skipped)
3255
3256---
3257(4.2.4p0) Released by Harlan Stenn <stenn@ntp.org>
3258
3259* [Bug 793] Update Hans Lambermont's email address in ntpsweep.
3260* [Bug 776] Remove unimplemented "rate" flag from ntpdate.
3261* [Bug 586] Avoid lookups if AI_NUMERICHOST is set.
3262* [Bug 770] Fix numeric parameters to ntp-keygen (Alain Guibert).
3263* [Bug 768] Fix io_setbclient() error message.
3264* [Bug 765] Use net_bind_service capability on linux.
3265* [Bug 760] The background resolver must be aware of the 'dynamic' keyword.
3266* [Bug 753] make union timestamp anonymous (Philip Prindeville).
3267* confopt.html: move description for "dynamic" keyword into the right section.
3268* pick the right type for the recv*() length argument.
3269
3270---
3271(4.2.4) Released by Harlan Stenn <stenn@ntp.org>
3272
3273* monopt.html fixes from Dave Mills.
3274* [Bug 452] Do not report kernel PLL/FLL flips.
3275* [Bug 746] Expert mouseCLOCK USB v2.0 support added.'
3276* driver8.html updates.
3277* [Bug 747] Drop <NOBR> tags from ntpdc.html.
3278* sntp now uses the returned precision to control decimal places.
3279* sntp -u will use an unprivileged port for its queries.
3280* [Bug 741] "burst" doesn't work with !unfit peers.
3281* [Bug 735] Fix a make/gmake VPATH issue on Solaris.
3282* [Bug 739] ntpd -x should not take an argument.
3283* [Bug 737] Some systems need help providing struct iovec.
3284* [Bug 717] Fix libopts compile problem.
3285* [Bug 728] parse documentation fixes.
3286* [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms.
3287* [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu.
3288* [Bug 721] check for __ss_family and __ss_len separately.
3289* [Bug 666] ntpq opeers displays jitter rather than dispersion.
3290* [Bug 718] Use the recommended type for the saddrlen arg to getsockname().
3291* [Bug 715] Fix a multicast issue under Linux.
3292* [Bug 690] Fix a Windows DNS lookup buffer overflow.
3293* [Bug 670] Resolved a Windows issue with the dynamic interface rescan code.
3294* K&R C support is being deprecated.
3295* [Bug 714] ntpq -p should conflict with -i, not -c.
3296* WWV refclock improvements from Dave Mills.
3297* [Bug 708] Use thread affinity only for the clock interpolation thread.
3298* [Bug 706] ntpd can be running several times in parallel.
3299* [Bug 704] Documentation typos.
3300* [Bug 701] coverity: NULL dereference in ntp_peer.c
3301* [Bug 695] libopts does not protect against macro collisions.
3302* [Bug 693] __adjtimex is independent of ntp_{adj,get}time.
3303* [Bug 692] sys_limitrejected was not being incremented.
3304* [Bug 691] restrictions() assumption not always valid.
3305* [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked.
3306* [Bug 688] Fix documentation typos.
3307* [Bug 686] Handle leap seconds better under Windows.
3308* [Bug 685] Use the Windows multimedia timer.
3309* [Bug 684] Only allow debug options if debugging is enabled.
3310* [Bug 683] Use the right version string.
3311* [Bug 680] Fix the generated version string on Windows.
3312* [Bug 678] Use the correct size for control messages.
3313* [Bug 677] Do not check uint_t in configure.ac.
3314* [Bug 676] Use the right value for msg_namelen.
3315* [Bug 675] Make sure ntpd builds without debugging.
3316* [Bug 672] Fix cross-platform structure padding/size differences.
3317* [Bug 660] New TIMESTAMP code fails tp build on Solaris Express.
3318* [Bug 659] libopts does not build under Windows.
3319* [Bug 658] HP-UX with cc needs -Wp,-H8166 in CFLAGS.
3320* [Bug 656] ntpdate doesn't work with multicast address.
3321* [Bug 638] STREAMS_TLI is deprecated - remove it.
3322* [Bug 635] Fix tOptions definition.
3323* [Bug 628] Fallback to ntp discipline not working for large offsets.
3324* [Bug 622] Dynamic interface tracking for ntpd.
3325* [Bug 603] Don't link with libelf if it's not needed.
3326* [Bug 523] ntpd service under Windows does't shut down properly.
3327* [Bug 500] sntp should always be built.
3328* [Bug 479] Fix the -P option.
3329* [Bug 421] Support the bc637PCI-U card.
3330* [Bug 342] Deprecate broken TRAK refclock driver.
3331* [Bug 340] Deprecate broken MSF EES refclock driver.
3332* [Bug 153] Don't do DNS lookups on address masks.
3333* [Bug 143] Fix interrupted system call on HP-UX.
3334* [Bug 42] Distribution tarballs should be signed.
3335* Support separate PPS devices for PARSE refclocks.
3336* [Bug 637, 51?] Dynamic interface scanning can now be done.
3337* Options processing now uses GNU AutoGen.
3338
3339---
3340(4.2.2p4) Released by Harlan Stenn <stenn@ntp.org>
3341
3342* [Bug 710] compat getnameinfo() has off-by-one error
3343* [Bug 690] Buffer overflow in Windows when doing DNS Lookups
3344
3345---
3346(4.2.2p3) Released by Harlan Stenn <stenn@ntp.org>
3347
3348* Make the ChangeLog file cleaner and easier to read
3349* [Bug 601] ntpq's decodeint uses an extra level of indirection
3350* [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP
3351* release engineering/build changes
3352* Documentation fixes
3353* Get sntp working under AIX-5
3354
3355---
3356(4.2.2p2) (broken)
3357
3358* Get sntp working under AIX-5
3359
3360---
3361(4.2.2p1)
3362
3363* [Bug 661] Use environment variable to specify the base path to openssl.
3364* Resolve an ambiguity in the copyright notice
3365* Added some new documentation files
3366* URL cleanup in the documentation
3367* [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
3368* quiet gcc4 complaints
3369* more Coverity fixes
3370* [Bug 614] manage file descriptors better
3371* [Bug 632] update kernel PPS offsets when PPS offset is re-configured
3372* [Bug 637] Ignore UP in*addr_any interfaces
3373* [Bug 633] Avoid writing files in srcdir
3374* release engineering/build changes
3375
3376---
3377(4.2.2)
3378
3379* SNTP
3380* Many bugfixes
3381* Implements the current "goal state" of NTPv4
3382* Autokey improvements
3383* Much better IPv6 support
3384* [Bug 360] ntpd loses handles with LAN connection disabled.
3385* [Bug 239] Fix intermittent autokey failure with multicast clients.
3386* Rewrite of the multicast code
3387* New version numbering scheme
3388
3389---
3390(4.2.0)
3391
3392* More stuff than I have time to document
3393* IPv6 support
3394* Bugfixes
3395* call-gap filtering
3396* wwv and chu refclock improvements
3397* OpenSSL integration
3398
3399---
3400(4.1.2)
3401
3402* clock state machine bugfix
3403* Lose the source port check on incoming packets
3404* (x)ntpdc compatibility patch
3405* Virtual IP improvements
3406* ntp_loopfilter fixes and improvements
3407* ntpdc improvements
3408* GOES refclock fix
3409* JJY driver
3410* Jupiter refclock fixes
3411* Neoclock4X refclock fixes
3412* AIX 5 port
3413* bsdi port fixes
3414* Cray unicos port upgrade
3415* HP MPE/iX port
3416* Win/NT port upgrade
3417* Dynix PTX port fixes
3418* Document conversion from CVS to BK
3419* readline support for ntpq
3420
3421---
3422(4.1.0)
3423
3424* CERT problem fixed (99k23)
3425
3426* Huff-n-Puff filter
3427* Preparation for OpenSSL support
3428* Resolver changes/improvements are not backward compatible with mode 7
3429  requests (which are implementation-specific anyway)
3430* leap second stuff
3431* manycast should work now
3432* ntp-genkeys does new good things.
3433* scripts/ntp-close
3434* PPS cleanup and improvements
3435* readline support for ntpdc
3436* Crypto/authentication rewrite
3437* WINNT builds with MD5 by default
3438* WINNT no longer requires Perl for building with Visual C++ 6.0
3439* algorithmic improvements, bugfixes
3440* Solaris dosynctodr info update
3441* html/pic/* is *lots* smaller
3442* New/updated drivers: Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF
3443  serial and PCI, ONCORE, ulink331
3444* Rewrite of the audio drivers
3445
3446---
3447(4.0.99)
3448
3449* Driver updates: CHU, DCF, GPS/VME, Oncore, PCF, Ulink, WWVB, burst
3450  If you use the ONCORE driver with a HARDPPS kernel module,
3451  you *must* have a properly specified:
3452	pps <filename> [assert/clear] [hardpps]
3453  line in the /etc/ntp.conf file.
3454* PARSE cleanup
3455* PPS cleanup
3456* ntpd, ntpq, ntpdate cleanup and fixes
3457* NT port improvements
3458* AIX, BSDI, DEC OSF, FreeBSD, NetBSD, Reliant, SCO, Solaris port improvements
3459
3460---
3461(4.0.98)
3462
3463* Solaris kernel FLL bug is fixed in 106541-07
3464* Bug/lint cleanup
3465* PPS cleanup
3466* ReliantUNIX patches
3467* NetInfo support
3468* Ultralink driver
3469* Trimble OEM Ace-II support
3470* DCF77 power choices
3471* Oncore improvements
3472
3473---
3474(4.0.97)
3475
3476* NT patches
3477* AIX,SunOS,IRIX portability
3478* NeXT portability
3479* ntptimeset utility added
3480* cygwin portability patches
3481
3482---
3483(4.0.96)
3484
3485* -lnsl, -lsocket, -lgen configuration patches
3486* Y2K patches from AT&T
3487* Linux portability cruft
3488
3489---
3490(4.0.95)
3491
3492* NT port cleanup/replacement
3493* a few portability fixes
3494* VARITEXT Parse clock added
3495
3496---
3497(4.0.94)
3498
3499* PPS updates (including ntp.config options)
3500* Lose the old DES stuff in favor of the (optional) RSAREF stuff
3501* html cleanup/updates
3502* numerous drivers cleaned up
3503* numerous portability patches and code cleanup
3504
3505---
3506(4.0.93)
3507
3508* Oncore refclock needs PPS or one of two ioctls.
3509* Don't make ntptime under Linux.  It doesn't compile for too many folks.
3510* Autokey cleanup
3511* ReliantUnix patches
3512* html cleanup
3513* tickadj cleanup
3514* PARSE cleanup
3515* IRIX -n32 cleanup
3516* byte order cleanup
3517* ntptrace improvements and patches
3518* ntpdc improvements and patches
3519* PPS cleanup
3520* mx4200 cleanup
3521* New clock state machine
3522* SCO cleanup
3523* Skip alias interfaces
3524
3525---
3526(4.0.92)
3527
3528* chronolog and dumbclock refclocks
3529* SCO updates
3530* Cleanup/bugfixes
3531* Y2K patches
3532* Updated palisade driver
3533* Plug memory leak
3534* wharton kernel clock
3535* Oncore clock upgrades
3536* NMEA clock improvements
3537* PPS improvements
3538* AIX portability patches
3539
3540---
3541(4.0.91)
3542
3543* New ONCORE driver
3544* New MX4200 driver
3545* Palisade improvements
3546* config file bugfixes and problem reporting
3547* autoconf upgrade and cleanup
3548* HP-UX, IRIX lint cleanup
3549* AIX portability patches
3550* NT cleanup
3551
3552---
3553(4.0.90)
3554
3555* Nanoseconds
3556* New palisade driver
3557* New Oncore driver
3558
3559---
3560(4.0.73)
3561
3562* README.hackers added
3563* PARSE driver is working again
3564* Solaris 2.6 has nasty kernel bugs.  DO NOT enable pll!
3565* DES is out of the distribution.
3566
3567---
3568(4.0.72)
3569
3570* K&R C compiling should work again.
3571* IRIG patches.
3572* MX4200 driver patches.
3573* Jupiter driver added.
3574* Palisade driver added.  Needs work (ANSI, ntoh/hton, sizeof double, ???)
3575