summaryrefslogtreecommitdiffstats
path: root/lib/authenticator-plaintext.lua
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceTed Trask2016-08-041-3/+3
* Fix infinite loop in authenticator-plaintext when deleting userTed Trask2014-03-101-1/+3
* Cleanup authenticator subauths and limit authenticator-plaintext to traverse ...Ted Trask2013-11-171-7/+8
* Modify authenticator-plaintext library to escape id and table before searchin...Ted Trask2013-11-151-6/+7
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-9/+11
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
* Added missing require statements to authenticator-plaintext.lua and menubuild...Ted Trask2013-05-301-0/+3
* 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