Commit Graph

52 Commits (vault/master)

Author SHA1 Message Date
Kim Alvefur 3ce91067f6 mod_auth_internal_*: Apply saslprep to passwords 6 years ago
Kim Alvefur 0c44ebb5a3 mod_auth_internal_*: Apply saslprep to passwords 6 years ago
Kim Alvefur 5a0f5d2de0 mod_auth_internal_*: Apply saslprep to passwords 6 years ago
Kim Alvefur 34b067a5ad mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 6 years ago
Kim Alvefur f93754de4a mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ) 6 years ago
Kim Alvefur 00f6257046 mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1 7 years ago
Kim Alvefur 097d7ca663 mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 6 years ago
Kim Alvefur 8dad96d3f6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 9 years ago
Kim Alvefur b975815e96 mod_auth_internal_hashed: Split long lines [luacheck] 9 years ago
Kim Alvefur 550dea3587 mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck] 9 years ago
Kim Alvefur 333d5b1a8a mod_auth_internal_hashed: Use util.hex 11 years ago
Florian Zeitz 1a4b32a394 mod_auth_interal_hashed: Update salt and iteration count when setting a new password 12 years ago
Kim Alvefur 81c7d18ca9 mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain 13 years ago
Kim Alvefur 4488aeb3eb mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly 13 years ago
Kim Alvefur 2d2eb59452 mod_auth_internal_hashed: Remove this 'initializing' message too 13 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Kim Alvefur 968ea7ee25 mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 13 years ago
Waqas Hussain 4808daf39f mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. 13 years ago
Kim Alvefur 05717a42cf mod_auth_internal_{plain,hashed}: Add support for iterating over accounts 13 years ago
Waqas Hussain 7deb430dfc mod_auth_*: Use module:provides(). 13 years ago
Waqas Hussain 2d85221f19 mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider. 13 years ago
Matthew Wild 5aced008ee mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8) 14 years ago
Matthew Wild a86de6104d mod_auth_internal_hashed: Remove unused imports 14 years ago
Matthew Wild a4a4365842 mod_auth_internal_{plain,hashed}: Clarify log messages on initialization 14 years ago
Waqas Hussain aa144af70e util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks. 15 years ago
Waqas Hussain bce7156f53 mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. 15 years ago
Waqas Hussain b3cc9f42df mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. 15 years ago
Matthew Wild 90562d1b6e mod_auth_internal_*: Support for delete_user method 15 years ago
Matthew Wild 2e28b24183 mod_auth_internal_*: Support for delete_user method 15 years ago
Waqas Hussain 1865c2454b util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks. 15 years ago
Kim Alvefur e535c73ca3 mod_auth_internal_hashed: Fix deleting users 16 years ago
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