Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -4/+4 |
| | |||||
* | mod_auth_internal_plain: Fix user creation done via mod_admin_shell | Vitaly Orekhov | 2023-03-21 | 1 | -1/+4 |
| | | | | | | | | | Following the new behavior in auth_internal_hashed (c8f59ce7d3cf), the account will be created and disabled, instead of returning an error telling password being nil when calling saslprep(). Note that mod_auth_internal_plain does not have full support for enabled/disabled accounts, but that may be fixed in subsequent commits. | ||||
* | usermanager, mod_auth_*: Add get_account_info() returning creation/update time | Matthew Wild | 2022-07-12 | 1 | -1/+15 |
| | | | | | | | This is useful for a number of things. For example, listing users that need to rotate their passwords after some event. It also provides a safer way for code to determine that a user password has changed without needing to set a handler for the password change event (which is a more fragile approach). | ||||
* | mod_auth_internal_{plain,hashed}: Use constant-time string comparison for ↵ | Matthew Wild | 2021-05-10 | 1 | -1/+2 |
| | | | | secrets | ||||
* | mod_auth_internal_*: Apply saslprep to passwords | Kim Alvefur | 2020-05-23 | 1 | -1/+14 |
| | | | | Related to #1560 | ||||
* | mod_auth_internal_plain: Rename unused self argument [luacheck] | Kim Alvefur | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs ↵ | Kim Alvefur | 2013-08-10 | 1 | -1/+0 |
| | | | | this too | ||||
* | mod_auth_internal_plain: Log a debug message when changing password to be ↵ | Kim Alvefur | 2013-08-10 | 1 | -0/+1 |
| | | | | consistent with the other methods | ||||
* | mod_auth_internal_plain: Remove redundant hostname from log messages | Kim Alvefur | 2013-08-10 | 1 | -3/+3 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal_plain: Don't log passwords, even at debug level | Matthew Wild | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ↵ | Kim Alvefur | 2013-04-19 | 1 | -9/+10 |
| | | | | 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_plain,cyrus,anonymous}: Get rid of useless wrapper ↵ | Waqas Hussain | 2012-09-12 | 1 | -58/+56 |
| | | | | function new_default_provider. | ||||
* | mod_auth_internal_plain: Remove unused imports | Matthew Wild | 2012-04-28 | 1 | -9/+1 |
| | |||||
* | 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 | -1/+1 |
| | | | | to SASL profile callbacks. | ||||
* | mod_auth_internal_plain: Get rid of all checks for Cyrus SASL. | Waqas Hussain | 2010-08-23 | 1 | -7/+0 |
| | |||||
* | mod_auth_*: Fixed copyright headers. | Waqas Hussain | 2010-08-02 | 1 | -1/+0 |
| | |||||
* | mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and ↵ | Matthew Wild | 2010-07-08 | 1 | -0/+97 |
update usermanager to still use it as the default |