History log of /openbsd-src/etc/examples/ntpd.conf (Results 1 – 5 of 5)
Revision Date Author Comments
# e9e400b7 11-Nov-2019 deraadt <deraadt@openbsd.org>

change the nmea sensor to "trusted"


# 32bf7630 11-Nov-2019 deraadt <deraadt@openbsd.org>

update ntpd example configuration


# c24e431e 18-May-2015 dtucker <dtucker@openbsd.org>

Simplify example constraints URL to reduce load on the server side.
ok henning@, reyk@


# bc58a738 10-Feb-2015 reyk <reyk@openbsd.org>

Add support for "constraints": when configured, ntpd(8) will query the
time from HTTPS servers, by parsing the Date: header, and use the
median constraint time as a boundary to verify NTP responses.

Add support for "constraints": when configured, ntpd(8) will query the
time from HTTPS servers, by parsing the Date: header, and use the
median constraint time as a boundary to verify NTP responses. This
adds some level of authentication and protection against MITM attacks
while preserving the accuracy of the NTP protocol; without relying on
authentication options for NTP that are basically unavailable at
present. This is an initial implementation and the semantics will be
improved once it is in the tree.

Discussed with deraadt@ and henning@
OK henning@

show more ...


# 285a77de 13-Jul-2014 rpe <rpe@openbsd.org>

- move the ntpd.conf file to examples directory
- move it from BIN1 to EXAMPLES in src/etc/Makefile
- change the installer to create the file instead of editing it
- add a '+' to the corresponding ch

- move the ntpd.conf file to examples directory
- move it from BIN1 to EXAMPLES in src/etc/Makefile
- change the installer to create the file instead of editing it
- add a '+' to the corresponding changelist entry

suggested by and OK deraadt@
OK for the installer change krw@

show more ...