summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-07-08remove all handling of netmasks/prefix lengths - we don't need that in ntpd.Henning Brauer
2004-07-08log_debug() when a peer doesn't answer in timeHenning Brauer
2004-07-08lof replies with log_debug so one gets increased verbosity when inHenning Brauer
2004-07-08make log_debug() only log anything at all when we are in debug modeHenning Brauer
2004-07-07Include protocol name in printout.Ryan Thomas McBride
2004-07-07guard against stat not working, which happened to me...Marc Espie
2004-07-07Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks.Claudio Jeker
2004-07-07Bad interpretation of the oh so well documented mrt spec. Found byClaudio Jeker
2004-07-07tweaks; ok henning@Jason McIntyre
2004-07-07add ntpd(8) to SEE ALSO;Jason McIntyre
2004-07-07add rdate(8) to SEE ALSO;Jason McIntyre
2004-07-07RFC 2030 is incorrect with regards to the computation of the delay valueAlexander Guy
2004-07-07help the compiler a bit with a cast, spotted by theoHenning Brauer
2004-07-07* Convert to use the new double-based time handling functions.Alexander Guy
2004-07-07Endian conversion mistakenly done before fraction math; ok henning@Alexander Guy
2004-07-07ease code and tweak loggingHenning Brauer
2004-07-07don't log every single reply we receive and log local clock adjustemt nicerHenning Brauer
2004-07-07knf!Theo de Raadt
2004-07-07if the cookie in the received packet doesn't match discard it silently;Henning Brauer
2004-07-07documentHenning Brauer
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-06commit from the wrong tree. noticed by krw@Marc Espie
2004-07-06Back out rev 1.2 as it doesn't make sense--since we exit on failureTodd C. Miller
2004-07-05description looking slightly more like a regular manpage and not a pipe-dream.Marc Espie
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-05too clever, perl regexps are greedy, ensure we get the correct name.Marc Espie
2004-07-05The rde no longer needs to check if the nexthop is the loopback address.Claudio Jeker
2004-07-05new blackhole/reject nexthopsHenning Brauer
2004-07-05implement "set nexthop blackhole" and "set nexthop reject"Henning Brauer
2004-07-05Still deduce a pkg-name even if there is no .tgz in the pkg-name specifiedMarc Espie
2004-07-05less esoteric error message for missing @name, on a question fromMarc Espie
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-05fix a few KNF falloutsHenning Brauer
2004-07-04put interval defines in ntpd.h and name them consistentlyHenning Brauer
2004-07-04simplify slightlyHenning Brauer
2004-07-04KNFHenning Brauer