Age | Commit message (Expand) | Author |
2003-02-24 | when a macro is redefined, don't bother with reusing the existing entry in | Henning Brauer |
2003-02-24 | echo->printf, because echo does not accept "\n" in all shells. | Cedric Berger |
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 | extra plurals; openbsd@davidkrause.com | Theo de Raadt |
2003-02-20 | Fix table syntax documentation, from David Krause. | Cedric Berger |
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-19 | cmdline options in alphabetical order in usage() and manpage; and sync them | Henning Brauer |
2003-02-19 | Fix little buffer overflow on 64-bit platforms. | Cedric Berger |
2003-02-19 | clarify how pfctl -k works a bit; based on a discussion with daniel and sam | Henning Brauer |
2003-02-18 | fix load option handling (-A, -N, -R) for options. | Henning Brauer |
2003-02-17 | pfctl_clear_pool doesn't need to be prototyped twice either | Henning Brauer |
2003-02-17 | no need to prototype pfctl_add_pool twice | Henning Brauer |
2003-02-17 | "optarg" was a bad pick for the variable name in pfctl_cmdline_symset, it | Henning Brauer |
2003-02-17 | We want err() after failed ioctl() here too. | Mike Pechkin |
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-16 | cosmetics | Henning Brauer |
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 |