Age | Commit message (Expand) | Author |
2017-05-28 | use __func__ in log messages. fix some whitespace while here. | Sebastian Benoit |
2017-01-24 | move the opening of /dev/pf from the parent process to the pfe process | Sebastian Benoit |
2016-09-02 | Split "struct relayd" into two structs: "struct relayd" and "struct | Reyk Floeter |
2015-11-29 | Use pledge("pf") in pfe.c. | Sebastian Benoit |
2015-01-22 | Clean up the relayd headers with help of include-what-you-use and some | Reyk Floeter |
2015-01-22 | spacing | Reyk Floeter |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-16 | Adapt to <limits.h> universe. | Theo de Raadt |
2014-12-23 | pf now supports source-hash and random with tables so we can allow it | Reyk Floeter |
2013-04-27 | time_t 64bit fixes for relayd and relayctl: | Sebastian Benoit |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |
2012-10-04 | spacing | Reyk Floeter |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2012-03-09 | set onrdomain and prio when creating pf rules, found by Gabriel Linder. | Sebastian Benoit |
2011-05-19 | Fix reload support in relayd(8) by reimplementing large parts of the | Reyk Floeter |
2011-05-05 | Update all logging and debug functions to use the __func__ macro | Reyk Floeter |
2010-10-26 | redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In | Reyk Floeter |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-03-24 | DSR got broken with the move towards the new pf. | Pierre-Yves Ritschard |
2010-01-12 | when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoid | David Gwynne |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2009-11-23 | Unbreak tree, rs_num is now type and while there use PF_TRANS_RULESET instead | Claudio Jeker |
2009-09-01 | sync with new pf | Reyk Floeter |
2009-04-24 | Allow UDP and/or TCP redirections instead of just TCP. | Reyk Floeter |
2009-04-01 | terminate and cleanup properly by setting the pf anchor names | Reyk Floeter |
2008-12-08 | change the handling of redirections with the sticky-address option set: | Reyk Floeter |
2008-12-04 | cosmetic changes: | Reyk Floeter |
2008-09-29 | spacing | Reyk Floeter |
2008-09-29 | allow to listen on a port range for redirections. this fixes | Reyk Floeter |
2008-07-16 | fix nat lookup to use the correct pf_addr offset. now it also works | Reyk Floeter |
2008-07-09 | also set the protocol, either TCP or UDP, in the NAT lookup. this | Reyk Floeter |
2008-06-11 | add support for "transparent" forwarding in relays: normally the l7 | Reyk Floeter |
2008-06-10 | set the inactivity timeout of redirections to a shorter timeout of 600 | Reyk Floeter |
2008-06-10 | use sloppy pf state keeping for routed sessions (direct server return) | Reyk Floeter |
2008-05-16 | Clear source nodes on table changes in sticky mode. This has the | Pierre-Yves Ritschard |
2008-05-07 | add an alternative "route to" mode to relayd redirections which maps | Reyk Floeter |
2008-05-06 | fix the table stats clr ioctl | Reyk Floeter |
2008-05-06 | Do not unconditionnaly load pf. If pf isn't required by the configuration | Pierre-Yves Ritschard |
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter |
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter |
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-09-28 | Correct my mail address. | Pierre-Yves Ritschard |
2007-05-31 | allocate table lists and service lists instead of using static structs. | Pierre-Yves Ritschard |
2007-05-27 | Second step towards hoststated reload: | Pierre-Yves Ritschard |
2007-02-22 | spacing | Reyk Floeter |
2007-02-22 | Add layer 7 functionality to hoststated used for layer 7 | Reyk Floeter |
2007-02-20 | use HOST_UP instead of an hard coded integer | Reyk Floeter |