Commits on Source 6
-
This ensures that we byte-compile the python scripts (as well as the python libraries so that we catch syntax errors during the build, instead of at run-time. Fixes Gitlab issue #413
-
It is important to specify -g on the command line to allow NTP to correct the clock on boot. However, if Restart=yes is set, a malicious (or broken) server could send the incorrect time, trip the panic threshold, and when ntpd restarts, serve it the incorrect time (which would be accepted). See page 16 here: http://events.linuxfoundation.org/sites/events/files/slides/vangundy-ntp-security.pdf This can probably be done by a MITM attacker too, making this essentially the same as CVE-2015-5300.
-
Gary E. Miller authored
Not sure what broke this, something somewhat recent, and not on all Python 2 hosts.
-
-
Matt Selsky authored
string.rstrip() and string.replace() do very different things.
-
Ian Bruene authored