Age | Commit message (Expand) | Author |
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 |
2004-07-04 | put interval defines in ntpd.h and name them consistently | Henning Brauer |
2004-07-04 | Compute the local clock offset from the server's response. | Alexander Guy |
2004-06-18 | size struct pollfd and idx2peer dynamically instead of imposing an arbitary | Henning Brauer |
2004-06-17 | provide most of the client functionality. | Henning Brauer |
2004-06-05 | Move prototype definitions. Add multi-include protection to header. | Alexander Guy |
2004-06-02 | prepare for client functionality | Henning Brauer |
2004-06-01 | first cut at config file parser | Henning Brauer |
2004-06-01 | allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm). | Henning Brauer |
2004-05-31 | initial cut at ntpd. | Henning Brauer |