Age | Commit message (Expand) | Author |
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 |
2004-07-18 | query interval scaling, episode II | Henning Brauer |
2004-07-14 | do not do the stratum guessing dance. | Henning Brauer |
2004-07-11 | Start collecting the remote server state along with the calculated | Alexander Guy |
2004-07-10 | missing {} | Henning Brauer |
2004-07-10 | check wether we have enough data to form a peer update on receiption | Henning Brauer |
2004-07-10 | oups | Henning Brauer |
2004-07-10 | scale query interval based on local clock offset. tested by many | Henning Brauer |
2004-07-09 | don't panic when sendto() fails; for the client part just re-schedule | Henning Brauer |
2004-07-09 | rework dns handling with all its cosequences... | Henning Brauer |
2004-07-08 | lof replies with log_debug so one gets increased verbosity when in | Henning Brauer |
2004-07-07 | RFC 2030 is incorrect with regards to the computation of the delay value | Alexander Guy |
2004-07-07 | don't log every single reply we receive and log local clock adjustemt nicer | Henning Brauer |
2004-07-07 | knf! | Theo de Raadt |
2004-07-07 | if the cookie in the received packet doesn't match discard it silently; | Henning Brauer |
2004-07-07 | keep a "trustlevel" per peer. loose credit for loosing a packet, loose | Henning Brauer |
2004-07-06 | Implement the clock filter as descirbed by David Mills: | Henning Brauer |
2004-07-06 | when we received a apcket with incorrect cookie log from whom as well | Henning Brauer |
2004-07-06 | log host packet was received from (originally using a long convoluted | Jason Wright |
2004-07-06 | initialize the variables that track the offset array; ok henning@ | Christian Weisgerber |
2004-07-05 | keep last 8 offset,delay pairs - we'll need them for the clock filters later. | Henning Brauer |
2004-07-05 | delay, not error | Henning Brauer |