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_icmp.c
Age
Commit message (
Expand
)
Author
2013-03-10
This diff changes relayd to use the monotonic clock instead of
Reyk Floeter
2013-01-29
use correct function name in fatal error message
Stuart Henderson
2013-01-17
Remove unnecessary pointer casts. No binary diff.
Alexander Bluhm
2012-09-19
Copy the host id value to the ICMP echo payload in network byte order and
Reyk Floeter
2012-09-19
Fix ICMP checks by setting the socklen correctly before calling recvfrom().
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-05-05
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2009-08-14
do not timeout disabled hosts in the icmp checks
Reyk Floeter
2009-08-07
get the default ttl via sysctl instead of using IPDEFTTL
Reyk Floeter
2009-08-07
allow to modify the IP TTL value for host checks. this can be used to
Reyk Floeter
2008-12-05
change the way relayd reports check results: instead of logging an
Reyk Floeter
2008-08-08
Check gettimeofday() against -1; Add a missing error check in one place.
Thordur I. Bjornsson
2008-07-19
If the new 'parent' keyword is specified for a host in a table,
Reyk Floeter
2008-01-31
add prefixes to names of structure elements to make it easier to grep
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-09
Do not notify twice about the same timeout in check_icmp, this previously
Pierre-Yves Ritschard
2007-09-28
Correct my mail address.
Pierre-Yves Ritschard
2007-07-16
typo
Pierre-Yves Ritschard
2007-07-16
use fatal and not err, the message would get lost.
Pierre-Yves Ritschard
2007-05-31
allocate table lists and service lists instead of using static structs.
Pierre-Yves Ritschard
2007-05-27
Second step towards hoststated reload:
Pierre-Yves Ritschard
2007-02-23
knf
Theo de Raadt
2007-02-12
spacing
Pierre-Yves Ritschard
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-12
spacing
Pierre-Yves Ritschard
2007-01-11
use real async events for checks and improve the non-blocking socket
Reyk Floeter
2007-01-09
use the correct buffer sizes.
Reyk Floeter
2007-01-09
adapt to rename
Theo de Raadt
2007-01-08
do NOT use the regexp interface. it is way to complicated, error-prone
Reyk Floeter
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2007-01-03
spacing
Reyk Floeter
2006-12-25
fix the conversion from milliseconds to struct timeval, which uses
Reyk Floeter
2006-12-25
partial rewrite of the check_* routines to use libevent everywhere
Reyk Floeter
2006-12-16
knf, add copyright and license for in_cksum() from ping.c
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter