summaryrefslogtreecommitdiffstats
path: root/awall/iptables.lua
Commit message (Collapse)AuthorAgeFilesLines
* included GPL2 license textKaarle Ritvanen2013-01-311-1/+1
|
* deterministic (alphabetical) ordering for tables and chains in ip[6]tables filesKaarle Ritvanen2013-01-301-6/+10
|
* improved error handlingKaarle Ritvanen2013-01-301-2/+3
| | | | | do not print stack trace in case of user errors, fixes #1453 immediate fallback after failed activation, even with --force, before main process exit, fixes #1584
* enforce common base class for all objectsKaarle Ritvanen2012-10-031-1/+1
|
* remove rule type-specific handling of zones and chainsKaarle Ritvanen2012-08-161-6/+5
|
* dump level 4 prints generated filesKaarle Ritvanen2012-07-131-0/+7
|
* command for flushing ip[6]tables rulesKaarle Ritvanen2012-06-281-12/+16
|
* reset all built-in chains on activation/fallback regardless of translation ↵Kaarle Ritvanen2012-06-261-4/+22
| | | | results
* apply ip[6]tables-restore only if protocol support loaded into kernelKaarle Ritvanen2012-06-261-10/+29
|
* set chain policy to ACCEPT in tables other than filterKaarle Ritvanen2012-06-211-3/+5
|
* module namespace-related style adjustmentsKaarle Ritvanen2012-04-121-2/+2
| | | | | drop awall prefix when accessing submodules from the main module remove module-level function/module shortcuts when used only once
* iptables module: backup and revert functionsKaarle Ritvanen2012-03-261-16/+30
| | | | private class for reading current configuration
* iptables module: use class model, new class for run-time backupsKaarle Ritvanen2012-03-221-18/+46
|
* global variables eliminatedKaarle Ritvanen2012-03-221-11/+16
| | | | | (except for the DNS resolution cache) context, IPTables, and IPSet objects introduced
* dumping and testing functions separatedKaarle Ritvanen2012-03-161-8/+15
| | | | module for ipset tool-related functionality
* changed protocol strings to inet and inet6Kaarle Ritvanen2012-03-161-2/+2
|
* output verification using ip[6]tables-restoreKaarle Ritvanen2012-02-231-16/+33
| | | | | | output saved as rules[6]-save corrected a couple of syntax errors in output disabled the default rule in nat module
* initial versionKaarle Ritvanen2012-02-161-0/+38