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