summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified modelfunctios to add setfiledetails and add validation to getfilede...Ted Trask2008-07-111-2/+23
* Added finishingorder to displayform in viewfunctions to specify fields that g...Ted Trask2008-07-102-2/+24
* Added errtxt to viewfunctions command result and added some validation code t...Ted Trask2008-07-072-1/+27
* use apk_add rather than apk_get installNatanael Copa2008-07-071-1/+1
* Added apk library.Ted Trask2008-07-042-0/+72
* Added generic form lsp file. A few updates to library functions and lsp files.Ted Trask2008-07-041-1/+1
* Fixed expert page to work when prefix or controller has magic characters. Ad...Ted Trask2008-07-042-9/+8
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-022-1/+21
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-024-1/+131
* Added javascript to interfaces update/create pages. Minor changes to tinydns...Ted Trask2008-06-301-5/+5
* Rewrite of DNScache.Ted Trask2008-06-262-0/+34
* Rewrite of tinydns to simplify code and use new cfe model.Ted Trask2008-06-182-5/+5
* Updated lbu to use new cfe model and componentsTed Trask2008-06-052-2/+8
* create a proper <label></label> if controls have an id definedNatanael Copa2008-06-041-1/+5
* added ipcalc libNatanael Copa2008-05-281-0/+55
* Fixed bug in roles managementTed Trask2008-05-231-1/+1
* Mod openssl to restrict users to only see and delete their own requests.Ted Trask2008-05-231-1/+1
* Continuing to work on openssl. Not done yet.Ted Trask2008-05-201-5/+20
* Added class=error to the DD part in the viewfunction.Mika Havela2008-05-201-1/+6
* Updating library to show program versionMika Havela2008-05-171-1/+1
* Added validation to syslog expert page.Ted Trask2008-05-151-2/+8
* For cfe.type='form', use cfe.option as the command to save the form data i.e....Ted Trask2008-05-151-3/+3
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-132-6/+28
* Rewrote getopts.setoptsinfile function and fixed bugs in getopts.getoptsfromfileTed Trask2008-05-081-41/+126
* Rewrote getopts.getoptsfromfile function to handle more complicated config fi...Ted Trask2008-05-071-68/+66