Age | Commit message (Expand) | Author |
2003-12-19 | i wrote much of these, assert my copyright | Henning Brauer |
2003-12-16 | hostid is stored in network byte order, print in host byte order. | Ryan Thomas McBride |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-15 | Add support to track stateful connections by source ip. This allows us | Ryan Thomas McBride |
2003-11-14 | allow the debuglevel to be set from pf.conf (set debug) | Henning Brauer |
2003-11-06 | KNF | Henning Brauer |
2003-10-02 | clean up p = realloc(p | Ryan Thomas McBride |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger |
2003-08-29 | Document interactions between tables and anchors. | Cedric Berger |
2003-08-22 | move pfctl_file_fingerprints() call, table commands can use -f themselves | Daniel Hartmeier |
2003-08-21 | Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF. | Mike Frantzen |
2003-08-04 | Not every suggested patch is perfect :) | Daniel Hartmeier |
2003-08-04 | don't whine about "cannot load ruleset" when ruleset load wasn't desired | Henning Brauer |
2003-07-31 | Make table tickets per-ruleset instead of global. | Cedric Berger |
2003-07-18 | Simplify handling of flags (-R, -N...). Remove PFCTL_FLAG_ALL. | Cedric Berger |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger |
2003-07-03 | Bye bye atexit(), bye bye globals... | Cedric Berger |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-06-29 | Replace assert(3) calls with warnx(3), if the warning is relevant at all. | Daniel Hartmeier |
2003-06-13 | Make "show Anchor" obey quiet flag. | Cedric Berger |
2003-06-03 | process show options before ruleset reload | Henning Brauer |
2003-05-19 | don't print altq en-/disabled - there's no point, you can't turn them on | Henning Brauer |
2003-05-19 | style consistency | Henning Brauer |
2003-05-18 | in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extra | Henning Brauer |
2003-05-17 | A little bugfix. We want pfioc_states, not pfioc_state. | Ryan Thomas McBride |
2003-05-12 | Adaptive timeout value scaling. Allows to reduce timeout values as the | Daniel Hartmeier |
2003-05-10 | support loading of anchors from within the main ruleset via | Henning Brauer |
2003-04-30 | kill globals anchorname and rulesetname; have them in main instead and pass | Henning Brauer |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-03 | Simplify pfctl printing code. | Cedric Berger |
2003-04-02 | no \n w/ errx(3), reminded by andrushock | Henning Brauer |
2003-04-02 | better error handling | Henning Brauer |
2003-04-02 | better error message | Henning Brauer |
2003-03-27 | minor tweaks from Andrey Matveev, ok henning@ and cedric@ | Daniel Hartmeier |
2003-03-27 | lotsa const char * | Henning Brauer |
2003-03-11 | On pfctl -a foo -Fn/-Fr, traverse all subrulesets in the anchor and | Daniel Hartmeier |
2003-03-11 | fix format strings in debugging output, qid is unsigned | Henning Brauer |
2003-03-10 | it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same for | Henning Brauer |
2003-03-08 | inlcude queue interals in -gsr and -gsq output; will make debugging easier. | Henning Brauer |
2003-03-07 | don't include debugging output, namely, the result of teh skip steps | 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-19 | cmdline options in alphabetical order in usage() and manpage; and sync them | 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 | We want err() after failed ioctl() here too. | Mike Pechkin |
2003-02-14 | remove explicit table creation ( -T create ), it's useless. | Henning Brauer |
2003-02-11 | allow macro definition on the command line: | Henning Brauer |
2003-02-05 | Simplify more. | Cedric Berger |