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

age author description
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Wed, 11 May 2011 05:04:43 +0000 Paul Aurich Get rid of a few other dead variables.
Mon, 17 Jan 2011 22:37:03 +0000 Paul Aurich jabber: Un-assert-ify one failure case in the Cyrus code.
Mon, 20 Sep 2010 00:51:21 +0000 Paul Aurich jabber: Partial revert (everything but ChangeLog) of 945ef5abc5
Fri, 27 Aug 2010 04:30:23 +0000 Paul Aurich jabber: Fix a pernicious race condition in our cyrus auth code
Mon, 23 Aug 2010 01:41:31 +0000 Elliott Sales de Andrade Standardize on "cancelled".
Thu, 19 Aug 2010 19:55:31 +0000 Paul Aurich jabber: Document this not being an off-by-one...
Thu, 08 Jul 2010 21:25:17 +0000 Paul Aurich jabber: This is more accurate, I think (e.g. Cyrus doesn't know what SCRAM-SHA-1 is)
Sat, 12 Jun 2010 23:01:44 +0000 Paul Aurich jabber: Document the other cyrus hack (ignoring EXTERNAL)
Sat, 12 Jun 2010 20:18:31 +0000 Paul Aurich jabber: Make that more future-proof by never generating "GSSAPI "
Sat, 12 Jun 2010 18:22:46 +0000 Paul Aurich jabber: Fix the GSSAPI-not-attempted fallback. Refs #12031
Fri, 21 May 2010 05:35:33 +0000 Paul Aurich jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.
Fri, 21 May 2010 05:28:59 +0000 Paul Aurich jabber: trailing_whitespace--;
Thu, 20 May 2010 21:09:19 +0000 Paul Aurich jabber: Found a better string in auth.c
Thu, 20 May 2010 19:11:48 +0000 Paul Aurich jabber: Better error message when no concordant SASL mechs
Tue, 18 May 2010 04:28:41 +0000 Evan Schoenberg applied changes from bf4b720f9231b395fb51bf1e27440328d46bceb5
Tue, 04 May 2010 02:22:31 +0000 Paul Aurich merge of '73eedf837c2384f502418f091300785c19ccfacd'
Tue, 04 May 2010 02:22:26 +0000 Paul Aurich disapproval of revision '5f410e729e7a8a2e46752d46b37a7c11e17d5ed7'
Tue, 04 May 2010 01:57:14 +0000 Paul Aurich jabber: Pluck evands's 2fcd83432 (the part that applies) to i.p.p
Tue, 04 May 2010 02:10:02 +0000 Evan Schoenberg applied changes from 8b6590428d8180cc466c8916f81aec2c8961fbd1
Tue, 04 May 2010 01:46:40 +0000 Evan Schoenberg If SASL authentication fails, we generally shouldn't be setting an error
Tue, 04 May 2010 01:41:28 +0000 Evan Schoenberg Improve on a hack I commited in 12/2007 which allows connection via XMPP to iChat Server 10.5 when CYRUS-SASL is compiled with GSSAPI support but no GSSAPI credentials are valid to connect to the server. Instead of always trying jabber:iq:auth if all SASL mechs fail, we now only do so in the specific case of a single mech having been attempted and that mech being GSSAPI. In general, this means that we now gracefully fail authentication with SASL rather than getting ourselves booted from servers not expecting a jabber:iq:auth stanza.
Sat, 01 May 2010 16:37:07 +0000 Paul Aurich jabber: Only add the ga:client-uses-full-bind-result to gmail/googlemail domains
Sat, 03 Apr 2010 06:07:04 +0000 dreiss jabber: Eliminate spurious warning when connecting to Facebook. Fixes #11320
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 06:04:18 +0000 Paul Aurich jabber: Fix up the cyrus auth code (although there's a leak currently)
Fri, 27 Nov 2009 20:41:22 +0000 Paul Aurich jabber: Use NS_XMPP_SASL
Sun, 08 Nov 2009 03:34:48 +0000 Paul Aurich jabber: Clear js->auth_mech for good measure.
Sat, 07 Nov 2009 07:03:49 +0000 Paul Aurich jabber: A little more use of accessors.
Sat, 07 Nov 2009 06:59:52 +0000 Paul Aurich More oops.
Sat, 07 Nov 2009 06:41:33 +0000 Paul Aurich jabber: Use accessors instead of directly accessing gc->account (and similar)
Sat, 07 Nov 2009 06:10:17 +0000 Paul Aurich jabber: Factor the SASL auth methods into their own files.