Age | Commit message (Expand) | Author |
2016-12-05 | Use the stack to hold the constraint child process variables instead of | Rafael Zalamena |
2016-10-18 | Check for EAGAIN on imsg_flush() return otherwise we might be failing | Rafael Zalamena |
2016-10-18 | Save the constraint process pid by getting the start_child() return value, | Rafael Zalamena |
2016-09-26 | Teach ntpd(8) constraint process to use exec*() instead of just forking, | Rafael Zalamena |
2016-09-14 | Add clarifications ("comments") to three places where it wasn't | Reyk Floeter |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-06-01 | ntpd is too aggressive about retrying constraint connections. This | Theo de Raadt |
2016-05-21 | Harden TLS for ntpd constraints - stop disabling server name verification, | Joel Sing |
2016-05-06 | Unconfuse things by renaming variables to match their contents. | Joel Sing |
2016-03-05 | According to RFC7231, section 7.1.1.1, the HTTP date header supports | Christian Weisgerber |
2016-01-27 | Don't attempt to kill() the constraint in the wrong process. The | 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-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-11-19 | Simplify all instances of get_string() and get_data() using malloc() and | mmcc |
2015-11-17 | fix memory leak; from David CARLIER | Theo de Raadt |
2015-10-12 | Move execution of the constraints from the ntp to the parent process. | Reyk Floeter |
2015-10-09 | Once the constraint engine process is running, it only needs | Theo de Raadt |
2015-09-10 | fix type and return check for tls_read/write. | Bob Beck |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-09 | Fix memory leak in error path when max length exceeded. | 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-05-28 | detect crashes from constraint sub-processes, instead of ignoring them. | Theo de Raadt |
2015-05-21 | No need to call tzset() and log_init() in the forked constraint | Reyk Floeter |
2015-05-18 | Currently, after 4 failed constraint checks, we suspect the constraint | Reyk Floeter |
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-14 | remove unused 'cause' string when checking child status | 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-12 | Use ntpd's deferred DNS resolving for constraints as well. This | Reyk Floeter |
2015-02-10 | Be less chatty on constraint errors. | Reyk Floeter |
2015-02-10 | After successfully getting a constraint from an HTTPS server, there is | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |