33 Commits (master)

Author SHA1 Message Date
  otto 4b4dd01e9a If all addresses are numeric no use for dns probe; ok florian@ sthen@ 4 years ago
  otto 4faedbcd1c Sometimes ntp peers are unreliable (looking at you pool.ntp.org!) 4 years ago
  otto 46a918abc5 Fix init of syslog for childs and teach dns process about synced state. 5 years ago
  otto 89bf75c4ef A step in solving the bootstrap problem in a dnssec environement. 5 years ago
  kn 183780a91b Make host_*() AF-agnostic 5 years ago
  reyk 707f923fe3 Move execution of the constraints from the ntp to the parent process. 8 years ago
  bcook cdb73978a9 replace bzero with memset 9 years ago
  reyk 7433fa0bce Add support for "constraints": when configured, ntpd(8) will query the 9 years ago
  reyk a32a1a544c Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns() 9 years ago
  bcook 860eac54c2 remove a couple of unused headers. 9 years ago
  bcook 70297880a3 fix some memory leaks in dns handling. 9 years ago
  tedu ff1d6653e1 don't check for a return value that host() doesn't return, so future 9 years ago
  bcook d66f723105 revert host() back to correct behavior. 9 years ago
  bcook e32816bab7 return -1 on host() address parsing failure, not 1. 9 years ago
  henning f687c4f193 config file bits for timedelta sensors, so one can specify which devices 18 years ago
  henning 708d2e7376 don't touch *hn in failure case. no real change due to the way we use it 19 years ago
  henning 62c3d341a1 nasty: host_dns used to run before forking and chrooting etc, so it was 19 years ago
  henning 9721a5431f from the "shut the fuck up, ntpd" department: 19 years ago
  dtucker a5982aae18 Limit the number of addresses used by the 'servers' directive to 8; ok henning@ 19 years ago
  henning a8c5498014 don't forget to set *hn... theo ok 20 years ago
  deraadt 709ac609c7 skip early DNS lookups -- they are deferred to later; ok otto ho henning 20 years ago
  henning f04f23feb6 don't fatal() if getaddrinfo() returns EAI_NONAME 20 years ago
  henning f5548494ff do not try to getaddrinfo() in the unprivileged process, send an imsg 20 years ago
  henning bbe549999c move memory allocation for new peers into a new function, makes ID allocation 20 years ago
  henning 5512eb59e0 when a dns lookup fails at parse time, do not abort but try again 20 years ago
  henning 42d85772a9 remove unused function 20 years ago
  henning 7364dc1c59 remove all handling of netmasks/prefix lengths - we don't need that in ntpd. 20 years ago
  henning e74cfb6cd2 do not listen anywhere by default. 20 years ago
  henning 21aaad0466 host_* now returns pointers, so the error return is NULL and not 0 20 years ago
  henning 05a94ce779 swicth all the host_* functions to work on a newly invented 20 years ago
  henning a62ef89ddb allow hostnames and resolve them in the config file 20 years ago
  henning 44782aec16 prepare for client functionality 20 years ago
  henning a241c3837c first cut at config file parser 20 years ago