summaryrefslogtreecommitdiffstats
path: root/lib/modelfunctions.lua
Commit message (Expand)AuthorAgeFilesLines
* Require modelfunctions setfiledetails and write_file_with_audit to take self ...Ted Trask2012-04-241-17/+2
* Made modelfunctions capitalize the startstop options, and now no need for a c...Ted Trask2012-02-231-0/+4
* Changed startstop to be a standard form by creating two model functions and d...Ted Trask2012-02-221-13/+20
* Modified require statements for acf.xTed Trask2012-01-211-3/+3
* Update modelfunctions and viewfunctions to allow specifying option value and ...Ted Trask2010-10-281-2/+8
* Fix modelfunctions.write_file_with_audit to keep file permissions and ownership.Ted Trask2010-02-231-0/+1
* Changed status to use openrc status, changed startstop to enable all actions ...root2009-06-041-8/+19
* Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua string_to...Ted Trask2009-05-261-3/+3
* Changed os.rename to fs.move_file.Ted Trask2009-05-151-2/+1
* Changed the way startstop works in core to add a list of allowed actions. Mod...ttrask2009-03-171-4/+9
* Modified modelfunction write_file_with_audit to create directory if missing.Ted Trask2009-01-161-0/+1
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-131-1/+1
* Modified mvc to create a stack of self pointers as controllers are created. ...release-0.4.12Ted Trask2008-11-171-44/+61
* per-controller auditing now allowed via acf-hooks.luaNathan Angelacos2008-11-091-7/+27
* Added rc controller to alpine-baselayout and rc functionality to processinfo ...Ted Trask2008-10-111-7/+9
* 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
* Auditing functions in placeNathan Angelacos2008-09-291-0/+34
* Cleanup of some libs.Ted Trask2008-09-261-1/+1
* Moved procps and daemoncontrol functionality into processinfo.lua and deleted...Ted Trask2008-09-251-4/+2
* Fixed missing library in modelfunctions.Ted Trask2008-09-221-0/+1
* Modified startstop to return string rather than boolean.Ted Trask2008-08-281-1/+1
* Modified modelfunctios to add setfiledetails and add validation to getfilede...Ted Trask2008-07-111-2/+23
* Added errtxt to viewfunctions command result and added some validation code t...Ted Trask2008-07-071-0/+24
* Fixed expert page to work when prefix or controller has magic characters. Ad...Ted Trask2008-07-041-8/+7
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-021-0/+62