Age | Commit message (Expand) | Author |
2022-03-24 | Plus a small leak found by jmatthew; ok millert@ | Otto Moerbeek |
2021-04-21 | Improve ntpd offset handling. Call the index of the offset loops | Alexander Bluhm |
2021-03-18 | The ntpd client code corrects both T1 and T4 with the current offset | Alexander Bluhm |
2020-09-11 | If we get messages but they are not ntp replies (e.g. caused by | Otto Moerbeek |
2020-01-30 | Properly determine era 0 or era 1, making it possible to move past | Otto Moerbeek |
2019-11-10 | Introduce a "trusted" modifier, for peers that should be on a local net | Otto Moerbeek |
2019-11-10 | typo | Theo de Raadt |
2019-07-07 | Sometimes ntp peers are unreliable (looking at you pool.ntp.org!) | Otto Moerbeek |
2019-06-20 | Do a quick DNS probe to decide to stay in the forground and attempt | Otto Moerbeek |
2019-06-16 | Be more aggressive retrying dns while in settime mode. The constraint | Otto Moerbeek |
2019-06-09 | Introducing autmatic settime mode: if some preconditions are met | Otto Moerbeek |
2019-05-29 | If a DBS resolve was done with the Checking Disabled flag, re-resolve | Otto Moerbeek |
2017-05-30 | add option "query from <ip>" to ntpd.conf, to specify a local IP | Sebastian Benoit |
2016-09-03 | Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not | Reyk Floeter |
2015-10-23 | Allowing upstream servers of ntp being in multiple routing tables is | Peter Hessler |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-03-28 | Avoid overflow on 32-bit time_t systems converting timeval to NTP time. | Brent Cook |
2015-02-12 | Use ntpd's deferred DNS resolving for constraints as well. This | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |
2015-01-19 | Use initial assignment of action to check for errors. | Brent Cook |
2015-01-09 | return -1 on host() address parsing failure, not 1. | Brent Cook |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-04 | use MAXIMUM as the canonical local MAX macro. | Brent Cook |
2015-01-04 | don't rely on sys/param.h having a MAX macro. | Brent Cook |
2014-05-12 | Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and | Miod Vallat |
2013-10-21 | remove the IPv4-only check for rdomains, allows IPv6 to use them | Peter Hessler |
2013-10-04 | Add ntpctl(8), which allows us to query the locally running ntpd(8) process | Peter Hessler |
2013-04-30 | Remove unused function argument variables 'len' and 'auth' from | Marcus Glocker |
2011-09-21 | Add rdomain support to NTPd. | Peter Hessler |
2009-06-24 | recvmsg ENOENT noncritical too | Henning Brauer |
2009-06-17 | ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshit | Henning Brauer |
2009-05-31 | use the SCM_TIMESTAMP socket option to get the time we received the | Henning Brauer |
2009-04-22 | ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps | Henning Brauer |
2009-03-04 | I should know outside data must be vis(3)'d. | Kevin Steves |
2009-03-04 | received refid should not be converted to host byte order; ok henning@ | Kevin Steves |
2009-03-04 | log reason when not synced; ok henning@ | Kevin Steves |
2008-06-10 | For IPv6 addresses, return the first 32 bits of the MD5 hash of the | Christian Weisgerber |
2008-06-10 | According to the latest SNTPv4 spec in RFC4330, secondary servers | Christian Weisgerber |
2008-01-28 | Reconnect a client socket after three consecutive send failures. | Marco Pfatschbacher |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves |
2007-11-22 | be a bit less aggressive retrying; this keeps the message queue | Otto Moerbeek |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
2006-10-27 | use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing | Henning Brauer |
2006-10-21 | in client_nextaddr, check fd != -1 before close, just nicer this way | Henning Brauer |
2006-10-21 | when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETIC | Henning Brauer |
2006-10-21 | EADDRNOTAVAIL after connect is one of the soft errors where we don't abort | Henning Brauer |
2006-06-07 | Compensate old offsets with the amount of adjustment done, avoiding | Otto Moerbeek |
2006-06-04 | Only invalidate stored replies if an adjustment was really made. | Otto Moerbeek |
2006-05-29 | When ntpd backs off polling due to a negative delay, tell the user how long | Chris Kuethe |