summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Removed obsolete functions displayinfo and displaymanagement from viewfunctions.Ted Trask2009-07-101-85/+0
* 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 chan...v0.6.1Ted Trask2009-06-302-8/+4
* 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
* Modified copy_file and move_file to overwrite existing file, only fail if exi...Ted Trask2009-05-271-4/+4
* Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua string_to...Ted Trask2009-05-264-70/+77
* 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
* Changed the way startstop works in core to add a list of allowed actions. Mod...ttrask2009-03-173-14/+21
* Reverted 1710 and 1712 mistaken updates to core. Release never used.v0.4.21ttrask2009-02-271-4/+0
* Fixed bug in parse_configfile.ttrask2009-02-261-0/+4
* Fixed bug in fs.find_files_as_array.Ted Trask2009-01-301-3/+4
* More work to remove unnecessary popen calls.Ted Trask2009-01-261-5/+18
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-244-61/+68
* Modifed fs.lua to remove unnecessary calls to io.popen.Ted Trask2009-01-231-19/+8
* use posix.mkdir() to create dirs recursivelyNatanael Copa2009-01-231-4/+7
* use the lua module md5 rather than call external prog md5sumNatanael Copa2009-01-232-13/+3
* Added escapespecialcharacters to format.lua to escape shell special character...release-0.4.19Ted Trask2009-01-217-21/+37
* Tested by removing expected packages, files, and directories. Fixed resultin...Ted Trask2009-01-161-1/+1
* Modified modelfunction write_file_with_audit to create directory if missing.Ted Trask2009-01-161-0/+1
* Modified html.lua and viewlibrary.lua and all html files to html_escape varia...Ted Trask2009-01-152-31/+34
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-135-22/+50
* Modified several pages to replace contenteditable with readonly. Added reado...Ted Trask2009-01-121-2/+2
* Further modifications to session.lua to prevent writing session if session da...Ted Trask2008-12-311-21/+31
* Workaround in session.lua for simultaneous access with same session id result...Ted Trask2008-12-311-6/+24
* Modified format string_to_table so didn't crash when passed nil.release-0.4.17Ted Trask2008-12-271-16/+18
* Modified format.lib to pass in comment characters to parse_lines, parse_lines...release-0.4.14Ted Trask2008-11-251-22/+24
* Modified processinfo to fix problem with detecting pid file. It now also che...release-0.4.13Ted Trask2008-11-201-1/+13
* added a missing require("fs") to processinfoNatanael Copa2008-11-201-0/+1
* Modified mvc to create a stack of self pointers as controllers are created. ...release-0.4.12Ted Trask2008-11-171-44/+61
* Fixed bug in authenticator-plaintext that erased user data from other fields ...Ted Trask2008-11-111-2/+8
* Cleaned up package path code in roles.Ted Trask2008-11-111-3/+3
* roles in permissions needed to look for _ in controllers as wellNathan Angelacos2008-11-111-1/+1
* Allow controllers to have digits in their namesNathan Angelacos2008-11-111-6/+6
* Modified processinfo to make pidof check for a .pid file in /var/run.Ted Trask2008-11-101-1/+12
* Modified format to add escapemagiccharacter functions to escape Lua magic cha...Ted Trask2008-11-101-0/+4
* Modified roles to allow '_' in controller names.Ted Trask2008-11-101-6/+6
* per-controller auditing now allowed via acf-hooks.luaNathan Angelacos2008-11-091-7/+27
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-242-34/+37
* Fixed minor bug with displayformitem in viewfunctions.Ted Trask2008-10-231-4/+6
* Modified viewfunctions displaycommandresults to not delete the error results ...Ted Trask2008-10-221-5/+10
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-222-12/+38
* Added rc controller to alpine-baselayout and rc functionality to processinfo ...Ted Trask2008-10-112-10/+87
* Modified modelfunctions library to include validation in get/setfiledetails. ...Ted Trask2008-10-071-15/+48
* Modified modelfunctions to allow for different init.d and process names.Ted Trask2008-10-031-4/+4
* Modified format library. parse_configfile2, update_configfile2, get_section,...Ted Trask2008-10-031-38/+26
* Modified authenticator to make sub-authenticator visible rather that redefini...Ted Trask2008-09-302-115/+17