summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd/ntp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce a "trusted" modifier, for peers that should be on a local netotto2019-11-101-2/+3
* - validate sensor values against constraintsotto2019-11-101-3/+4
* 1) Re-resolve and re-get constraints once the clock is synced. Constraintsotto2019-07-161-10/+7
* Sometimes ntp peers are unreliable (looking at you pool.ntp.org!)otto2019-07-071-11/+61
* Allow logging to both stderr and syslog; don't reset the log level ifotto2019-06-271-3/+3
* Do a quick DNS probe to decide to stay in the forground and attemptotto2019-06-201-5/+15
* Be more aggressive retrying dns while in settime mode. The constraintotto2019-06-161-1/+3
* Fix init of syslog for childs and teach dns process about synced state.otto2019-06-121-9/+10
* Introducing autmatic settime mode: if some preconditions are metotto2019-06-091-2/+2
* Use proper algorithm for median computation; use fabs() for computingotto2019-05-301-9/+6
* If a DBS resolve was done with the Checking Disabled flag, re-resolveotto2019-05-291-2/+30
* A step in solving the bootstrap problem in a dnssec environement.otto2019-05-281-2/+6
* log dns failures, even if temporary. ok bennotedu2019-01-071-1/+2
* revert previous, something isn't quite right as clients see ntpdsthen2018-07-191-9/+1
* if we couldn't update the clock for ~1h due to lack of data from peers andhenning2018-07-121-1/+9
* add option "query from <ip>" to ntpd.conf, to specify a local IPbenno2017-05-301-1/+3
* add logging messages to distinguish which safty check failedphessler2017-01-201-5/+13
* Teach ntpd(8) how to use socket status to shutdown the daemon. While atrzalamena2016-09-261-13/+3
* Teach ntpd(8) how to fork+exec.rzalamena2016-09-141-22/+16
* Remove the oh so funny "LOSS OF MIND" from the diclaimer that was notreyk2016-09-031-4/+4
* Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.reyk2015-12-191-2/+5
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* Remove support for sending status reports to syslog on SIGINFO;reyk2015-10-301-69/+1
* Allowing upstream servers of ntp being in multiple routing tables isphessler2015-10-231-8/+5
* Move execution of the constraints from the ntp to the parent process.reyk2015-10-121-41/+15
* the ntp engine can run with "stdio inet proc". For many reasons,deraadt2015-10-091-1/+16
* When checking whether we should scan the sensors again use <= rathermillert2015-08-141-2/+2
* replace _PATH_DEVNULL with "/dev/null", assume it will not movebcook2015-07-181-2/+2
* replace bzero with memsetbcook2015-07-181-4/+4
* only scan sensors if they are configuredderaadt2015-05-251-16/+18
* Remove hotplug(4) sensor support: the code has been disabled byreyk2015-05-201-14/+5
* remove unused variablebcook2015-03-021-4/+2
* Use ntpd's deferred DNS resolving for constraints as well. Thisreyk2015-02-121-4/+9
* Add support for "constraints": when configured, ntpd(8) will query thereyk2015-02-101-7/+56
* be more verbose when logging privsep errors.bcook2015-02-101-5/+8
* prefer sizeof(thing) to sizeof(type)bcook2015-01-131-5/+5
* remove excessive/wrong use of sys/param.hderaadt2015-01-091-2/+2
* use MAXIMUM as the canonical local MAX macro.bcook2015-01-041-4/+2
* don't rely on sys/param.h having a MAX macro.bcook2015-01-041-2/+4
* Remove the unused dns_pid variable.bcook2015-01-041-3/+3
* easy realloc() -> reallocarray() which gives us mult int overflow checkingderaadt2014-10-081-5/+5
* from sthen: handle msgbuf_write() returning EAGAINbenno2013-11-131-3/+5
* Add ntpctl(8), which allows us to query the locally running ntpd(8) processphessler2013-10-041-6/+33
* Resolve the uncertainty in the REFID assignment.phessler2013-09-281-13/+7
* Add rdomain support to NTPd.phessler2011-09-211-5/+8
* close pipe_prnt[0] earlier, foremost before forking the dns processhenning2011-06-171-2/+2
* clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyhenning2011-06-161-1/+3
* effectively un-do r1.111, it fucks machines with bad clocks royally.henning2009-06-111-6/+1
* If ntpd decides the clock has become unsynced, reset the number of savedckuethe2009-06-061-2/+4
* make ntpd imsg-in-a-lib ready as well. extensive testing done, nopyr2009-06-061-5/+6