Age | Commit message (Expand) | Author |
2016-10-18 | Check for EAGAIN on imsg_flush() return otherwise we might be failing | Rafael Zalamena |
2016-10-18 | Save the constraint process pid by getting the start_child() return value, | Rafael Zalamena |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2016-10-03 | Fix a possible bug that will happen with dup2() when oldd == newd. In that | Rafael Zalamena |
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-14 | Add clarifications ("comments") to three places where it wasn't | Reyk Floeter |
2016-09-14 | Fix copyright disclaimer in util.c. | Reyk Floeter |
2016-09-03 | Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not | Reyk Floeter |
2016-08-27 | Pull in <sys/time.h> for struct timespec, timeval, or clockrate | Philip Guenther |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-06-01 | ntpd is too aggressive about retrying constraint connections. This | Theo de Raadt |
2016-05-21 | Harden TLS for ntpd constraints - stop disabling server name verification, | Joel Sing |
2016-05-06 | Unconfuse things by renaming variables to match their contents. | Joel Sing |
2016-05-02 | prepare userland for removing chroot(2) from allowed syscalls under pledge(2). | Sebastien Marie |
2016-03-27 | Rename session_socket_blockmode() to session_socket_nonblockmode(), | Kenneth R Westerback |
2016-03-05 | According to RFC7231, section 7.1.1.1, the HTTP date header supports | Christian Weisgerber |
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 | No need for an extra log.h | Reyk Floeter |
2015-12-19 | Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd. | Reyk Floeter |
2015-12-19 | Move log_sockaddr() to from log.c to util.c as it is a local addition | 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-11-20 | use RMS for jitter. we're linking with enough libraries that libm is tiny. | Ted Unangst |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-17 | fix memory leak; from David CARLIER | Theo de Raadt |
2015-10-31 | fully revert some parts introduced with the original server rtable support, | Christian Weisgerber |
2015-10-30 | drop unused define; ok reyk@ | Christian Weisgerber |
2015-10-30 | Remove support for sending status reports to syslog on SIGINFO; | Reyk Floeter |
2015-10-25 | the DNS process was not discarding & redirecting stdin/out/err to | Theo de Raadt |
2015-10-23 | Rather than re-opening the driftfile to write, keep it open; rewinding | Theo de Raadt |
2015-10-23 | Allowing upstream servers of ntp being in multiple routing tables is | Peter Hessler |
2015-10-12 | Move execution of the constraints from the ntp to the parent process. | Reyk Floeter |
2015-10-10 | pledge "dns rw" is not a reliable pattern. This means malloc() and other | Theo de Raadt |
2015-10-09 | the ntp engine can run with "stdio inet proc". For many reasons, | Theo de Raadt |
2015-10-09 | Once the constraint engine process is running, it only needs | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-05 | this process deserves -fstack-protector-all | Theo de Raadt |
2015-10-03 | the ntp dns process only needs tame "dns rw" to operate. at least, | 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-09-10 | fix type and return check for tls_read/write. | Bob Beck |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-09 | Fix memory leak in error path when max length exceeded. | Todd C. Miller |
2015-08-28 | Xr ntpctl; from Rob Pierce | Theo de Raadt |
2015-08-14 | When checking whether we should scan the sensors again use <= rather | Todd C. Miller |