Age | Commit message (Expand) | Author |
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 |
2004-11-04 | use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILD | Henning Brauer |
2004-11-02 | superfluous comma, From: James Herbert <lists@artyzan.net> | Henning Brauer |
2004-10-27 | Calculate Hz and round up; ok henning@ | Darren Tucker |
2004-10-27 | use clock_getres(3) and calculate precision from that, and fill the | Henning Brauer |
2004-10-22 | oups | Henning Brauer |
2004-10-22 | in server mode reply with stratum from the peer that we currently prefer | Henning Brauer |
2004-10-15 | Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henning | Darren Tucker |
2004-10-14 | Have ntpd use IPTOS_LOWDELAY; ok henning@ | Darren Tucker |
2004-10-13 | set rootdelay in replies. | Henning Brauer |
2004-10-13 | in struct ntp_msg, rename "distance" to "rootdelay" to closer match RFCs | Henning Brauer |
2004-10-13 | thinko, htonl() -> ntohl(). as we don't use the value in question effect zero | Henning Brauer |
2004-10-13 | fall cleaning | Henning Brauer |
2004-10-13 | correctly set refid in replies with NTP protocol versions < 4. | Henning Brauer |
2004-10-13 | when we get back a IMSG_HOST_DNS message from the parent the peer ID within | Henning Brauer |
2004-10-08 | whitespace both in comment; from bernd | Henning Brauer |
2004-10-05 | in client_addr_init() and client_nextaddr(), do not set up the socket and | Henning Brauer |
2004-10-04 | do not take the average offset from all peers when calculating the total | Henning Brauer |
2004-09-30 | now that we connect() the client sockets we need to handle ECONNREFUSED as | Henning Brauer |
2004-09-24 | connect() the client-side sockets. idea & test & ok camield@ | Henning Brauer |
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer |
2004-09-18 | greatly improved by jmc with some tweaks by yours truly | Henning Brauer |
2004-09-18 | jmc says S before s and not s before S, sssssssso we do. | Henning Brauer |