summaryrefslogtreecommitdiffstats
path: root/iptables-model.lua
Commit message (Collapse)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
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* 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
| | | | Don't know why, but from the very beginning changes to chains were saved, but not changes to rules
* 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 ↵Ted Trask2012-07-301-32/+33
| | | | file, fixed status to use modelfunctions library
* 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
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Fixed ! handling for several rule options, fixed reading of icmptype, fixed ↵Ted Trask2012-04-061-20/+25
| | | | | | comments broken by escapes Thanks to Der Tiger <der.tiger.alpine@arcor.de> for reporting
* 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. ↵Ted Trask2009-03-231-15/+1
| | | | Modified all ACFs that don't use the standard functions to work with new library method.
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-13/+13
| | | | | | characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-0/+1
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added tcp and udp port support to iptables.v0.0.1Ted Trask2008-11-201-0/+38
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1603 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added more parameters to iptables rules.Ted Trask2008-11-181-6/+81
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1597 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Implemented iptables edit/create/delete rule. Doesn't support all ↵Ted Trask2008-11-071-7/+199
| | | | | | parameters yet. Modified list rules to include more info. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1581 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Created iptables ACF to directly view / edit rules. Status, view, and ↵Ted Trask2008-11-031-0/+268
expert work. Form to edit / create rules not functional yet. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1575 ab2d0c66-481e-0410-8bed-d214d4d58bed