summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/auth.c
Commit message (Expand)AuthorAgeFilesLines
* jabber: Slight improvements to the stream ID fixPaul Aurich2010-08-311-3/+6
* jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settingsPaul Aurich2010-08-311-1/+2
* Standardize on "cancelled".Elliott Sales de Andrade2010-08-231-1/+1
* Remove unnecessary checkMark Doliner2010-05-281-1/+1
* jabber: I never understood why this was in auth.c anyway...Paul Aurich2010-05-011-29/+0
* jabber: --more leaksPaul Aurich2010-04-181-0/+5
* jabber: Validate the hash on incoming BoB objects (in case the CID is on theMarcus Lundblad2010-03-221-1/+1
* Cyrus may not have anything (yet) if it's waiting for a callback or something.Paul Aurich2010-01-131-3/+6
* jabber: Fix that leak I mentioned (and fix a mistake where error/response wer...Paul Aurich2009-12-041-7/+14
* Let's try a more complex set of return states / values for auth mechs.Paul Aurich2009-12-011-10/+37
* jabber: Use NS_XMPP_SASLPaul Aurich2009-11-271-2/+4
* jabber: Complete (though untested) SCRAM implementation.Paul Aurich2009-11-091-0/+7
* Speilling!Paul Aurich2009-11-071-1/+1
* jabber: Oops, re-enable DIGEST-MD5 (I was testing PLAIN).Paul Aurich2009-11-071-1/+1
* jabber: Use accessors instead of directly accessing gc->account (and similar)Paul Aurich2009-11-071-19/+31
* jabber: Factor the SASL auth methods into their own files.Paul Aurich2009-11-071-759/+116
* Hmm, I think I'm reaching diminishing returns.Paul Aurich2009-11-061-1/+1
* jabber: These uses of strlen() are unnecessary.Paul Aurich2009-11-061-5/+5
* jabber: If it should never happen, we certainly should never keep going in th...Paul Aurich2009-11-061-0/+1
* jabber: Fix a few places where the default for require_tls was wrong.Paul Aurich2009-11-061-2/+2
* jabber: Use purple_strequal to simplify some auth codePaul Aurich2009-11-061-8/+7
* jabber: Convert to purple_debug_* convenience functions.Paul Aurich2009-11-061-1/+1
* jabber: Always require a resource when starting Legacy IQ Auth.Paul Aurich2009-09-241-1/+12
* jabber: Fix using BOSH and legacy auth together. Closes #9990.Paul Aurich2009-08-251-1/+7
* Remove specific copyright lines from the XMPP prpl.Paul Aurich2009-08-221-1/+3
* More uniformity among disconnect error messagesMark Doliner2009-07-061-26/+29
* Non localizable string?! Non!Mark Doliner2009-07-061-1/+1
* Change strings in libpurple/protocols/jabber/auth.c and util.c a little bitMark Doliner2009-07-061-2/+2
* Only append ,charset=utf-8 for DIGEST-MD5. This should fix comment 2 on Adium...Paul Aurich2009-06-231-2/+6
* Typo.Paul Aurich2009-06-051-1/+1
* Set charset=utf-8 when cyrus sasl doesn't include it.Paul Aurich2009-06-051-1/+14
* disapproval of revision 'a9a3e03b1399ac5465372781d925c7f2fb021ea0'Paul Aurich2009-06-031-14/+5
* jabber digest-md5: Only specify the charset as UTF-8 if conversion to ISO-885...Paul Aurich2009-06-031-5/+14
* Require SSL when trying IQ-auth via parser.c (no stream:features). Fixes #8131.Paul Aurich2009-05-251-0/+12
* propagate from branch 'im.pidgin.pidgin' (head beb862745aa7b61bf9942e731fdef0...Paul Aurich2009-04-051-5/+6
|\
| * Make the last one compile (add disco.h) and alphabetize.Paul Aurich2009-04-041-1/+2
| * Fix login process for older servers using IQ-auth.Paul Aurich2009-04-041-1/+1
| * BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStr...Paul Aurich2009-03-231-3/+3
* | Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.Paul Aurich2009-03-131-15/+12
|/
* Remove some extra trailing whitespace I noticed after merging mlundblad'sElliott Sales de Andrade2009-03-021-5/+5
* Two patches from Yann Kerherve submitted to pidgin-devl. This fixes XMPPEvan Schoenberg2009-01-211-2/+2
* Fix up the XMPP User Avatar SHA1 hashing so that we don't mess up the checksumPaul Aurich2008-12-111-11/+4
* Send the "client-accepts-full-bind-result" attribute for Google Talk whenPaul Aurich2008-11-291-0/+4
* A patch from QuLogic to eliminate duplicated HMAC-MD5 code in the JabberElliott Sales de Andrade2008-06-021-81/+13
* Fix stack smashing for forced old (port 5223) ssl auth. Closes #5974.Andrew Hoffman2008-06-011-1/+1
* NULL out js->expected_rspauth, so it doesn't get double-freed in jabber_close().Will Thompson2008-05-231-0/+1
* Plug leak.Daniel Atallah2008-05-211-1/+3
* Skip the X-GOOGLE-TOKEN mech (given us by Google Talk when connecting withEvan Schoenberg2008-05-211-0/+7
* merge of 'd0ecc309dc426b70067c5c954dca0a242e2d9786'Evan Schoenberg2008-05-021-0/+5
|\
| * When an XMPP account is set to require TLS, but libpurple doesn't have SSLDaniel Atallah2008-05-011-0/+5