aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_internal_hashed.lua
Commit message (Collapse)AuthorAgeFilesLines
...
| * mod_auth_internal_hashed: Store stored_key and server_key when setting a ↵Tobias Markmann2010-06-081-4/+9
| | | | | | | | password.
| * mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted ↵Tobias Markmann2010-06-081-12/+15
| | | | | | | | hashed password.
* | Fix missing parameter in mod_auth_internal_hashed.Kim Alvefur2010-06-091-1/+1
|/
* mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL.Waqas Hussain2010-06-071-0/+10
|
* mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.Waqas Hussain2010-06-071-1/+1
|
* mod_auth_internal, mod_auth_internal_hashed: Updated to provide ↵Waqas Hussain2010-06-071-2/+15
| | | | get_sasl_handler.
* Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵Matthew Wild2010-06-041-0/+128
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.