summaryrefslogtreecommitdiffstats
path: root/lib/authenticator-plaintext.lua
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that caused exception when encountered invalid passwd line.Ted Trask2010-08-101-1/+3
* Set permissions 600 on passwd and roles file if creating them.ttrask2009-03-191-1/+1
* Fixed bug in authenticator-plaintext that erased user data from other fields ...Ted Trask2008-11-111-2/+8
* Modified roles to use authenticator rather than directly access roles file. ...Ted Trask2008-08-181-4/+4
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-161-2/+25
* Modified authenticator to allow reading/writing role-based options. Modified...Ted Trask2008-07-251-5/+5
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-241-28/+52
* Split common code out of authenticator-plaintext into authenticator.lua in pr...Ted Trask2008-07-221-300/+27
* Fixed bug in roles managementTed Trask2008-05-231-1/+1
* Finished user and role managementTed Trask2008-05-051-0/+2
* Updated rolesTed Trask2008-05-021-2/+10
* Modified roles, logon, and authenticatorTed Trask2008-05-011-75/+62
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-34/+114
* 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
* Adding functionallity to edit/modify existing accounts. (Work in progress)Mika Havela2008-02-191-0/+82
* Added the full roles to the sessiondata.Mike Mason2008-02-051-0/+9
* Adding the beingings of the authorization items. Also adding some of the upda...Mike Mason2008-02-041-1/+1
* Updated changes hopefully meeting most of the security checks/validation item...Mike Mason2008-01-291-18/+21
* logon works - but session table is not saved yetNathan Angelacos2007-12-221-2/+2
* WIPNathan Angelacos2007-12-091-3/+3
* added logevent function (hardcoded to write to /var/log/acf.log)Nathan Angelacos2007-12-091-6/+7
* reworked authenticatorNathan Angelacos2007-12-051-26/+37
* plaintext authenticator libraryNathan Angelacos2007-12-041-0/+81