summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/check_tcp.c
AgeCommit message (Expand)Author
2008-03-03log a different notification message when the tcp check times out.Reyk Floeter
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-11-21move digest string handling into an extra function.Reyk Floeter
2007-11-21allow the http digest type to be either SHA1 or MD5 determined by theReyk Floeter
2007-11-19knf (replace some ';;' with a single ';')Reyk Floeter
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-06-07always close sockets before calling hce_notify_done.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-02-22spacingReyk Floeter
2007-02-08carefully check some return values and make lint happier. never passReyk Floeter
2007-02-07include the host name in log_debug() messages used by check_tcp readReyk Floeter
2007-02-07another log_debug() removal ("nothing to write")Reyk Floeter
2007-02-07more log_debug() cleanupReyk Floeter
2007-02-07remove superfluos log_debug() messagesReyk Floeter
2007-02-06update some more debug messages and fix typos. also remove some extraReyk Floeter
2007-02-06now that check_http_code, check_http_digest and check_send_expect arePierre-Yves Ritschard
2007-02-03merge tcp-based checks into one file, no functional changesReyk Floeter
2007-02-03remove debug messageReyk Floeter
2007-01-30style changes.Pierre-Yves Ritschard
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
2007-01-20when retrying a write, the position was previously not updated.Pierre-Yves Ritschard
2007-01-12eliminate duplicate tcp read/write code.Pierre-Yves Ritschard
2007-01-11use real async events for checks and improve the non-blocking socketReyk Floeter
2007-01-09adapt to renameTheo de Raadt
2007-01-08do NOT use the regexp interface. it is way to complicated, error-proneReyk Floeter
2007-01-08allow to use service names in addition to numerical port numbers inReyk Floeter
2007-01-08add a generic send/expect check using regular expression (seeReyk Floeter
2006-12-25fix the conversion from milliseconds to struct timeval, which usesReyk Floeter
2006-12-25partial rewrite of the check_* routines to use libevent everywhereReyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter