Age | Commit message (Expand) | Author |
2004-07-10 | missing {} | Henning Brauer |
2004-07-10 | check wether we have enough data to form a peer update on receiption | Henning Brauer |
2004-07-10 | oups | Henning Brauer |
2004-07-10 | scale query interval based on local clock offset. tested by many | Henning Brauer |
2004-07-10 | Fix reverse logic bug in the prefix filter. | Claudio Jeker |
2004-07-09 | various cleanup: | Jared Yanovich |
2004-07-09 | make lint a wee bit happier | Theo de Raadt |
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre |
2004-07-09 | [From: Joris Vink] | Thierry Deval |
2004-07-09 | Do not forget to initialize head. ok henning@ | Otto Moerbeek |
2004-07-09 | ansi | Theo de Raadt |
2004-07-09 | ansi | Theo de Raadt |
2004-07-09 | too chatty; ok henning | Theo de Raadt |
2004-07-09 | don't panic when sendto() fails; for the client part just re-schedule | Henning Brauer |
2004-07-09 | don't try to update the clock when we have no data | Henning Brauer |
2004-07-09 | various cleanup: | Jared Yanovich |
2004-07-09 | the child process needs to ignore SIGHUP for now, otto | Henning Brauer |
2004-07-09 | remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit on | Henning Brauer |
2004-07-09 | various tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | let log_debug only log at all when we're in debug mode, from Montreal Airport | Henning Brauer |
2004-07-09 | soem tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | document the "servers" keyword | Henning Brauer |
2004-07-09 | rework dns handling with all its cosequences... | Henning Brauer |
2004-07-09 | when calculating the timeout for poll() we need to take the deadlines for | Henning Brauer |
2004-07-08 | kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd | Henning Brauer |
2004-07-08 | remove a bogus always-true test before adjtime() | Henning Brauer |
2004-07-08 | Don't close the database too early. ok deraadt@, millert@. | Matthieu Herrb |
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 |