summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Merging default back inGary Kramlich2018-02-221-19/+11
|\
| * Merge release-2.x.y into defaultdx2017-06-121-3/+3
| |\
| | * Replace misused g_str_equal() with purple_strequal()qarkai2017-03-231-3/+3
| * | jabber: Port to use GChecksum instead of PurpleHashMike Ruprecht2016-09-291-1/+2
| * | jabber: Port to use GHmac instead of PurpleHMACCipherMike Ruprecht2016-09-291-15/+6
* | | Implmeth WEBEX-TOKEN SASL auth for jabber.Bryon Roche2016-07-141-0/+3
|/ /
* | Drop PURPLE_CONNECTION_IS_VALID in favor of (temporary) PURPLE_ASSERT_CONNECT...Tomasz Wasilczyk2014-05-201-6/+4
* | Fix CWE-252 coverity issuesTomasz Wasilczyk2014-05-171-1/+4
* | Merged default branchAnkit Vani2013-11-061-2/+3
|\ \
| * | Fix build with Cyrus SASLTomasz Wasilczyk2013-11-051-1/+3
* | | Backed out changeset 348356cbc657Ankit Vani2013-10-031-2/+2
* | | Removed PURPLE_CONNECTION_IS_VALID. If needed, use PURPLE_IS_CONNECTION.Ankit Vani2013-10-021-2/+2
* | | win32: fix build problemsAnkit Vani2013-09-291-1/+2
* | | Merged default branchAnkit Vani2013-09-121-1/+1
|\ \ \ | |/ /
| * | Request API refactoring: switch purple_request_action to PurpleRequestCommonP...Tomasz Wasilczyk2013-09-101-1/+1
* | | Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-55/+55
* | | Refactor the codebase to use PurpleHashAnkit Vani2013-06-161-4/+5
* | | Refactored protocols bonjour, gg, jabber to use the GObject-based PurpleCipherAnkit Vani2013-06-151-8/+11
|/ /
* | Merge from mainTomasz Wasilczyk2013-05-061-2/+2
|\ \
| * | ciphers cleanup: salt and digest lengthsTomasz Wasilczyk2013-05-051-1/+1
| * | ciphers cleanup: passing keys with length by defaultTomasz Wasilczyk2013-05-051-1/+1
* | | Remove the silly destroy argument from purple_account_set_password andElliott Sales de Andrade2011-10-311-2/+2
* | | Remove deprecated API since we're targeting 3.0.0 here. Don't mind theElliott Sales de Andrade2011-10-311-2/+2
* | | propagate from branch 'im.pidgin.pidgin' (head e275f5e7b257ee56363a918879d8af...Elliott Sales de Andrade2011-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | Make all the prpls build.Paul Aurich2009-08-291-4/+4
* | | Rename purple_connection_error_reason to purple_connection_errorMark Doliner2011-08-211-15/+15
| |/ |/|
* | jabber: Add abstraction functions for adding/removing auth mechs. Closes #12715Eion Robb2010-11-011-4/+14
* | 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
|/