Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -3/+3 |
| | |||||
* | util.sasl.{scram,plain}: Pass authzid to SASL profile callback | Kim Alvefur | 2023-03-16 | 1 | -2/+2 |
| | | | | | | | For potential future use. Used for logging into a different account than the one used for authentication. | ||||
* | util.sasl.plain: Apply saslprep to stored password | Kim Alvefur | 2020-05-22 | 1 | -1/+1 |
| | | | | | | Fixes something like #1560 here too. The password sent by the user already had saslprep applied. | ||||
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
| | |||||
* | util.sasl.plain,scram: Record username in sasl state earlier | Kim Alvefur | 2017-04-19 | 1 | -1/+2 |
| | |||||
* | util.*: Remove use of module() function, make all module functions local and ↵ | Kim Alvefur | 2015-02-21 | 1 | -3/+5 |
| | | | | return them in a table at the end | ||||
* | util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to ↵ | Waqas Hussain | 2013-01-22 | 1 | -0/+9 |
| | | | | callbacks, so callbacks don't have to. | ||||
* | util.sasl.plain: Reduce some code. | Waqas Hussain | 2012-12-15 | 1 | -6/+2 |
| | |||||
* | util.sasl.plain: make it return "not-authorized" in case of non-existant ↵ | Marco Cirillo | 2012-05-28 | 1 | -1/+3 |
| | | | | accounts instead of "account-disabled" to avoid enumeration. | ||||
* | util.sasl.*: Add 'sasl.' prefix to module names | Matthew Wild | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵ | Waqas Hussain | 2010-12-27 | 1 | -2/+2 |
| | | | | to SASL profile callbacks. | ||||
* | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -2/+2 |
| | |||||
* | util.sasl.plain: Typo. | Tobias Markmann | 2010-05-22 | 1 | -1/+1 |
| | |||||
* | util.sasl.plain: Removing plain_hashed authentication provider. Just do ↵ | Tobias Markmann | 2010-05-21 | 1 | -10/+1 |
| | | | | hashing and comparison yourself in a plain_test authentication provider. | ||||
* | util.sasl: 2009 -> 2010 in copyright header. | Tobias Markmann | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | util.sasl.plain: Adding plain_hashed authentication backend support. | Tobias Markmann | 2010-02-28 | 1 | -1/+10 |
| | |||||
* | util.sasl: Moving SASL authentication backends documentation to the ↵ | Tobias Markmann | 2010-02-28 | 1 | -0/+15 |
| | | | | mechanism files. | ||||
* | util.sasl.plain: Allow empty authzid (thanks bjc). | Waqas Hussain | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | util.sasl.plain: A little refactoring. | Waqas Hussain | 2009-11-29 | 1 | -13/+10 |
| | |||||
* | util.sasl.plain: Fail gracefully on empty <auth/> tag | Matthew Wild | 2009-11-28 | 1 | -5/+9 |
| | |||||
* | Adding some human readable error messages. | Tobias Markmann | 2009-11-19 | 1 | -2/+2 |
| | |||||
* | Fail if username or password don't pass SASLprep. | Tobias Markmann | 2009-11-19 | 1 | -1/+2 |
| | |||||
* | SASLprep authentication and password in SASL PLAIN implementation. | Tobias Markmann | 2009-11-18 | 1 | -0/+10 |
| | |||||
* | Getting PLAIN mechanism work with the new API. | Tobias Markmann | 2009-11-13 | 1 | -2/+4 |
| | |||||
* | Move each mechanism in an own file. | Tobias Markmann | 2009-11-12 | 1 | -0/+53 |