Log

util/sasl.lua @ 1470:af4b918e3432

description author age
Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API. Tobias Markmann Sat, 20 Jun 2009 22:19:24 +0200
Adding COMPAT comment. Tobias Markmann Sat, 20 Jun 2009 19:06:04 +0200
util.sasl: Remove some nastiness Waqas Hussain Thu, 04 Jun 2009 20:27:53 +0500
. Tobias Markmann Fri, 15 May 2009 17:28:39 +0200
Some beauty treatment. Tobias Markmann Fri, 15 May 2009 17:28:22 +0200
Adding minimal support for authorization identities to workaround buggy SASL implementations. Tobias Markmann Fri, 15 May 2009 17:24:52 +0200
adding RFC comment Tobias Markmann Fri, 15 May 2009 17:05:26 +0200
util/sasl: Removed unnecessary references to util.encodings.idna Waqas Hussain Fri, 08 May 2009 01:05:53 +0500
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Adding TODO notice on UUIDs for usage with SASL ANONYMOUS. Tobias Markmann Sat, 14 Feb 2009 19:39:46 +0100
Adding inital support for ANONYMOUS mechanism in SASL. Tobias Markmann Sat, 14 Feb 2009 18:57:50 +0100
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
sasl: Set realm to be the current realm when the client didn't send a realm, or sent an empty one Waqas Hussain Sat, 10 Jan 2009 20:14:47 +0500
sasl: Don't fail for realm="" Waqas Hussain Fri, 09 Jan 2009 20:49:39 +0500
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri response values, which was causing auth failures with some clients. Waqas Hussain Mon, 08 Dec 2008 03:27:02 +0500
Return error when the given realm value does not match the sent realm value. Prevents impersonation of an account on one virtual host, but a user with the same username on another host. Waqas Hussain Mon, 08 Dec 2008 03:23:37 +0500
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) Waqas Hussain Mon, 08 Dec 2008 00:18:01 +0500
Latin1 support for SASL DIGEST-MD5 (initial commit) Waqas Hussain Sun, 07 Dec 2008 23:43:08 +0500
Fix for handling latin1 encoded hostnames in SASL Waqas Hussain Wed, 03 Dec 2008 22:08:49 +0500
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Converting latin encoded responsed to utf-8 when needed. Tobias Markmann Sun, 30 Nov 2008 17:34:47 +0100
Automerge with waqas. Tobias Markmann Sun, 30 Nov 2008 17:18:31 +0100
Remove that idn stuff for realm because it's either an ugly hack that the password_handler isn't ready for or something worse. Tobias Markmann Sun, 30 Nov 2008 02:26:37 +0100
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses Waqas Hussain Sun, 30 Nov 2008 20:58:48 +0500
idna-to-unicode so password_handler looks for the right domain. Tobias Markmann Sun, 30 Nov 2008 01:35:40 +0100
Do idna-to-ascii to the realm we send first in Digest-MD5. Tobias Markmann Sun, 30 Nov 2008 00:44:23 +0100
Apply IDNA to ASCII on hostnames. Tobias Markmann Sat, 29 Nov 2008 12:17:21 +0100
Forced merge. Tobias Markmann Sat, 29 Nov 2008 11:24:59 +0100
Do idna_to_ascii when building own response. Tobias Markmann Fri, 28 Nov 2008 18:32:54 +0100