summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
AgeCommit message (Expand)Author
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
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-08easy realloc() -> reallocarray() which gives us mult int overflow checkingTheo de Raadt
2014-06-03remove set but not used variableCharles Longeau
2014-05-12Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (andMiod Vallat
2014-02-12Remove the bogus author "U. Delaware" from RFC 5905Ingo Schwarze
2014-02-10Run the serving and privileged ntpd processes at high priority and theDarren Tucker
2014-01-28typo in errx() stringStuart Henderson
2014-01-22allow -s<abrev> in addition to -s <word> in ntpctl commandline, likeSebastian Benoit
2014-01-10improve ntpctl usage so that the manual page does not need to be readTheo de Raadt
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
2013-10-21remove the IPv4-only check for rdomains, allows IPv6 to use themPeter Hessler
2013-10-16tidy up the "modifier" list a little and sync usage();Jason McIntyre
2013-10-15Remove stray (long) cast of value being assigned to tv_secs.Kenneth R Westerback