Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2023-12-20 | introduce log_ntp_addr() and use it where applicable, avoids a null | Otto Moerbeek |
2022-11-27 | Once we are synced, we can validate the certificate in the standard way. | Otto Moerbeek |
2022-03-24 | Plus a small leak found by jmatthew; ok millert@ | Otto Moerbeek |
2020-08-30 | If no replies are received for a while due to connectivity issues | Otto Moerbeek |
2020-02-12 | If constraints are configured but do not work for whatever reason ntpd | Otto Moerbeek |
2019-11-11 | Also implement "trusted" for sensors; do not do constraint validation | Otto Moerbeek |
2019-11-10 | Introduce a "trusted" modifier, for peers that should be on a local net | Otto Moerbeek |
2019-07-16 | 1) Re-resolve and re-get constraints once the clock is synced. Constraints | Otto Moerbeek |
2019-06-27 | Allow logging to both stderr and syslog; don't reset the log level if | 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-12 | Fix init of syslog for childs and teach dns process about synced state. | 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 |
2019-05-28 | A step in solving the bootstrap problem in a dnssec environement. | Otto Moerbeek |
2019-01-14 | Prevent multiple ntpds from tripping over each other. | Florian Obser |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
2018-08-04 | Revert back previous commit, we have decided that socket files don't cause any | Ricardo Mestre |
2017-05-30 | add option "query from <ip>" to ntpd.conf, to specify a local IP | Sebastian Benoit |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2016-09-26 | Teach ntpd(8) constraint process to use exec*() instead of just forking, | Rafael Zalamena |
2016-09-14 | Teach ntpd(8) how to fork+exec. | Rafael Zalamena |
2016-09-03 | Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not | Reyk Floeter |
2016-03-27 | Rename session_socket_blockmode() to session_socket_nonblockmode(), | Kenneth R Westerback |
2016-01-27 | Don't attempt to kill() the constraint in the wrong process. The | Reyk Floeter |
2016-01-27 | update ntpd log initialization to work like relayd, fix debug log levels | Brent Cook |
2015-12-19 | No need for an extra log.h | Reyk Floeter |
2015-12-19 | Move log_sockaddr() to from log.c to util.c as it is a local addition | Reyk Floeter |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-10-30 | drop unused define; ok reyk@ | Christian Weisgerber |
2015-10-23 | Allowing upstream servers of ntp being in multiple routing tables is | Peter Hessler |
2015-10-12 | Move execution of the constraints from the ntp to the parent process. | Reyk Floeter |
2015-05-20 | Remove hotplug(4) sensor support: the code has been disabled by | Reyk Floeter |
2015-05-17 | When resolving the "constraint" (singular), store all returned IP | Reyk Floeter |
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-13 | fix some memory leaks in dns handling. | Brent Cook |
2015-01-10 | don't check for a return value that host() doesn't return, so future | Ted Unangst |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-08 | sync log.c from smtpd. | Brent Cook |
2015-01-04 | use MAXIMUM as the canonical local MAX macro. | Brent Cook |
2015-01-04 | removed unused libevent header and structures in ntpd.h | Brent Cook |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-01-22 | allow -s<abrev> in addition to -s <word> in ntpctl commandline, like | Sebastian Benoit |
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 |
2012-09-20 | Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>. | Patrick Wildt |
2011-09-21 | fix the two most offensive indentation violations in here. | Peter Hessler |