Age | Commit message (Expand) | Author |
2014-06-25 | Make stricter decisions when handling translation specifications. | Mike Belopuhov |
2014-05-17 | When parsing a numerical value for the TOS bits, make sure that it | Alexander Bluhm |
2014-04-19 | remove altq bits here, too | Henning Brauer |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-21 | if_item can be "any" now. | Henning Brauer |
2014-01-20 | support "!received-on <interface>", ok dlg benno | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-10-17 | cannot have queue definitions inside anchors. | Henning Brauer |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer |
2013-08-01 | Provide local implementations of if_nametoindex(3) and if_indextoname(3) | Mike Belopuhov |
2013-06-01 | remove set-tos backwards compat, moved into the set {} block a year ago | Henning Brauer |
2013-03-02 | When a PF rule contains 'set tos' *followed by* a scrub option, the tos | Stuart Henderson |
2013-01-16 | for consistency with prio etc, the queue assignment really belongs | Henning Brauer |
2012-10-18 | Disallow tables and interface address pools for rdr-to, nat-to and | Reyk Floeter |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
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 |