Age | Commit message (Expand) | Author |
4 days | pfctl: clear statistic for specified addresses | kirill |
2024-08-19 | correctly indent a line | Jonathan Gray |
2024-07-14 | This change allows user to define table inside the anchor like that: | Alexandr Nedvedicky |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2024-01-15 | Currently 'pfctl -a "*" -sr' recursively walks anchor tree and shows | Alexandr Nedvedicky |
2023-10-26 | whitespace cleanup my fingers couldn't avoid doing while i was re-reading | Theo de Raadt |
2022-11-21 | Fix DIOCIGETIFACES ioctl so all network interfaces | Alexandr Nedvedicky |
2020-01-15 | Do the actual pfr_strerror() to pf_strerror() rename | kn |
2020-01-15 | Merge radix_perror() into simpler warnx()/errx() usage | kn |
2020-01-15 | Enable pfctl(8) to recursively flush rules and tables from PF driver. The | Alexandr Nedvedicky |
2019-04-18 | Always check for namespace collisions on table commands | kn |
2019-01-11 | When creating tables inside anchors, pfctl warned about namespace | kn |
2019-01-02 | Error out on missing table command, zap internal wrapper function | kn |
2018-10-15 | use PFR_RB_NONE consistently | kn |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit |
2017-07-15 | sbin/pfctl: void functions and exit(3) on error | Adam Wolk |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2015-01-20 | Rewrite to void using union sockaddr_union | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2008-06-21 | Fix "-T expire"; clear pfra_fback on addresses before sending them back to | Ryan Thomas McBride |
2008-06-10 | Make counters on table addresses optional and disabled by default. | Ryan Thomas McBride |
2007-03-01 | be more careful with mixing &/| with &&/||, ok otto | Theo de Raadt |
2007-01-18 | implement -T expire. | Henning Brauer |
2005-08-17 | with pfctl -vsI, indicate which interfaces are being skipped. | Daniel Hartmeier |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2004-12-22 | Introduce 'set skip on <ifspec>' to support a list of interfaces where no | Daniel Hartmeier |
2004-06-12 | Fix table add/replace commands with securelevel=2. | Cedric Berger |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-03-15 | cast %llu arguments to unsigned long long, from Max Laier, | Daniel Hartmeier |
2004-02-26 | Fix pfctl -sa output. Found by David Krause, ok mcbride@ | Cedric Berger |
2004-02-19 | Makes pfctl -ss and pfctl -sq use optional -i argument. | Cedric Berger |
2004-02-17 | add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@ | Cedric Berger |
2004-02-10 | KNF | Daniel Hartmeier |
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer |
2004-01-29 | Clean up 'pfctl -s all' output. | Ryan Thomas McBride |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-08-29 | Document interactions between tables and anchors. | Cedric Berger |
2003-07-31 | Make table tickets per-ruleset instead of global. | 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-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger |
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger |
2003-05-24 | Properly reset buffers after each "table" command. | Cedric Berger |