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