Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Typo and redundency fixes.
· fbc976d6
Eric S. Raymond
authored
Dec 14, 2016
fbc976d6
Add a caveat about ntpmon.
· 9bcd59ad
Eric S. Raymond
authored
Dec 14, 2016
9bcd59ad
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
9bcd59ad
...
...
@@ -24,10 +24,6 @@ of stratum and synch distance.
A new tool for time-service operators, ntpmon, supports real-time
monitoring of your NTP installation's status.
Broadcast-client mode, which is impossible to secure, has been
removed. Broadcast service can still be enabled, though this is a
deprecated mode of operation and may be removed in a future release.
== 2016-11-23: 0.9.5 ==
This release includes a substantial refactoring of the core protocol
...
...
@@ -168,7 +164,7 @@ vulnerability: ephemeral association attack (Credit: Matthew van Gundy
of Cisco ASIG) as a duplicate of CVE-2015-7974 (see 0.9.1 release
notes) and it is WONTFIX for the time being: it is
correct-but-unfortunate behavior consequent to confusing and
inflexible semantics of ntp.conf's acess
s
control language, and we
inflexible semantics of ntp.conf's acess control language, and we
will address it with a future redesign effort. NTP Classic has
partially addressed this pair of issues by extending the syntax of
ntp.keys to support IP ACLing. We are not currently aware of any
...
...
docs/includes/ntpmon-body.txt
View file @
9bcd59ad
...
...
@@ -49,4 +49,11 @@ x:: Cleanly terminate the program.
?:: List these commands.
== Known Bugs ==
+ntpmon+ will appear to hang when monitoring hosts with extremely long
MRU lists - in particular, public pool hosts. There is no easy fix
for this, as the records are returned oldest first and the portion
of interest is usually the newest.
// end