Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-13 | Teach some userland tools about NAT64. I think this is mostly from mikeb@ | Claudio Jeker | |
OK mcbride@ | |||
2011-04-05 | the tree builds better when you don't use PF_FASTROUTE | Stuart Henderson | |
ok henning@ mikeb@ | |||
2011-03-02 | - use a common FIELD_ADDR macro, instead of rolling 78 identical copies. | Jasper Lievisse Adriaanse | |
ok canacar@ | |||
2011-02-06 | Remove duplicated prototypes. | lum | |
ok miod@ | |||
2010-10-28 | cleanup ;; | Theo de Raadt | |
2010-07-22 | Let systat -N states resolve network addresses | giovanni | |
help and ok sthen@ lum@ ok canacar@ | |||
2009-11-23 | no more natpass | Henning Brauer | |
2009-07-14 | use static for inline so compilers with c99 inline semantics | Jonathan Gray | |
generate the same linkage as those with c89 semantics. ok sthen@ | |||
2009-06-10 | Revert part of the earlier commit that displayed garbage instead of | Can Erkin Acar | |
the action column values. reported by jmc@ | |||
2009-04-23 | sync actiontypes (pass, block etc) with pfvar so that match rules are | Henning Brauer | |
displayed correctly (actually thsi was out of sync for more than just match) From: Craig Barraclough <craigba at afnsecurity dot com> | |||
2009-04-06 | scrub rules gone | Henning Brauer | |
2009-04-04 | Fix the byte order of the rule field in state view. | Can Erkin Acar | |
Reported by Kamil Mielcarek | |||
2009-01-01 | Unclutter 'systate rules' by printing the flags option using the minimal | Ryan Thomas McBride | |
pf.conf syntax (flags S/SA is implicit). ok henning canacar | |||
2008-11-05 | Fix some function prototypes, remove unused variables and commented out code | Can Erkin Acar | |
2008-10-08 | Fix the order of traversal when printing the queues. Properly places | Can Erkin Acar | |
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861. | |||
2008-09-01 | Display direction In/Out/Any for rule display, not just In/Out. | Stuart Henderson | |
ok canacar@ | |||
2008-07-16 | Cleanup #define maze leftover from pftop compatibility. | Can Erkin Acar | |
Pointed out by mcbride@, makes sense henning@ | |||
2008-06-29 | Simplify state creation code; merge state import/export code between pfsync | Ryan Thomas McBride | |
and the state-related pf(4) ioctls, and make functions in state creation and destruction paths more robust in error conditions. All values in struct pfsync_state now in network byte order, as with pfsync. testing by david ok henning, systat parts ok canacar | |||
2008-06-13 | Do not print a warning if /dev/pf can not be opened. | Can Erkin Acar | |
2008-06-12 | New display engine for systat, based on pftop. Adds new views for pf | Can Erkin Acar | |
(status, state, rule, queue). While all displays work, some keyboard comands are not implemented yet. Other features include better handling of display resize and scrolling for long views. Committing now to fix the remaining issues in the tree. Testing and comments by otto@ and harding@, ok deraadt@ |