summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd/constraint.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check for EAGAIN on imsg_flush() return otherwise we might be failingrzalamena2016-10-181-5/+11
* Save the constraint process pid by getting the start_child() return value,rzalamena2016-10-181-2/+2
* Teach ntpd(8) constraint process to use exec*() instead of just forking,rzalamena2016-09-261-37/+76
* Add clarifications ("comments") to three places where it wasn'treyk2016-09-141-2/+19
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* ntpd is too aggressive about retrying constraint connections. Thisderaadt2016-06-011-2/+2
* Harden TLS for ntpd constraints - stop disabling server name verification,jsing2016-05-211-11/+13
* Unconfuse things by renaming variables to match their contents.jsing2016-05-061-20/+20
* According to RFC7231, section 7.1.1.1, the HTTP date header supportsnaddy2016-03-051-2/+2
* Don't attempt to kill() the constraint in the wrong process. Thereyk2016-01-271-6/+30
* Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.reyk2015-12-191-2/+3
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* Cache values from getpwnam() done at initialization, which need to bederaadt2015-11-241-14/+11
* Simplify all instances of get_string() and get_data() using malloc() andmmcc2015-11-191-7/+2
* fix memory leak; from David CARLIERderaadt2015-11-171-1/+2
* Move execution of the constraints from the ntp to the parent process.reyk2015-10-121-123/+328
* Once the constraint engine process is running, it only needsderaadt2015-10-091-1/+5
* fix type and return check for tls_read/write.beck2015-09-101-4/+4
* fix after libtls api changesbeck2015-09-101-8/+8
* Fix memory leak in error path when max length exceeded.millert2015-09-091-1/+2
* Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write().bluhm2015-07-181-7/+15
* prevent the tls constraint state machine from getting hung on STATE_INVALIDbcook2015-07-181-3/+3
* detect crashes from constraint sub-processes, instead of ignoring them.deraadt2015-05-281-4/+8
* No need to call tzset() and log_init() in the forked constraintreyk2015-05-211-4/+1
* Currently, after 4 failed constraint checks, we suspect the constraintreyk2015-05-181-2/+4
* When resolving the "constraint" (singular), store all returned IPreyk2015-05-171-24/+35
* fix a memory leak if tls_read() fails. ok henning@jsg2015-04-211-1/+2
* remove unused 'cause' string when checking child statusbcook2015-03-141-10/+3
* Rename tls_config_insecure_noverifyhost() tojsing2015-02-221-2/+2
* Set the TLS ciphers to "compat" mode, restoring the previous behaviour.jsing2015-02-221-1/+4
* Use ntpd's deferred DNS resolving for constraints as well. Thisreyk2015-02-121-24/+118
* Be less chatty on constraint errors.reyk2015-02-101-3/+3
* After successfully getting a constraint from an HTTPS server, there isreyk2015-02-101-11/+21
* Add support for "constraints": when configured, ntpd(8) will query thereyk2015-02-101-0/+659