summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-104-7/+7
|
* Bump version to 0.7.1v0.7.1Ted Trask2015-06-221-1/+1
|
* Fix for Lua 5.2 where 'goto' is now a reserved keywordTed Trask2015-06-222-5/+5
|
* Bump version to 0.7.0v0.7.0Ted Trask2014-04-261-1/+1
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-103-18/+22
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-033-39/+34
| | | | and use lowercase tags
* Bump version to 0.6.0v0.6.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-202-33/+37
| | | | | 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-093-3/+3
|
* Bump version to 0.5.0v0.5.0Ted Trask2013-01-061-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
|
* Bumped version to 0.4.1v0.4.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-283-20/+7
|
* Added require statement for html libraryTed Trask2012-10-024-0/+4
|
* Bumped version to 0.4.0v0.4.0Ted Trask2012-07-301-1/+1
|
* Removed redirect_to_referrer, fixed startstop by moving iptables-html.lsp ↵Ted Trask2012-07-305-36/+39
| | | | 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-187-79/+49
| | | | | | 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
* Bumped version to 0.3.3v0.3.3Ted Trask2012-04-101-1/+1
|
* 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
* Bumped version to 0.3.2v0.3.2Ted Trask2012-01-241-1/+1
|
* 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
|
* Bumped version to 0.3.1v0.3.1Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-161-7/+7
|
* Bumped version to 0.3.0v0.3.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-7/+7
|
* UI fix, bumped to 0.2.1v0.2.1Ted Trask2009-12-102-10/+3
|
* Bumped revision to 0.2.0v0.2.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-042-2/+2
|
* Tagged packages for release.v0.1.0Ted Trask2009-03-231-1/+1
|
* Changed the way startstop works in core to add a list of allowed actions. ↵Ted Trask2009-03-232-25/+10
| | | | Modified all ACFs that don't use the standard functions to work with new library method.
* Modified Makefiles and tagged for release with lots of security fixes.v0.0.2Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/iptables/tags/release-0.0.2@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 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
* Proposed changes to menu.Ted Trask2009-01-191-5/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1684 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
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-155-23/+23
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-122-5/+5
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added tcp and udp port support to iptables.v0.0.1Ted Trask2008-11-202-0/+42
| | | | 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-182-6/+89
| | | | 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-074-16/+223
| | | | | | 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-0316-0/+532
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