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