Age | Commit message (Expand) | Author |
2018-07-31 | Zap v4mask and v6mask in host() | kn |
2018-07-30 | Simplify host() | kn |
2018-07-28 | Use strtonum in host() | kn |
2018-07-24 | Move duplicate code into new helper print_addr_str() | kn |
2018-07-24 | Simplify getaddrinfo() error handling | kn |
2018-07-10 | 'set delay' for the generic packet delay mechanism, ok benno sashan | Henning Brauer |
2018-07-10 | Add "listenrepv2" for MLDv2 Listener Reports from RFC3810 | Jeremie Courreges-Anglas |
2018-02-08 | show current synflood detection watermarks in pfctl -vsi, for the lack | Henning Brauer |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-13 | add a generic packet rate matching filter. allows things like | Henning Brauer |
2017-08-14 | expose the half-open tcp states counter, ok bluhm | Henning Brauer |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit |
2017-08-03 | Since nearly 20 years the correct spelling of | Florian Obser |
2017-07-19 | Allow HFSC classes to use flow queues | Mike Belopuhov |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-15 | Fixup printing of queue bandwidth specifications | Mike Belopuhov |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2016-10-26 | When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0 | Alexander Bluhm |
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 |
2015-09-03 | interface should only be specified for root queues; found by jsg | Mike Belopuhov |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
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-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
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-01-20 | support "!received-on <interface>", ok dlg benno | Henning Brauer |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer |
2013-08-01 | Provide local implementations of if_nametoindex(3) and if_indextoname(3) | Mike Belopuhov |
2013-04-21 | avoid truncating a time_t division into days | Theo de Raadt |
2013-01-16 | for consistency with prio etc, the queue assignment really belongs | Henning Brauer |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
2012-07-10 | use PFSTATE_SCRUBMASK | Henning Brauer |
2012-07-10 | intermediate hack^Wugly "fix" to prevent spurious "scrub ()" prints | Henning Brauer |
2012-07-10 | set { ... } -> set ( ... ) | Henning Brauer |
2012-07-09 | fix some of the confusion we have in pf regarding filter criteria vs | Henning Brauer |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2011-12-12 | fixup af-to regression with match rules | Mike Belopuhov |
2011-11-23 | print ports as numbers by default; -P prints names instead | Henning Brauer |
2011-11-23 | print_rule: rename opts -> ropts, no binary change | Henning Brauer |
2011-10-13 | pfctl change for af-to / NAT64 support. | Claudio Jeker |
2011-08-30 | One shot rules can be used in pf.conf by specifying a "once" filter option. | Mike Belopuhov |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2011-07-08 | allow rules to specify "prio X" or "prio (X, Y)" to assign priority levels | Henning Brauer |
2011-07-07 | Don't print 'keep state' anymore unless it's needed for state options, it's | Ryan Thomas McBride |