Advertisement
Guest User

Untitled

a guest
Nov 25th, 2016
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. (4.2.8p9) 2016/11/21 Released by Harlan Stenn <stenn@ntp.org>
  2. (4.2.8p9) 2016/MM/DD Released by Harlan Stenn <stenn@ntp.org>
  3.  
  4. * [Sec 3119] Trap crash <perlinger@ntp.org>
  5. * [Sec 3118] Mode 6 information disclosure and DDoS vector <perlinger@ntp.org>
  6. - TRAP config via mode 6 packet requires AUTH now.
  7. * [Sec 3114] Broadcast Mode Replay Prevention DoS
  8. - applied patches by Matthew Van Gundy. <perlinger@ntp.org>
  9. - with bcpollbstep, tweaks and cleanup by stenn@ntp.org
  10. * [Sec 3113] Broadcast Mode Poll Interval Enforcement DoS <perlinger@ntp.org>
  11. - applied fix as suggested by Matthew Van Gundy
  12. * [Sec 3110] Windows: ntpd DoS by oversized UDP packet
  13. - fixed error handling for truncated UDP packets. <perlinger@ntp.org>
  14. * [Sec 3102] Zero origin issues. HStenn.
  15. * [Sec 3082] null pointer dereference in _IO_str_init_static_internal()
  16. - more hardening to read_mru_list(). perlinger@ntp.org
  17. * [Sec 3072] Attack on interface selection <perlinger@ntp.org>
  18. - implemented Miroslav Lichvars <mlichvar@redhat.com> suggestion
  19. to skip interface updates based on incoming packets
  20. * [Bug 3142] bug in netmask prefix length detection <perlinger@ntp.org>
  21. * [Bug 3138] gpsdjson refclock should honor fudgetime1. stenn@ntp.org
  22. * [Bug 3129] Unknown hosts can put resolver thread into a hard loop
  23. - moved retry decision where it belongs. <perlinger@ntp.org>
  24. * [Bug 3125] NTPD doesn't fully start when ntp.conf entries are out of order
  25. using the loopback-ppsapi-provider.dll <perlinger@ntp.org>
  26. * [Bug 3116] unit tests for NTP time stamp expansion. <perlinger@ntp.org>
  27. * [Bug 3100] ntpq can't retrieve daemon_version <perlinger@ntp.org>
  28. - fixed extended sysvar lookup (bug introduced with bug 3008 fix)
  29. * [Bug 3095] Compatibility with openssl 1.1 <perlinger@ntp.org>
  30. - applied patches by Kurt Roeckx <kurt@roeckx.be> to source
  31. - added shim layer for SSL API calls with issues (both directions)
  32. * [Bug 3089] Serial Parser does not work anymore for hopfser like device
  33. - simplified / refactored hex-decoding in driver. <perlinger@ntp.org>
  34. * [Bug 3084] update-leap mis-parses the leapfile name. HStenn.
  35. * [Bug 3068] Linker warnings when building on Solaris. perlinger@ntp.org
  36. - applied patch thanks to Andrew Stormont <andyjstormont@gmail.com>
  37. * [Bug 3067] Root distance calculation needs improvement. HStenn.
  38. * [Bug 3066] NMEA clock ignores pps. perlinger@ntp.org
  39. - PPS-HACK works again.
  40. * [Bug 3059] Potential buffer overrun from oversized hash <perlinger@ntp.org>
  41. - applied patch by Brian Utterback <brian.utterback@oracle.com>
  42. * [Bug 3053] ntp_loopfilter.c frequency calc precedence error. Sarah White.
  43. * [Bug 3050] Fix for bug #2960 causes [...] spurious error message.
  44. <perlinger@ntp.org>
  45. - patches by Reinhard Max <max@suse.com> and Havard Eidnes <he@uninett.no>
  46. * [Bug 3047] Fix refclock_jjy C-DEX JST2000. abe@ntp.org
  47. - Patch provided by Kuramatsu.
  48. * [Bug 3021] unity_fixture.c needs pragma weak <perlinger@ntp.org>
  49. - removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
  50. * [Bug 3019] Windows: ERROR_HOST_UNREACHABLE block packet processing.
  51. DMayer and JPerlinger.
  52. * [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger
  53. * [Bug 2961] sntp/tests/packetProcessing.c assumes AUTOKEY. HStenn.
  54. * [Bug 2959] refclock_jupiter: gps week correction <perlinger@ntp.org>
  55. - fixed GPS week expansion to work based on build date. Special thanks
  56. to Craig Leres for initial patch and testing.
  57. * [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd'
  58. - fixed Makefile.am <perlinger@ntp.org>
  59. * [Bug 2689] ATOM driver processes last PPS pulse at startup,
  60. even if it is very old <perlinger@ntp.org>
  61. - make sure PPS source is alive before processing samples
  62. - improve stability close to the 500ms phase jump (phase gate)
  63. * Fix typos in include/ntp.h.
  64. * Shim X509_get_signature_nid() if needed.
  65. * git author attribution cleanup
  66. * bk ignore file cleanup
  67. * remove locks in Windows IO, use rpc-like thread synchronisation instead
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement