Age | Commit message (Expand) | Author |
2004-07-08 | remove all handling of netmasks/prefix lengths - we don't need that in ntpd. | Henning Brauer |
2004-07-08 | log_debug() when a peer doesn't answer in time | Henning Brauer |
2004-07-08 | lof replies with log_debug so one gets increased verbosity when in | Henning Brauer |
2004-07-08 | make log_debug() only log anything at all when we are in debug mode | Henning Brauer |
2004-07-07 | Include protocol name in printout. | Ryan Thomas McBride |
2004-07-07 | guard against stat not working, which happened to me... | Marc Espie |
2004-07-07 | Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks. | Claudio Jeker |
2004-07-07 | Bad interpretation of the oh so well documented mrt spec. Found by | Claudio Jeker |
2004-07-07 | tweaks; ok henning@ | Jason McIntyre |
2004-07-07 | add ntpd(8) to SEE ALSO; | Jason McIntyre |
2004-07-07 | add rdate(8) to SEE ALSO; | Jason McIntyre |
2004-07-07 | RFC 2030 is incorrect with regards to the computation of the delay value | Alexander Guy |
2004-07-07 | help the compiler a bit with a cast, spotted by theo | Henning Brauer |
2004-07-07 | * Convert to use the new double-based time handling functions. | Alexander Guy |
2004-07-07 | Endian conversion mistakenly done before fraction math; ok henning@ | Alexander Guy |
2004-07-07 | ease code and tweak logging | Henning Brauer |
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 | document | Henning Brauer |
2004-07-07 | do not listen anywhere by default. | Henning Brauer |
2004-07-07 | yuck, another bad sizeof(). again in code hacked on the Frankfurt->Montreal | Henning Brauer |
2004-07-07 | host_* now returns pointers, so the error return is NULL and not 0 | Henning Brauer |
2004-07-07 | swicth all the host_* functions to work on a newly invented | Henning Brauer |
2004-07-07 | servers can be given as hostnames now | 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 | sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)! | 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 | allow hostnames and resolve them in the config file | Henning Brauer |
2004-07-06 | initialize the variables that track the offset array; ok henning@ | Christian Weisgerber |
2004-07-06 | commit from the wrong tree. noticed by krw@ | Marc Espie |
2004-07-06 | Back out rev 1.2 as it doesn't make sense--since we exit on failure | Todd C. Miller |
2004-07-05 | description looking slightly more like a regular manpage and not a pipe-dream. | Marc Espie |
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 | use correct multiplier for us -> s conversion | Otto Moerbeek |
2004-07-05 | too clever, perl regexps are greedy, ensure we get the correct name. | Marc Espie |
2004-07-05 | The rde no longer needs to check if the nexthop is the loopback address. | Claudio Jeker |
2004-07-05 | new blackhole/reject nexthops | Henning Brauer |
2004-07-05 | implement "set nexthop blackhole" and "set nexthop reject" | Henning Brauer |
2004-07-05 | Still deduce a pkg-name even if there is no .tgz in the pkg-name specified | Marc Espie |
2004-07-05 | less esoteric error message for missing @name, on a question from | Marc Espie |
2004-07-05 | don't limit to one remote server any more | Henning Brauer |
2004-07-05 | calculate the median offset from all servers we sync to and call | Henning Brauer |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-07-04 | put interval defines in ntpd.h and name them consistently | Henning Brauer |
2004-07-04 | simplify slightly | Henning Brauer |
2004-07-04 | KNF | Henning Brauer |