summaryrefslogtreecommitdiffstats
path: root/lib/authenticator.lua
Commit message (Expand)AuthorAgeFilesLines
* Proper fix for bug 1131Ted Trask2012-05-081-20/+14
* Fix bug 1131 where session data invalid after updating logged in userTed Trask2012-05-081-4/+20
* Modified require statements for acf.xTed Trask2012-01-211-1/+1
* Fixed mksalt to use correct charactersTed Trask2011-10-271-3/+10
* authenticator: use salt and sha-512 encryptionNatanael Copa2011-10-271-2/+43
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-061-2/+4
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-210/+71
* Allow authenticator library to be specified in the config file.Ted Trask2010-09-031-1/+5
* Fix minor exception when called from console clientTed Trask2010-08-051-1/+1
* Fixed typo bug and sort user skins.Ted Trask2010-03-151-1/+2
* Added a skin to user options so users can choose own skin with user management.Ted Trask2010-01-131-21/+46
* use the lua module md5 rather than call external prog md5sumNatanael Copa2009-01-231-2/+3
* Tested by removing expected packages, files, and directories. Fixed resultin...Ted Trask2009-01-161-1/+1
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-241-1/+1
* Modified authenticator to make sub-authenticator visible rather that redefini...Ted Trask2008-09-301-110/+12
* Cleanup of some libs.Ted Trask2008-09-261-3/+3
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-161-1/+17
* Modified authenticator to allow reading/writing role-based options. Modified...Ted Trask2008-07-251-0/+41
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-241-69/+68
* 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-221-0/+293