Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵ | Matthew Wild | 2010-06-04 | 1 | -128/+0 |
| | | | | 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. | ||||
* | Correct out of order logic in mod_hashpassauth | Jeff Mitchell | 2010-05-28 | 1 | -17/+4 |
| | | | | Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use. | ||||
* | Add mechanism for upgrading to hashed passwords from default. Remove some ↵ | Jeff Mitchell | 2010-05-27 | 1 | -12/+26 |
| | | | | extra debug. | ||||
* | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -0/+127 |