summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
AgeCommit message (Expand)Author
2015-04-21fix a memory leak if tls_read() fails. ok henning@Jonathan Gray
2015-03-28Avoid overflow on 32-bit time_t systems converting timeval to NTP time.Brent Cook
2015-03-26do not encourage random uppercasing;Jason McIntyre
2015-03-24instead of routing SIGHUP thru sighdlr_dns() which then ignores it,Henning Brauer
2015-03-14remove unused 'cause' string when checking child statusBrent Cook
2015-03-14mention TLS HTTPS here also; ok bcookTheo de Raadt
2015-03-11-s is not optional, sadly;Jason McIntyre
2015-03-02remove unused variableBrent Cook
2015-02-22Rename tls_config_insecure_noverifyhost() toJoel Sing
2015-02-22Set the TLS ciphers to "compat" mode, restoring the previous behaviour.Joel Sing
2015-02-17Fix library ordering on the link line for the sake of static arches. It's, inMiod Vallat
2015-02-16some fixes from max fillinger, tweaked a little by myself;Jason McIntyre
2015-02-16Fix example, syntax is "constraint from www.example.com" (with "from").Reyk Floeter
2015-02-12Allow constraints URL without leading path (eg. "https://www.openbsd.org").Reyk Floeter
2015-02-12Use ntpd's deferred DNS resolving for constraints as well. ThisReyk Floeter
2015-02-11Remove dead code (IMSG_HOST_DNS has been moved from the parent toReyk Floeter
2015-02-10Be less chatty on constraint errors.Reyk Floeter
2015-02-10tweak previous;Jason McIntyre
2015-02-10spacingReyk Floeter
2015-02-10After successfully getting a constraint from an HTTPS server, there isReyk Floeter
2015-02-10Don't show the subseconds when displaying the constraint offset.Reyk Floeter
2015-02-10Move the constraints in a new section and add a preamble to explainReyk Floeter
2015-02-10Add support for "constraints": when configured, ntpd(8) will query theReyk Floeter
2015-02-10be more verbose when logging privsep errors.Brent Cook
2015-02-10use correct formatters for s/size_t data types.Brent Cook
2015-02-08Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()Reyk Floeter
2015-01-21Fix deferred host DNS lookups.Brent Cook
2015-01-19Use initial assignment of action to check for errors.Brent Cook
2015-01-19remove a couple of unused headers.Brent Cook
2015-01-14Switch drift file format to ppm for compatibility with the ntp.orgChristian Weisgerber
2015-01-13bump failure to set the initial time from debug to warningBrent Cook
2015-01-13fix some memory leaks in dns handling.Brent Cook
2015-01-13prefer sizeof(thing) to sizeof(type)Brent Cook
2015-01-10don't check for a return value that host() doesn't return, so futureTed Unangst
2015-01-10revert host() back to correct behavior.Brent Cook
2015-01-09return -1 on host() address parsing failure, not 1.Brent Cook
2015-01-09return -1 on host() address parsing failure, not 1.Brent Cook
2015-01-09remove excessive/wrong use of sys/param.hTheo de Raadt
2015-01-08log as LOG_DAEMON in log_init again.Brent Cook
2015-01-08sync log.c from smtpd.Brent Cook
2015-01-08use the correct format string for refidBrent Cook
2015-01-04use MAXIMUM as the canonical local MAX macro.Brent Cook
2015-01-04rename sockaddr_un variables from 'sun' to the more common 'sa'.Brent Cook
2015-01-04don't rely on sys/param.h having a MAX macro.Brent Cook
2015-01-04Remove the unused dns_pid variable.Brent Cook
2015-01-04removed unused libevent header and structures in ntpd.hBrent Cook
2015-01-04Add a missing include for time.h to get the definitions of clock_gettime and ...Brent Cook
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm