mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ)
|
Kim Alvefur |
2019-08-21 |
mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1
|
Kim Alvefur |
2019-01-13 |
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
|
Kim Alvefur |
2017-07-28 |
mod_auth_internal_hashed: Split long lines [luacheck]
|
Kim Alvefur |
2017-04-03 |
mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck]
|
Kim Alvefur |
2017-04-03 |
mod_auth_internal_hashed: Use util.hex
|
Kim Alvefur |
2015-05-18 |
mod_auth_interal_hashed: Update salt and iteration count when setting a new password
|
Florian Zeitz |
2014-02-12 |
mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain
|
Kim Alvefur |
2013-08-10 |
mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly
|
Kim Alvefur |
2013-08-10 |
mod_auth_internal_hashed: Remove this 'initializing' message too
|
Kim Alvefur |
2013-08-10 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
Kim Alvefur |
2013-04-19 |
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.
|
Waqas Hussain |
2013-01-22 |
mod_auth_internal_{plain,hashed}: Add support for iterating over accounts
|
Kim Alvefur |
2012-09-21 |
mod_auth_*: Use module:provides().
|
Waqas Hussain |
2012-09-12 |
mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider.
|
Waqas Hussain |
2012-09-12 |
mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8)
|
Matthew Wild |
2012-04-28 |
mod_auth_internal_hashed: Remove unused imports
|
Matthew Wild |
2012-04-28 |
mod_auth_internal_{plain,hashed}: Clarify log messages on initialization
|
Matthew Wild |
2012-03-11 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
2011-02-22 |
mod_auth_internal_*: Support for delete_user method
|
Matthew Wild |
2011-01-04 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
Waqas Hussain |
2010-12-27 |
mod_auth_internal_hashed: Fix deleting users
|
Kim Alvefur |
2010-08-16 |
usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
|
Matthew Wild |
2010-07-21 |
mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users.
|
Waqas Hussain |
2010-07-17 |
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 |
2010-07-08 |
mod_auth_internal_hashed: Update TODO comments to COMPAT
|
Matthew Wild |
2010-06-22 |
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 |
2010-06-22 |
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers
|
Matthew Wild |
2010-06-22 |
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
|
Waqas Hussain |
2010-06-15 |