summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Removed getopts library and added functionality to format library as ↵Ted Trask2008-09-291-2/+2
| | | | | | opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on various Makefilesv0.3.11Mika Havela2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1523 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.3.10Mika Havela2008-09-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1495 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of shorewall to use new libraries, ... Moved statusbasic to status, ↵Ted Trask2008-09-2214-517/+183
| | | | | | status to details, expert to listfiles. Changed check to not have a page. Used links for status, edit, startstop. Didn't change config, so it still doesn't work. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1480 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Hiding (still not working) config-menu until it's fixed.v0.3.9Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1412 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on MakefilesMika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.8Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2810-152/+152
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.3.7Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1244 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.3.6Mika Havela2008-05-222-21/+21
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.5Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes due to change in ice.cssMika Havela2008-05-212-25/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1136 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-05-1512-199/+184
| | | | | | | Applying the component functionallity to acf-shorewall. Cleaning up and rebuilding the view-files. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1121 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-12/+12
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rebuilding the config-view-file to be more easy to use (and a bit more good ↵Mika Havela2008-05-143-23/+149
| | | | | | looking). git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1117 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-2/+2
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilev0.3.4Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1087 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-16/+14
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fetching path to logfile by reading the configfile instead of hardcode ↵Mika Havela2008-04-172-2/+3
| | | | | | /var/log/messages git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1027 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilev0.3.3Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1018 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing the existens of a old library that's no longer needed.Mika Havela2008-04-151-7/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@989 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed typo and cleaned up the code.Mika Havela2008-04-092-9/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@977 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix.Mika Havela2008-04-093-0/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@972 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-0810-515/+125
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@961 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilev0.3.2Mika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@941 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed functions that had _ in the functionname.Mika Havela2008-04-031-13/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@908 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating Makefile before tagging projectv0.3.1Mika Havela2008-04-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@882 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding information of autostart sequence.Mika Havela2008-03-286-5/+26
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@861 ab2d0c66-481e-0410-8bed-d214d4d58bed
* useless use of cat. http://partmaps.org/era/unix/award.htmlNatanael Copa2008-03-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@838 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefile versionnumberv0.3Mika Havela2008-03-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@825 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the 'Restart' button to a 'Check' button on the config-tab.Mika Havela2008-03-072-27/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@824 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now the config-tab works just find (as I can see).Mika Havela2008-03-065-168/+301
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@823 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today. Editing a record still doesn't work... but we are ↵Mika Havela2008-03-052-65/+112
| | | | | | getting there. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@822 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up the output when user chooses [new]Mika Havela2008-03-051-15/+41
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@821 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added another button (got it working)Mika Havela2008-03-051-8/+125
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@818 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some more functionallity to the config-pageMika Havela2008-03-054-27/+405
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@817 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added the missing (example)-page. Added functionallity so that the page has ↵Mika Havela2008-03-044-214/+204
| | | | | | live data git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@799 ab2d0c66-481e-0410-8bed-d214d4d58bed