Age | Commit message (Expand) | Author |
2002-07-05 | allow unsetting the statusinterface via | Henning Brauer |
2002-07-01 | KNF | Theo de Raadt |
2002-06-25 | move pfctl options -t, -m, -O and -l to pf.conf. These are set using the | Henning Brauer |
2002-06-14 | make the output of pfctl -k look nice again | Henning Brauer |
2002-06-12 | this stuff really belongs to stderr, not stdout | Henning Brauer |
2002-06-11 | Typo in err() | Kjell Wooding |
2002-06-11 | nuke an unused parameter in pfctl_timeout. ok frantzen@ | Kjell Wooding |
2002-06-11 | Add -N and -R options. When used in conjunction with | Kjell Wooding |
2002-06-11 | sync usage() with reality | Henning Brauer |
2002-06-10 | Merge the NAT and rules files into a single rulefile. Rules must be | Kjell Wooding |
2002-06-10 | some olde version piece crept into my diffski; pt out by dfa@ | Michael Shalayeff |
2002-06-09 | use strchr() instead of index() | Theo de Raadt |
2002-06-08 | pf_timeouts is shared between pfctl and authpf, put it in the shared file. | Dale Rahn |
2002-06-08 | Make state timeouts configurable per rule, like | Daniel Hartmeier |
2002-06-07 | Add "(max <number>)" option for "keep/modulate state" to limit the number | Daniel Hartmeier |
2002-06-06 | split out the pf_state printing functions to be used elsewhere, no functional... | Michael Shalayeff |
2002-06-03 | Also print labels in 'pfctl -s all'. ok dhartmei@ | Kjell Wooding |
2002-05-23 | tiny KNF, some malloc checks, etc | Theo de Raadt |
2002-05-19 | KNF | Theo de Raadt |
2002-05-19 | KNF | Theo de Raadt |
2002-05-19 | KNF | Theo de Raadt |
2002-05-19 | nicer usage | Theo de Raadt |
2002-04-24 | Add dynamic (in-kernel) interface name -> address translation. Instead of | Daniel Hartmeier |
2002-04-01 | change return values back from EX_* to 0/1 | Daniel Hartmeier |
2002-04-01 | style(9) improvements from Raymond M Schneider | Daniel Hartmeier |
2002-03-28 | prototype pfctl_kill_states() | Daniel Hartmeier |
2002-03-26 | tidy up usage statement and sort headers. patch from dfa@solo.ee | Mike Frantzen |
2002-03-25 | add -k option to shootdown all the state entries from the specified host | Mike Frantzen |
2002-03-11 | Add -r to reverse lookup addresses when displaying states. | Daniel Hartmeier |
2002-02-28 | Don't force /dev/pf to be opened read-write for pfctl -t/-m when values | Daniel Hartmeier |
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier |
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier |
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier |
2002-01-06 | -x needs read-write access for DIOCSETDEBUG ioctl | Daniel Hartmeier |
2001-12-31 | only open device for writing if we gonna modify anything | Michael Shalayeff |
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 |