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