index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ntpd
/
ntp_dns.c
Age
Commit message (
Expand
)
Author
9 days
Take into account how long the dns probe takes before decding to
Otto Moerbeek
2023-04-19
remove duplicate includes
Jonathan Gray
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2020-04-12
If all addresses are numeric no use for dns probe; ok florian@ sthen@
Otto Moerbeek
2020-04-11
Zap double definition of conf and make ibuf_dns static to avoid double
Otto Moerbeek
2019-06-27
Allow logging to both stderr and syslog; don't reset the log level if
Otto Moerbeek
2019-06-20
Do a quick DNS probe to decide to stay in the forground and attempt
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
2017-04-17
don't manipulate hdr.len, it's used internally by libutil now; ok florian@
Otto Moerbeek
2016-09-26
Teach ntpd(8) how to use socket status to shutdown the daemon. While at
Rafael Zalamena
2016-09-14
Teach ntpd(8) how to fork+exec.
Rafael Zalamena
2016-09-03
Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not
Reyk Floeter
2015-12-19
Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.
Reyk Floeter
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-10-25
the DNS process was not discarding & redirecting stdin/out/err to
Theo de Raadt
2015-10-10
pledge "dns rw" is not a reliable pattern. This means malloc() and other
Theo de Raadt
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-03
the ntp dns process only needs tame "dns rw" to operate. at least,
Theo de Raadt
2015-03-24
instead of routing SIGHUP thru sighdlr_dns() which then ignores it,
Henning Brauer
2015-02-12
Use ntpd's deferred DNS resolving for constraints as well. This
Reyk Floeter
2015-01-21
Fix deferred host DNS lookups.
Brent Cook
2015-01-13
fix some memory leaks in dns handling.
Brent Cook
2015-01-09
remove excessive/wrong use of sys/param.h
Theo de Raadt
2014-02-10
Run the serving and privileged ntpd processes at high priority and the
Darren Tucker
2013-11-13
from sthen: handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2009-02-10
endservent() not needed here; ok henning@
Kevin Steves
2008-09-12
move dns lookups to its own (privilege revoking, not chrooting) process.
Henning Brauer