log libpurple/protocols/jabber/auth_digest_md5.c @ 32827:4a34689eeb33 default tip

age author description
Wed, 02 Feb 2011 05:51:09 +0000 Paul Aurich jabber: Properly parse realm="" in DIGEST-MD5, which is apparently valid.
Wed, 02 Feb 2011 05:47:50 +0000 Paul Aurich jabber: Test harness for DIGEST-MD5 parsing function.
Sun, 17 Oct 2010 03:55:04 +0000 Daniel Atallah Fix for CVE-2010-3711. Properly validate the return value from
Sun, 02 May 2010 06:32:24 +0000 Paul Aurich NULL mech_data in digest_md5_dispose (what SCRAM and digest-md5 do elsewhere)
Sat, 01 May 2010 05:53:50 +0000 Paul Aurich jabber: Use the auth_mech_data JabberStream member for what it's for.
Fri, 04 Dec 2009 06:18:05 +0000 Paul Aurich jabber: Fix that leak I mentioned (and fix a mistake where error/response weren't NULL-initialized)
Tue, 01 Dec 2009 07:32:53 +0000 Paul Aurich Let's try a more complex set of return states / values for auth mechs.
Fri, 27 Nov 2009 20:41:22 +0000 Paul Aurich jabber: Use NS_XMPP_SASL
Sat, 07 Nov 2009 06:10:17 +0000 Paul Aurich jabber: Factor the SASL auth methods into their own files.