summaryrefslogtreecommitdiffstats
path: root/awall/model.lua
Commit message (Expand)AuthorAgeFilesLines
* rewrote code combining zone and address option fragmentsHEADmasterKaarle Ritvanen2013-02-081-15/+19
* included GPL2 license textKaarle Ritvanen2013-01-311-1/+1
* support for all NFLOG and ULOG optionsv0.2.15Kaarle Ritvanen2013-01-301-1/+1
* improved error handlingKaarle Ritvanen2013-01-301-1/+4
* allow manipulation of option fragments in the middle of Rule.trulesKaarle Ritvanen2013-01-241-2/+8
* class loading function in main moduleKaarle Ritvanen2013-01-241-1/+1
* explicit processing order directives for modulesKaarle Ritvanen2013-01-241-2/+1
* properly support ipset types other than hashesv0.2.13Kaarle Ritvanen2013-01-181-3/+27
* enforce common base class for all objectsKaarle Ritvanen2012-10-031-1/+1
* zone-specific route-back attributev0.2.11Kaarle Ritvanen2012-10-031-1/+1
* support for port ranges in service definitionsv0.2.8Kaarle Ritvanen2012-09-031-1/+3
* support bypassing connection tracking per filter ruleKaarle Ritvanen2012-09-031-10/+21
* method for printing config object-related warningsKaarle Ritvanen2012-08-281-0/+4
* substitute table.concat for util.joinKaarle Ritvanen2012-08-241-8/+8
* generic function for joining tables to a stringKaarle Ritvanen2012-08-241-11/+8
* remove rule type-specific handling of zones and chainsKaarle Ritvanen2012-08-161-30/+54
* do not create helper chains for unused actionsKaarle Ritvanen2012-08-161-8/+4
* make module attributes optionalKaarle Ritvanen2012-08-161-1/+1
* preserve nil values for in and out zone attributesKaarle Ritvanen2012-07-201-5/+7
* lowercase names for all awall-internal chainsKaarle Ritvanen2012-07-201-1/+4
* dynamically discover classes in ConfigObject.createKaarle Ritvanen2012-07-201-0/+7
* streamlined sanity checking for allowed input/output interface optionsKaarle Ritvanen2012-07-201-12/+12
* consistent chain names in level 5 dumpKaarle Ritvanen2012-07-191-5/+13
* show generated rules per configuration object in level 4 dumpv0.2.1Kaarle Ritvanen2012-07-131-0/+10
* Config.input renamed to Config.objectsKaarle Ritvanen2012-07-131-1/+1
* base class for rules applicable to forwarded packets onlyKaarle Ritvanen2012-07-131-0/+22
* generate intra-zone rules when routing is requiredKaarle Ritvanen2012-07-131-9/+12
* util.filter method for filtering listsKaarle Ritvanen2012-07-131-7/+5
* prepend object identifier and file name to error messagesKaarle Ritvanen2012-07-121-15/+22
* support for empty zonesKaarle Ritvanen2012-06-261-9/+11
* filter out ICMPv4/6 rules per protocol family even when message type not definedv0.1.3Kaarle Ritvanen2012-06-211-11/+11
* dnat option for filter rulesKaarle Ritvanen2012-04-121-1/+7
* module metadata processing moved to awall.loadmodulesKaarle Ritvanen2012-04-121-2/+1
* subfunctions prefixed with 'local'Kaarle Ritvanen2012-04-121-7/+7
* allow passing arguments to init when creating objects with class.newKaarle Ritvanen2012-03-221-2/+2
* class model generalized and moved to a self-contained moduleKaarle Ritvanen2012-03-221-27/+13
* global variables eliminatedKaarle Ritvanen2012-03-221-11/+13
* dumping and testing functions separatedKaarle Ritvanen2012-03-161-0/+4
* changed protocol strings to inet and inet6Kaarle Ritvanen2012-03-161-3/+3
* explicit declaration of ipsets (with protocol family information)Kaarle Ritvanen2012-03-161-1/+5
* multiple ipsets per ruleKaarle Ritvanen2012-03-161-11/+15
* support for using externally controlled ipsets in rulesKaarle Ritvanen2012-03-161-2/+16
* output verification using ip[6]tables-restoreKaarle Ritvanen2012-02-231-2/+2
* descriptive chain namesKaarle Ritvanen2012-02-161-8/+12
* util.extend helper functionKaarle Ritvanen2012-02-161-9/+3
* initial versionKaarle Ritvanen2012-02-161-0/+346