| Commit message (Expand) | Author | Age | Files | Lines |
* | If all addresses are numeric no use for dns probe; ok florian@ sthen@ |  otto | 2020-04-12 | 1 | -2/+5 |
* | Sometimes ntp peers are unreliable (looking at you pool.ntp.org!) |  otto | 2019-07-07 | 1 | -2/+2 |
* | Fix init of syslog for childs and teach dns process about synced state. |  otto | 2019-06-12 | 1 | -3/+3 |
* | A step in solving the bootstrap problem in a dnssec environement. |  otto | 2019-05-28 | 1 | -2/+23 |
* | Make host_*() AF-agnostic |  kn | 2018-09-07 | 1 | -68/+20 |
* | Move execution of the constraints from the ntp to the parent process. |  reyk | 2015-10-12 | 1 | -1/+2 |
* | replace bzero with memset |  bcook | 2015-07-18 | 1 | -4/+4 |
* | Add support for "constraints": when configured, ntpd(8) will query the |  reyk | 2015-02-10 | 1 | -1/+15 |
* | Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns() |  reyk | 2015-02-08 | 1 | -1/+2 |
* | remove a couple of unused headers. |  bcook | 2015-01-19 | 1 | -3/+1 |
* | fix some memory leaks in dns handling. |  bcook | 2015-01-13 | 1 | -1/+12 |
* | don't check for a return value that host() doesn't return, so future |  tedu | 2015-01-10 | 1 | -5/+3 |
* | revert host() back to correct behavior. |  bcook | 2015-01-10 | 1 | -2/+2 |
* | return -1 on host() address parsing failure, not 1. |  bcook | 2015-01-09 | 1 | -2/+2 |
* | config file bits for timedelta sensors, so one can specify which devices |  henning | 2006-05-27 | 1 | -2/+15 |
* | don't touch *hn in failure case. no real change due to the way we use it |  henning | 2005-05-11 | 1 | -2/+4 |
* | nasty: host_dns used to run before forking and chrooting etc, so it was |  henning | 2005-03-09 | 1 | -2/+1 |
* | from the "shut the fuck up, ntpd" department: |  henning | 2005-03-08 | 1 | -6/+4 |
* | Limit the number of addresses used by the 'servers' directive to 8; ok henning@ |  dtucker | 2004-12-16 | 1 | -2/+2 |
* | don't forget to set *hn... theo ok |  henning | 2004-08-30 | 1 | -1/+2 |
* | skip early DNS lookups -- they are deferred to later; ok otto ho henning |  deraadt | 2004-08-30 | 1 | -7/+3 |
* | don't fatal() if getaddrinfo() returns EAI_NONAME |  henning | 2004-08-24 | 1 | -2/+3 |
* | do not try to getaddrinfo() in the unprivileged process, send an imsg |  henning | 2004-08-12 | 1 | -1/+2 |
* | move memory allocation for new peers into a new function, makes ID allocation |  henning | 2004-08-10 | 1 | -3/+21 |
* | when a dns lookup fails at parse time, do not abort but try again |  henning | 2004-07-28 | 1 | -13/+22 |
* | remove unused function |  henning | 2004-07-25 | 1 | -24/+1 |
* | remove all handling of netmasks/prefix lengths - we don't need that in ntpd. |  henning | 2004-07-08 | 1 | -43/+12 |
* | do not listen anywhere by default. |  henning | 2004-07-07 | 1 | -1/+5 |
* | host_* now returns pointers, so the error return is NULL and not 0 |  henning | 2004-07-07 | 1 | -5/+5 |
* | swicth all the host_* functions to work on a newly invented |  henning | 2004-07-07 | 1 | -33/+40 |
* | allow hostnames and resolve them in the config file |  henning | 2004-07-06 | 1 | -3/+51 |
* | prepare for client functionality |  henning | 2004-06-02 | 1 | -4/+1 |
* | first cut at config file parser |  henning | 2004-06-01 | 1 | -0/+147 |