Age | Commit message (Expand) | Author |
2019-11-11 | Also implement "trusted" for sensors; do not do constraint validation | Otto Moerbeek |
2019-11-11 | Disable -s and -S functionality. -s would force time using NTP packets without | Theo de Raadt |
2019-11-10 | Introduce a "trusted" modifier, for peers that should be on a local net | Otto Moerbeek |
2019-11-10 | - validate sensor values against constraints | Otto Moerbeek |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Allow logging to both stderr and syslog; don't reset the log level if | Otto Moerbeek |
2019-06-12 | Fix init of syslog for childs and teach dns process about synced state. | Otto Moerbeek |
2019-06-09 | Introducing autmatic settime mode: if some preconditions are met | Otto Moerbeek |
2019-01-14 | Prevent multiple ntpds from tripping over each other. | Florian Obser |
2018-11-29 | update for libtls default cert changes. | Ted Unangst |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
2018-08-31 | the main process must chdir to /, since it cannot have daemon() do the | Theo de Raadt |
2018-08-08 | ntpd unveils the cert.pem "r" file (which is passed-over-socket to the | Theo de Raadt |
2018-08-04 | Revert back previous commit, we have decided that socket files don't cause any | Ricardo Mestre |
2018-08-02 | ntpd(8) has logic in place to delete its control socket on shutdown, but it | Ricardo Mestre |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2016-12-01 | Remove unused variable which was leaking memory, and while here remove 2 other | Ricardo Mestre |
2016-09-26 | Teach ntpd(8) constraint process to use exec*() instead of just forking, | Rafael Zalamena |
2016-09-26 | Teach ntpd(8) how to use socket status to shutdown the daemon. While at | Rafael Zalamena |
2016-09-14 | Teach ntpd(8) how to fork+exec. | Rafael Zalamena |
2016-09-03 | Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not | Reyk Floeter |
2016-05-02 | prepare userland for removing chroot(2) from allowed syscalls under pledge(2). | Sebastien Marie |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-27 | Don't attempt to kill() the constraint in the wrong process. The | Reyk Floeter |
2016-01-27 | update ntpd log initialization to work like relayd, fix debug log levels | Brent Cook |
2016-01-11 | sneaky whitespace snuck in again | Theo de Raadt |
2015-12-29 | Don't assume fprintf() will set the FILE * error condition. | Todd C. Miller |
2015-12-19 | Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd. | Reyk Floeter |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-10-23 | Rather than re-opening the driftfile to write, keep it open; rewinding | Theo de Raadt |
2015-10-12 | Move execution of the constraints from the ntp to the parent process. | Reyk Floeter |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | In the ntpctl(1) case, after it has connect()'d to ntpd we can tame "stdio" | Theo de Raadt |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-03-11 | -s is not optional, sadly; | Jason McIntyre |
2015-02-11 | Remove dead code (IMSG_HOST_DNS has been moved from the parent to | Reyk Floeter |
2015-02-10 | spacing | Reyk Floeter |
2015-02-10 | Don't show the subseconds when displaying the constraint offset. | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |
2015-01-21 | Fix deferred host DNS lookups. | Brent Cook |
2015-01-19 | Use initial assignment of action to check for errors. | Brent Cook |
2015-01-14 | Switch drift file format to ppm for compatibility with the ntp.org | Christian Weisgerber |
2015-01-13 | bump failure to set the initial time from debug to warning | Brent Cook |
2015-01-13 | fix some memory leaks in dns handling. | Brent Cook |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-08 | sync log.c from smtpd. | Brent Cook |
2015-01-04 | rename sockaddr_un variables from 'sun' to the more common 'sa'. | Brent Cook |
2015-01-04 | Add a missing include for time.h to get the definitions of clock_gettime and ... | Brent Cook |
2014-02-10 | Run the serving and privileged ntpd processes at high priority and the | Darren Tucker |