aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)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
* 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
* fixed transparent proxy supportKaarle Ritvanen2013-02-082-27/+57
* 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
* overhaul of policy file handlingKaarle Ritvanen2013-02-084-151/+160
* 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
* 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
* combine limit and log chains when possibleKaarle Ritvanen2013-01-301-22/+24
* simplify limit definitionsKaarle Ritvanen2013-01-301-2/+8
* handle limit counts greater than max packet count for xt_recentKaarle Ritvanen2013-01-301-8/+33
* stop using obsolete NOTRACK targetKaarle Ritvanen2013-01-301-1/+1
* improved error handlingKaarle Ritvanen2013-01-305-127/+189
* make to-port attribute optional in tproxy rulesKaarle Ritvanen2013-01-241-2/+2
* transparent proxy modulev0.2.14Kaarle Ritvanen2013-01-241-0/+41
* 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
* 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
* filter: fix warning about -m state in newer iptablesNatanael Copa2013-01-011-1/+1
* mention policy file path in error message when reading failsKaarle Ritvanen2012-10-301-1/+1
* 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
* 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