summaryrefslogtreecommitdiffstats
path: root/iptables-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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