index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
/
check_script.c
Age
Commit message (
Expand
)
Author
2017-05-28
use __func__ in log messages. fix some whitespace while here.
Sebastian Benoit
2016-09-02
Split "struct relayd" into two structs: "struct relayd" and "struct
Reyk Floeter
2015-12-02
In most cases we don't need all arguments of proc_compose*_imsg(),
Reyk Floeter
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-16
Adapt to <limits.h> universe.
Theo de Raadt
2014-06-25
sync copyright to reality according to my last changes
Reyk Floeter
2014-04-20
Check strlcpy of the script path names for overflow and use the size of the
Reyk Floeter
2011-05-26
Add additional check to prevent running scripts when not configured.
Reyk Floeter
2011-05-26
fix "check script" by sending all required information to the parent.
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-02-28
If 'check script' doesn't exit(), treat the service as 'down' rather
Stuart Henderson
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-04-17
close filedescriptors with closefrom(STDERR_FILENO + 1) before executing
Reyk Floeter
2008-12-05
change the way relayd reports check results: instead of logging an
Reyk Floeter
2008-02-13
bump copyright
Reyk Floeter
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-10-13
avoid errno trashing in signal handler
Theo de Raadt
2007-06-12
put the fd passing from bgpd back in to hoststated's version of imsg,
Mathieu Sauve-Frankel
2007-05-29
add a new check method which allows to run external scripts/programs
Reyk Floeter