Age | Commit message (Expand) | Author |
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 |
2013-03-02 | When a PF rule contains 'set tos' *followed by* a scrub option, the tos | Stuart Henderson |
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-10-19 | rtableid must be BREAK instead of MERGE, otherwise the optimizer might | Henning Brauer |
2012-10-18 | Disallow tables and interface address pools for rdr-to, nat-to and | Reyk Floeter |
2012-09-29 | Remove extra .Pp | Lawrence Teo |
2012-09-19 | Show which limit cannot be set. idea mikeb | Camiel Dobbelaar |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
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 |