summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use posix.mkdir() to create dirs recursivelyNatanael Copa2009-01-231-4/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1693 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fix broken Makefile. release 0.4.20v0.4.20release-0.4.20Natanael Copa2009-01-231-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1691 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use the lua module md5 rather than call external prog md5sumNatanael Copa2009-01-232-13/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1690 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.19Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵release-0.4.19Ted Trask2009-01-218-22/+39
| | | | | | 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/core/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed obsolete files from core.Ted Trask2009-01-205-264/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1686 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-193-8/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-161-1/+1
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed two core bugs from version 1678.Ted Trask2009-01-162-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunction write_file_with_audit to create directory if missing.Ted Trask2009-01-161-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1681 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed broken template from last checkin.Ted Trask2009-01-161-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1679 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-1517-93/+96
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-135-22/+50
| | | | | | 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/core/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-123-4/+4
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Update Makefiles and tag core, alpine-baselayout, and chrony for release.v0.4.18Ted Trask2009-01-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1672 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Upgrade jquery flot to 0.5.release-0.4.18Ted Trask2009-01-051-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1663 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further modifications to session.lua to prevent writing session if session ↵Ted Trask2008-12-311-21/+31
| | | | | | data didn't change. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1657 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Workaround in session.lua for simultaneous access with same session id ↵Ted Trask2008-12-311-6/+24
| | | | | | resulting in clearing the session data. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1656 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Bumped version in Makefile and tagged for release.v0.4.17Ted Trask2008-12-271-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1654 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format string_to_table so didn't crash when passed nil.release-0.4.17Ted Trask2008-12-271-16/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1653 ab2d0c66-481e-0410-8bed-d214d4d58bed
* core: release 0.4.16v0.4.16Natanael Copa2008-12-271-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1645 ab2d0c66-481e-0410-8bed-d214d4d58bed
* allow override default_controller in /etc/acf/acf.confNatanael Copa2008-12-271-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1642 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefile to update version and tag for release.v0.4.15Ted Trask2008-12-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1637 ab2d0c66-481e-0410-8bed-d214d4d58bed
* set passwd file permissions to 600release-0.4.15Natanael Copa2008-12-081-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1625 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.4.14Ted Trask2008-12-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1619 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format.lib to pass in comment characters to parse_lines, ↵release-0.4.14Ted Trask2008-11-251-22/+24
| | | | | | parse_linesandwords, and parse_configfile. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1610 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.4.13Ted Trask2008-11-201-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1606 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified processinfo to fix problem with detecting pid file. It now also ↵release-0.4.13Ted Trask2008-11-201-1/+13
| | | | | | checks for matching proc directory. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1604 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added a missing require("fs") to processinfoNatanael Copa2008-11-201-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1602 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.4.12Ted Trask2008-11-181-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1599 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified mvc to create a stack of self pointers as controllers are created. ↵release-0.4.12Ted Trask2008-11-172-44/+75
| | | | | | Modelfunctions write_file_with_audit uses the stack to find self for auditing. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1595 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug in authenticator-plaintext that erased user data from other fields ↵Ted Trask2008-11-111-2/+8
| | | | | | when saving user data. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1594 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up package path code in roles.Ted Trask2008-11-111-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1593 ab2d0c66-481e-0410-8bed-d214d4d58bed
* roles in permissions needed to look for _ in controllers as wellNathan Angelacos2008-11-111-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1592 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Allow controllers to have digits in their namesNathan Angelacos2008-11-111-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1591 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified processinfo to make pidof check for a .pid file in /var/run.Ted Trask2008-11-101-1/+12
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1588 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format to add escapemagiccharacter functions to escape Lua magic ↵Ted Trask2008-11-101-0/+4
| | | | | | characters in a string. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1587 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles to allow '_' in controller names.Ted Trask2008-11-101-6/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1586 ab2d0c66-481e-0410-8bed-d214d4d58bed
* annotated acf-hooks.luaNathan Angelacos2008-11-091-9/+36
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1583 ab2d0c66-481e-0410-8bed-d214d4d58bed
* per-controller auditing now allowed via acf-hooks.luaNathan Angelacos2008-11-094-10/+59
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1582 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.11release-0.4.11Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-249-46/+111
| | | | | | 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/core/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed minor bug with displayformitem in viewfunctions.Ted Trask2008-10-231-4/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1562 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-222-5/+12
| | | | | | 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/core/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-229-30/+64
| | | | | | 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/core/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.10release-0.4.10Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-114-14/+103
| | | | | | 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/core/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.4.9release-0.4.9Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-15/+48
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions to allow for different init.d and process names.Ted Trask2008-10-031-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1540 ab2d0c66-481e-0410-8bed-d214d4d58bed