mod_auth_internal_hashed: Remove this 'initializing' message too
|
Kim Alvefur |
Sat, 10 Aug 2013 20:15:25 +0200 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
Kim Alvefur |
Fri, 19 Apr 2013 16:14:06 +0200 |
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.
|
Waqas Hussain |
Tue, 22 Jan 2013 08:26:08 +0500 |
mod_auth_internal_{plain,hashed}: Add support for iterating over accounts
|
Kim Alvefur |
Fri, 21 Sep 2012 17:26:12 +0200 |
mod_auth_*: Use module:provides().
|
Waqas Hussain |
Wed, 12 Sep 2012 21:41:51 +0500 |
mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider.
|
Waqas Hussain |
Wed, 12 Sep 2012 21:40:00 +0500 |
mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8)
|
Matthew Wild |
Sat, 28 Apr 2012 03:59:31 +0100 |
mod_auth_internal_hashed: Remove unused imports
|
Matthew Wild |
Sat, 28 Apr 2012 03:55:25 +0100 |
mod_auth_internal_{plain,hashed}: Clarify log messages on initialization
|
Matthew Wild |
Sun, 11 Mar 2012 20:56:09 +0000 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
Wed, 23 Feb 2011 01:34:46 +0500 |
mod_auth_internal_*: Support for delete_user method
|
Matthew Wild |
Tue, 04 Jan 2011 17:12:28 +0000 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:57:04 +0500 |
mod_auth_internal_hashed: Fix deleting users
|
Kim Alvefur |
Mon, 16 Aug 2010 18:51:22 +0200 |
usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
|
Matthew Wild |
Wed, 21 Jul 2010 21:01:36 +0100 |
mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users.
|
Waqas Hussain |
Sat, 17 Jul 2010 19:34:06 +0500 |
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.
|
Matthew Wild |
Thu, 08 Jul 2010 20:59:53 +0100 |
mod_auth_internal_hashed: Update TODO comments to COMPAT
|
Matthew Wild |
Tue, 22 Jun 2010 20:54:15 +0100 |
mod_auth_internal_hashed: Remove far too many instances of inline hex conversion using gsub, which was creating useless closures and what-not
|
Matthew Wild |
Tue, 22 Jun 2010 20:52:43 +0100 |
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
|
Matthew Wild |
Tue, 22 Jun 2010 19:14:55 +0100 |
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
|
Waqas Hussain |
Tue, 15 Jun 2010 09:12:49 +0500 |
mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable authentication data is found.
|
Waqas Hussain |
Tue, 15 Jun 2010 09:11:10 +0500 |
mod_auth_internal_hashed: Removed all checks for Cyrus SASL.
|
Waqas Hussain |
Tue, 15 Jun 2010 09:08:02 +0500 |
mod_auth_internal_hashed: Fixed a traceback in account creation.
|
Waqas Hussain |
Sun, 13 Jun 2010 04:07:38 +0500 |
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
|
Matthew Wild |
Wed, 09 Jun 2010 21:25:59 +0100 |
mod_auth_internal_hashed: Removed some useless code.
|
Waqas Hussain |
Wed, 09 Jun 2010 22:01:47 +0500 |
Merge with Tobias.
|
Waqas Hussain |
Wed, 09 Jun 2010 21:34:32 +0500 |
mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.
|
Tobias Markmann |
Wed, 09 Jun 2010 17:58:20 +0200 |
mod_auth_internal_hashed: Remove debugging output.
|
Tobias Markmann |
Wed, 09 Jun 2010 17:55:04 +0200 |
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-SHA-1 login.
|
Tobias Markmann |
Wed, 09 Jun 2010 17:54:34 +0200 |