Log

util/sasl/plain.lua @ 7137:4a5619a87b44

description author age
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to. Waqas Hussain 2013-01-22
util.sasl.plain: Reduce some code. Waqas Hussain 2012-12-15
util.sasl.plain: make it return "not-authorized" in case of non-existant accounts instead of "account-disabled" to avoid enumeration. Marco Cirillo 2012-05-28
util.sasl.*: Add 'sasl.' prefix to module names Matthew Wild 2011-01-11
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks. Waqas Hussain 2010-12-27
Merge trunk/MattJ with trunk Matthew Wild 2010-06-04
SASL: Minor cleanup. Waqas Hussain 2010-06-03
Check in mod_hashpassauth -- works! Jeff Mitchell 2010-05-26
SASL: Minor cleanup. Waqas Hussain 2010-06-03
util.sasl.plain: Typo. Tobias Markmann 2010-05-22
util.sasl.plain: Removing plain_hashed authentication provider. Just do hashing and comparison yourself in a plain_test authentication provider. Tobias Markmann 2010-05-21
util.sasl: 2009 -> 2010 in copyright header. Tobias Markmann 2010-03-12
util.sasl.plain: Adding plain_hashed authentication backend support. Tobias Markmann 2010-02-28
util.sasl: Moving SASL authentication backends documentation to the mechanism files. Tobias Markmann 2010-02-28