Age | Commit message (Expand) | Author |
2003-02-14 | remove explicit table creation ( -T create ), it's useless. | Henning Brauer |
2003-02-14 | Allow route-to loopback interfaces again, since Ryan fixed the loops that | Daniel Hartmeier |
2003-02-14 | English and mdoc fixes thanks to jmc@ | Cedric Berger |
2003-02-14 | Better and more consistent error message. | Cedric Berger |
2003-02-14 | tweak | Henning Brauer |
2003-02-14 | Document verbose mode with tables (statistics). | Cedric Berger |
2003-02-14 | more good tweaks by krause | Henning Brauer |
2003-02-13 | when complaining about an illegal netmask print the value we're complaining | Henning Brauer |
2003-02-13 | ease the yacc a bit by using a "not" rule instead of having two rules w/ and | Henning Brauer |
2003-02-13 | when talking about the order requirement, mention all 7 sections we have now. | 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 | document pfctl -D macro=value | Henning Brauer |
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-08 | Add an example of "pfctl -a anchor -s rules" usage, and make it clear | Daniel Hartmeier |
2003-02-05 | Fix "pass out dup-to (tun0 1.1.1.1) inet6 all" error message | Cedric Berger |
2003-02-05 | Simplify more. | Cedric Berger |
2003-02-05 | Simplify. | Cedric Berger |
2003-02-05 | Do not scare ppl too much. | 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-04 | use size_t for struct size and offset calculations. | Cedric Berger |
2003-02-04 | Cleanup buffer before reuse. Consistency + defensive programming. | Cedric Berger |
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 | zap dead code | Henning Brauer |
2003-02-03 | fix a problem with queue definitions when load options (like -N etc) are | Henning Brauer |
2003-02-03 | More cleanup in tables thanks to Andrey Matveev: | Cedric Berger |
2003-02-02 | there is no need to pass opts to parse_rules explicitely; it's passed as | Henning Brauer |
2003-02-02 | no const for int; cedric@ | Henning Brauer |
2003-02-02 | const'ify params for the host stuff | Henning Brauer |
2003-02-02 | as correctly pointed out by cedric@, the :network and :broadcast parsing | Henning Brauer |
2003-01-30 | in these two cases strdup makes more sense than asprintf, pointed out by | Henning Brauer |
2003-01-30 | add support for :network and :broadcast modifiers to interface names. | Henning Brauer |
2003-01-28 | typos; added white boldface to examples | Jason McIntyre |
2003-01-27 | bit KNF | Henning Brauer |
2003-01-27 | KNF | Theo de Raadt |
2003-01-27 | When -a is specified, the operation affects an anchor only, so don't try | Daniel Hartmeier |
2003-01-25 | Another nice cleanup patch from Andrey Matveev | Cedric Berger |
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 | tables are just tables; implementation details (radix) don't need to be | Henning Brauer |
2003-01-25 | if a table name ist too long, it's actually nice to tell so instead of just | Henning Brauer |
2003-01-25 | kill whitespace at EOL | Henning Brauer |