prosody
log
graph
tags
bookmarks
branches
325c03f5481b
browse
changeset
util/sasl/plain.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
util/sasl/plain.lua @ 7419:
325c03f5481b
less
more
|
(0)
tip
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
Redo merge with Waqas' PBKDF2 optimizations.
Tobias Markmann
2009-12-03
Merge with tip.
Tobias Markmann
2009-12-01
util.sasl.plain: Allow empty authzid (thanks bjc).
Waqas Hussain
2009-12-01
util.sasl.plain: A little refactoring.
Waqas Hussain
2009-11-29
util.sasl.plain: Fail gracefully on empty <auth/> tag
Matthew Wild
2009-11-28
Adding some human readable error messages.
Tobias Markmann
2009-11-19
Fail if username or password don't pass SASLprep.
Tobias Markmann
2009-11-19
SASLprep authentication and password in SASL PLAIN implementation.
Tobias Markmann
2009-11-18
Getting PLAIN mechanism work with the new API.
sasl
Tobias Markmann
2009-11-13
Move each mechanism in an own file.
sasl
Tobias Markmann
2009-11-12
less
more
|
(0)
tip