/contrib/ntp/ChangeLog

https://bitbucket.org/freebsd/freebsd-head/ · #! · 484 lines · 411 code · 73 blank · 0 comment · 0 complexity · f2d486acb17fdef08d0e73b7b7a62528 MD5 · raw file

  1. ---
  2. (4.2.4p8) 2009/12/08 Released by Harlan Stenn <stenn@ntp.org>
  3. * [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
  4. ---
  5. (4.2.4p7) 2009/05/18 Released by Harlan Stenn <stenn@ntp.org>
  6. * [Sec 1151] Remote exploit if autokey is enabled - CVE-2009-1252.
  7. * [Bug 1187] Update the copyright date.
  8. * [Bug 1191] ntpd fails on Win2000 - "Address already in use" after fix
  9. for [Sec 1149].
  10. ---
  11. (4.2.4p7-RC7) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
  12. * ntp.isc.org -> ntp.org cleanup.
  13. * [Bug 1178] Use prior FORCE_DNSRETRY behavior as needed at runtime,
  14. add configure --enable-ignore-dns-errors to be even more stubborn
  15. ---
  16. (4.2.4p7-RC6) 2009/05/08 Released by Harlan Stenn <stenn@ntp.org>
  17. * [Bug 784] Make --enable-linuxcaps the default when available
  18. * [Bug 1179] error messages for -u/--user and -i lacking droproot
  19. * Updated JJY reference clock driver from Takao Abe
  20. * [Bug 1071] Log a message and exit before trying to use FD_SET with a
  21. descriptor larger than FD_SETSIZE, which will corrupt memory
  22. * On corruption of the iface list head in add_interface, log and exit
  23. ---
  24. (4.2.4p7-RC5) 2009/05/02 Released by Harlan Stenn <stenn@ntp.org>
  25. * [Bug 1172] 4.2.4p7-RC{3,4} fail to build on linux.
  26. * flock-build script unportable 'set -m' use removed
  27. ---
  28. (4.2.4p7-RC4) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
  29. * [Bug 1167] use gcc -Winit-self only if it is understood
  30. ---
  31. (4.2.4p7-RC3) 2009/04/22 Released by Harlan Stenn <stenn@ntp.org>
  32. * [Bug 787] Bug fixes for 64-bit time_t on Windows
  33. * [Bug 813] Conditional naming of Event
  34. * [Bug 1147] System errors should be logged to msyslog()
  35. * [Bug 1155] Fix compile problem on Windows with VS2005
  36. * [Bug 1156] lock_thread_to_processor() should be declared in header
  37. * [Bug 1157] quiet OpenSSL warnings, clean up configure.ac
  38. * [Bug 1158] support for aix6.1
  39. * [Bug 1160] MacOS X is like BSD regarding F_SETOWN
  40. ---
  41. (4.2.4p7-RC2) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
  42. * [Sec 1144] limited buffer overflow in ntpq. CVE-2009-0159
  43. * [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
  44. ---
  45. (4.2.4p7-RC1) 2009/03/30 Released by Harlan Stenn <stenn@ntp.org>
  46. * [Bug 1131] UDP sockets should not use SIGPOLL on Solaris.
  47. * build system email address cleanup
  48. * [Bug 774] parsesolaris.c does not compile under the new Solaris
  49. * [Bug 873] Windows serial refclock proper TTY line discipline emulation
  50. * [Bug 1014] Enable building with VC9 (in Visual Studio 2008,
  51. Visual C++ 2008, or SDK)
  52. * [Bug 1117] Deferred interface binding under Windows works only correctly
  53. if FORCE_DNSRETRY is defined
  54. * [BUG 1124] Lock QueryPerformanceCounter() client threads to same CPU
  55. * DPRINTF macro made safer, always evaluates to a statement and will not
  56. misassociate an else which follows the macro.
  57. ---
  58. (4.2.4p6) 2009/01/08 Released by Harlan Stenn <stenn@ntp.org>
  59. * [Bug 1113] Fixed build errors with recent versions of openSSL.
  60. * [Sec 1111] Fix incorrect check of EVP_VerifyFinal()'s return value.
  61. * Update the copyright year.
  62. ---
  63. (4.2.4p5) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
  64. * [BUG 1051] Month off by one in leap second message written to clockstats
  65. file fixed.
  66. * [Bug 450] Windows only: Under original Windows NT we must not discard the
  67. wildcard socket to workaround a bug in NT's getsockname().
  68. * [Bug 1038] Built-in getpass() function also prompts for password if
  69. not built with DEBUG.
  70. * [Bug 841] Obsolete the "dynamic" keyword and make deferred binding
  71. to local interfaces the default.
  72. Emit a warning if that keyword is used for configuration.
  73. * [Bug 959] Refclock on Windows not properly releasing recvbuffs.
  74. * [Bug 993] Fix memory leak when fetching system messages.
  75. * [Bug 987] Wake up the resolver thread/process when a new interface has
  76. become available.
  77. * Correctly apply negative-sawtooth for oncore 12 channel receiver.
  78. * Startup code for original LinuxPPS removed. LinuxPPS now conforms to
  79. the PPSAPI.
  80. * [Bug 1000] allow implicit receive buffer allocation for Windows.
  81. fixes startup for windows systems with many interfaces.
  82. reduces dropped packets on network bursts.
  83. additionally fix timer() starvation during high load.
  84. * [Bug 990] drop minimum time restriction for interface update interval.
  85. * [Bug 977] Fix mismatching #ifdefs for builds without IPv6.
  86. * Update the copyright year.
  87. * Build system cleanup (make autogen-generated files writable).
  88. * [Bug 957] Windows only: Let command line parameters from the Windows SCM GUI
  89. override the standard parameters from the ImagePath registry key.
  90. * Fixes for ntpdate:
  91. * [Bug 532] nptdate timeout is too long if several servers are supplied.
  92. * [Bug 698] timeBeginPeriod is called without timeEndPeriod in some NTP tools.
  93. * [Bug 857] ntpdate debug mode adjusts system clock when it shouldn't.
  94. * [Bug 908] ntpdate crashes sometimes.
  95. * [Bug 982] ntpdate(and ntptimeset) buffer overrun if HAVE_POLL_H isn't set
  96. (dup of 908).
  97. * [Bug 997] ntpdate buffer too small and unsafe.
  98. * ntpdate.c: Under Windows check whether NTP port in use under same conditions
  99. as under other OSs.
  100. * ntpdate.c: Fixed some typos and indents (tabs/spaces).
  101. ---
  102. (4.2.4p4) Released by Harlan Stenn <stenn@ntp.org>
  103. * [Bug 902] Fix problems with the -6 flag.
  104. * Updated include/copyright.def (owner and year).
  105. * [Bug 878] Avoid ntpdc use of refid value as unterminated string.
  106. * [Bug 881] Corrected display of pll offset on 64bit systems.
  107. * [Bug 886] Corrected sign handling on 64bit in ntpdc loopinfo command.
  108. * [Bug 889] avoid malloc() interrupted by SIGIO risk
  109. * ntpd/refclock_parse.c: cleanup shutdown while the file descriptor is still open.
  110. * [Bug 885] use emalloc() to get a message at the end of the memory
  111. unsigned types cannot be less than 0
  112. default_ai_family is a short
  113. lose trailing , from enum list
  114. clarify ntp_restrict.c for easier automated analysis
  115. * [Bug 884] don't access recv buffers after having them passed to the free list.
  116. * [Bug 882] allow loopback interfaces to share addresses with other interfaces.
  117. ---
  118. (4.2.4p3) Released by Harlan Stenn <stenn@ntp.org>
  119. * [Bug 863] unable to stop ntpd on Windows as the handle reference for events
  120. changed
  121. ---
  122. (4.2.4p2) Released by Harlan Stenn <stenn@ntp.org>
  123. * [Bug 854] Broadcast address was not correctly set for interface addresses
  124. * [Bug 829] reduce syslog noise, while there fix Enabled/Disable logging
  125. to reflect the actual configuration.
  126. * [Bug 795] Moved declaration of variable to top of function.
  127. * [Bug 789] Fix multicast client crypto authentication and make sure arriving
  128. multicast packets do not disturb the autokey dance.
  129. * [Bug 785] improve handling of multicast interfaces
  130. (multicast routers still need to run a multicast routing
  131. software/daemon)
  132. * [Bug 527] Don't write from source address length to wrong location
  133. * Upgraded autogen and libopts.
  134. * [Bug 811] ntpd should not read a .ntprc file.
  135. ---
  136. (4.2.4p1) (skipped)
  137. ---
  138. (4.2.4p0) Released by Harlan Stenn <stenn@ntp.org>
  139. * [Bug 793] Update Hans Lambermont's email address in ntpsweep.
  140. * [Bug 776] Remove unimplemented "rate" flag from ntpdate.
  141. * [Bug 586] Avoid lookups if AI_NUMERICHOST is set.
  142. * [Bug 770] Fix numeric parameters to ntp-keygen (Alain Guibert).
  143. * [Bug 768] Fix io_setbclient() error message.
  144. * [Bug 765] Use net_bind_service capability on linux.
  145. * [Bug 760] The background resolver must be aware of the 'dynamic' keyword.
  146. * [Bug 753] make union timestamp anonymous (Philip Prindeville).
  147. * confopt.html: move description for "dynamic" keyword into the right section.
  148. * pick the right type for the recv*() length argument.
  149. ---
  150. (4.2.4) Released by Harlan Stenn <stenn@ntp.org>
  151. * monopt.html fixes from Dave Mills.
  152. * [Bug 452] Do not report kernel PLL/FLL flips.
  153. * [Bug 746] Expert mouseCLOCK USB v2.0 support added.'
  154. * driver8.html updates.
  155. * [Bug 747] Drop <NOBR> tags from ntpdc.html.
  156. * sntp now uses the returned precision to control decimal places.
  157. * sntp -u will use an unprivileged port for its queries.
  158. * [Bug 741] "burst" doesn't work with !unfit peers.
  159. * [Bug 735] Fix a make/gmake VPATH issue on Solaris.
  160. * [Bug 739] ntpd -x should not take an argument.
  161. * [Bug 737] Some systems need help providing struct iovec.
  162. * [Bug 717] Fix libopts compile problem.
  163. * [Bug 728] parse documentation fixes.
  164. * [Bug 734] setsockopt(..., IP_MULTICAST_IF, ...) fails on 64-bit platforms.
  165. * [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu.
  166. * [Bug 721] check for __ss_family and __ss_len separately.
  167. * [Bug 666] ntpq opeers displays jitter rather than dispersion.
  168. * [Bug 718] Use the recommended type for the saddrlen arg to getsockname().
  169. * [Bug 715] Fix a multicast issue under Linux.
  170. * [Bug 690] Fix a Windows DNS lookup buffer overflow.
  171. * [Bug 670] Resolved a Windows issue with the dynamic interface rescan code.
  172. * K&R C support is being deprecated.
  173. * [Bug 714] ntpq -p should conflict with -i, not -c.
  174. * WWV refclock improvements from Dave Mills.
  175. * [Bug 708] Use thread affinity only for the clock interpolation thread.
  176. * [Bug 706] ntpd can be running several times in parallel.
  177. * [Bug 704] Documentation typos.
  178. * [Bug 701] coverity: NULL dereference in ntp_peer.c
  179. * [Bug 695] libopts does not protect against macro collisions.
  180. * [Bug 693] __adjtimex is independent of ntp_{adj,get}time.
  181. * [Bug 692] sys_limitrejected was not being incremented.
  182. * [Bug 691] restrictions() assumption not always valid.
  183. * [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked.
  184. * [Bug 688] Fix documentation typos.
  185. * [Bug 686] Handle leap seconds better under Windows.
  186. * [Bug 685] Use the Windows multimedia timer.
  187. * [Bug 684] Only allow debug options if debugging is enabled.
  188. * [Bug 683] Use the right version string.
  189. * [Bug 680] Fix the generated version string on Windows.
  190. * [Bug 678] Use the correct size for control messages.
  191. * [Bug 677] Do not check uint_t in configure.ac.
  192. * [Bug 676] Use the right value for msg_namelen.
  193. * [Bug 675] Make sure ntpd builds without debugging.
  194. * [Bug 672] Fix cross-platform structure padding/size differences.
  195. * [Bug 660] New TIMESTAMP code fails tp build on Solaris Express.
  196. * [Bug 659] libopts does not build under Windows.
  197. * [Bug 658] HP-UX with cc needs -Wp,-H8166 in CFLAGS.
  198. * [Bug 656] ntpdate doesn't work with multicast address.
  199. * [Bug 638] STREAMS_TLI is deprecated - remove it.
  200. * [Bug 635] Fix tOptions definition.
  201. * [Bug 628] Fallback to ntp discipline not working for large offsets.
  202. * [Bug 622] Dynamic interface tracking for ntpd.
  203. * [Bug 603] Don't link with libelf if it's not needed.
  204. * [Bug 523] ntpd service under Windows does't shut down properly.
  205. * [Bug 500] sntp should always be built.
  206. * [Bug 479] Fix the -P option.
  207. * [Bug 421] Support the bc637PCI-U card.
  208. * [Bug 342] Deprecate broken TRAK refclock driver.
  209. * [Bug 340] Deprecate broken MSF EES refclock driver.
  210. * [Bug 153] Don't do DNS lookups on address masks.
  211. * [Bug 143] Fix interrupted system call on HP-UX.
  212. * [Bug 42] Distribution tarballs should be signed.
  213. * Support separate PPS devices for PARSE refclocks.
  214. * [Bug 637, 51?] Dynamic interface scanning can now be done.
  215. * Options processing now uses GNU AutoGen.
  216. ---
  217. (4.2.2p4) Released by Harlan Stenn <stenn@ntp.org>
  218. * [Bug 710] compat getnameinfo() has off-by-one error
  219. * [Bug 690] Buffer overflow in Windows when doing DNS Lookups
  220. ---
  221. (4.2.2p3) Released by Harlan Stenn <stenn@ntp.org>
  222. * Make the ChangeLog file cleaner and easier to read
  223. * [Bug 601] ntpq's decodeint uses an extra level of indirection
  224. * [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP
  225. * release engineering/build changes
  226. * Documentation fixes
  227. * Get sntp working under AIX-5
  228. ---
  229. (4.2.2p2) (broken)
  230. * Get sntp working under AIX-5
  231. ---
  232. (4.2.2p1)
  233. * [Bug 661] Use environment variable to specify the base path to openssl.
  234. * Resolve an ambiguity in the copyright notice
  235. * Added some new documentation files
  236. * URL cleanup in the documentation
  237. * [Bug 657]: IP_MULTICAST_LOOP uses a u_char value/size
  238. * quiet gcc4 complaints
  239. * more Coverity fixes
  240. * [Bug 614] manage file descriptors better
  241. * [Bug 632] update kernel PPS offsets when PPS offset is re-configured
  242. * [Bug 637] Ignore UP in*addr_any interfaces
  243. * [Bug 633] Avoid writing files in srcdir
  244. * release engineering/build changes
  245. ---
  246. (4.2.2)
  247. * SNTP
  248. * Many bugfixes
  249. * Implements the current "goal state" of NTPv4
  250. * Autokey improvements
  251. * Much better IPv6 support
  252. * [Bug 360] ntpd loses handles with LAN connection disabled.
  253. * [Bug 239] Fix intermittent autokey failure with multicast clients.
  254. * Rewrite of the multicast code
  255. * New version numbering scheme
  256. ---
  257. (4.2.0)
  258. * More stuff than I have time to document
  259. * IPv6 support
  260. * Bugfixes
  261. * call-gap filtering
  262. * wwv and chu refclock improvements
  263. * OpenSSL integration
  264. ---
  265. (4.1.2)
  266. * clock state machine bugfix
  267. * Lose the source port check on incoming packets
  268. * (x)ntpdc compatibility patch
  269. * Virtual IP improvements
  270. * ntp_loopfilter fixes and improvements
  271. * ntpdc improvements
  272. * GOES refclock fix
  273. * JJY driver
  274. * Jupiter refclock fixes
  275. * Neoclock4X refclock fixes
  276. * AIX 5 port
  277. * bsdi port fixes
  278. * Cray unicos port upgrade
  279. * HP MPE/iX port
  280. * Win/NT port upgrade
  281. * Dynix PTX port fixes
  282. * Document conversion from CVS to BK
  283. * readline support for ntpq
  284. ---
  285. (4.1.0)
  286. * CERT problem fixed (99k23)
  287. * Huff-n-Puff filter
  288. * Preparation for OpenSSL support
  289. * Resolver changes/improvements are not backward compatible with mode 7
  290. requests (which are implementation-specific anyway)
  291. * leap second stuff
  292. * manycast should work now
  293. * ntp-genkeys does new good things.
  294. * scripts/ntp-close
  295. * PPS cleanup and improvements
  296. * readline support for ntpdc
  297. * Crypto/authentication rewrite
  298. * WINNT builds with MD5 by default
  299. * WINNT no longer requires Perl for building with Visual C++ 6.0
  300. * algorithmic improvements, bugfixes
  301. * Solaris dosynctodr info update
  302. * html/pic/* is *lots* smaller
  303. * New/updated drivers: Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF
  304. serial and PCI, ONCORE, ulink331
  305. * Rewrite of the audio drivers
  306. ---
  307. (4.0.99)
  308. * Driver updates: CHU, DCF, GPS/VME, Oncore, PCF, Ulink, WWVB, burst
  309. If you use the ONCORE driver with a HARDPPS kernel module,
  310. you *must* have a properly specified:
  311. pps <filename> [assert/clear] [hardpps]
  312. line in the /etc/ntp.conf file.
  313. * PARSE cleanup
  314. * PPS cleanup
  315. * ntpd, ntpq, ntpdate cleanup and fixes
  316. * NT port improvements
  317. * AIX, BSDI, DEC OSF, FreeBSD, NetBSD, Reliant, SCO, Solaris port improvements
  318. ---
  319. (4.0.98)
  320. * Solaris kernel FLL bug is fixed in 106541-07
  321. * Bug/lint cleanup
  322. * PPS cleanup
  323. * ReliantUNIX patches
  324. * NetInfo support
  325. * Ultralink driver
  326. * Trimble OEM Ace-II support
  327. * DCF77 power choices
  328. * Oncore improvements
  329. ---
  330. (4.0.97)
  331. * NT patches
  332. * AIX,SunOS,IRIX portability
  333. * NeXT portability
  334. * ntptimeset utility added
  335. * cygwin portability patches
  336. ---
  337. (4.0.96)
  338. * -lnsl, -lsocket, -lgen configuration patches
  339. * Y2K patches from AT&T
  340. * Linux portability cruft
  341. ---
  342. (4.0.95)
  343. * NT port cleanup/replacement
  344. * a few portability fixes
  345. * VARITEXT Parse clock added
  346. ---
  347. (4.0.94)
  348. * PPS updates (including ntp.config options)
  349. * Lose the old DES stuff in favor of the (optional) RSAREF stuff
  350. * html cleanup/updates
  351. * numerous drivers cleaned up
  352. * numerous portability patches and code cleanup
  353. ---
  354. (4.0.93)
  355. * Oncore refclock needs PPS or one of two ioctls.
  356. * Don't make ntptime under Linux. It doesn't compile for too many folks.
  357. * Autokey cleanup
  358. * ReliantUnix patches
  359. * html cleanup
  360. * tickadj cleanup
  361. * PARSE cleanup
  362. * IRIX -n32 cleanup
  363. * byte order cleanup
  364. * ntptrace improvements and patches
  365. * ntpdc improvements and patches
  366. * PPS cleanup
  367. * mx4200 cleanup
  368. * New clock state machine
  369. * SCO cleanup
  370. * Skip alias interfaces
  371. ---
  372. (4.0.92)
  373. * chronolog and dumbclock refclocks
  374. * SCO updates
  375. * Cleanup/bugfixes
  376. * Y2K patches
  377. * Updated palisade driver
  378. * Plug memory leak
  379. * wharton kernel clock
  380. * Oncore clock upgrades
  381. * NMEA clock improvements
  382. * PPS improvements
  383. * AIX portability patches
  384. ---
  385. (4.0.91)
  386. * New ONCORE driver
  387. * New MX4200 driver
  388. * Palisade improvements
  389. * config file bugfixes and problem reporting
  390. * autoconf upgrade and cleanup
  391. * HP-UX, IRIX lint cleanup
  392. * AIX portability patches
  393. * NT cleanup
  394. ---
  395. (4.0.90)
  396. * Nanoseconds
  397. * New palisade driver
  398. * New Oncore driver
  399. ---
  400. (4.0.73)
  401. * README.hackers added
  402. * PARSE driver is working again
  403. * Solaris 2.6 has nasty kernel bugs. DO NOT enable pll!
  404. * DES is out of the distribution.
  405. ---
  406. (4.0.72)
  407. * K&R C compiling should work again.
  408. * IRIG patches.
  409. * MX4200 driver patches.
  410. * Jupiter driver added.
  411. * Palisade driver added. Needs work (ANSI, ntoh/hton, sizeof double, ???)