summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* If no details for the file exists, then things got broken. This is now fixed.Mika Havela2008-05-061-12/+14
* Finished user and role managementTed Trask2008-05-052-3/+8
* Updated rolesTed Trask2008-05-023-18/+119
* Modified roles, logon, and authenticatorTed Trask2008-05-012-76/+94
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-303-63/+216
* Ted's Logon/permissions changesTed Trask2008-04-213-229/+189
* Another trivial commitTed Trask2008-04-181-1/+1
* a minor changeTed Trask2008-04-181-1/+1
* Added some tabs to the roles file.Mika Havela2008-04-161-0/+1
* Adding the functionallity to be able to select multiple objects.Mika Havela2008-04-161-1/+1
* Missed to add the libraries to the MakefileMika Havela2008-04-161-0/+2
* A small modification (changed a variable name that collided with the libraryn...Mika Havela2008-04-151-6/+6
* Added 2 libraries.Mika Havela2008-04-082-0/+106
* removed debug textNatanael Copa2008-03-271-1/+0
* If the sessionid was used after the expire time the browser would give a funn...Mike Mason2008-03-071-2/+2
* Fixed a bug when a process dies and pidof reads process status on the recentl...Mika Havela2008-03-031-4/+6
* Reverting the function that taggs a <input> with a class=... information.Mika Havela2008-02-271-1/+1
* Removed some old (unused) codeMika Havela2008-02-261-3/+0
* Added/modified functionallity to edit/delete/add users and their settings.Mika Havela2008-02-201-10/+97
* Removed trailing newline. The files gets really ugly with leading \n.Mika Havela2008-02-201-1/+1
* Adding functionallity to edit/modify existing accounts. (Work in progress)Mika Havela2008-02-191-0/+82
* Restoring lib/html.lua to the original state (I learned howto fix this in css...Mika Havela2008-02-191-1/+1
* Getting menu and permission to start working together. Just test code most co...Mike Mason2008-02-141-1/+2
* Added modified functionallity.Mika Havela2008-02-141-0/+24
* Changed Makefiles.Mika Havela2008-02-131-0/+1
* Menus are now written into sessiondata.Mika Havela2008-02-111-1/+1
* Cleaning up the session management and expiration items. Will be more bug fix...Mike Mason2008-02-071-6/+14
* Changed the way the submenu-tabs is displayed. Now tabs are defined in the .m...Mika Havela2008-02-061-0/+15
* Added the full roles to the sessiondata.Mike Mason2008-02-053-1/+34
* added a print_r() implementationNatanael Copa2008-02-051-0/+12
* Adding the beingings of the authorization items. Also adding some of the upda...Mike Mason2008-02-044-5/+75
* Changed the errortext to reduce information to the user.Mika Havela2008-02-011-4/+2
* Chaning the way this lib reports back statusMika Havela2008-02-011-2/+2
* Chaning the way this lib reports back statusMika Havela2008-02-011-3/+2
* Chaning the way this lib reports back statusMika Havela2008-02-011-2/+2
* Changed the way the lib reports back statusMika Havela2008-01-311-2/+2
* Chaing how the daemoncontrol reports back statusMika Havela2008-01-311-9/+6
* Added function is_valid_filename() which for the moment just checks for valid...Mika Havela2008-01-311-4/+20
* Updated the code to use md5sums in the acf passwd file. Made the md5sum_strin...Mike Mason2008-01-302-1/+12
* Updated changes hopefully meeting most of the security checks/validation item...Mike Mason2008-01-292-35/+48
* Added functionallity to modify options in a fileMika Havela2008-01-291-4/+33
* Fixed a bug in getopts. Getopts have ben broken for some time... dont know fo...Mika Havela2008-01-281-6/+12
* Changes effect only the log in|out functions. Will work now. Next working on ...Mike Mason2008-01-261-9/+50
* Change order of arguments inf table_to_string and string_to_tableNathan Angelacos2008-01-251-4/+4
* Check if file exists or return nilMika Havela2008-01-251-0/+2
* Fixed a bug when looking for where next parameter startsMika Havela2008-01-241-1/+1
* Minor changes on tablesMika Havela2008-01-241-3/+3