Software /
code /
prosody
Log
util/sasl.lua @ 749:1359492f45d7
description | author | age |
---|---|---|
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 |