summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-24/+28
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Fix logfile to pass filename to alpine-baselayout/logfiles/viewTed Trask2013-10-171-1/+1
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-092-2/+2
|
* Bump version to 0.9.0v0.9.0Ted Trask2013-01-021-1/+1
|
* Replace io.popen with modelfunctions.run_executableTed Trask2013-01-021-4/+2
|
* Bumped version to 0.8.1v0.8.1Ted Trask2012-10-281-1/+1
|
* Changed menu from Firewall to ShorewallTed Trask2012-10-261-4/+4
|
* Added require statement for html libraryTed Trask2012-10-023-0/+3
|
* Bumped version to 0.8.0v0.8.0Ted Trask2012-08-151-1/+1
|
* Removed check function as it is now handled in startstopTed Trask2012-08-154-20/+2
|
* Shorewall package now renamed to shorewall-shellTed Trask2012-05-021-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-187-32/+12
| | | | | | 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
* Deleted obsolete fileTed Trask2011-03-301-37/+0
|
* Removed unnecessary commandresultsTed Trask2011-03-301-1/+1
|
* Bumped version to 0.7.0v0.7.0Ted Trask2011-03-301-1/+1
|
* Change for acf-core-0.13.0Ted Trask2011-03-301-4/+0
|
* Bumped version to 0.6.2v0.6.2Ted Trask2010-03-041-1/+1
|
* Rollback additions to startstop, removing clear, reset, refresh, and check.Ted Trask2010-03-041-1/+1
| | | | Check already exists, clear is dangerous, and reset and refresh are mostly useless.
* Bumped version to 0.6.1v0.6.1Ted Trask2010-02-251-1/+1
|
* Added clear, reset, refresh, and check to startstop.Ted Trask2010-02-251-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-161-20/+20
|
* Bumped version to 0.6.0v0.6.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-20/+20
|
* Bumped version to 0.5.2v0.5.2Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-314-24/+0
|
* Bumped to 0.5.1v0.5.1Ted Trask2009-10-091-1/+1
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-072-2/+3
|
* Removed unused file shorewall-html.lsp.Ted Trask2009-07-101-47/+0
|
* Bumped revision to 0.5.0v0.5.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-042-9/+2
|
* Tagged updated packages for release.v0.4.5ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-3/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.4Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-191-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-5/+7
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-6/+6
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-3/+3
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefile to update version and tag for release.v0.4.3Ted Trask2008-12-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1637 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified shorewall to show error output when running check.Ted Trask2008-12-081-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1626 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.2Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+4
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+1
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-222-3/+3
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.1Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Shorewall redirect to listfiles after edit.Ted Trask2008-10-131-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1554 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-111-1/+3
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.4.0Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-15/+8
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library. parse_configfile2, update_configfile2, ↵Ted Trask2008-10-031-1/+1
| | | | | | get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed