summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated
AgeCommit message (Expand)Author
2007-01-09unbreakReyk 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-08ports can be specified by number or by nameReyk Floeter
2007-01-08allow to use service names in addition to numerical port numbers inReyk Floeter
2007-01-08timeouts must not exceed the global intervalReyk Floeter
2007-01-08the timeout values are not allowed to exceed the global interval (iReyk Floeter
2007-01-08the timeout values are not allowed to exceed the global interval (iReyk Floeter
2007-01-08remove unused token.Reyk Floeter
2007-01-08add a generic send/expect check using regular expression (seeReyk Floeter
2007-01-05Fix two small memleaksReyk Floeter
2007-01-03spacingReyk Floeter
2007-01-03allow the sticky-address option for round-robin pools.Reyk Floeter
2006-12-26Add missing $OpenBSD$Jonathan Gray
2006-12-25the global timeout for checks is specified in millisecondsReyk Floeter
2006-12-25fix the conversion from milliseconds to struct timeval, which usesReyk Floeter
2006-12-25knfReyk Floeter
2006-12-25partial rewrite of the check_* routines to use libevent everywhereReyk Floeter
2006-12-19sort the various commands; discussed w/ pyrJason McIntyre
2006-12-18some initial improvements for the hostated pages;Jason McIntyre
2006-12-16- allow to use host/service/table names instead of Ids in hostatectl.Reyk Floeter
2006-12-16typoMartin Reindl
2006-12-16spacingTheo de Raadt
2006-12-16spacingReyk Floeter
2006-12-16knf (second level indents are four spaces)Reyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16knf, add copyright and license for in_cksum() from ping.cReyk Floeter
2006-12-16new sentence, new lineReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter