Age | Commit message (Expand) | Author |
4 days | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
4 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
4 days | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
4 days | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
4 days | Use imsg_flush() instead of implementing the same by hand. | Claudio Jeker |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2021-07-16 | main proc doesn't speak with sockets during the main loop and setpriority plus | Ricardo Mestre |
2021-07-16 | /etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local function | Ricardo Mestre |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-02-12 | If constraints are configured but do not work for whatever reason ntpd | Otto Moerbeek |
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 |