summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Auditing functions in placeNathan Angelacos2008-09-292-16/+50
* Removed getopts library and added functionality to format library as opts_to_...Ted Trask2008-09-295-326/+244
* Removed the languages and most error descriptions from validator.lua.Ted Trask2008-09-261-72/+19
* Cleanup of some libs.Ted Trask2008-09-268-40/+25
* Moved procps and daemoncontrol functionality into processinfo.lua and deleted...Ted Trask2008-09-256-110/+103
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-254-18/+1
* Removed unused libraries debugs, web_elements, privsep, ipcalc.Ted Trask2008-09-251-3/+0
* Removed unused libraries debugs, web_elements, privsep, ipcalc.Ted Trask2008-09-254-337/+0
* Removed split and join libraries. Join is handled by table.concat. Split is...Ted Trask2008-09-254-66/+1
* Workaround in fs.lua for exception caused by posix.files when directory doesn...Ted Trask2008-09-241-6/+8
* Added parse_configfile function to format.lua library.Ted Trask2008-09-241-0/+12
* Fixed missing library in modelfunctions.Ted Trask2008-09-221-0/+1
* Modified format library to operate on strings rather than files - makes it mo...Ted Trask2008-09-193-184/+160
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-182-0/+80
* added expand_bash_syntax_vars functionNathan Angelacos2008-09-171-0/+24
* Modified startstop to return string rather than boolean.Ted Trask2008-08-281-1/+1
* Modified validator to not allow '/' characters when checking is_valid_filenam...Ted Trask2008-08-201-1/+1
* Modified roles to use authenticator rather than directly access roles file. ...Ted Trask2008-08-182-36/+49
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-163-14/+58
* Modified roles to list views that don't have actions in the list of available...Ted Trask2008-08-091-1/+10
* Modified getopts to allow writing to blank files and adding in a missing sect...Ted Trask2008-08-041-2/+7
* Modified authenticator to allow reading/writing role-based options. Modified...Ted Trask2008-07-253-5/+64
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-243-98/+128
* Updated validator to make change_setting work.Ted Trask2008-07-231-6/+5
* Split common code out of authenticator-plaintext into authenticator.lua in pr...Ted Trask2008-07-223-300/+321
* Added getsection and setsection functions to getopts library.Ted Trask2008-07-161-0/+82
* Modified apk.lua to maintain a repository, saving time when multiple calls ar...Ted Trask2008-07-141-42/+108
* Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...Ted Trask2008-07-121-16/+45