Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with Tobias. | Waqas Hussain | 2010-06-09 | 1 | -23/+52 |
|\ | |||||
| * | mod_auth_internal_hashed: Empty hashpass after conversion to ↵ | Tobias Markmann | 2010-06-09 | 1 | -0/+4 |
| | | | | | | | | stored_key/server_key and store new authentication database. | ||||
| * | mod_auth_internal_hashed: Remove debugging output. | Tobias Markmann | 2010-06-09 | 1 | -1/+0 |
| | | |||||
| * | mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on ↵ | Tobias Markmann | 2010-06-09 | 1 | -0/+9 |
| | | | | | | | | SCRAM-SHA-1 login. | ||||
| * | mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN ↵ | Tobias Markmann | 2010-06-09 | 1 | -19/+13 |
| | | | | | | | | login. | ||||
| * | mod_auth_internal_hashed: Coverting salted password to stored_key and ↵ | Tobias Markmann | 2010-06-08 | 1 | -2/+17 |
| | | | | | | | | server_key. | ||||
| * | mod_auth_internal_hashed: Store stored_key and server_key when setting a ↵ | Tobias Markmann | 2010-06-08 | 1 | -4/+9 |
| | | | | | | | | password. | ||||
| * | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted ↵ | Tobias Markmann | 2010-06-08 | 1 | -12/+15 |
| | | | | | | | | hashed password. | ||||
* | | Fix missing parameter in mod_auth_internal_hashed. | Kim Alvefur | 2010-06-09 | 1 | -1/+1 |
|/ | |||||
* | mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL. | Waqas Hussain | 2010-06-07 | 1 | -0/+10 |
| | |||||
* | mod_auth_internal, mod_auth_internal_hashed: Fixed a global access. | Waqas Hussain | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal, mod_auth_internal_hashed: Updated to provide ↵ | Waqas Hussain | 2010-06-07 | 1 | -2/+15 |
| | | | | get_sasl_handler. | ||||
* | Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵ | Matthew Wild | 2010-06-04 | 1 | -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. |