Age | Commit message (Expand) | Author |
2017-04-28 | Remove double assignments | Mike Belopuhov |
2017-04-26 | Perform H-FSC root queue allocation in the kernel | Mike Belopuhov |
2017-04-23 | oops, this was meant to be committed with the pfctl.8 change: | Jason McIntyre |
2017-04-23 | trim the documentation for -k: make it more consistent, | Jason McIntyre |
2017-04-21 | Add "key" modifier for -k to make pfctl can kill a state by specifying | YASUOKA Masahiko |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-03-27 | rather than printing the wrong function name, dont print it at all. | Sebastian Benoit |
2017-01-26 | one more fix i requested for previous; | Jason McIntyre |
2017-01-26 | Select the routing domain to be used for kill states by host or by | Sebastian Benoit |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-23 | Explicitly forbid to combine af-to with route-to in pfctl. The | Alexander Bluhm |
2016-10-26 | When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0 | Alexander Bluhm |
2016-09-03 | err->errx, errno info is not related to the failure mode | Jeremie Courreges-Anglas |
2016-09-03 | pfctl mixes up anchorname with anchorpath | Alexandr Nedvedicky |
2016-09-03 | Let purge thread to remove once rules, not packets. | Alexandr Nedvedicky |
2016-08-26 | Add <time.h> for time(); sort <*.h> includes | Philip Guenther |
2016-08-03 | A couple of "a->blah == a->blah" -> "a->blah == b->blah". | Kenneth R Westerback |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not | Henning Brauer |
2016-06-22 | Add curly braces that were missed in rev 1.651. Add parenthesis to make the | Mark Kettenis |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-21 | the manpage documents that af-to does not work on pass out rules, but | Sebastian Benoit |
2016-06-16 | allow include in inline anchors | Henning Brauer |
2016-01-14 | detect multiple root queues on a single interface and give a nice error | Henning Brauer |
2016-01-05 | remove long deprecated "set debug "none|urgent|misc|loud" levels in | Sebastian Benoit |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-10-02 | Make 'pfctl -s all' show queues. pfctl(8) says it does, and 5.4 | Kenneth R Westerback |
2015-09-03 | interface should only be specified for root queues; found by jsg | Mike Belopuhov |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky |
2015-06-15 | document pfctl -ss -R <rule>, ok mikeb@ | Stuart Henderson |
2015-06-12 | Allow rule ID filter to be specified for show states output | Mike Belopuhov |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-04-21 | Improve divert-to specification parsing w.r.t. rule address family. | Mike Belopuhov |
2015-02-26 | %% not % in error message; ok millert@ henning@ | Stuart Henderson |
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 |