summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If all addresses are numeric no use for dns probe; ok florian@ sthen@otto2020-04-121-2/+5
* Sometimes ntp peers are unreliable (looking at you pool.ntp.org!)otto2019-07-071-2/+2
* Fix init of syslog for childs and teach dns process about synced state.otto2019-06-121-3/+3
* A step in solving the bootstrap problem in a dnssec environement.otto2019-05-281-2/+23
* Make host_*() AF-agnostickn2018-09-071-68/+20
* Move execution of the constraints from the ntp to the parent process.reyk2015-10-121-1/+2
* replace bzero with memsetbcook2015-07-181-4/+4
* Add support for "constraints": when configured, ntpd(8) will query thereyk2015-02-101-1/+15
* Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()reyk2015-02-081-1/+2
* remove a couple of unused headers.bcook2015-01-191-3/+1
* fix some memory leaks in dns handling.bcook2015-01-131-1/+12
* don't check for a return value that host() doesn't return, so futuretedu2015-01-101-5/+3
* revert host() back to correct behavior.bcook2015-01-101-2/+2
* return -1 on host() address parsing failure, not 1.bcook2015-01-091-2/+2
* config file bits for timedelta sensors, so one can specify which deviceshenning2006-05-271-2/+15
* don't touch *hn in failure case. no real change due to the way we use ithenning2005-05-111-2/+4
* nasty: host_dns used to run before forking and chrooting etc, so it washenning2005-03-091-2/+1
* from the "shut the fuck up, ntpd" department:henning2005-03-081-6/+4
* Limit the number of addresses used by the 'servers' directive to 8; ok henning@dtucker2004-12-161-2/+2
* don't forget to set *hn... theo okhenning2004-08-301-1/+2
* skip early DNS lookups -- they are deferred to later; ok otto ho henningderaadt2004-08-301-7/+3
* don't fatal() if getaddrinfo() returns EAI_NONAMEhenning2004-08-241-2/+3
* do not try to getaddrinfo() in the unprivileged process, send an imsghenning2004-08-121-1/+2
* move memory allocation for new peers into a new function, makes ID allocationhenning2004-08-101-3/+21
* when a dns lookup fails at parse time, do not abort but try againhenning2004-07-281-13/+22
* remove unused functionhenning2004-07-251-24/+1
* remove all handling of netmasks/prefix lengths - we don't need that in ntpd.henning2004-07-081-43/+12
* do not listen anywhere by default.henning2004-07-071-1/+5
* host_* now returns pointers, so the error return is NULL and not 0henning2004-07-071-5/+5
* swicth all the host_* functions to work on a newly inventedhenning2004-07-071-33/+40
* allow hostnames and resolve them in the config filehenning2004-07-061-3/+51
* prepare for client functionalityhenning2004-06-021-4/+1
* first cut at config file parserhenning2004-06-011-0/+147