summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/relayd.c
AgeCommit message (Expand)Author
2007-10-02stop messing with lgetc to please hoststated's check/expect.Pierre-Yves Ritschard
2007-09-28KNFPierre-Yves Ritschard
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-09-05store relay sessions in SPLAY trees instead of TAILQ lists. this willReyk Floeter
2007-07-05use a more traditional while() instead of for() for getopt().Thordur I. Bjornsson
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-31allocate table lists and service lists instead of using static structs.Pierre-Yves Ritschard
2007-05-30give ibuf to event_setPierre-Yves Ritschard
2007-05-30backout more code that shouldn't have gone in.Pierre-Yves Ritschard
2007-05-30backout last diff which introduces problems and use the globalPierre-Yves Ritschard
2007-05-29make sure every dispatch function is fed the environment structure.Pierre-Yves Ritschard
2007-05-29allow the control handling code to send messages back to the parent.Pierre-Yves Ritschard
2007-05-29do not start relay processes when no L7 load balancing is needed.Pierre-Yves Ritschard
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-05-29when purging relays, purge sessions as well.Pierre-Yves Ritschard
2007-05-29move struct relay to the runtime + config scheme.Pierre-Yves Ritschard
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-17remove a debug messageReyk Floeter
2007-02-26handle strlcpy return values, make lint happyReyk Floeter
2007-02-23knfTheo de Raadt
2007-02-22spacingReyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
2007-02-08carefully check some return values and make lint happier. never passReyk Floeter
2007-02-07add the -D option to define macros on the command line (as found inReyk Floeter
2007-02-06change fatal message to know where it happenedReyk Floeter
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
2007-01-24Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to doClaudio Jeker
2007-01-11spacingPierre-Yves Ritschard
2007-01-11use real async events for checks and improve the non-blocking socketReyk Floeter
2007-01-09Finish renaming hostated to hoststated.Pierre-Yves Ritschard
2007-01-09unbreakReyk Floeter
2007-01-08do NOT use the regexp interface. it is way to complicated, error-proneReyk Floeter
2007-01-08add a generic send/expect check using regular expression (seeReyk Floeter
2006-12-25knfReyk Floeter
2006-12-16- allow to use host/service/table names instead of Ids in hostatectl.Reyk Floeter
2006-12-16knf (second level indents are four spaces)Reyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter