log libpurple/protocols/jabber/auth_scram.c @ 32805:997570b274d1

age author description
Thu, 24 Feb 2011 18:01:46 +0000 Paul Aurich jabber: Oops. Clearly the wrong escape sequence here for ','.
Fri, 21 May 2010 03:26:15 +0000 Paul Aurich jabber: Fix a case where a broken server would hang the connection.
Thu, 29 Apr 2010 04:06:07 +0000 Paul Aurich jabber: This is waaaaay more verbose, but has a hope of being approachable.
Thu, 29 Apr 2010 03:57:14 +0000 Paul Aurich jabber: Check in some new strings under the freeze radar (no code yet).
Sun, 18 Apr 2010 20:12:32 +0000 Paul Aurich jabber: --more leaks
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)
Fri, 04 Dec 2009 05:07:26 +0000 Paul Aurich jabber: Ugh, make this C89-compliant. Bah.
Tue, 01 Dec 2009 07:32:53 +0000 Paul Aurich Let's try a more complex set of return states / values for auth mechs.
Tue, 01 Dec 2009 02:53:29 +0000 Paul Aurich jabber: Clean up the SCRAM code a little.
Tue, 01 Dec 2009 00:30:22 +0000 Paul Aurich jabber: Should have looked for this function earlier.
Mon, 30 Nov 2009 20:34:54 +0000 Paul Aurich jabber: Add SASLprep and the username substitution called for in draft-ietf-sasl-scram-10 5.1.
Fri, 27 Nov 2009 20:41:22 +0000 Paul Aurich jabber: Use NS_XMPP_SASL
Tue, 17 Nov 2009 21:37:14 +0000 Paul Aurich jabber: Interop with Prosody (via Tobias' code). Hooray!
Tue, 17 Nov 2009 19:39:36 +0000 Paul Aurich jabber: Fix up the remaining issues and add a test case that interoperates with gsasl. Woot.
Wed, 11 Nov 2009 20:32:09 +0000 Paul Aurich jabber: Handle the case where the server success-with-data is sent as a challenge/response pair.
Mon, 09 Nov 2009 03:42:26 +0000 Paul Aurich jabber: Complete (though untested) SCRAM implementation.
Sun, 08 Nov 2009 18:39:30 +0000 Paul Aurich Clean up the two temporary buffers.
Sun, 08 Nov 2009 18:38:30 +0000 Paul Aurich How is it that there's no programmatic way to get the output size of the hash functions without resorting to a hardcoded table? Or did I miss something?
Sun, 08 Nov 2009 06:06:54 +0000 Paul Aurich Fix the Hi() function and actually 'mtn add' the test file.
Sun, 08 Nov 2009 03:36:14 +0000 Paul Aurich jabber: Add the Hi() function (PBKDF2).