summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-301-2/+2
|
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-301-0/+0
|
* Added ability to manage roles based on which roles file they're in = more ↵Ted Trask2009-12-281-24/+45
| | | | granularity of roles.
* Fixed template bug, remembered to actually remove the basename/dirname ↵Ted Trask2009-12-281-2/+2
| | | | functions.
* Fix fs.find bug that returned invalid file.Ted Trask2009-12-281-1/+1
|
* Cleaned up fs library use of posix.basename / dirname.Ted Trask2009-12-281-11/+15
|
* Removed redundant/buggy basename and dirname functions. Added ↵Ted Trask2009-12-283-30/+15
| | | | | | | parse_redir_string to www controller. Removed basename and dirname from mvc and fs, use posix functions instead. parse_path_info was buggy and used 2 ways, rewrote and created parse_redir_string for backwards parsing.
* Added code to split menu group is multiple controllers add same tab to same ↵Ted Trask2009-12-241-0/+60
| | | | | | group. This will help for multiple instances of same service.
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-232-6/+11
| | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles.
* Fixed bug in is_valid_filename when restriction has magic characters.Ted Trask2009-12-221-1/+1
|
* Fixed roles bugs - path containing '.' and matching controller names.Ted Trask2009-12-221-12/+16
|
* Fixed bug with roles, added follow symlink flag for fs.find, allowed ↵Ted Trask2009-12-222-11/+25
| | | | | | symlinks in /usr/share/acf/app. Controllers with same name but different prefix were not correct in roles.
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-212-71/+38
| | | | | Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't.
* Made command-line client work.Ted Trask2009-12-181-0/+17
|
* Graphical fix. Changing the amount of <DL> used in forms.Mika Havela2009-10-071-4/+2
| | | | This fix causes all skins behave the same way (showing the info in a unified way)
* Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts ↵v0.8.3Ted Trask2009-09-171-1/+1
| | | | with non-alphanumeric chars. Bumped to 0.8.3
* Yet another bug fix for /lib/processinfo.lua read_initrunlevels to add back ↵Ted Trask2009-09-071-2/+6
| | | | all scripts.
* Another bug fix for /lib/processinfo.lua read_initrunlevels to remove blank.v0.8.1Ted Trask2009-07-201-1/+1
|
* Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0v0.8.0Ted Trask2009-07-162-130/+26
| | | | Bumped version to 0.8.0
* Added pagination functionality to viewfunctions, modified acf_www-controller ↵Ted Trask2009-07-101-0/+77
| | | | 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.
* 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-302-8/+4
| | | | | | change to processinfo. Bumped version to 0.6.1. (reverted part of 9b934599d84f0b3dd32cda657790dc2c34bd95d8)
* Bumped revision to 0.5.0v0.5.0root2009-06-041-0/+2
|
* Changed status to use openrc status, changed startstop to enable all actions ↵root2009-06-043-22/+23
| | | | 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-264-70/+77
| | | | 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
|
* 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
* Changed the way startstop works in core to add a list of allowed actions. ↵ttrask2009-03-173-14/+21
| | | | | | 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-271-4/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1714 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
* 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
* 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
* Added escapespecialcharacters to format.lua to escape shell special ↵release-0.4.19Ted Trask2009-01-217-21/+37
| | | | | | 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
* 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
* 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
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-152-31/+34
| | | | | | 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-121-2/+2
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1676 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
* 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
* 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