summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-02-14Bugfix 7778: Add 'show firewall summary' command and setup summary info for ↵John Southworth
webgui dashboard
2009-02-05add the following commandsMohit Mehta
'show firewall detail' 'show firewall statistics' 'clear firewall modify <fw-modify> counters' 'clear firewall modify <fw-modify> rule <rule-num> counters' allow show command on rule 1025 for any chain
2008-02-29convert to using iptables directlyStephen Hemminger
Some usages of iptables by sudo are allowed by /etc/sudoers. This avoids having to run perl command as root, and keeps kernel the same as mainline.
2008-02-25hold off this change until after Alpha 2 buildStephen Hemminger
Revert "elminate use of sudo for iptables -L" This reverts commit 3eb88b7d21d860b5d1af8fb5c9cc7c110a0d7848.
2008-02-25elminate use of sudo for iptables -LStephen Hemminger
Vyatta kernel allows non-root users to display iptables rules as non-root user. This eliminates the use of sudo except for the special case of clearing counters.
2007-12-19Change firewall operational commands so that they work correctly withBob Gilligan
admin level users and "users" level users.
2007-12-14Initial commit of operational mode templates and scripts for theBob Gilligan
firewall subsystem.