summaryrefslogtreecommitdiffstats
path: root/awall
Commit message (Expand)AuthorAgeFilesLines
* support for REDIRECT targetKaarle Ritvanen2012-07-121-9/+8
* renamed 'notrack' section to 'no-track'Kaarle Ritvanen2012-07-121-1/+1
* prepend object identifier and file name to error messagesKaarle Ritvanen2012-07-127-56/+71
* support for bypassing connection tracking for inbound packetsKaarle Ritvanen2012-06-281-0/+47
* command for flushing ip[6]tables rulesKaarle Ritvanen2012-06-281-12/+16
* 4 verbosity levels for dump commandv0.1.5Kaarle Ritvanen2012-06-281-9/+34
* show source policy for each item in dump outputKaarle Ritvanen2012-06-281-5/+19
* loaded policies included in PolicyConfig objectsKaarle Ritvanen2012-06-281-3/+4
* show original variable definitions in dump outputKaarle Ritvanen2012-06-281-35/+25
* streamlined variable expansionKaarle Ritvanen2012-06-281-9/+2
* corrected an error in raising an error (NAT rule interfaces)Kaarle Ritvanen2012-06-281-1/+1
* support for ACCEPT rules in NAT chainsKaarle Ritvanen2012-06-281-1/+2
* reset all built-in chains on activation/fallback regardless of translation re...Kaarle Ritvanen2012-06-261-4/+22
* support for empty zonesKaarle Ritvanen2012-06-263-11/+13
* apply ip[6]tables-restore only if protocol support loaded into kernelKaarle Ritvanen2012-06-261-10/+29
* pretty output from awall listKaarle Ritvanen2012-06-262-12/+29
* command for dumping variable and zone definitionsKaarle Ritvanen2012-06-261-0/+8
* new class for configuration loaded from policy files but not yet translated t...Kaarle Ritvanen2012-06-262-45/+56
* masquerading set rule applied after other SNAT rulesv0.1.4Kaarle Ritvanen2012-06-211-4/+6
* ipset-based masquerading moved to a module of its ownKaarle Ritvanen2012-06-212-5/+17
* set chain policy to ACCEPT in tables other than filterKaarle Ritvanen2012-06-211-3/+5
* filter out ICMPv4/6 rules per protocol family even when message type not definedv0.1.3Kaarle Ritvanen2012-06-211-11/+11
* by default, allow all ICMPv6 messages originating from or destined to local hostKaarle Ritvanen2012-06-211-1/+10
* multi-stage processing of default rulesKaarle Ritvanen2012-06-213-21/+30
* accept all loopback trafficKaarle Ritvanen2012-06-211-0/+9
* OUTPUT chain needs stateful tracking alsoTimo Teräs2012-06-081-1/+1
* report JSON file name on parse errorv0.1.2Kaarle Ritvanen2012-05-171-2/+10
* make the family attribute mandatory for ipset objectsKaarle Ritvanen2012-05-031-3/+3
* policy file description attributev0.1.1Kaarle Ritvanen2012-05-011-9/+15
* use local DNS resolverv0.1.0Kaarle Ritvanen2012-04-191-2/+1
* Config object initialization from PolicySetKaarle Ritvanen2012-04-191-2/+5
* wrapped a long statement in policy.luaKaarle Ritvanen2012-04-191-1/+7
* corrected scope errorsKaarle Ritvanen2012-04-191-1/+1
* enable, disable, and list optional policy filesKaarle Ritvanen2012-04-121-0/+50
* configuration (policy) file handling moved to a dedicated moduleKaarle Ritvanen2012-04-122-57/+111
* convert empty strings to nil values in input configuration tableKaarle Ritvanen2012-04-121-2/+4
* dnat option for filter rulesKaarle Ritvanen2012-04-122-1/+72
* module metadata processing moved to awall.loadmodulesKaarle Ritvanen2012-04-124-15/+29
* module namespace-related style adjustmentsKaarle Ritvanen2012-04-123-9/+8
* subfunctions prefixed with 'local'Kaarle Ritvanen2012-04-122-10/+10
* corrected fw zone exclusion in NATRule.initKaarle Ritvanen2012-04-091-2/+4
* optional, importable configuration filesKaarle Ritvanen2012-04-091-18/+50
* string concatenation support in variable expansionKaarle Ritvanen2012-03-261-5/+14
* safe activation mode (with automatic fallback)Kaarle Ritvanen2012-03-261-0/+5
* iptables module: backup and revert functionsKaarle Ritvanen2012-03-261-16/+30
* control input and output directories from command lineKaarle Ritvanen2012-03-221-0/+5
* iptables module: use class model, new class for run-time backupsKaarle Ritvanen2012-03-222-19/+47
* use class model in ipset moduleKaarle Ritvanen2012-03-222-7/+5
* eliminate module-level configuration variablesKaarle Ritvanen2012-03-221-10/+5
* allow passing arguments to init when creating objects with class.newKaarle Ritvanen2012-03-222-7/+4