Age | Commit message (Expand) | Author |
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-14 | fix sticky-address - by pretty much re-implementing it. still following | Henning Brauer |
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt |
2009-11-23 | since "nat/rdr pass" are history natpass can go | Henning Brauer |
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-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
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-29 | sort usage(); | Jason McIntyre |
2009-09-28 | add -S and -L options to store and load the pf state table from a file. | David Gwynne |
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 | remove -N from usage(); | Jason McIntyre |
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-03 | remove NAT specific command line options | Peter Hessler |
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-08-21 | remove the ``;'' at the end of INDENT() macro definition using | Alexandre Ratchov |
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-07-09 | repair -x | Henning Brauer |
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-16 | Really turn fragment reassembly on by default. pfctl must handle this | David Krause |
2009-04-15 | restore printing of the fragment option; ok henning@ | David Krause |
2009-04-06 | print prettier, from sthen@ | Henning Brauer |
2009-04-06 | 1) scrub rules are completely gone. | Henning Brauer |
2009-03-19 | pfctl -ss printed state levels for ICMPv6. Disable this the same | Alexander Bluhm |
2009-02-23 | back out last commit since it breaks a few regress tests -- this will be | Theo de Raadt |
2009-02-19 | spacing | Theo de Raadt |
2009-02-16 | fix pfctl -v printing of anchors, from camield@. Closes user/6065 | Stuart Henderson |
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-31 | avoid line wrap in usage() output; | Jason McIntyre |
2008-08-12 | use correct byte order when printing state expiration minutes; ok henning@ | David Krause |
2008-08-07 | correctly copy the log interface spec when expanding an antispoof rule that | Henning Brauer |
2008-07-25 | don't redefine INFINITY -- math.h defines it now | Martynas Venckus |