aboutsummaryrefslogtreecommitdiffstats
path: root/util/sasl.lua
Commit message (Expand)AuthorAgeFilesLines
* Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.Tobias Markmann2009-06-201-3/+3
* Adding COMPAT comment.Tobias Markmann2009-06-201-0/+1
* util.sasl: Remove some nastinessWaqas Hussain2009-06-041-2/+0
* .Tobias Markmann2009-05-151-1/+1
* Some beauty treatment.Tobias Markmann2009-05-151-27/+27
* Adding minimal support for authorization identities to workaround buggy SASL ...Tobias Markmann2009-05-151-2/+11
* adding RFC commentTobias Markmann2009-05-151-1/+3
* util/sasl: Removed unnecessary references to util.encodings.idnaWaqas Hussain2009-05-081-2/+0
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.Tobias Markmann2009-02-141-0/+1
* Adding inital support for ANONYMOUS mechanism in SASL.Tobias Markmann2009-02-141-1/+12
* Update copyright notices for 2009Matthew Wild2009-01-301-1/+1
* sasl: Set realm to be the current realm when the client didn't send a realm, ...Waqas Hussain2009-01-101-3/+3
* sasl: Don't fail for realm=""Waqas Hussain2009-01-091-3/+3
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri r...Waqas Hussain2008-12-081-2/+2
* Return error when the given realm value does not match the sent realm value. ...Waqas Hussain2008-12-081-1/+5
* Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)Waqas Hussain2008-12-081-4/+3
* Latin1 support for SASL DIGEST-MD5 (initial commit)Waqas Hussain2008-12-071-1/+34
* Fix for handling latin1 encoded hostnames in SASLWaqas Hussain2008-12-031-1/+2
* Insert copyright/license headersMatthew Wild2008-12-031-1/+14
* Converting latin encoded responsed to utf-8 when needed.Tobias Markmann2008-11-301-0/+7
* Automerge with waqas.Tobias Markmann2008-11-301-0/+16
|\
| * Added function latin1toutf8 to sasl.lua, for processing non-utf8 responsesWaqas Hussain2008-11-301-0/+16
* | Remove that idn stuff for realm because it's either an ugly hack that the pas...Tobias Markmann2008-11-301-2/+2
|/
* idna-to-unicode so password_handler looks for the right domain.Tobias Markmann2008-11-301-1/+2
* Do idna-to-ascii to the realm we send first in Digest-MD5.Tobias Markmann2008-11-301-1/+1
* Apply IDNA to ASCII on hostnames.Tobias Markmann2008-11-291-1/+1
* Forced merge.Tobias Markmann2008-11-291-1/+1
|\
| * Added a FIXMEWaqas Hussain2008-11-291-1/+1
| * Improved the regexp used to parse the client response a bit. Authenticating w...Waqas Hussain2008-11-291-1/+1
* | Do idna_to_ascii when building own response.Tobias Markmann2008-11-281-2/+3
|/
* Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-7/+7
* Some ends too much.Tobias Markmann2008-11-231-2/+2
* Some changes to report more correct SASL failures. Support for disabled accou...Tobias Markmann2008-11-231-2/+4
* Checking some variables for nil so no errors occur that'll break the server.Tobias Markmann2008-11-231-0/+7
* 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