Age | Commit message (Expand) | Author |
2018-07-19 | revert previous, something isn't quite right as clients see ntpd | Stuart Henderson |
2018-07-12 | if we couldn't update the clock for ~1h due to lack of data from peers and | Henning Brauer |
2017-05-30 | add option "query from <ip>" to ntpd.conf, to specify a local IP | Sebastian Benoit |
2017-01-20 | add logging messages to distinguish which safty check failed | Peter Hessler |
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 |
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-10-30 | Remove support for sending status reports to syslog on SIGINFO; | Reyk Floeter |
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-09 | the ntp engine can run with "stdio inet proc". For many reasons, | Theo de Raadt |
2015-08-14 | When checking whether we should scan the sensors again use <= rather | Todd C. Miller |
2015-07-18 | replace _PATH_DEVNULL with "/dev/null", assume it will not move | Brent Cook |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-05-25 | only scan sensors if they are configured | Theo de Raadt |
2015-05-20 | Remove hotplug(4) sensor support: the code has been disabled by | Reyk Floeter |
2015-03-02 | remove unused variable | Brent Cook |
2015-02-12 | Use ntpd's deferred DNS resolving for constraints as well. This | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |
2015-02-10 | be more verbose when logging privsep errors. | Brent Cook |
2015-01-13 | prefer sizeof(thing) to sizeof(type) | Brent Cook |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-04 | use MAXIMUM as the canonical local MAX macro. | Brent Cook |
2015-01-04 | don't rely on sys/param.h having a MAX macro. | Brent Cook |
2015-01-04 | Remove the unused dns_pid variable. | Brent Cook |
2014-10-08 | easy realloc() -> reallocarray() which gives us mult int overflow checking | Theo de Raadt |
2013-11-13 | from sthen: handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-10-04 | Add ntpctl(8), which allows us to query the locally running ntpd(8) process | Peter Hessler |
2013-09-28 | Resolve the uncertainty in the REFID assignment. | Peter Hessler |
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler |
2011-06-17 | close pipe_prnt[0] earlier, foremost before forking the dns process | Henning Brauer |
2011-06-16 | clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likely | Henning Brauer |
2009-06-11 | effectively un-do r1.111, it fucks machines with bad clocks royally. | Henning Brauer |
2009-06-06 | If ntpd decides the clock has become unsynced, reset the number of saved | Chris Kuethe |
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | Pierre-Yves Ritschard |
2009-06-04 | After calling adjfreq to correct the clock's rate, measure and fix the clock | Chris Kuethe |
2009-01-26 | use monotime instead of wallclock for the report thing as well | Henning Brauer |
2008-12-10 | Correctly skip the internal fd when checking the server sockets. Use PFD_MAX | Claudio Jeker |
2008-10-02 | in priv_settime(), we must not adjust the 'next' timestamps on their for | Henning Brauer |
2008-09-12 | move dns lookups to its own (privilege revoking, not chrooting) process. | Henning Brauer |
2008-06-10 | According to the latest SNTPv4 spec in RFC4330, secondary servers | Christian Weisgerber |
2008-06-08 | Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough. | Chris Kuethe |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-01-28 | Reconnect a client socket after three consecutive send failures. | Marco Pfatschbacher |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves |
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves |
2007-10-15 | Allow ntpd to report the status of peers and sensors to syslog. This | Otto Moerbeek |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |