Age | Commit message (Expand) | Author |
2005-03-23 | wpos in struct buf_read and datalen in imsg_get should be size_t and not | Henning Brauer |
2005-03-13 | Fixes in ntpd_settime (ie ntpd -s): | Darren Tucker |
2005-03-09 | nasty: host_dns used to run before forking and chrooting etc, so it was | Henning Brauer |
2005-03-09 | when, after processing all complete imsgs we found in the buffer, | Henning Brauer |
2005-03-08 | when trying short-circuit the wait for the first reply for -s, only | Henning Brauer |
2005-03-08 | knf | Theo de Raadt |
2005-03-08 | from the "shut the fuck up, ntpd" department: | Henning Brauer |
2005-03-08 | missing break spotted by lint | Theo de Raadt |
2005-03-08 | from the "shut the fuck up, ntpd" department: | Henning Brauer |
2005-03-08 | let client_query return 0 if it requested dns resolution | Henning Brauer |
2005-03-06 | fix error message, Benedikt Steinbusch <bsteinb@hamazone.de> | Henning Brauer |
2005-02-22 | when sending a query already returns a failure, we're not going to see | Henning Brauer |
2005-02-21 | fix an error message | Henning Brauer |
2005-02-03 | Implement simple duplicate suppression of peer errors; ok henning@ | Darren Tucker |
2005-02-02 | KNF | Henning Brauer |
2005-02-02 | buffer structs and API ssize_t -> size_t; from bgpd | Henning Brauer |
2005-02-02 | usage() is __dead | Henning Brauer |
2005-01-28 | Simplify interval scaling and randomize query intervals; ok henning@ | Darren Tucker |
2005-01-28 | fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer |
2005-01-28 | Make network unreachable errors non-fatal; ok henning@ | Darren Tucker |
2005-01-27 | Scale query interval by the overall offset not per-peer offset, so we | Darren Tucker |
2005-01-27 | Delay before retrying a query on timeout; ok henning@ | Darren Tucker |
2004-12-23 | KNF | Henning Brauer |
2004-12-22 | d can be negative, take that into account when comparing to the logging | Henning Brauer |
2004-12-22 | Save original value returned by getifaddrs to free later; ok henning@ | Darren Tucker |
2004-12-22 | if our first getpwnam(), testing for NTPD_USER, succeeded, but the second | Henning Brauer |
2004-12-20 | some typos in log messages. | Moritz Jodeit |
2004-12-16 | Limit the number of addresses used by the 'servers' directive to 8; ok henning@ | Darren Tucker |
2004-12-15 | Poll unsynchronized servers at the maximum interval and log a message about | Darren Tucker |
2004-12-15 | Factor out interval scaling code; ok henning@ | Darren Tucker |
2004-12-14 | If polling a server results in an error, drop that server to the maximum | Darren Tucker |
2004-12-14 | sendto() takes socklen_t as an argument; ok henning@ | Darren Tucker |
2004-12-13 | Sanity check owner and permissions of privsep directory, like sshd does; | Darren Tucker |
2004-12-13 | Check for error status from poll() too; ok henning@ | Darren Tucker |
2004-12-13 | Discard replies with alarm flag set or invalid stratum; ok henning@ | Darren Tucker |
2004-12-10 | typos, then -> than, from Michael Knudsen | Jared Yanovich |
2004-12-09 | define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok | Michael Shalayeff |
2004-12-08 | use two tiny macros for copying fields out to simplify reading; henning@ ok | Michael Shalayeff |
2004-12-08 | uniquely name members of s_fixedpt and l_fixedpt; henning@ ok | Michael Shalayeff |
2004-12-07 | tweaks; | Jason McIntyre |
2004-12-06 | do not log tiny local clock drifts; w/ help from Joerg Sonnenberger <joerg@br... | Michael Shalayeff |
2004-12-06 | ensure the most excellent alignment in the structs; henning@ ok | Michael Shalayeff |
2004-11-25 | fix "listen on hostname" | Henning Brauer |
2004-11-12 | some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de> | Henning Brauer |
2004-11-10 | ntp_adjtime() -> priv_adjtime() | Henning Brauer |
2004-11-10 | const'ify conffile | Henning Brauer |
2004-11-08 | Advice user to use multiple servers. Prodded by Daniel Polak, help and ok jmc@ | Otto Moerbeek |
2004-11-07 | document that keywords can be specified multiple times; | Jason McIntyre |
2004-11-05 | Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it's | Darren Tucker |
2004-11-05 | memleaks in error pathes, patrick latifi, Thanks! | Henning Brauer |