aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_internal_hashed.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* mod_auth_internal_hashed: Removed all checks for Cyrus SASL.Waqas Hussain2010-06-151-6/+0
|
* mod_auth_internal_hashed: Fixed a traceback in account creation.Waqas Hussain2010-06-131-1/+1
|
* mod_auth_internal{,_hashed}: Update is_admin to only report the admin status ↵Matthew Wild2010-06-091-4/+1
| | | | of the current host (ignores global admin rights), fixes global access traceback
* mod_auth_internal_hashed: Removed some useless code.Waqas Hussain2010-06-091-3/+0
|
* Merge with Tobias.Waqas Hussain2010-06-091-23/+52
|\
| * mod_auth_internal_hashed: Empty hashpass after conversion to ↵Tobias Markmann2010-06-091-0/+4
| | | | | | | | stored_key/server_key and store new authentication database.
| * mod_auth_internal_hashed: Remove debugging output.Tobias Markmann2010-06-091-1/+0
| |
| * mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on ↵Tobias Markmann2010-06-091-0/+9
| | | | | | | | SCRAM-SHA-1 login.
| * mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN ↵Tobias Markmann2010-06-091-19/+13
| | | | | | | | login.
| * mod_auth_internal_hashed: Coverting salted password to stored_key and ↵Tobias Markmann2010-06-081-2/+17
| | | | | | | | server_key.
| * 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.