Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from ↵ | Matthew Wild | 2010-06-22 | 1 | -10/+1 |
| | | | | providers | ||||
* | mod_auth_internal: Log as "auth_internal", not as "usermanager". | Waqas Hussain | 2010-06-15 | 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, 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/+19 |
| | | | | get_sasl_handler. | ||||
* | Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵ | Matthew Wild | 2010-06-04 | 1 | -0/+96 |
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. |