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
|
2010-06-22 20:52:43 +01:00 |
|
Matthew Wild
|
067898649a
|
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
|
2010-06-22 19:14:55 +01:00 |
|
Waqas Hussain
|
1a8e5b9950
|
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
|
2010-06-15 09:12:49 +05:00 |
|
Waqas Hussain
|
c44856d4d0
|
mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable authentication data is found.
|
2010-06-15 09:11:10 +05:00 |
|
Waqas Hussain
|
20e4e09b0e
|
mod_auth_internal_hashed: Removed all checks for Cyrus SASL.
|
2010-06-15 09:08:02 +05:00 |
|
Waqas Hussain
|
8fcc2761e6
|
mod_auth_internal_hashed: Fixed a traceback in account creation.
|
2010-06-13 04:07:38 +05:00 |
|
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
|
2010-06-09 21:25:59 +01:00 |
|
Waqas Hussain
|
bb572575a3
|
mod_auth_internal_hashed: Removed some useless code.
|
2010-06-09 22:01:47 +05:00 |
|
Waqas Hussain
|
2c20356058
|
Merge with Tobias.
|
2010-06-09 21:34:32 +05:00 |
|
Tobias Markmann
|
b0cd9c5a9a
|
mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.
|
2010-06-09 17:58:20 +02:00 |
|
Tobias Markmann
|
480fa4dd0a
|
mod_auth_internal_hashed: Remove debugging output.
|
2010-06-09 17:55:04 +02:00 |
|
Tobias Markmann
|
282c761001
|
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-SHA-1 login.
|
2010-06-09 17:54:34 +02:00 |
|
Tobias Markmann
|
d543622be3
|
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN login.
|
2010-06-09 17:51:08 +02:00 |
|
Kim Alvefur
|
6ef96921f5
|
Fix missing parameter in mod_auth_internal_hashed.
|
2010-06-09 03:41:24 +02:00 |
|
Tobias Markmann
|
9cbe1a3742
|
mod_auth_internal_hashed: Coverting salted password to stored_key and server_key.
|
2010-06-08 15:02:53 +02:00 |
|
Tobias Markmann
|
392a5dc56c
|
mod_auth_internal_hashed: Store stored_key and server_key when setting a password.
|
2010-06-08 14:54:47 +02:00 |
|
Tobias Markmann
|
9e9c409297
|
mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted hashed password.
|
2010-06-08 10:47:55 +02:00 |
|
Waqas Hussain
|
21d34b1fb9
|
mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL.
|
2010-06-07 03:07:58 +05:00 |
|
Waqas Hussain
|
4e378598de
|
mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.
|
2010-06-07 02:38:20 +05:00 |
|
Waqas Hussain
|
e42b058b2b
|
mod_auth_internal, mod_auth_internal_hashed: Updated to provide get_sasl_handler.
|
2010-06-07 02:33:40 +05:00 |
|
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.
|
2010-06-04 14:33:36 +01:00 |
|