Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 | Kim Alvefur | 2021-12-26 | 1 | -1/+1 |
| | | | | | | | | More security for less pain than switching to SCRAM-SHA-256 The XEP will likely be change to reference the RFC that will probably come from draft-ietf-kitten-password-storage once it is ready, and then we should update to follow that. | ||||
* | mod_auth_internal_hashed: Make SCRAM iteration count configurable | Kim Alvefur | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -2/+3 |
|\ | |||||
| * | mod_auth_internal_{plain,hashed}: Use constant-time string comparison for ↵ | Matthew Wild | 2021-05-10 | 1 | -2/+3 |
| | | | | | | | | secrets | ||||
* | | Merge 0.11->trunk | Kim Alvefur | 2020-06-06 | 1 | -1/+6 |
|\| | |||||
| * | mod_auth_internal_*: Apply saslprep to passwords | Kim Alvefur | 2020-05-23 | 1 | -1/+6 |
| | | | | | | | | Related to #1560 | ||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-12-24 | 1 | -6/+8 |
|\ \ | |/ |/| | |||||
| * | mod_auth_internal_hashed: Precompute SCRAM authentication profile name ↵ | Kim Alvefur | 2019-08-22 | 1 | -1/+2 |
| | | | | | | | | (thanks MattJ) | ||||
| * | mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 ↵ | Kim Alvefur | 2019-01-13 | 1 | -6/+7 |
| | | | | | | | | | | | | | | instead of SHA-1 This will currently require a hard reset of all passwords back to plain. This will be least painful on new deployments. | ||||
* | | mod_auth_internal_hashed: Pass on errors from password hash function (fixes ↵ | Kim Alvefur | 2019-12-23 | 1 | -0/+6 |
|/ | | | | #1477) | ||||
* | core.usermanager, various modules: Disconnect other resources on password ↵ | Kim Alvefur | 2017-07-28 | 1 | -1/+3 |
| | | | | change (thanks waqas) (fixes #512) | ||||
* | mod_auth_internal_hashed: Split long lines [luacheck] | Kim Alvefur | 2017-04-04 | 1 | -2/+6 |
| | |||||
* | mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck] | Kim Alvefur | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | mod_auth_internal_hashed: Use util.hex | Kim Alvefur | 2015-05-18 | 1 | -19/+2 |
| | |||||
* | mod_auth_interal_hashed: Update salt and iteration count when setting a new ↵ | Florian Zeitz | 2014-02-12 | 1 | -5/+7 |
| | | | | password | ||||
* | mod_auth_internal_hashed: Log calls to provider methods and be consistent ↵ | Kim Alvefur | 2013-08-10 | 1 | -2/+4 |
| | | | | with mod_auth_internal_plain | ||||
* | mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for ↵ | Kim Alvefur | 2013-08-10 | 1 | -1/+2 |
| | | | | util.logger directly | ||||
* | mod_auth_internal_hashed: Remove this 'initializing' message too | Kim Alvefur | 2013-08-10 | 1 | -1/+0 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -6/+6 |
| | |||||
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ↵ | Kim Alvefur | 2013-04-19 | 1 | -11/+12 |
| | | | | mod_register, mod_vcard, mod_muc: Use module:open_store() | ||||
* | mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. | Waqas Hussain | 2013-01-22 | 1 | -7/+1 |
| | |||||
* | mod_auth_internal_{plain,hashed}: Add support for iterating over accounts | Kim Alvefur | 2012-09-21 | 1 | -0/+4 |
| | |||||
* | mod_auth_*: Use module:provides(). | Waqas Hussain | 2012-09-12 | 1 | -2/+2 |
| | |||||
* | mod_auth_internal_hashed: Get rid of useless wrapper function ↵ | Waqas Hussain | 2012-09-12 | 1 | -88/+86 |
| | | | | new_hashpass_provider. | ||||
* | mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage ↵ | Matthew Wild | 2012-04-28 | 1 | -24/+0 |
| | | | | format from pre-0.8) | ||||
* | mod_auth_internal_hashed: Remove unused imports | Matthew Wild | 2012-04-28 | 1 | -9/+0 |
| | |||||
* | mod_auth_internal_{plain,hashed}: Clarify log messages on initialization | Matthew Wild | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. | Waqas Hussain | 2011-02-23 | 1 | -2/+1 |
| | |||||
* | mod_auth_internal_*: Support for delete_user method | Matthew Wild | 2011-01-04 | 1 | -0/+4 |
| | |||||
* | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵ | Waqas Hussain | 2010-12-27 | 1 | -2/+2 |
| | | | | to SASL profile callbacks. | ||||
* | mod_auth_internal_hashed: Fix deleting users | Kim Alvefur | 2010-08-16 | 1 | -0/+3 |
| | |||||
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of ↵ | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
| | | | | parameters for usermanager.test_password - username, host, password | ||||
* | mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on ↵ | Waqas Hussain | 2010-07-17 | 1 | -3/+5 |
| | | | | non-existent users. | ||||
* | mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or ↵ | Matthew Wild | 2010-07-08 | 1 | -4/+0 |
| | | | | empty password and pretending it means the user doesn't exist. Hopefully with more success than Custer. | ||||
* | mod_auth_internal_hashed: Update TODO comments to COMPAT | Matthew Wild | 2010-06-22 | 1 | -3/+3 |
| | |||||
* | mod_auth_internal_hashed: Remove far too many instances of inline hex ↵ | Matthew Wild | 2010-06-22 | 1 | -14/+35 |
| | | | | conversion using gsub, which was creating useless closures and what-not | ||||
* | mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from ↵ | Matthew Wild | 2010-06-22 | 1 | -10/+1 |
| | | | | providers | ||||
* | mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager". | Waqas Hussain | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable ↵ | Waqas Hussain | 2010-06-15 | 1 | -2/+2 |
| | | | | authentication data is found. | ||||
* | mod_auth_internal_hashed: Removed all checks for Cyrus SASL. | Waqas Hussain | 2010-06-15 | 1 | -6/+0 |
| | |||||
* | mod_auth_internal_hashed: Fixed a traceback in account creation. | Waqas Hussain | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal{,_hashed}: Update is_admin to only report the admin status ↵ | Matthew Wild | 2010-06-09 | 1 | -4/+1 |
| | | | | of the current host (ignores global admin rights), fixes global access traceback | ||||
* | mod_auth_internal_hashed: Removed some useless code. | Waqas Hussain | 2010-06-09 | 1 | -3/+0 |
| | |||||
* | Merge with Tobias. | Waqas Hussain | 2010-06-09 | 1 | -23/+52 |
|\ | |||||
| * | mod_auth_internal_hashed: Empty hashpass after conversion to ↵ | Tobias Markmann | 2010-06-09 | 1 | -0/+4 |
| | | | | | | | | stored_key/server_key and store new authentication database. | ||||
| * | mod_auth_internal_hashed: Remove debugging output. | Tobias Markmann | 2010-06-09 | 1 | -1/+0 |
| | | |||||
| * | mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on ↵ | Tobias Markmann | 2010-06-09 | 1 | -0/+9 |
| | | | | | | | | SCRAM-SHA-1 login. | ||||
| * | mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN ↵ | Tobias Markmann | 2010-06-09 | 1 | -19/+13 |
| | | | | | | | | login. | ||||
| * | mod_auth_internal_hashed: Coverting salted password to stored_key and ↵ | Tobias Markmann | 2010-06-08 | 1 | -2/+17 |
| | | | | | | | | server_key. | ||||
| * | mod_auth_internal_hashed: Store stored_key and server_key when setting a ↵ | Tobias Markmann | 2010-06-08 | 1 | -4/+9 |
| | | | | | | | | password. |