aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_hashpassauth.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵Matthew Wild2010-06-041-128/+0
| | | | mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name.
* Correct out of order logic in mod_hashpassauthJeff Mitchell2010-05-281-17/+4
| | | | Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use.
* Add mechanism for upgrading to hashed passwords from default. Remove some ↵Jeff Mitchell2010-05-271-12/+26
| | | | extra debug.
* Check in mod_hashpassauth -- works!Jeff Mitchell2010-05-261-0/+127