summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/pfe_filter.c
AgeCommit message (Expand)Author
2008-09-29spacingReyk Floeter
2008-09-29allow to listen on a port range for redirections. this fixesReyk Floeter
2008-07-16fix nat lookup to use the correct pf_addr offset. now it also worksReyk Floeter
2008-07-09also set the protocol, either TCP or UDP, in the NAT lookup. thisReyk Floeter
2008-06-11add support for "transparent" forwarding in relays: normally the l7Reyk Floeter
2008-06-10set the inactivity timeout of redirections to a shorter timeout of 600Reyk Floeter
2008-06-10use sloppy pf state keeping for routed sessions (direct server return)Reyk Floeter
2008-05-16Clear source nodes on table changes in sticky mode. This has thePierre-Yves Ritschard
2008-05-07add an alternative "route to" mode to relayd redirections which mapsReyk Floeter
2008-05-06fix the table stats clr ioctlReyk Floeter
2008-05-06Do not unconditionnaly load pf. If pf isn't required by the configurationPierre-Yves Ritschard
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-09-28Correct my mail address.Pierre-Yves Ritschard
2007-05-31allocate table lists and service lists instead of using static structs.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-02-22spacingReyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
2007-02-20use HOST_UP instead of an hard coded integerReyk Floeter
2007-02-08carefully check some return values and make lint happier. never passReyk Floeter
2007-02-07more log_debug() cleanupReyk Floeter
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
2007-01-09Finish renaming hostated to hoststated.Pierre-Yves Ritschard
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
2007-01-05Fix two small memleaksReyk Floeter
2007-01-03allow the sticky-address option for round-robin pools.Reyk Floeter
2006-12-16knf, spacingReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter