Age | Commit message (Expand) | Author |
2015-02-14 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |
2015-02-10 | since we inherit prio (as in, the queuing priority) from outside sources, | Henning Brauer |
2015-02-07 | parse debug levels with strtonum, so that debug 1banana doesn't parse. | Ted Unangst |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-20 | Rewrite to void using union sockaddr_union | Theo de Raadt |
2015-01-19 | DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-19 | Support source-hash and random with tables and dynifs; not just pools. | Reyk Floeter |
2014-12-10 | If pfctl cannot set a limit in the kernel, print the name of the | Alexander Bluhm |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-13 | keep queues around when anchors are being loaded | Martin Pelikan |
2014-10-27 | Fixup incorrect expansion of the networking mask for dynamic interface | Mike Belopuhov |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-08-23 | when you specify queues in a rule, make sure they have been defined. | Martin Pelikan |
2014-08-21 | deny "once" flags for match rules; ok henning | Mike Belopuhov |
2014-07-02 | condition above makes this part of the check useless; | Mike Belopuhov |
2014-06-30 | Merge two loops in collapse_redirspec into one | Mike Belopuhov |
2014-06-25 | Make stricter decisions when handling translation specifications. | Mike Belopuhov |
2014-05-17 | When parsing a numerical value for the TOS bits, make sure that it | Alexander Bluhm |
2014-05-07 | consolidate some code by using reallocarray in all cases. | Ted Unangst |
2014-04-19 | remove altq bits here, too | Henning Brauer |
2014-04-11 | fix a use after free in an error path | Jonathan Gray |
2014-02-28 | Bring back the code removed in rev1.317 used to print anchors with | Mike Belopuhov |
2014-02-17 | Remove a stray debug printf that crept in via one of the newqueue | Lawrence Teo |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2014-01-21 | if_item can be "any" now. | Henning Brauer |
2014-01-20 | support "!received-on <interface>", ok dlg benno | Henning Brauer |
2014-01-19 | Fix minor ident issue. OK benno@, pelikan@ | Claudio Jeker |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-01 | keep net/hfsc.h away from userspace, except in pfctl | pelikan |
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt |
2013-10-17 | cannot have queue definitions inside anchors. | Henning Brauer |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer |
2013-10-09 | Make sure that pfctl_state_store() frees the inbuf pointer and closes | Lawrence Teo |
2013-08-12 | Remove duplicate and incorrect recursive anchor printing code | Mike Belopuhov |
2013-08-02 | Remove an incorrect call to pfctl_print_rule_counters when trying to | Mike Belopuhov |
2013-08-01 | Provide local implementations of if_nametoindex(3) and if_indextoname(3) | Mike Belopuhov |
2013-07-21 | zap one redundant line, replacing it with a note that although | Jason McIntyre |
2013-07-21 | tidy up DESCRIPTION somewhat, and format nicer; | Jason McIntyre |
2013-07-21 | re-zap the previous paragraph, but this time in its place document | Jason McIntyre |
2013-07-20 | reverting previous until i can work out what henning is telling me... | Jason McIntyre |
2013-07-19 | remove redundant paragraph; from Pieter Verberne | Jason McIntyre |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2013-06-01 | remove set-tos backwards compat, moved into the set {} block a year ago | Henning Brauer |
2013-04-21 | avoid truncating a time_t division into days | Theo de Raadt |
2013-03-21 | fetch NMBCLUSTERS at runtime from the sysctl kern.maxclusters | Theo de Raadt |
2013-03-20 | MCLBYTES does not belong in here. | Theo de Raadt |
2013-03-13 | Describe the counters that "pfctl -s info" displays. Tweaks jmc@, ok deraadt@ | Stuart Henderson |