summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-src_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.0p1. Notable fixes:Christian Weisgerber2016-06-071-11/+40
| | | | | | | * Set MOD_MAXERROR to avoid unsynced time status when using ntp_adjtime. * Hardened TLS for ntpd constraints, enabling server name verification. PR: 210056
* Update to 5.9p1. Notable changes:Christian Weisgerber2016-04-021-0/+47
* The rtable option was removed from server and servers. Users of "server * rtable X" will need to switch to launching ntpd with # setfib -F X /usr/sbin/ntpd * Various improvements to the HTTPS constraint feature (requires LibreSSL). This port reenables rtable support in the listen option on FreeBSD. Relnotes: http://www.openntpd.org/txt/release-5.9p1.txt