summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/auth_scram.c
Commit message (Expand)AuthorAgeFilesLines
* jabber: Fix a case where a broken server would hang the connection.Paul Aurich2010-05-211-3/+14
* jabber: This is waaaaay more verbose, but has a hope of being approachable.Paul Aurich2010-04-291-2/+2
* jabber: Check in some new strings under the freeze radar (no code yet).Paul Aurich2010-04-291-0/+26
* jabber: --more leaksPaul Aurich2010-04-181-3/+12
* jabber: Fix that leak I mentioned (and fix a mistake where error/response wer...Paul Aurich2009-12-041-11/+11
* jabber: Ugh, make this C89-compliant. Bah.Paul Aurich2009-12-041-4/+11
* Let's try a more complex set of return states / values for auth mechs.Paul Aurich2009-12-011-14/+30
* jabber: Clean up the SCRAM code a little.Paul Aurich2009-12-011-74/+36
* jabber: Should have looked for this function earlier.Paul Aurich2009-12-011-14/+5
* jabber: Add SASLprep and the username substitution called for in draft-ietf-s...Paul Aurich2009-11-301-3/+48
* jabber: Use NS_XMPP_SASLPaul Aurich2009-11-271-5/+5
* jabber: Interop with Prosody (via Tobias' code). Hooray!Paul Aurich2009-11-171-2/+4
* jabber: Fix up the remaining issues and add a test case that interoperates wi...Paul Aurich2009-11-171-19/+23
* jabber: Handle the case where the server success-with-data is sent as a chall...Paul Aurich2009-11-111-162/+156
* jabber: Complete (though untested) SCRAM implementation.Paul Aurich2009-11-091-12/+456
* Clean up the two temporary buffers.Paul Aurich2009-11-081-0/+2
* How is it that there's no programmatic way to get the output size of the hash...Paul Aurich2009-11-081-8/+42
* Fix the Hi() function and actually 'mtn add' the test file.Paul Aurich2009-11-081-3/+6
* jabber: Add the Hi() function (PBKDF2).Paul Aurich2009-11-081-0/+73