Age | Commit message (Expand) | Author |
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 |
2009-09-08 | Add support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-07 | implement binat-to as a macro-like rule: a rule using the new binat-to | Reyk Floeter |
2009-09-03 | this time i commit the right diff that was | Reyk Floeter |
2009-09-03 | fix two route-to vs. rdr-to conflicts. | Reyk Floeter |
2009-09-02 | all the new *-to options are part of the "filteropts" section at the | Reyk Floeter |
2009-09-01 | the diff theo calls me insanae for: | Henning Brauer |
2009-07-28 | Bring back rev. 1.560: | Claudio Jeker |
2009-07-27 | When will people learn to commit their .h file changes? | Theo de Raadt |
2009-07-27 | Make it possible to use DiffServ Code Point in the TOS fields. Names like | Claudio Jeker |
2009-05-14 | actually change the require-order default to No; I missed a part with | Stuart Henderson |
2009-04-26 | switch the require-order default to "no". regression tests still pass. | Stuart Henderson |
2009-04-25 | scrub_opts must not be empty, scrub on its own does nothing. | Henning Brauer |
2009-04-06 | 1) scrub rules are completely gone. | Henning Brauer |
2009-02-19 | spacing | Theo de Raadt |
2008-10-17 | in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ and | Henning Brauer |
2008-10-02 | implement "set state-defaults X", where X is a list of state options as | Henning Brauer |
2008-09-10 | do not try to print $$ when it has not been set | Theo de Raadt |
2008-09-09 | welcome pflow(4), a netflow v5 compatible flow export interface. | Henning Brauer |
2008-08-07 | correctly copy the log interface spec when expanding an antispoof rule that | Henning Brauer |
2008-07-03 | do not forget to initialize other member of $$ in qname; noted by mark shroyer | Theo de Raadt |
2008-06-10 | Make counters on table addresses optional and disabled by default. | Ryan Thomas McBride |
2008-06-10 | new state option "sloppy" to use the sloppy tcp state tracker instead | Henning Brauer |
2008-05-09 | Replace a crockpot of semi-cloned productions for handling port | Theo de Raadt |
2008-05-09 | convert port byte order in the production; add port keyword; ok deraadt@ | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-05-08 | make "to any" optional in binat, or well, the implied default. | Theo de Raadt |
2008-05-08 | Loosen grammer to permit any number of newlines within most kinds of { } | Theo de Raadt |
2008-05-08 | Bring back (in a more yacc friendly way) support for setting variables | Theo de Raadt |
2008-05-07 | do not assume PF_INOUT is 0 in the enum; ok mcbride | Theo de Raadt |