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