Age | Commit message (Expand) | Author |
2005-07-15 | shrink read buffer size from 64k to 4k, this is not bgpd and we're dealing | Henning Brauer |
2005-07-05 | Save transmit time for each peer for later use as refid for SNTPv4 | Darren Tucker |
2005-06-19 | use a #define for the time to wait on -s and clarify a log msg | Henning Brauer |
2005-06-19 | use a little state engine to keep track of delayed dns lookups and such, | Henning Brauer |
2005-04-26 | unify shared code a bit again to make future syncs easier | Henning Brauer |
2005-03-23 | wpos in struct buf_read and datalen in imsg_get should be size_t and not | Henning Brauer |
2005-02-03 | Implement simple duplicate suppression of peer errors; ok henning@ | Darren Tucker |
2005-02-02 | buffer structs and API ssize_t -> size_t; from bgpd | Henning Brauer |
2005-01-28 | Simplify interval scaling and randomize query intervals; 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-16 | Limit the number of addresses used by the 'servers' directive to 8; ok henning@ | Darren Tucker |
2004-12-09 | define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok | Michael Shalayeff |
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-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-10-22 | in server mode reply with stratum from the peer that we currently prefer | Henning Brauer |
2004-10-14 | Have ntpd use IPTOS_LOWDELAY; ok henning@ | Darren Tucker |
2004-09-18 | don't call settimeofday() when the offset is smaller than 180 seconds, | Henning Brauer |
2004-09-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer |
2004-09-18 | do not bother overallocating and shrinking the pfd and idx2peer arrays, | Henning Brauer |
2004-09-16 | the "type" param to imsg_compose and imsg_create is really an | Henning Brauer |
2004-09-15 | imsg framework cleanup: | Henning Brauer |
2004-09-15 | remove the unused variable/macro code, ok theo | Henning Brauer |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer |
2004-07-29 | keep an ID per server we talk to | Henning Brauer |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer |
2004-07-25 | remove unused function | 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 | query interval scaling, episode II | Henning Brauer |
2004-07-14 | do not do the stratum guessing dance. | Henning Brauer |
2004-07-13 | Respond to client queries with better server statistics. We now output | Alexander Guy |
2004-07-11 | Start collecting the remote server state along with the calculated | Alexander Guy |
2004-07-10 | KNF; ok henning@ | Alexander Guy |
2004-07-10 | short fixed point <-> double conversion routines; ok henning@ | Alexander Guy |
2004-07-10 | scale query interval based on local clock offset. tested by many | Henning Brauer |
2004-07-09 | make lint a wee bit happier | Theo de Raadt |
2004-07-09 | rework dns handling with all its cosequences... | Henning Brauer |
2004-07-08 | remove all handling of netmasks/prefix lengths - we don't need that in ntpd. | Henning Brauer |
2004-07-07 | * Convert to use the new double-based time handling functions. | Alexander Guy |
2004-07-07 | do not listen anywhere by default. | Henning Brauer |
2004-07-07 | swicth all the host_* functions to work on a newly invented | 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-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 |
2004-07-05 | calculate the median offset from all servers we sync to and call | Henning Brauer |