summaryrefslogtreecommitdiffstats
path: root/iptables-model.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-3/+3
* Fix for Lua 5.2 where 'goto' is now a reserved keywordTed Trask2015-06-221-4/+4
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-18/+20
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
* Removed unneeded call to escapespecialcharactersTed Trask2013-01-061-1/+1
* Save to file after changing any rulesTed Trask2013-01-061-0/+3
* Fix rule specification now that we're using run_executableTed Trask2013-01-061-10/+18
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-011-52/+17
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-281-3/+7
* Removed redirect_to_referrer, fixed startstop by moving iptables-html.lsp fil...Ted Trask2012-07-301-32/+33
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-8/+8
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-5/+9
* Fixed ! handling for several rule options, fixed reading of icmptype, fixed c...Ted Trask2012-04-061-20/+25
* Fixed bug in parsing tcp linesTed Trask2012-01-241-1/+1
* Read the rulesfile location from the conf.d fileTed Trask2012-01-241-1/+3
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
* Changed the way startstop works in core to add a list of allowed actions. Mod...Ted Trask2009-03-231-15/+1
* Added escapespecialcharacters to format.lua to escape shell special character...Ted Trask2009-01-211-13/+13
* Tested by removing expected packages, files, and directories. Fixed resultin...Ted Trask2009-01-161-0/+1
* Added tcp and udp port support to iptables.v0.0.1Ted Trask2008-11-201-0/+38
* Added more parameters to iptables rules.Ted Trask2008-11-181-6/+81
* Implemented iptables edit/create/delete rule. Doesn't support all parameters...Ted Trask2008-11-071-7/+199
* Created iptables ACF to directly view / edit rules. Status, view, and expert...Ted Trask2008-11-031-0/+268