Age | Commit message (Expand) | Author |
2012-07-10 | Allow an implicit address family for af-to rules. If the address | Alexander Bluhm |
2012-07-10 | set { ... } -> set ( ... ) | Henning Brauer |
2012-07-09 | fix some of the confusion we have in pf regarding filter criteria vs | Henning Brauer |
2012-07-07 | remove incorrect check in pfctl preventing set-tos for ipvshit. | Henning Brauer |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2011-12-19 | unbreak rule optimizer; ok henning, looks | Mike Belopuhov |
2011-12-12 | fixup af-to regression with match rules | Mike Belopuhov |
2011-12-03 | pfctl_set_hostid always returns 0; don't pretend otherwise and make it a | Ryan Thomas McBride |
2011-10-13 | pfctl change for af-to / NAT64 support. | Claudio Jeker |
2011-09-07 | Avoid possible SIGSEGV when wrong tos option. | Christiano F. Haesbaert |
2011-08-30 | One shot rules can be used in pf.conf by specifying a "once" filter option. | Mike Belopuhov |
2011-07-29 | Remove requirement to quote 'debug' loglevel for the 'debug' option. | Ryan Thomas McBride |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2011-07-13 | Force user to specify protocol when filtering on user, gid, and os | Ryan Thomas McBride |
2011-07-08 | allow rules to specify "prio X" or "prio (X, Y)" to assign priority levels | Henning Brauer |
2011-07-07 | Fold pf_test_fragment() into pf_test_rule(), reduce code and fixes | Ryan Thomas McBride |
2011-07-04 | bye bye require-order. | Henning Brauer |
2011-07-03 | g/c RIO traces (aka clean up after tedu :)) | Henning Brauer |
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke |
2011-04-06 | Userland bits to allow PF to filter on the rdomain a packet belongs to. | Claudio Jeker |
2011-04-05 | ditch fastroute, an ipf feature that made its way into pf before | Mike Belopuhov |
2010-12-31 | According to pf_scrub_ip6() pf does not support the scrub options | Alexander Bluhm |
2010-12-15 | make the "invalid probability:" yyerror suck less | Henning Brauer |
2010-12-01 | remove some unused tokens | Jonathan Gray |
2010-09-24 | remove the check that enforced rdr-to only inbound and nat-to only outbound. | Henning Brauer |
2010-09-22 | new log opt "matches" | Henning Brauer |
2010-09-02 | remove trailing spaces and tabs; no binary change. | Igor Sobrado |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride |
2010-03-23 | remove -A, -O, -R and -T load | Henning Brauer |
2010-01-13 | Move tokens before productions into more consistant places | Theo de Raadt |
2010-01-13 | Allow /netmask notation in redir spec, fix the rest of the regress | Ryan Thomas McBride |
2010-01-12 | We actually have to keep the translate/route spec addresses around after | Ryan Thomas McBride |
2010-01-12 | Set roundrobin flag correctly, and don't treat a bare interface | Ryan Thomas McBride |
2010-01-12 | Add restrictions to make @if illegal in outside of routing specs; | Ryan Thomas McBride |
2010-01-12 | Fix some issues in redir spec handling, discovered thanks to dlg testing | Ryan Thomas McBride |
2010-01-12 | Don't leak @if0 format routing host names, pointed out by claudio. | Ryan Thomas McBride |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2010-01-10 | lex <=, >=, and != into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-10 | In the non-optimized case, an address list containing "any" (ie. { any 10.0.0... | Theo de Raadt |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-12-24 | add support to pf for filtering a packet by the interface it was received | David Gwynne |
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt |
2009-11-22 | cleanup after the NAT changes. we used to have multiple rulesets (scrub, | Henning Brauer |
2009-11-09 | A few more places to be updated for the route pool change. | Jonathan Gray |
2009-10-28 | Add a dedicated pf pool for route options as suggested by henning, | Jonathan Gray |
2009-10-28 | route_host initializes the netmask to a /128 no matter what af is used so | Claudio Jeker |
2009-10-28 | Correct function name in err and errx. | Claudio Jeker |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto |