summaryrefslogtreecommitdiff
path: root/classes/auth
AgeCommit message (Expand)Author
2017-12-03pluginhost: do not connect via legacy DB api until requestedAndrew Dolgov
2017-12-01auth/base: PDOAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2013-05-07auth_base: choose random password if not supplied by auth moduleAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-18fix auth_base referencing dbh which was not presentAndrew Dolgov
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17auth_remote: fix typoAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not fo...Andrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-27add IMAP authenticator module (closes #485)Andrew Dolgov
2012-09-15Revert "only enable OTPHP on php version 5.3+"Andrew Dolgov
2012-09-15Revert "auth internal: fix otp check clause"Andrew Dolgov
2012-09-14auth internal: fix otp check clauseAndrew Dolgov
2012-09-14only enable OTPHP on php version 5.3+Andrew Dolgov
2012-09-10fix OTPAndrew Dolgov
2012-09-04add auth_base check_password()Andrew Dolgov
2012-09-04require entering password before enabling/disabling otpAndrew Dolgov
2012-09-04focus input field in otp formAndrew Dolgov
2012-09-03api: add workaround to disable OTPAndrew Dolgov
2012-09-03auth internal: fix login screen warningAndrew Dolgov
2012-09-03implement one time passwords using TOTPAndrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov