summaryrefslogtreecommitdiff
path: root/sbin/pfctl
AgeCommit message (Expand)Author
2018-05-19Revert change that benno apparently commited by mistake and breaks buildMatthieu Herrb
2018-05-18A pf rule with a "on rdomain n" with nonexisting rdomain n will cause anSebastian Benoit
2018-05-09Fix (include file ) line number counting by keeping track of the ungetOtto Moerbeek
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08show current synflood detection watermarks in pfctl -vsi, for the lackHenning Brauer
2018-02-06allow control over syncookies: set syncookies never/always/adaptiveHenning Brauer
2017-11-28The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-27The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-25- pfctl fails to handle nested 'load anchor' properlyAlexandr Nedvedicky
2017-11-25- patching use-after-free and innocent memory leak in pfctl_optimzie.cAlexandr Nedvedicky
2017-11-25- pfctl rule optimizer: anchor name vs. anchor path mix upAlexandr Nedvedicky
2017-11-14- nested anchors vs. pfctl/parse.yAlexandr Nedvedicky
2017-11-13add a generic packet rate matching filter. allows things likeHenning Brauer
2017-09-26- pfctl always prints warning when flushes rulesetAlexandr Nedvedicky
2017-09-05- split pf_find_or_create_ruleset() to smaller chunks.Alexandr Nedvedicky
2017-08-14expose the half-open tcp states counter, ok bluhmHenning Brauer
2017-08-11add option -N (no domain resolution)Sebastian Benoit
2017-08-03Since nearly 20 years the correct spelling ofFlorian Obser
2017-07-20"no-route" is also shown by -sinfo;Jason McIntyre
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-07-19Rework HFSC vs FQ-CoDel checksMike Belopuhov
2017-07-15sbin/pfctl: void functions and exit(3) on errorAdam Wolk
2017-06-16pfctl: merge identifical if conditions and void functions discarding ret valuesAdam Wolk
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-05-30fix a commentHenning Brauer
2017-05-28Don't check np->port for NULL - it's an array, it's never NULL.Michal Mazurek
2017-05-28print_ioctl() is unused if not debugging. Found with clang, afterMichal Mazurek
2017-05-27Move includes.Michal Mazurek
2017-05-15Fixup printing of queue bandwidth specificationsMike Belopuhov
2017-05-15Put the closing parenthesis in the right spot and fix std-dev calculationMike Belopuhov
2017-05-15Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8)Mike Belopuhov
2017-04-28Remove double assignmentsMike Belopuhov
2017-04-26Perform H-FSC root queue allocation in the kernelMike Belopuhov
2017-04-23oops, this was meant to be committed with the pfctl.8 change:Jason McIntyre
2017-04-23trim the documentation for -k: make it more consistent,Jason McIntyre
2017-04-21Add "key" modifier for -k to make pfctl can kill a state by specifyingYASUOKA Masahiko
2017-04-13fix wrongly indented linesJonathan Gray
2017-03-27rather than printing the wrong function name, dont print it at all.Sebastian Benoit
2017-01-26one more fix i requested for previous;Jason McIntyre
2017-01-26Select the routing domain to be used for kill states by host or bySebastian Benoit
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-11-23Explicitly forbid to combine af-to with route-to in pfctl. TheAlexander Bluhm
2016-10-26When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0Alexander Bluhm
2016-09-03err->errx, errno info is not related to the failure modeJeremie Courreges-Anglas
2016-09-03pfctl mixes up anchorname with anchorpathAlexandr Nedvedicky
2016-09-03Let purge thread to remove once rules, not packets.Alexandr Nedvedicky
2016-08-26Add <time.h> for time(); sort <*.h> includesPhilip Guenther
2016-08-03A couple of "a->blah == a->blah" -> "a->blah == b->blah".Kenneth R Westerback
2016-07-18no more cbq_opts - CBQ is gone, ok mpi phessler bennoHenning Brauer