aboutsummaryrefslogtreecommitdiffstats
path: root/awall-cli
Commit message (Collapse)AuthorAgeFilesLines
* overhaul of policy file handlingKaarle Ritvanen2013-02-081-25/+57
| | | | | | private policies which can be imported but not directly enabled show more information about policies with awall list -a, fixes #1467 override policy file paths using AWALL_PATH_* environment variables
* copyright and license notice in help textKaarle Ritvanen2013-02-051-1/+6
|
* included GPL2 license textKaarle Ritvanen2013-01-311-1/+1
|
* improved error handlingKaarle Ritvanen2013-01-301-109/+145
| | | | | 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
* generate separate file for each ipsetv0.2.6Kaarle Ritvanen2012-08-241-4/+2
| | | | do not overwrite existing ipset files
* show generated rules per configuration object in level 4 dumpv0.2.1Kaarle Ritvanen2012-07-131-24/+31
| | | | ordered rules shown at level 5
* dump level 4 prints generated filesKaarle Ritvanen2012-07-131-3/+7
|
* force option for activation commandKaarle Ritvanen2012-06-281-25/+33
| | | | disables fallback functionality
* command for flushing ip[6]tables rulesKaarle Ritvanen2012-06-281-1/+9
|
* 4 verbosity levels for dump commandv0.1.5Kaarle Ritvanen2012-06-281-13/+35
|
* use shorthand for awall.util in awall-cliKaarle Ritvanen2012-06-281-5/+6
|
* show source policy for each item in dump outputKaarle Ritvanen2012-06-281-1/+1
|
* show original variable definitions in dump outputKaarle Ritvanen2012-06-281-13/+15
| | | | | PolicyConfig.variables removed PolicyConfig.eval merged to PolicyConfig.expand
* pretty output from awall listKaarle Ritvanen2012-06-261-3/+1
|
* command for dumping variable and zone definitionsKaarle Ritvanen2012-06-261-1/+26
|
* new class for configuration loaded from policy files but not yet translated ↵Kaarle Ritvanen2012-06-261-1/+3
| | | | to iptables rules
* adjust command line help textKaarle Ritvanen2012-05-031-4/+4
|
* policy file description attributev0.1.1Kaarle Ritvanen2012-05-011-1/+3
|
* command line syntax helpKaarle Ritvanen2012-05-011-5/+40
|
* improved command line syntaxKaarle Ritvanen2012-05-011-32/+47
|
* interrupted read triggers fallbackKaarle Ritvanen2012-04-191-1/+1
|
* Config object initialization from PolicySetKaarle Ritvanen2012-04-191-9/+7
|
* corrected scope errorsKaarle Ritvanen2012-04-191-1/+1
|
* enable, disable, and list optional policy filesKaarle Ritvanen2012-04-121-8/+34
|
* optional, importable configuration filesKaarle Ritvanen2012-04-091-2/+5
|
* safe activation mode (with automatic fallback)Kaarle Ritvanen2012-03-261-5/+61
|
* make verification using ip[6]tables-restore optionalKaarle Ritvanen2012-03-221-3/+5
| | | | verification requires root privileges
* control input and output directories from command lineKaarle Ritvanen2012-03-221-7/+21
|
* eliminate module-level configuration variablesKaarle Ritvanen2012-03-221-8/+2
|
* class model utilized in init.luaKaarle Ritvanen2012-03-221-2/+3
| | | | context objects converted to explicit Config objects
* dumping and testing functions separatedKaarle Ritvanen2012-03-161-1/+2
| | | | module for ipset tool-related functionality
* test mode moved to awall-cli from init.luaKaarle Ritvanen2012-03-161-0/+16
|
* initial versionKaarle Ritvanen2012-02-161-0/+12