Age | Commit message (Expand) | Author |
2012-08-17 | Don't forget to byteswap the state_flags since it's a uint16_t now. | Mike Belopuhov |
2012-07-26 | load os passive fingerprints when testing the ruleset; ok henning | Mike Belopuhov |
2012-07-10 | use PFSTATE_SCRUBMASK | Henning Brauer |
2012-07-10 | Allow an implicit address family for af-to rules. If the address | Alexander Bluhm |
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-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence Teo |
2012-07-07 | remove incorrect check in pfctl preventing set-tos for ipvshit. | Henning Brauer |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2012-06-01 | revert previous, breaks tcpdump | Jonathan Gray |
2012-06-01 | Make the -P flag work with -ss, so that states can be printed with port | Lawrence Teo |
2012-05-07 | fix printing of wildcard anchors, from lteo, ok phessler sthen me | Henning Brauer |
2012-05-02 | remove redundant check; from lteo; ok haesbaert | Henning Brauer |
2012-05-02 | don't call getifmtu in -n mode, assume 1500. calling getifmtu requires | Henning Brauer |
2012-04-18 | not (unsigned); ok henning | Theo de Raadt |
2012-01-15 | convert an snprintf to strlcpy | David Hill |
2011-12-19 | unbreak rule optimizer; ok henning, looks | Mike Belopuhov |
2011-12-12 | fixup af-to regression with match rules | Mike Belopuhov |
2011-12-03 | pfctl_set_hostid always returns 0; don't pretend otherwise and make it a | Ryan Thomas McBride |
2011-12-03 | Avoid loading garbage hostid and other values not always initialised, | Ryan Thomas McBride |
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-11-08 | Fixup skip step printout: rdomains come after direction; ok mcbride, henning | Mike Belopuhov |
2011-10-13 | pfctl change for af-to / NAT64 support. | Claudio Jeker |
2011-09-07 | Avoid possible SIGSEGV when wrong tos option. | Christiano F. Haesbaert |
2011-08-30 | One shot rules can be used in pf.conf by specifying a "once" filter option. | Mike Belopuhov |
2011-07-29 | Remove requirement to quote 'debug' loglevel for the 'debug' option. | Ryan Thomas McBride |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2011-07-13 | Force user to specify protocol when filtering on user, gid, and os | Ryan Thomas McBride |
2011-07-08 | allow rules to specify "prio X" or "prio (X, Y)" to assign priority levels | Henning Brauer |
2011-07-08 | Correctly print skip steps in -vv mode | Ryan Thomas McBride |
2011-07-07 | Don't print 'keep state' anymore unless it's needed for state options, it's | Ryan Thomas McBride |
2011-07-07 | Fold pf_test_fragment() into pf_test_rule(), reduce code and fixes | Ryan Thomas McBride |
2011-07-04 | tsc tsc, no waikiki for me. copyright statement without year. 2003 it was. | Henning Brauer |
2011-07-04 | bye bye require-order. | Henning Brauer |
2011-07-04 | rip out more effectively dead code, ryan ok | Henning Brauer |
2011-07-03 | g/c RIO traces (aka clean up after tedu :)) | Henning Brauer |
2011-07-03 | *_CLEARDSCP could never possibly have been set, no point in being able to | Henning Brauer |
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-06 | Userland bits to allow PF to filter on the rdomain a packet belongs to. | Claudio Jeker |
2011-04-05 | ditch fastroute, an ipf feature that made its way into pf before | Mike Belopuhov |
2011-01-23 | 'pfctl -x none' did not turn debugging off. Skip the syslog internal | Alexander Bluhm |
2010-12-31 | According to pf_scrub_ip6() pf does not support the scrub options | Alexander Bluhm |
2010-12-15 | make the "invalid probability:" yyerror suck less | Henning Brauer |
2010-12-01 | remove some unused tokens | Jonathan Gray |
2010-11-12 | The ioctl to show states returns a pfsync_state which is in network byte | Claudio Jeker |
2010-10-18 | Revert non-compatible and undocumented bullshit commited by 3 developers | Theo de Raadt |
2010-10-17 | Add quirks support to operating system fingerprinting. tcpdump part | Joel Sing |