summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayd/check_script.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use __func__ in log messages. fix some whitespace while here.benno2017-05-281-6/+6
* Split "struct relayd" into two structs: "struct relayd" and "structreyk2016-09-021-2/+2
* In most cases we don't need all arguments of proc_compose*_imsg(),reyk2015-12-021-3/+2
* Clean up the relayd headers with help of include-what-you-use and somereyk2015-01-221-10/+2
* Adapt to <limits.h> universe.deraadt2015-01-161-2/+1
* sync copyright to reality according to my last changesreyk2014-06-251-2/+2
* Check strlcpy of the script path names for overflow and use the size of thereyk2014-04-201-3/+6
* Add additional check to prevent running scripts when not configured.reyk2011-05-261-1/+6
* fix "check script" by sending all required information to the parent.reyk2011-05-261-10/+14
* Reorganize the relayd code to use the proc.c privsep API/commodityreyk2011-05-091-5/+5
* If 'check script' doesn't exit(), treat the service as 'down' rathersthen2011-02-281-2/+2
* 4 handed diff with eric:pyr2009-06-051-3/+3
* Make imsg completely async model agnostic by not requiring anpyr2009-06-051-2/+2
* close filedescriptors with closefrom(STDERR_FILENO + 1) before executingreyk2009-04-171-1/+8
* change the way relayd reports check results: instead of logging anreyk2008-12-051-2/+2
* bump copyrightreyk2008-02-131-2/+2
* hoststated gets renamed to relayd. easier to type, and actually saysreyk2007-12-071-5/+5
* sort includes, adjust to style(9)reyk2007-11-241-4/+2
* avoid errno trashing in signal handlerderaadt2007-10-131-1/+4
* put the fd passing from bgpd back in to hoststated's version of imsg,msf2007-06-121-2/+2
* add a new check method which allows to run external scripts/programsreyk2007-05-291-0/+166