Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | overhaul of policy file handling | Kaarle Ritvanen | 2013-02-08 | 1 | -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 text | Kaarle Ritvanen | 2013-02-05 | 1 | -1/+6 |
| | |||||
* | included GPL2 license text | Kaarle Ritvanen | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | improved error handling | Kaarle Ritvanen | 2013-01-30 | 1 | -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.6 | Kaarle Ritvanen | 2012-08-24 | 1 | -4/+2 |
| | | | | do not overwrite existing ipset files | ||||
* | show generated rules per configuration object in level 4 dumpv0.2.1 | Kaarle Ritvanen | 2012-07-13 | 1 | -24/+31 |
| | | | | ordered rules shown at level 5 | ||||
* | dump level 4 prints generated files | Kaarle Ritvanen | 2012-07-13 | 1 | -3/+7 |
| | |||||
* | force option for activation command | Kaarle Ritvanen | 2012-06-28 | 1 | -25/+33 |
| | | | | disables fallback functionality | ||||
* | command for flushing ip[6]tables rules | Kaarle Ritvanen | 2012-06-28 | 1 | -1/+9 |
| | |||||
* | 4 verbosity levels for dump commandv0.1.5 | Kaarle Ritvanen | 2012-06-28 | 1 | -13/+35 |
| | |||||
* | use shorthand for awall.util in awall-cli | Kaarle Ritvanen | 2012-06-28 | 1 | -5/+6 |
| | |||||
* | show source policy for each item in dump output | Kaarle Ritvanen | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | show original variable definitions in dump output | Kaarle Ritvanen | 2012-06-28 | 1 | -13/+15 |
| | | | | | PolicyConfig.variables removed PolicyConfig.eval merged to PolicyConfig.expand | ||||
* | pretty output from awall list | Kaarle Ritvanen | 2012-06-26 | 1 | -3/+1 |
| | |||||
* | command for dumping variable and zone definitions | Kaarle Ritvanen | 2012-06-26 | 1 | -1/+26 |
| | |||||
* | new class for configuration loaded from policy files but not yet translated ↵ | Kaarle Ritvanen | 2012-06-26 | 1 | -1/+3 |
| | | | | to iptables rules | ||||
* | adjust command line help text | Kaarle Ritvanen | 2012-05-03 | 1 | -4/+4 |
| | |||||
* | policy file description attributev0.1.1 | Kaarle Ritvanen | 2012-05-01 | 1 | -1/+3 |
| | |||||
* | command line syntax help | Kaarle Ritvanen | 2012-05-01 | 1 | -5/+40 |
| | |||||
* | improved command line syntax | Kaarle Ritvanen | 2012-05-01 | 1 | -32/+47 |
| | |||||
* | interrupted read triggers fallback | Kaarle Ritvanen | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Config object initialization from PolicySet | Kaarle Ritvanen | 2012-04-19 | 1 | -9/+7 |
| | |||||
* | corrected scope errors | Kaarle Ritvanen | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | enable, disable, and list optional policy files | Kaarle Ritvanen | 2012-04-12 | 1 | -8/+34 |
| | |||||
* | optional, importable configuration files | Kaarle Ritvanen | 2012-04-09 | 1 | -2/+5 |
| | |||||
* | safe activation mode (with automatic fallback) | Kaarle Ritvanen | 2012-03-26 | 1 | -5/+61 |
| | |||||
* | make verification using ip[6]tables-restore optional | Kaarle Ritvanen | 2012-03-22 | 1 | -3/+5 |
| | | | | verification requires root privileges | ||||
* | control input and output directories from command line | Kaarle Ritvanen | 2012-03-22 | 1 | -7/+21 |
| | |||||
* | eliminate module-level configuration variables | Kaarle Ritvanen | 2012-03-22 | 1 | -8/+2 |
| | |||||
* | class model utilized in init.lua | Kaarle Ritvanen | 2012-03-22 | 1 | -2/+3 |
| | | | | context objects converted to explicit Config objects | ||||
* | dumping and testing functions separated | Kaarle Ritvanen | 2012-03-16 | 1 | -1/+2 |
| | | | | module for ipset tool-related functionality | ||||
* | test mode moved to awall-cli from init.lua | Kaarle Ritvanen | 2012-03-16 | 1 | -0/+16 |
| | |||||
* | initial version | Kaarle Ritvanen | 2012-02-16 | 1 | -0/+12 |