summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding logon-status and finally with nangel's help got this workingMike Mason2008-01-231-2/+20
* Cleaning up debugs code and making it work better with tables that are nested...Mika Havela2008-01-231-59/+28
* Fixed a bug when a value contains a - sign. Now it looks for (space)- before ...Mika Havela2008-01-171-1/+4
* Added function that does almost the same as posix.stat, but instead writes hu...Mika Havela2008-01-151-0/+17
* Added delay so that the process has time to start/stop/restart before some ot...Mika Havela2008-01-151-1/+3
* Remembered the makefile!Mika Havela2008-01-141-1/+4
* Added some code in the daemoncontrolMika Havela2008-01-141-0/+19
* Moving getopts function from openntpd-model to a library.\nMoving daemon-cont...Mika Havela2008-01-132-0/+59
* fixed pidofNatanael Copa2008-01-111-6/+11
* renamed pidof lib to procps. should be safe since noone is using itNatanael Copa2008-01-111-1/+1
* renamed pidof lib to procps. should be safe since noone is using itNatanael Copa2008-01-111-0/+0
* added serialize() functionNatanael Copa2008-01-101-1/+7
* Changed the looks on logon-html (and small change in static.css).Mika Havela2007-12-261-0/+1
* A temporary tool when coding ACF. This could be used to output all tables/var...Mika Havela2007-12-261-0/+64
* logon works - but session table is not saved yetNathan Angelacos2007-12-222-3/+3
* Updated <input to hold the class information. This co-operates with the cssMika Havela2007-12-201-1/+1