summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntp_dns.c
AgeCommit message (Expand)Author
9 daysTake into account how long the dns probe takes before decding toOtto Moerbeek
2023-04-19remove duplicate includesJonathan Gray
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2020-04-12If all addresses are numeric no use for dns probe; ok florian@ sthen@Otto Moerbeek
2020-04-11Zap double definition of conf and make ibuf_dns static to avoid doubleOtto Moerbeek
2019-06-27Allow logging to both stderr and syslog; don't reset the log level ifOtto Moerbeek
2019-06-20Do a quick DNS probe to decide to stay in the forground and attemptOtto Moerbeek
2019-06-12Fix init of syslog for childs and teach dns process about synced state.Otto Moerbeek
2019-05-28A step in solving the bootstrap problem in a dnssec environement.Otto Moerbeek
2017-04-17don't manipulate hdr.len, it's used internally by libutil now; ok florian@Otto Moerbeek
2016-09-26Teach ntpd(8) how to use socket status to shutdown the daemon. While atRafael Zalamena
2016-09-14Teach ntpd(8) how to fork+exec.Rafael Zalamena
2016-09-03Remove the oh so funny "LOSS OF MIND" from the diclaimer that was notReyk Floeter
2015-12-19Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.Reyk Floeter
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-10-25the DNS process was not discarding & redirecting stdin/out/err toTheo de Raadt
2015-10-10pledge "dns rw" is not a reliable pattern. This means malloc() and otherTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-03the ntp dns process only needs tame "dns rw" to operate. at least,Theo de Raadt
2015-03-24instead of routing SIGHUP thru sighdlr_dns() which then ignores it,Henning Brauer
2015-02-12Use ntpd's deferred DNS resolving for constraints as well. ThisReyk Floeter
2015-01-21Fix deferred host DNS lookups.Brent Cook
2015-01-13fix some memory leaks in dns handling.Brent Cook
2015-01-09remove excessive/wrong use of sys/param.hTheo de Raadt
2014-02-10Run the serving and privileged ntpd processes at high priority and theDarren Tucker
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2009-02-10endservent() not needed here; ok henning@Kevin Steves
2008-09-12move dns lookups to its own (privilege revoking, not chrooting) process.Henning Brauer