Age | Commit message (Expand) | Author |
2003-03-09 | cope with the fact that LOOP_THROUGH loops once even if the list is empty by | Henning Brauer |
2003-03-08 | fix the obvious: | Henning Brauer |
2003-03-08 | in expand_queue, make a private copy of the struct pf_altq before modifying | Henning Brauer |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer |
2003-03-02 | when printing queues at load time that have bandwidth specified in percent, | Henning Brauer |
2003-03-02 | remove the control keyword for cbq queues. | Henning Brauer |
2003-02-27 | modify error message to match the same 7 sections in pf.conf(5) | David Krause |
2003-02-26 | in expand_rule, correctly set r->pqid if a priority queue was defined, and | Henning Brauer |
2003-02-25 | some minor KNF my fingers just did... | Henning Brauer |
2003-02-25 | repair/simplify/flexify binat userland. | Cedric Berger |
2003-02-24 | when a macro is redefined, don't bother with reusing the existing entry in | Henning Brauer |
2003-02-21 | re-allow set loginterface none | Henning Brauer |
2003-02-21 | better error message if set loginterface is called with nonexistant | Henning Brauer |
2003-02-20 | reject nonexistant interfaces in the dynaddr case, noticed during discussion | Henning Brauer |
2003-02-19 | Make 'from (kue0)/24' work again (dynamic interface name translation with | Daniel Hartmeier |
2003-02-19 | better error message on icmp version / address family mismatch | Henning Brauer |
2003-02-18 | fix load option handling (-A, -N, -R) for options. | Henning Brauer |
2003-02-17 | "optarg" was a bad pick for the variable name in pfctl_cmdline_symset, it | Henning Brauer |
2003-02-17 | -#include <sys/ioctl.h> | Mike Pechkin |
2003-02-16 | unneeded {} | Henning Brauer |
2003-02-16 | throw a syntax error if the portunary operator in varset is no '=' | Henning Brauer |
2003-02-14 | Allow route-to loopback interfaces again, since Ryan fixed the loops that | Daniel Hartmeier |
2003-02-14 | Better and more consistent error message. | Cedric Berger |
2003-02-13 | ease the yacc a bit by using a "not" rule instead of having two rules w/ and | Henning Brauer |
2003-02-12 | KNF after ryan | Henning Brauer |
2003-02-12 | Simplify the code and make the parser handle the different rule types | Ryan Thomas McBride |
2003-02-11 | allow macro definition on the command line: | Henning Brauer |
2003-02-09 | more live code from FOSDEM: | Henning Brauer |
2003-02-09 | KNF | Henning Brauer |
2003-02-09 | Fix a few warnings and remove unnecessary check and cast. | Camiel Dobbelaar |
2003-02-08 | Add scrub option 'random-id', which replaces IP IDs with random values | Daniel Hartmeier |
2003-02-05 | Fix "pass out dup-to (tun0 1.1.1.1) inet6 all" error message | Cedric Berger |
2003-02-05 | Set the network mask to all 1's if no address is specified for a | Ryan Thomas McBride |
2003-02-03 | pretty | Theo de Raadt |
2003-02-03 | Don't allow loopback interfaces as route/reply/dup-to targets. ok henning@ | Daniel Hartmeier |
2003-02-03 | remove loadopt global definition and cleanup a bit. | Cedric Berger |
2003-02-03 | fix a problem with queue definitions when load options (like -N etc) are | Henning Brauer |
2003-02-02 | there is no need to pass opts to parse_rules explicitely; it's passed as | Henning Brauer |
2003-01-27 | KNF | Theo de Raadt |
2003-01-25 | Match changes for rdr port ranges made to pf.c: | Ryan Thomas McBride |
2003-01-25 | Fix NOACTION with table statements. | Cedric Berger |
2003-01-25 | Permit initialisation of a table content from a file in pf.conf. | Cedric Berger |
2003-01-25 | Correctly check illegal constructs with tables. Better error messages. | Cedric Berger |
2003-01-25 | if a table name ist too long, it's actually nice to tell so instead of just | Henning Brauer |
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar |
2003-01-19 | Spin off label string expansion into a separate function. Clarifies | Camiel Dobbelaar |
2003-01-18 | KNF after ryan... | Henning Brauer |
2003-01-18 | Add missing token string and assignment to make static-port work for real. | Ryan Thomas McBride |
2003-01-17 | bandwith -> bandwidth | Camiel Dobbelaar |
2003-01-15 | Typo in yyerror(). | Mike Pechkin |