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
Age
Commit message (
Expand
)
Author
2015-02-12
Use ntpd's deferred DNS resolving for constraints as well. This
Reyk Floeter
2015-02-11
Remove dead code (IMSG_HOST_DNS has been moved from the parent to
Reyk Floeter
2015-02-10
Be less chatty on constraint errors.
Reyk Floeter
2015-02-10
tweak previous;
Jason McIntyre
2015-02-10
spacing
Reyk Floeter
2015-02-10
After successfully getting a constraint from an HTTPS server, there is
Reyk Floeter
2015-02-10
Don't show the subseconds when displaying the constraint offset.
Reyk Floeter
2015-02-10
Move the constraints in a new section and add a preamble to explain
Reyk Floeter
2015-02-10
Add support for "constraints": when configured, ntpd(8) will query the
Reyk Floeter
2015-02-10
be more verbose when logging privsep errors.
Brent Cook
2015-02-10
use correct formatters for s/size_t data types.
Brent Cook
2015-02-08
Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()
Reyk Floeter
2015-01-21
Fix deferred host DNS lookups.
Brent Cook
2015-01-19
Use initial assignment of action to check for errors.
Brent Cook
2015-01-19
remove a couple of unused headers.
Brent Cook
2015-01-14
Switch drift file format to ppm for compatibility with the ntp.org
Christian Weisgerber
2015-01-13
bump failure to set the initial time from debug to warning
Brent Cook
2015-01-13
fix some memory leaks in dns handling.
Brent Cook
2015-01-13
prefer sizeof(thing) to sizeof(type)
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
2015-01-09
return -1 on host() address parsing failure, not 1.
Brent Cook
2015-01-09
remove excessive/wrong use of sys/param.h
Theo de Raadt
2015-01-08
log as LOG_DAEMON in log_init again.
Brent Cook
2015-01-08
sync log.c from smtpd.
Brent Cook
2015-01-08
use the correct format string for refid
Brent Cook
2015-01-04
use MAXIMUM as the canonical local MAX macro.
Brent Cook
2015-01-04
rename sockaddr_un variables from 'sun' to the more common 'sa'.
Brent Cook
2015-01-04
don't rely on sys/param.h having a MAX macro.
Brent Cook
2015-01-04
Remove the unused dns_pid variable.
Brent Cook
2015-01-04
removed unused libevent header and structures in ntpd.h
Brent Cook
2015-01-04
Add a missing include for time.h to get the definitions of clock_gettime and ...
Brent Cook
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-08
easy realloc() -> reallocarray() which gives us mult int overflow checking
Theo de Raadt
2014-06-03
remove set but not used variable
Charles Longeau
2014-05-12
Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and
Miod Vallat
2014-02-12
Remove the bogus author "U. Delaware" from RFC 5905
Ingo Schwarze
2014-02-10
Run the serving and privileged ntpd processes at high priority and the
Darren Tucker
2014-01-28
typo in errx() string
Stuart Henderson
2014-01-22
allow -s<abrev> in addition to -s <word> in ntpctl commandline, like
Sebastian Benoit
2014-01-10
improve ntpctl usage so that the manual page does not need to be read
Theo de Raadt
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-11-13
from sthen: handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2013-10-21
remove the IPv4-only check for rdomains, allows IPv6 to use them
Peter Hessler
2013-10-16
tidy up the "modifier" list a little and sync usage();
Jason McIntyre
2013-10-15
Remove stray (long) cast of value being assigned to tv_secs.
Kenneth R Westerback
[prev]
[next]