Age | Commit message (Expand) | Author |
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 |
2008-05-07 | scrub packets based on tags; ok henning | Markus Friedl |
2008-05-07 | allow setting TOS with scrub; ok mcbride, claudio | Markus Friedl |
2008-04-21 | optnl is a crutch for those who do not understand yacc. it | Theo de Raadt |
2008-02-01 | Enable the rest of the filter_opts to be used on anchors. These were accepted | Ryan Thomas McBride |
2007-11-13 | Bring back the number converter for 'set hostid'. | Marco Pfatschbacher |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-25 | Fix probability rules w/ numbers (e.g probability 0.4). | Marco Pfatschbacher |
2007-10-22 | sync with daemon parser code. | Pierre-Yves Ritschard |
2007-10-22 | pfctl does not need file secrecy | Theo de Raadt |
2007-10-16 | Allow unquoted numbers in variables. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | support an include directive; file of course must also be "secure" like | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-10-01 | Backout NUMBER to string conversion. | Marco Pfatschbacher |