summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
AgeCommit message (Expand)Author
2004-07-07do not listen anywhere by default.Henning Brauer
2004-07-07yuck, another bad sizeof(). again in code hacked on the Frankfurt->MontrealHenning Brauer
2004-07-07host_* now returns pointers, so the error return is NULL and not 0Henning Brauer
2004-07-07swicth all the host_* functions to work on a newly inventedHenning Brauer
2004-07-07servers can be given as hostnames nowHenning Brauer
2004-07-07keep a "trustlevel" per peer. loose credit for loosing a packet, looseHenning Brauer
2004-07-06Implement the clock filter as descirbed by David Mills:Henning Brauer
2004-07-06sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)!Henning Brauer
2004-07-06when we received a apcket with incorrect cookie log from whom as wellHenning Brauer
2004-07-06log host packet was received from (originally using a long convolutedJason Wright
2004-07-06allow hostnames and resolve them in the config fileHenning Brauer
2004-07-06initialize the variables that track the offset array; ok henning@Christian Weisgerber
2004-07-05keep last 8 offset,delay pairs - we'll need them for the clock filters later.Henning Brauer
2004-07-05delay, not errorHenning Brauer
2004-07-05use correct multiplier for us -> s conversionOtto Moerbeek
2004-07-05don't limit to one remote server any moreHenning Brauer
2004-07-05calculate the median offset from all servers we sync to and callHenning Brauer
2004-07-04put interval defines in ntpd.h and name them consistentlyHenning Brauer
2004-07-04simplify slightlyHenning Brauer
2004-07-04KNFHenning Brauer
2004-07-04Compute the local clock offset from the server's response.Alexander Guy
2004-07-03wrong struct calloc'ed; ok henning@Alexander Guy
2004-06-29When no listener is specified, create a listener on every IP. ProblemAlexander Guy
2004-06-22Precedence and type fix; ok henning@Alexander Guy
2004-06-18size struct pollfd and idx2peer dynamically instead of imposing an arbitaryHenning Brauer
2004-06-18ewps, add ntpd.conf.5Henning Brauer
2004-06-18bloody attempt at a manpageHenning Brauer
2004-06-17provide most of the client functionality.Henning Brauer
2004-06-17provide log_sockaddr, from bgpdHenning Brauer
2004-06-05Move prototype definitions. Add multi-include protection to header.Alexander Guy
2004-06-02prepare for client functionalityHenning Brauer
2004-06-01$OpenBSD$Henning Brauer
2004-06-01first cut at config file parserHenning Brauer
2004-06-01tzset(); noticed by theoHenning Brauer
2004-06-01allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).Henning Brauer
2004-05-31naming consistencyHenning Brauer
2004-05-31make my japanese friends happy by supporting IPv6 as wellHenning Brauer
2004-05-31initial cut at a manpageHenning Brauer
2004-05-31fix usage()Henning Brauer
2004-05-31initial cut at ntpd.Henning Brauer