util: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 17 Mar 2023 16:23:16 +0100 |
util.sasl.{scram,plain}: Pass authzid to SASL profile callback
|
Kim Alvefur |
Thu, 16 Mar 2023 13:57:30 +0100 |
util.sasl.plain: Apply saslprep to stored password
0.11
|
Kim Alvefur |
Fri, 22 May 2020 21:05:45 +0200 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
Wed, 28 Feb 2018 20:06:26 +0100 |
util.sasl.plain,scram: Record username in sasl state earlier
|
Kim Alvefur |
Wed, 19 Apr 2017 06:47:02 +0200 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
|
Kim Alvefur |
Sat, 21 Feb 2015 10:36:37 +0100 |
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.
|
Waqas Hussain |
Tue, 22 Jan 2013 08:21:05 +0500 |
util.sasl.plain: Reduce some code.
|
Waqas Hussain |
Sat, 15 Dec 2012 07:06:45 +0500 |
util.sasl.plain: make it return "not-authorized" in case of non-existant accounts instead of "account-disabled" to avoid enumeration.
|
Marco Cirillo |
Mon, 28 May 2012 15:59:10 +0000 |
util.sasl.*: Add 'sasl.' prefix to module names
|
Matthew Wild |
Tue, 11 Jan 2011 05:30:55 +0000 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
Waqas Hussain |
Mon, 27 Dec 2010 19:57:04 +0500 |
Merge trunk/MattJ with trunk
|
Matthew Wild |
Fri, 04 Jun 2010 14:08:40 +0100 |
SASL: Minor cleanup.
|
Waqas Hussain |
Thu, 03 Jun 2010 17:48:50 +0500 |
Check in mod_hashpassauth -- works!
|
Jeff Mitchell |
Wed, 26 May 2010 18:16:58 -0400 |
SASL: Minor cleanup.
|
Waqas Hussain |
Thu, 03 Jun 2010 17:48:50 +0500 |
util.sasl.plain: Typo.
|
Tobias Markmann |
Sat, 22 May 2010 20:34:32 +0200 |
util.sasl.plain: Removing plain_hashed authentication provider. Just do hashing and comparison yourself in a plain_test authentication provider.
|
Tobias Markmann |
Fri, 21 May 2010 23:40:29 +0200 |
util.sasl: 2009 -> 2010 in copyright header.
|
Tobias Markmann |
Fri, 12 Mar 2010 18:37:51 +0100 |
util.sasl.plain: Adding plain_hashed authentication backend support.
|
Tobias Markmann |
Sun, 28 Feb 2010 22:50:25 +0100 |
util.sasl: Moving SASL authentication backends documentation to the mechanism files.
|
Tobias Markmann |
Sun, 28 Feb 2010 22:32:12 +0100 |
Redo merge with Waqas' PBKDF2 optimizations.
|
Tobias Markmann |
Thu, 03 Dec 2009 21:57:47 +0100 |
Merge with tip.
|
Tobias Markmann |
Tue, 01 Dec 2009 20:55:32 +0100 |
util.sasl.plain: Allow empty authzid (thanks bjc).
|
Waqas Hussain |
Tue, 01 Dec 2009 22:32:37 +0500 |
util.sasl.plain: A little refactoring.
|
Waqas Hussain |
Sun, 29 Nov 2009 18:30:33 +0500 |
util.sasl.plain: Fail gracefully on empty <auth/> tag
|
Matthew Wild |
Sat, 28 Nov 2009 15:12:43 +0000 |
Adding some human readable error messages.
|
Tobias Markmann |
Thu, 19 Nov 2009 17:17:52 +0100 |
Fail if username or password don't pass SASLprep.
|
Tobias Markmann |
Thu, 19 Nov 2009 17:08:58 +0100 |
SASLprep authentication and password in SASL PLAIN implementation.
|
Tobias Markmann |
Wed, 18 Nov 2009 22:02:32 +0100 |
Getting PLAIN mechanism work with the new API.
sasl
|
Tobias Markmann |
Fri, 13 Nov 2009 09:21:19 +0100 |
Move each mechanism in an own file.
sasl
|
Tobias Markmann |
Thu, 12 Nov 2009 21:57:37 +0100 |