Age | Commit message (Expand) | Author |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-16 | only try to add the root queue for cbq | Henning Brauer |
2002-12-10 | don't warnx after ioctl, use warn | Henning Brauer |
2002-12-09 | replace (properly guarded) strncpy using logic by a strsep & strlcpy using | Henning Brauer |
2002-12-07 | TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses print | Ryan Thomas McBride |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-05 | one step further to "program output is valid program input" and the related | Henning Brauer |
2002-12-05 | Replace warnx with warn on ioctls so that we get the error message associated | Ryan Thomas McBride |
2002-12-04 | do not warn for unused variables except with -v -v; henning ok | Theo de Raadt |
2002-12-01 | deal with not-ALTQ-enabled kernels | Henning Brauer |
2002-12-01 | Match pf_ioctl.c cleanup; set up the pool_ticket when loading rules | Ryan Thomas McBride |
2002-11-24 | Fix an error message and remove 'S' from getopt, it's not used. | Daniel Hartmeier |
2002-11-24 | Same fix for nat and rdr. Now all regress tests pass with malloc.conf J | Daniel Hartmeier |
2002-11-24 | Don't memcpy() structures that contain TAILQs. If you need a copy, you have | Daniel Hartmeier |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | don't try to do ioctl with pfctl -n | Ryan Thomas McBride |
2002-11-23 | code to support loading of pf rules with multiple redirection addresses | Ryan Thomas McBride |
2002-11-22 | print altq and queue lines in the pfctl -v case including the child queue | Henning Brauer |
2002-11-18 | altq and pf merged | Henning Brauer |
2002-10-07 | -Wsign-compare clean | Daniel Hartmeier |
2002-10-07 | Two cases of const-correctness and make one global local. | Daniel Hartmeier |
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 |