aboutsummaryrefslogtreecommitdiffstats
path: root/util/sasl.lua
Commit message (Expand)AuthorAgeFilesLines
...
* Removing some debug messages.Tobias Markmann2008-11-161-8/+0
* Providing some human readable error messages and some fixes.Tobias Markmann2008-11-151-27/+27
|\
* | Made SASL module fit the new interface.Tobias Markmann2008-11-151-98/+86
|/
* Started using realm in password hashing, and added support for error message ...Waqas Hussain2008-11-161-1/+1
* Set username in a SASL object.Tobias Markmann2008-11-151-1/+6
* Made PLAIN method in sasl.lua module follow new interface.Tobias Markmann2008-11-151-18/+19
* Rewrote SASL Digest-MD5 responce generating code, fixed some realm related is...Tobias Markmann2008-11-121-55/+50
* Forward response stanzas to sasl.lua and some other stuff.Tobias Markmann2008-11-101-4/+6
* Fixing some parsing and some other stuff.Tobias Markmann2008-11-091-11/+8
* Some early attempts on DIGEST-MD5.Tobias Markmann2008-11-091-2/+144
* Fix for using wrong auth token as username (fixes Gajim login)Matthew Wild2008-10-041-1/+1
* SASL!Matthew Wild2008-10-021-17/+26
* Fix quoting in util/sasl.luaMatthew Wild2008-09-301-3/+3
* module table was missingTobias Markmann2008-08-261-0/+1
* * missing base64 decode of SASL responseTobias Markmann2008-08-261-1/+1
* adding SASL lib with PLAIN support, not tested yetTobias Markmann2008-08-261-0/+33