Matthew Wild
|
a6e1eb7590
|
usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
|
16 years ago |
Waqas Hussain
|
41da5ba5b5
|
mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users.
|
16 years ago |
Matthew Wild
|
c60ae1fda2
|
mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or empty password and pretending it means the user doesn't exist. Hopefully with more success than Custer.
|
16 years ago |
Matthew Wild
|
02dddbbc8d
|
mod_auth_internal_hashed: Update TODO comments to COMPAT
|
16 years ago |
Matthew Wild
|
6cd96e6121
|
mod_auth_internal_hashed: Remove far too many instances of inline hex conversion using gsub, which was creating useless closures and what-not
|
16 years ago |
Matthew Wild
|
067898649a
|
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
|
16 years ago |
Waqas Hussain
|
1a8e5b9950
|
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
|
16 years ago |
Waqas Hussain
|
c44856d4d0
|
mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable authentication data is found.
|
16 years ago |
Waqas Hussain
|
20e4e09b0e
|
mod_auth_internal_hashed: Removed all checks for Cyrus SASL.
|
16 years ago |
Waqas Hussain
|
8fcc2761e6
|
mod_auth_internal_hashed: Fixed a traceback in account creation.
|
16 years ago |
Matthew Wild
|
79fcb39d49
|
mod_auth_internal{,_hashed}: Update is_admin to only report the admin status of the current host (ignores global admin rights), fixes global access traceback
|
16 years ago |
Waqas Hussain
|
bb572575a3
|
mod_auth_internal_hashed: Removed some useless code.
|
16 years ago |
Tobias Markmann
|
b0cd9c5a9a
|
mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.
|
16 years ago |
Tobias Markmann
|
480fa4dd0a
|
mod_auth_internal_hashed: Remove debugging output.
|
16 years ago |
Tobias Markmann
|
282c761001
|
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-SHA-1 login.
|
16 years ago |
Tobias Markmann
|
d543622be3
|
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN login.
|
16 years ago |
Kim Alvefur
|
6ef96921f5
|
Fix missing parameter in mod_auth_internal_hashed.
|
16 years ago |
Tobias Markmann
|
9cbe1a3742
|
mod_auth_internal_hashed: Coverting salted password to stored_key and server_key.
|
16 years ago |
Tobias Markmann
|
392a5dc56c
|
mod_auth_internal_hashed: Store stored_key and server_key when setting a password.
|
16 years ago |
Tobias Markmann
|
9e9c409297
|
mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted hashed password.
|
16 years ago |
Waqas Hussain
|
21d34b1fb9
|
mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL.
|
16 years ago |
Waqas Hussain
|
4e378598de
|
mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.
|
16 years ago |
Waqas Hussain
|
e42b058b2b
|
mod_auth_internal, mod_auth_internal_hashed: Updated to provide get_sasl_handler.
|
16 years ago |
Matthew Wild
|
3846f08f09
|
Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> 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.
|
16 years ago |
Jeff Mitchell
|
79df72e1a6
|
Correct out of order logic in mod_hashpassauth
Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use.
|
16 years ago |
Jeff Mitchell
|
b9196dd592
|
Add mechanism for upgrading to hashed passwords from default. Remove some extra debug.
|
16 years ago |
Jeff Mitchell
|
990ed0f0b3
|
Check in mod_hashpassauth -- works!
|
16 years ago |
Jeff Mitchell
|
753e5f839b
|
Working defaultauth
|
16 years ago |
Jeff Mitchell
|
35157928fb
|
Added mod_auth_default
|
16 years ago |