summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/hce.c
AgeCommit message (Expand)Author
2012-05-09Fix a desynchronization on host change during a running checkgiovanni
2012-01-21Only start the child processes after all of them reported to have loadedCamiel Dobbelaar
2011-11-12fix function names in fatalx() messagesCamiel Dobbelaar
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2011-05-05Update all logging and debug functions to use the __func__ macroReyk Floeter
2011-02-08Log the time taken for all types of check, not just tcp checks.Stuart Henderson
2010-11-30The relayd processes did already bump up the socket file descriptorReyk Floeter
2010-05-14allocate all struct event's on the heap, it looks cleaner, feels betterReyk Floeter
2010-01-11add "log brief" and "log verbose" to change logging verbosityJonathan Gray
2009-06-054 handed diff with eric:Pierre-Yves Ritschard
2009-06-05some KNF cleanup following the last sed.Pierre-Yves Ritschard
2009-06-05Make imsg completely async model agnostic by not requiring anPierre-Yves Ritschard
2009-06-04Keep around the SSL session for each checked host. This way SSLReyk Floeter
2009-06-02remove extra imsg_event_add() after EV_WRITE checks - this is notReyk Floeter
2009-06-02Libevent may do an upcall with both EV_READ and EV_WRITE set.Reyk Floeter
2009-04-17keep the parent relations of hosts after reloading the configuration.Reyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-09-29spacingReyk Floeter
2008-08-08Check gettimeofday() against -1; Add a missing error check in one place.Thordur I. Bjornsson
2008-07-19no need for using a TAILQ queue for the host children list, use aReyk Floeter
2008-07-19If the new 'parent' keyword is specified for a host in a table,Reyk Floeter
2008-03-12nuke unused variable.Pierre-Yves Ritschard
2008-02-11Marry relayd with snmpd using new "send trap" option: Request to sendReyk Floeter
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2007-12-08Rename everything which reffered to services refer to rdr for internalsPierre-Yves Ritschard
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-21make sure all hosts are checked when hoststatectl poll is issued, nowPierre-Yves Ritschard
2007-11-20Allow overriding the global interval in a table.Pierre-Yves Ritschard
2007-11-19spacingReyk Floeter
2007-10-19Add the ability to schedule an immediate check through hoststatectl.Pierre-Yves Ritschard
2007-10-12Silence some lint(1) warningsBret Lambert
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-06-19don't go through the effort of creating a SIGHUP handler throughPierre-Yves Ritschard
2007-06-19Do not fatal out with ``pipe closed'' when a short read occurs on onePierre-Yves Ritschard
2007-06-12put the fd passing from bgpd back in to hoststated's version of imsg,Mathieu Sauve-Frankel
2007-06-07(finally) Enable reload support for layer 3 configurations.Pierre-Yves Ritschard
2007-05-31split event registration between the ones that will be kept intactPierre-Yves Ritschard
2007-05-31some silly debug code snuck in.Pierre-Yves Ritschard
2007-05-31allocate table lists and service lists instead of using static structs.Pierre-Yves Ritschard
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-05-28another small step towards hoststated reloading.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-05-26first steps for implementing reload:Pierre-Yves Ritschard
2007-03-07- fix the hoststatectl host disable/enable commands to work with relayReyk Floeter
2007-03-06fix the health checks when using the retry optionReyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
2007-02-07add new "log (updates|all)" configuration option to log stateReyk Floeter
2007-02-07remove superfluos log_debug() messagesReyk Floeter