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