util.pluginloader: Return full file path from internal file loader on success, not...
[prosody.git] / util / sasl /
2009-11-28 Matthew WildMerge with Tobias
2009-11-28 Tobias MarkmannMake some more variables to locals.
2009-11-28 Matthew Wildutil.sasl.plain: Fail gracefully on empty <auth/> tag
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Tobias MarkmannSASL: Using locally mapped s_gmatch instead of unavaila...
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-19 Tobias MarkmannReduce needed roundtrips during DIGEST-MD5 login.
2009-11-19 Tobias MarkmannAdding some human readable error messages.
2009-11-19 Tobias MarkmannFail if username or password don't pass SASLprep.
2009-11-19 Tobias MarkmannTypo.
2009-11-18 Tobias MarkmannHandle , and = in usernames for SCRAM.
2009-11-18 Tobias MarkmannSASLprep authentication and password in SASL PLAIN...
2009-11-18 Tobias MarkmannSASLprep usernames and passwords.
2009-11-17 Tobias MarkmannMaking interop with libpurple. (Thanks darkrain).
2009-11-17 Tobias MarkmannAdd check for forbidden char sequences in validate_user...
2009-11-17 Tobias MarkmannCompleted SCRAM-SHA-1 implementation to a ready-to...
2009-11-17 Tobias MarkmannAdded missing require for generate_uuid.
2009-11-16 Tobias MarkmannInitial commit of SCRAM SASL mechanism.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-13 Tobias MarkmannAdding a note for possible round trip savings.
2009-11-13 Tobias MarkmannAdding support for digest-md5 profile in DIGEST-MD5...
2009-11-13 Tobias MarkmannBroken DIGEST-MD5 client support again.
2009-11-13 Tobias MarkmannAdd support for plain profile in digest-md5 implementation.
2009-11-13 Tobias MarkmannGetting PLAIN mechanism work with the new API.
2009-11-12 Tobias MarkmannMove each mechanism in an own file.