Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. | Waqas Hussain | 2011-02-23 | 1 | -2/+1 |
| | |||||
* | mod_auth_internal_*: Support for delete_user method | Matthew Wild | 2011-01-04 | 1 | -0/+4 |
| | |||||
* | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵ | Waqas Hussain | 2010-12-27 | 1 | -2/+2 |
| | | | | to SASL profile callbacks. | ||||
* | mod_auth_internal_hashed: Fix deleting users | Kim Alvefur | 2010-08-16 | 1 | -0/+3 |
| | |||||
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of ↵ | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
| | | | | parameters for usermanager.test_password - username, host, password | ||||
* | mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on ↵ | Waqas Hussain | 2010-07-17 | 1 | -3/+5 |
| | | | | non-existent users. | ||||
* | mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or ↵ | Matthew Wild | 2010-07-08 | 1 | -4/+0 |
| | | | | empty password and pretending it means the user doesn't exist. Hopefully with more success than Custer. | ||||
* | mod_auth_internal_hashed: Update TODO comments to COMPAT | Matthew Wild | 2010-06-22 | 1 | -3/+3 |
| | |||||
* | mod_auth_internal_hashed: Remove far too many instances of inline hex ↵ | Matthew Wild | 2010-06-22 | 1 | -14/+35 |
| | | | | conversion using gsub, which was creating useless closures and what-not | ||||
* | mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from ↵ | Matthew Wild | 2010-06-22 | 1 | -10/+1 |
| | | | | providers | ||||
* | mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager". | Waqas Hussain | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable ↵ | Waqas Hussain | 2010-06-15 | 1 | -2/+2 |
| | | | | authentication data is found. | ||||
* | mod_auth_internal_hashed: Removed all checks for Cyrus SASL. | Waqas Hussain | 2010-06-15 | 1 | -6/+0 |
| | |||||
* | mod_auth_internal_hashed: Fixed a traceback in account creation. | Waqas Hussain | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal{,_hashed}: Update is_admin to only report the admin status ↵ | Matthew Wild | 2010-06-09 | 1 | -4/+1 |
| | | | | of the current host (ignores global admin rights), fixes global access traceback | ||||
* | mod_auth_internal_hashed: Removed some useless code. | Waqas Hussain | 2010-06-09 | 1 | -3/+0 |
| | |||||
* | 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. |