Age | Commit message (Expand) | Author |
2015-08-14 | When checking whether we should scan the sensors again use <= rather | Todd C. Miller |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
2015-07-18 | prevent the tls constraint state machine from getting hung on STATE_INVALID | Brent Cook |
2015-07-18 | replace _PATH_DEVNULL with "/dev/null", assume it will not move | Brent Cook |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-05-28 | detect crashes from constraint sub-processes, instead of ignoring them. | Theo de Raadt |
2015-05-25 | only scan sensors if they are configured | Theo de Raadt |
2015-05-21 | No need to call tzset() and log_init() in the forked constraint | Reyk Floeter |
2015-05-20 | Remove hotplug(4) sensor support: the code has been disabled by | Reyk Floeter |
2015-05-19 | Get the rdomain from the newly exposed ifi_rdomain field in if_data | Reyk Floeter |
2015-05-18 | Currently, after 4 failed constraint checks, we suspect the constraint | Reyk Floeter |
2015-05-18 | Simplify example constraints URL to reduce load on the server side. | Darren Tucker |
2015-05-17 | When resolving the "constraint" (singular), store all returned IP | Reyk Floeter |
2015-04-21 | fix a memory leak if tls_read() fails. ok henning@ | Jonathan Gray |
2015-03-28 | Avoid overflow on 32-bit time_t systems converting timeval to NTP time. | Brent Cook |
2015-03-26 | do not encourage random uppercasing; | Jason McIntyre |
2015-03-24 | instead of routing SIGHUP thru sighdlr_dns() which then ignores it, | Henning Brauer |
2015-03-14 | remove unused 'cause' string when checking child status | Brent Cook |
2015-03-14 | mention TLS HTTPS here also; ok bcook | Theo de Raadt |
2015-03-11 | -s is not optional, sadly; | Jason McIntyre |
2015-03-02 | remove unused variable | Brent Cook |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. | Joel Sing |
2015-02-17 | Fix library ordering on the link line for the sake of static arches. It's, in | Miod Vallat |
2015-02-16 | some fixes from max fillinger, tweaked a little by myself; | Jason McIntyre |
2015-02-16 | Fix example, syntax is "constraint from www.example.com" (with "from"). | Reyk Floeter |
2015-02-12 | Allow constraints URL without leading path (eg. "https://www.openbsd.org"). | Reyk Floeter |
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 |