summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/pfe.c
AgeCommit message (Expand)Author
2017-05-28use __func__ in log messages. fix some whitespace while here.Sebastian Benoit
2017-01-24move the opening of /dev/pf from the parent process to the pfe processSebastian Benoit
2016-09-02Move snmp options into struct relayd_config and delay start of theReyk Floeter
2016-09-02Split "struct relayd" into two structs: "struct relayd" and "structReyk Floeter
2016-09-02As done in httpd, remove ps_ninstances and p_instance.Reyk Floeter
2016-09-02Terminate relayd using the socket status instead of watching SIGCHLDReyk Floeter
2015-12-03quick removal of all host-related entries in the related relayd anchorSebastian Benoit
2015-12-02In most cases we don't need all arguments of proc_compose*_imsg(),Reyk Floeter
2015-11-29Use pledge("pf") in pfe.c.Sebastian Benoit
2015-04-21fix a memory leak. ok blambert@Jonathan Gray
2015-02-08move a log_warnx() to a DPRINTF, as it's information intendedBret Lambert
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-16Adapt to <limits.h> universe.Theo de Raadt
2014-11-19Support exporting relayd statistics via AgentX/snmpdBret Lambert
2014-07-09Replace the protocol directives for HTTP with a new generic filteringReyk Floeter
2013-03-10This diff changes relayd to use the monotonic clock instead ofReyk Floeter
2012-10-03Support more than one relay backup table. Instead of duplicating theReyk Floeter
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-20Concurrent calls of "relayctl show sessions" could crash relayd. FixReyk Floeter
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
2010-11-16Add support for enable/disable table when using relays instead of redirects.Jonathan Gray
2010-08-01Allow fallback tables for relays, not just redirections.Stuart Henderson
2010-05-14allocate all struct event's on the heap, it looks cleaner, feels betterReyk Floeter
2009-08-17also report routers and their host states in relayctlReyk Floeter
2009-08-13add new 'router' functionality to dynamically add or remove routesReyk Floeter
2009-08-07rename 'struct session' to 'struct rsession' because it conflicts withReyk Floeter
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-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
2009-04-01re-initialize tables after reload to handle new and changed tables.Reyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-09-03Missing breaks.Jonathan Gray
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-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2007-12-20implement statistics for redirections, like the existing statisticsReyk 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-19spacingReyk Floeter
2007-11-15Do not insert proto_default inside the dynamically alloced protocol queue.Pierre-Yves Ritschard
2007-11-14do go through relays when none exist.Pierre-Yves Ritschard