Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-07-12 | Consistently use the variable "ttl" for get/setsockopt | Jeremie Courreges-Anglas |
2017-07-11 | Correctly set ttl for IPv4 and IPv6. | Florian Obser |
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-11-28 | Use SOCK_NONBLOCK in relayd as well. | Reyk Floeter |
2015-10-23 | let the icmp check use getsockopt IP_IPDEFTTL to get the default ttl | Sebastian Benoit |
2015-08-21 | Increase the input side socket buffer size for "check icmp" not to | YASUOKA Masahiko |
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-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
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 |