Age | Commit message (Expand) | Author |
2004-02-19 | Makes pfctl -ss and pfctl -sq use optional -i argument. | Cedric Berger |
2004-02-19 | Makes pfctl -Fs and pfctl -w works with the optional -i specifier. | Cedric Berger |
2004-02-19 | now that qids are managed entirely in the kernel, the qid related code | Kenjiro Cho |
2004-02-17 | add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@ | Cedric Berger |
2004-02-12 | - sort SYNOPSIS and options list | Jason McIntyre |
2004-02-12 | add -p flag to specify the device - ok mcbride@, henning@ with no objections | Bob Beck |
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger |
2004-02-10 | KNF | Daniel Hartmeier |
2004-02-10 | KNF | Henning Brauer |
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer |
2004-02-10 | KNF | Henning Brauer |
2004-02-10 | fix at leats the worst of Cedric "KNF is for everybody but me" Berger's fuckup | Henning Brauer |
2004-02-10 | new kernel reports enabled & disabled time - use that info. | Cedric Berger |
2004-02-05 | pfctl_update_qstats() returns -1 on error and the # of queues otehrwise | Henning Brauer |
2004-02-04 | Handle rules like 'pass ... proto { tcp udp icmp } ... modulate state' | Ryan Thomas McBride |
2004-02-04 | Fix a number of bugs with setting pool limits which I introduced with | Ryan Thomas McBride |
2004-02-03 | fix PR 3664 / jared r r spiegel | Henning Brauer |
2004-02-03 | bring back this fluffy change, of course without the bug: | Henning Brauer |
2004-01-29 | Clean up 'pfctl -s all' output. | Ryan Thomas McBride |
2004-01-26 | we must not omit printing the netmask when it is all zero, this is dangerous - | Henning Brauer |
2004-01-25 | This fix was made WITHOUT RUNNING REGRESS. Henning, you are being | Theo de Raadt |
2004-01-22 | to parse v4 adresses, only use inet_net_pton when we find a /, otherwise | Henning Brauer |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho |
2004-01-05 | few off by ones in strlcpy overflow check; Patrick Latifi | Henning Brauer |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2004-01-04 | don't ignore "!" on "binat on !foo". ok mcbride@ | Cedric Berger |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-30 | fix TAILQ abuse. | Henning Brauer |
2003-12-27 | Remove extra \n from pf_print_state(). | Ryan Thomas McBride |
2003-12-19 | i wrote much of these, assert my copyright | Henning Brauer |
2003-12-19 | assert copyright. i rewrite much of this | Theo de Raadt |
2003-12-17 | cosmetics, ok mcbride@ | Daniel Hartmeier |
2003-12-16 | quotes, spaces and bars do not need to be escaped within displays; | Jason McIntyre |
2003-12-16 | Check that max-src-states and max-src-nodes are not being set to 0. | Ryan Thomas McBride |
2003-12-16 | hostid is stored in network byte order, print in host byte order. | Ryan Thomas McBride |
2003-12-15 | KNF here too | Henning Brauer |
2003-12-15 | Whitespace. | Ryan Thomas McBride |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-15 | Add support to track stateful connections by source ip. This allows us | Ryan Thomas McBride |
2003-11-29 | allow ':' (range including boundaries) to be used whereever '><' (range | Daniel Hartmeier |
2003-11-22 | daniel stumbled over a broken regress test, and it turned out that I forgot | Henning Brauer |
2003-11-14 | in print_status: | Henning Brauer |
2003-11-14 | allow the debuglevel to be set from pf.conf (set debug) | Henning Brauer |
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride |
2003-11-06 | two more KNF violations I missed earlier. who introduces those all the time? | Henning Brauer |
2003-11-06 | and fix two err() that should be errx() while beeing here | Henning Brauer |
2003-11-06 | need calloc here | Henning Brauer |
2003-11-06 | KNF | Henning Brauer |
2003-11-06 | allow the label macros to be used in tags as well. | Henning Brauer |