Age | Commit message (Expand) | Author |
2001-12-10 | Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based on | Daniel Hartmeier |
2001-10-04 | Honour -v flag when printing states, print only one line per state when | Daniel Hartmeier |
2001-10-02 | Remove duplication from simultaneous commits | Mike Frantzen |
2001-10-02 | Typo fixes (thanks gwyllion@ace.ulyssis.org) | Mike Frantzen |
2001-10-02 | 'pfctl -O foo' dumped core. A check was there, but didn't work. | Daniel Hartmeier |
2001-10-01 | print variable asignments only if -v is given. ok dhartmei/deraadt | Markus Friedl |
2001-10-01 | Print error message when pfctl -N/-R can't open the specified file | Daniel Hartmeier |
2001-09-30 | Selectable preset FSM optimizations for several network environments. | Mike Frantzen |
2001-09-22 | remove debug printf | Theo de Raadt |
2001-09-06 | 1:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@ | jasoni |
2001-08-28 | Bump state timeouts and allow tweaking them from pfctl. | Mike Frantzen |
2001-08-23 | for -s all, do not error out when the first ioctl fails | Theo de Raadt |
2001-08-19 | do not spin if no states are found | Theo de Raadt |
2001-08-19 | Add per-rule byte counter, so mickey can do accounting. We're counting the | Daniel Hartmeier |
2001-08-19 | Print per-rule statistics when -v is used with -sr (show rules). | Daniel Hartmeier |
2001-08-18 | make pfctl -s state SCREAM; frantzen is now happy | Theo de Raadt |
2001-08-11 | Add support for ICMP errors referring to ICMP queries/replies. Fixes | Daniel Hartmeier |
2001-08-11 | \+\n support, and spit out cc-style error messages. the parser's line | Theo de Raadt |
2001-07-26 | usage() with __progname according to style(9), typo in man page. both from mp... | Daniel Hartmeier |
2001-07-17 | bitch about extra command line args; ok dhartmei@ and markus@ | Marco S Hyman |
2001-07-16 | add a yacc parser for pf.conf and nat.conf, with help from mickey@, | Markus Friedl |
2001-07-05 | &, not &&. Pointed out by dhartmei@. | Hakan Olsson |
2001-07-03 | Add a -q (quiet) option. dhartmei@ ok. | Hakan Olsson |
2001-07-01 | Finish with posixifying command options. Now both "pfctl -Fs" and | Kjell Wooding |
2001-06-29 | change load_file implementation so we can accept input on | Kjell Wooding |
2001-06-28 | usage() was out of date | Daniel Hartmeier |
2001-06-27 | Change flag syntax | Kjell Wooding |
2001-06-27 | errx() doesn't return. use err() to get errno as well. translate two common e... | Daniel Hartmeier |
2001-06-27 | Use bitfields for flag options in getopt. | Kjell Wooding |
2001-06-27 | add -z flag for zeroing statistics. -s status no longer resets anything | Kjell Wooding |
2001-06-26 | Add -N (parse, but do not load) and -v (verbose: show parsed rules) | Kjell Wooding |
2001-06-26 | bad smart | Niels Provos |
2001-06-26 | Add err.h for errx() | smart |
2001-06-26 | some warnx, and exit instead of return | Niels Provos |
2001-06-26 | add rule nr for Niels | Daniel Hartmeier |
2001-06-26 | use errx() | Theo de Raadt |
2001-06-26 | display usage if no command line args; ok dhartmei@ | jasoni |
2001-06-25 | Fix up usage() and alphabetize options. | smart |
2001-06-25 | Separate getopt handling from execution of functions. Still need | smart |
2001-06-25 | revised ioctl interface, first getopt version of pfctl | Daniel Hartmeier |
2001-06-25 | catch up, might have introduced bugs, but there is a next pass... | Theo de Raadt |
2001-06-25 | catch up to Art changes in the kernel | Theo de Raadt |
2001-06-25 | use only ioctl return values found in errno.h | Daniel Hartmeier |
2001-06-24 | ioctlbuffer renamed. | Artur Grabowski |
2001-06-24 | some KNF | Niels Provos |
2001-06-24 | match changes in header files | Theo de Raadt |
2001-06-24 | REGENTS -> COPYRIGHT HOLDERS | Daniel Hartmeier |
2001-06-24 | Move and rename packet filter userland. | Kjell Wooding |