summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added pagination functionality to viewfunctions, modified acf_www-controller ↵Ted Trask2009-07-102-2/+80
| | | | to pass clientinfo to view.
* Removed obsolete functions displayinfo and displaymanagement from viewfunctions.Ted Trask2009-07-101-85/+0
| | | | Functions only used in acf-gnats, which is also obsolete.
* Updated to version 0.7.0v0.7.0Ted Trask2009-07-021-1/+1
|
* Added format.get_ini_entry to evaluate ini file entry value.Ted Trask2009-07-021-0/+27
|
* Removed uncessary (since openrc) sleep that was slowing down many pages.Ted Trask2009-07-021-1/+0
|
* Revert mistaken bug fix to format.string_to_table and made corresponding ↵v0.6.1Ted Trask2009-06-303-9/+5
| | | | | | change to processinfo. Bumped version to 0.6.1. (reverted part of 9b934599d84f0b3dd32cda657790dc2c34bd95d8)
* Bumped revision to 0.6.0v0.6.0Ted Trask2009-06-111-1/+1
|
* Modified logonredirect to discard get/post data when don't follow login ↵Ted Trask2009-06-102-1/+9
| | | | redirect.
* Made session timeout nicer.Ted Trask2009-06-102-1/+15
| | | | Extended logon redirect due to session timeout to save get / post data and referrer info.
* Bumped revision to 0.5.0v0.5.0root2009-06-042-1/+3
|
* Changed status to use openrc status, changed startstop to enable all actions ↵root2009-06-044-33/+26
| | | | regardless of status.
* Modified copy_file and move_file to overwrite existing file, only fail if ↵Ted Trask2009-05-271-4/+4
| | | | existing directory.
* Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵Ted Trask2009-05-265-71/+78
| | | | string_to_table.
* Changed os.rename to fs.move_file.Ted Trask2009-05-151-2/+1
|
* Added fs.move_file function because os.rename only works on same device.Ted Trask2009-05-151-0/+22
|
* Modified redirect to referrer to ignore if REFERRER is empty.Ted Trask2009-03-281-3/+5
|
* Removed built-in users alpine and foo from core, and instead redirect to ↵ttrask2009-03-206-5/+26
| | | | | | create new user when none exist. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1738 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tagged packages for release.v0.4.22ttrask2009-03-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1737 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Set permissions 600 on passwd and roles file if creating them.ttrask2009-03-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1734 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Increase the maximum input size from 32k to 256k for default squid config file.ttrask2009-03-191-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1733 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way startstop works in core to add a list of allowed actions. ↵ttrask2009-03-174-25/+39
| | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Reverted 1710 and 1712 mistaken updates to core. Release never used.v0.4.21ttrask2009-02-272-5/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1714 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tagged core for release.ttrask2009-02-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1712 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug in parse_configfile.ttrask2009-02-261-0/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1710 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tagged updated packages for release.ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed bug in fs.find_files_as_array.Ted Trask2009-01-301-3/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1698 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-5/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-244-61/+68
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifed fs.lua to remove unnecessary calls to io.popen.Ted Trask2009-01-231-19/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1694 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 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