aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix ratelimiting to work with bursts properlyTimo Teräs2013-08-021-1/+1
|
* limit packet/connection rate per source IPKaarle Ritvanen2013-08-021-1/+1
|
* awall/json: define service tftpv0.3.1Leonardo Arena2013-03-091-1/+2
|
* secure use of connection tracking helpersv0.3.0Kaarle Ritvanen2013-02-192-24/+106
| | | | | enable connection tracking helpers when required, fixes #1540 service-specific RELATED rules
* create /etc/awall/privatev0.2.17Kaarle Ritvanen2013-02-191-0/+1
|
* allow returning nil from module event functionsv0.2.16Kaarle Ritvanen2013-02-191-2/+4
|
* use the same mark for all transparent proxy rulesKaarle Ritvanen2013-02-193-70/+87
|
* ensure that awall's default policies are processed firstKaarle Ritvanen2013-02-193-11/+26
| | | | (and thus allow overriding them)
* fixed transparent proxy supportKaarle Ritvanen2013-02-082-27/+57
| | | | | use -p option in TPROXY rules constrain TPROXY rules to PREROUTING chain
* detect invalid import referencesKaarle Ritvanen2013-02-081-1/+5
|
* use connection marking with transparent proxiesKaarle Ritvanen2013-02-084-73/+64
|
* rewrote code combining zone and address option fragmentsKaarle Ritvanen2013-02-081-15/+19
| | | | now works also for reversed rules
* overhaul of policy file handlingKaarle Ritvanen2013-02-084-151/+160
| | | | | | 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
* packet logging without filteringKaarle Ritvanen2013-02-082-61/+100
|
* corrected processing order of module contentsKaarle Ritvanen2013-02-081-6/+11
|
* copyright and license notice in help textKaarle Ritvanen2013-02-051-1/+6
|
* included GPL2 license textKaarle Ritvanen2013-01-3121-20/+359
|
* statistical packet loggingKaarle Ritvanen2013-01-301-4/+20
| | | | fixes #1587
* deterministic (alphabetical) ordering for tables and chains in ip[6]tables filesKaarle Ritvanen2013-01-301-6/+10
|
* support for all NFLOG and ULOG optionsv0.2.15Kaarle Ritvanen2013-01-302-4/+27
| | | | fixes #1586
* combine limit and log chains when possibleKaarle Ritvanen2013-01-301-22/+24
|
* simplify limit definitionsKaarle Ritvanen2013-01-301-2/+8
| | | | | interval becomes optional (default: 1) simple limits can be specified as integers (use default interval and log settings)
* handle limit counts greater than max packet count for xt_recentKaarle Ritvanen2013-01-301-8/+33
| | | | fixes #1583
* stop using obsolete NOTRACK targetKaarle Ritvanen2013-01-301-1/+1
|
* improved error handlingKaarle Ritvanen2013-01-305-127/+189
| | | | | 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
* make to-port attribute optional in tproxy rulesKaarle Ritvanen2013-01-241-2/+2
|
* transparent proxy modulev0.2.14Kaarle Ritvanen2013-01-241-0/+41
| | | | fixes #1582
* allow manipulation of option fragments in the middle of Rule.trulesKaarle Ritvanen2013-01-241-2/+8
|
* move mark attribute checking to MarkRule.initKaarle Ritvanen2013-01-241-4/+6
|
* class loading function in main moduleKaarle Ritvanen2013-01-242-9/+8
|
* table update & copy functionsKaarle Ritvanen2013-01-242-12/+15
| | | | clean-up of require statements in filter module
* explicit processing order directives for modulesKaarle Ritvanen2013-01-248-85/+106
|
* dependency resolver functionKaarle Ritvanen2013-01-243-36/+71
|
* add missing local keyword into filter.luaKaarle Ritvanen2013-01-211-2/+2
|
* properly support ipset types other than hashesv0.2.13Kaarle Ritvanen2013-01-183-27/+43
| | | | | move ipset config object handling to model.lua fixes #1535
* filter: fix warning about -m state in newer iptablesNatanael Copa2013-01-011-1/+1
| | | | | | | Fixes this warning when using recent iptables: WARNING: The state match is obsolete. Use conntrack instead. ref #1497
* mention policy file path in error message when reading failsKaarle Ritvanen2012-10-301-1/+1
| | | | fixes #1449
* search for optional policies in /etc/awall/optionalv0.2.12Kaarle Ritvanen2012-10-232-3/+6
|
* remove unnecessary local reference to awall.object moduleKaarle Ritvanen2012-10-031-2/+1
|
* enforce common base class for all objectsKaarle Ritvanen2012-10-037-7/+8
|
* stop using deprecated ip-range attribute internallyKaarle Ritvanen2012-10-031-1/+1
|
* zone-specific route-back attributev0.2.11Kaarle Ritvanen2012-10-031-1/+1
|
* rename address and port attributes in NAT rulesKaarle Ritvanen2012-09-131-5/+17
|
* make port-range work in NAT rules when ip-range not definedv0.2.10Kaarle Ritvanen2012-09-131-3/+6
|
* set prefix in log settingsv0.2.9Kaarle Ritvanen2012-09-121-1/+5
|
* support for port ranges in service definitionsv0.2.8Kaarle Ritvanen2012-09-031-1/+3
|
* support bypassing connection tracking per filter ruleKaarle Ritvanen2012-09-032-11/+32
| | | | rules for reverse direction created automatically
* allow routing-related ICMP messages by defaultKaarle Ritvanen2012-09-031-7/+24
|
* load modules in alphabetical orderKaarle Ritvanen2012-09-031-3/+7
|
* generalize awall.optfrag.combinations to accept variable number of argumentsKaarle Ritvanen2012-09-032-9/+11
|