Age | Commit message (Expand) | Author |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
2006-10-27 | use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing | Henning Brauer |
2006-10-21 | in client_nextaddr, check fd != -1 before close, just nicer this way | Henning Brauer |
2006-10-21 | when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETIC | Henning Brauer |
2006-10-21 | EADDRNOTAVAIL after connect is one of the soft errors where we don't abort | Henning Brauer |
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek |
2006-06-04 | Only invalidate stored replies if an adjustment was really made. | Otto Moerbeek |
2006-05-29 | When ntpd backs off polling due to a negative delay, tell the user how long | Chris Kuethe |
2006-05-25 | figure out the refid to send to NTP v3 clients early and store it | Henning Brauer |
2005-09-24 | Log source address for 'malformed packet' errors. ok henning@ | Darren Tucker |
2005-08-10 | Propogate server's leap indicator flags to clients; ok henning@ | Darren Tucker |
2005-07-11 | Print actual error when in debug mode; ok henning@ | Darren Tucker |
2005-07-06 | add another non-fatal error for recvfrom; ok henning@ | Darren Tucker |
2005-07-05 | Save transmit time for each peer for later use as refid for SNTPv4 | Darren Tucker |
2005-06-19 | use a little state engine to keep track of delayed dns lookups and such, | Henning Brauer |
2005-04-19 | move the "reply from ... " log msg in -d mdoe uop a bit so it actually | Henning Brauer |
2005-04-18 | prevent replies with negative delay from being used, could happen with -s | Henning Brauer |
2005-03-08 | let client_query return 0 if it requested dns resolution | 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-01-28 | Simplify interval scaling and randomize query intervals; ok henning@ | Darren Tucker |
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-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-13 | Discard replies with alarm flag set or invalid stratum; ok henning@ | Darren Tucker |
2004-12-09 | define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok | Michael Shalayeff |
2004-12-08 | uniquely name members of s_fixedpt and l_fixedpt; henning@ ok | Michael Shalayeff |
2004-11-10 | ntp_adjtime() -> priv_adjtime() | Henning Brauer |
2004-11-05 | Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it's | Darren Tucker |
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 | 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-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-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-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer |
2004-09-14 | paranoia: reset query->fd to -1 after close, from canacar some time ago | Henning Brauer |
2004-08-16 | Be more careful setting next and deadline, they should not both be != 0 | Otto Moerbeek |
2004-08-13 | Reset deadline on failed transmit. Avoids a spinning process if | Otto Moerbeek |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer |
2004-07-20 | wrap the heads for the linked list of addresses into a new ntp_addr_wrap | Henning Brauer |
2004-07-18 | there are a few recvfrom(2) errors we do not want to panic on | Henning Brauer |