Thu, 22 Feb 2018 21:18:39 -0600 Gary Kramlich Merging default back in auth-webex file | diff | annotate
Thu, 14 Jul 2016 15:54:35 -0700 Bryon Roche Implmeth WEBEX-TOKEN SASL auth for jabber. auth-webex file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Thu, 29 Sep 2016 20:09:55 -0500 Mike Ruprecht jabber: Port to use GChecksum instead of PurpleHash file | diff | annotate
Thu, 29 Sep 2016 20:09:36 -0500 Mike Ruprecht jabber: Port to use GHmac instead of PurpleHMACCipher file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Tue, 20 May 2014 12:46:02 +0200 Tomasz Wasilczyk Drop PURPLE_CONNECTION_IS_VALID in favor of (temporary) PURPLE_ASSERT_CONNECTION_IS_VALID file | diff | annotate
Sat, 17 May 2014 12:05:39 +0200 Tomasz Wasilczyk Fix CWE-252 coverity issues file | diff | annotate
Wed, 06 Nov 2013 05:58:46 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Thu, 03 Oct 2013 02:08:55 +0530 Ankit Vani Backed out changeset 348356cbc657 soc.2013.gobjectification file | diff | annotate
Wed, 02 Oct 2013 00:51:46 +0530 Ankit Vani Removed PURPLE_CONNECTION_IS_VALID. If needed, use PURPLE_IS_CONNECTION. soc.2013.gobjectification file | diff | annotate
Sun, 29 Sep 2013 16:48:49 +0530 Ankit Vani win32: fix build problems soc.2013.gobjectification file | diff | annotate
Thu, 12 Sep 2013 19:08:48 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Sun, 16 Jun 2013 05:59:31 +0530 Ankit Vani Refactor the codebase to use PurpleHash soc.2013.gobjectification file | diff | annotate
Sat, 15 Jun 2013 14:28:31 +0530 Ankit Vani Refactored protocols bonjour, gg, jabber to use the GObject-based PurpleCipher soc.2013.gobjectification file | diff | annotate
Tue, 05 Nov 2013 18:52:38 +0100 Tomasz Wasilczyk Fix build with Cyrus SASL file | diff | annotate
Tue, 10 Sep 2013 21:47:37 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_action to PurpleRequestCommonParameters file | diff | annotate
Mon, 06 May 2013 11:16:10 +0200 Tomasz Wasilczyk Merge from main soc.2008.masterpassword file | diff | annotate
Mon, 31 Oct 2011 06:32:01 +0000 Elliott Sales de Andrade Remove the silly destroy argument from purple_account_set_password and soc.2008.masterpassword file | diff | annotate
Mon, 31 Oct 2011 03:11:52 +0000 Elliott Sales de Andrade Remove deprecated API since we're targeting 3.0.0 here. Don't mind the soc.2008.masterpassword file | diff | annotate
Sun, 30 Oct 2011 21:53:14 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head e275f5e7b257ee56363a918879d8af746c519d8d) soc.2008.masterpassword file | diff | annotate
Sat, 29 Aug 2009 01:11:36 +0000 Paul Aurich Make all the prpls build. soc.2008.masterpassword file | diff | annotate
Sun, 17 Aug 2008 01:28:28 +0000 Vivien Bernet-Rollande Wrote a caching system that uses account->password to store password. soc.2008.masterpassword file | diff | annotate
Fri, 15 Aug 2008 03:39:45 +0000 Vivien Bernet-Rollande Changed most of the account_get_password() calls to the async function. soc.2008.masterpassword file | diff | annotate
Sun, 05 May 2013 14:59:11 +0200 Tomasz Wasilczyk ciphers cleanup: salt and digest lengths file | diff | annotate
Sun, 05 May 2013 13:15:07 +0200 Tomasz Wasilczyk ciphers cleanup: passing keys with length by default file | diff | annotate
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error file | diff | annotate
Mon, 01 Nov 2010 03:40:14 +0000 Eion Robb jabber: Add abstraction functions for adding/removing auth mechs. Closes #12715 file | diff | annotate
Tue, 31 Aug 2010 02:52:28 +0000 Paul Aurich jabber: Slight improvements to the stream ID fix file | diff | annotate
Tue, 31 Aug 2010 02:28:05 +0000 Paul Aurich jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settings file | diff | annotate
Mon, 23 Aug 2010 01:41:31 +0000 Elliott Sales de Andrade Standardize on "cancelled". file | diff | annotate
Fri, 28 May 2010 00:26:44 +0000 Mark Doliner Remove unnecessary check file | diff | annotate
Sat, 01 May 2010 18:09:16 +0000 Paul Aurich jabber: I never understood why this was in auth.c anyway... file | diff | annotate
Sun, 18 Apr 2010 20:12:32 +0000 Paul Aurich jabber: --more leaks file | diff | annotate
Mon, 22 Mar 2010 21:34:17 +0000 Marcus Lundblad jabber: Validate the hash on incoming BoB objects (in case the CID is on the file | diff | annotate
Wed, 13 Jan 2010 03:13:26 +0000 Paul Aurich Cyrus may not have anything (yet) if it's waiting for a callback or something. file | diff | annotate
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) cpw.darkrain42.xmpp.scram file | diff | annotate
Tue, 01 Dec 2009 07:32:53 +0000 Paul Aurich Let's try a more complex set of return states / values for auth mechs. cpw.darkrain42.xmpp.scram file | diff | annotate
Fri, 27 Nov 2009 20:41:22 +0000 Paul Aurich jabber: Use NS_XMPP_SASL cpw.darkrain42.xmpp.scram file | diff | annotate
Mon, 09 Nov 2009 03:42:26 +0000 Paul Aurich jabber: Complete (though untested) SCRAM implementation. cpw.darkrain42.xmpp.scram file | diff | annotate
Sat, 07 Nov 2009 06:55:55 +0000 Paul Aurich Speilling! cpw.darkrain42.xmpp.scram file | diff | annotate
Sat, 07 Nov 2009 06:42:48 +0000 Paul Aurich jabber: Oops, re-enable DIGEST-MD5 (I was testing PLAIN). cpw.darkrain42.xmpp.scram file | diff | annotate
Sat, 07 Nov 2009 06:41:33 +0000 Paul Aurich jabber: Use accessors instead of directly accessing gc->account (and similar) cpw.darkrain42.xmpp.scram file | diff | annotate
Sat, 07 Nov 2009 06:10:17 +0000 Paul Aurich jabber: Factor the SASL auth methods into their own files. cpw.darkrain42.xmpp.scram file | diff | annotate
Fri, 06 Nov 2009 09:57:49 +0000 Paul Aurich Hmm, I think I'm reaching diminishing returns. file | diff | annotate
Fri, 06 Nov 2009 09:30:40 +0000 Paul Aurich jabber: These uses of strlen() are unnecessary. file | diff | annotate
Fri, 06 Nov 2009 09:16:01 +0000 Paul Aurich jabber: If it should never happen, we certainly should never keep going in the function! file | diff | annotate
Fri, 06 Nov 2009 08:55:36 +0000 Paul Aurich jabber: Fix a few places where the default for require_tls was wrong. file | diff | annotate
Fri, 06 Nov 2009 08:47:28 +0000 Paul Aurich jabber: Use purple_strequal to simplify some auth code file | diff | annotate
Fri, 06 Nov 2009 08:39:49 +0000 Paul Aurich jabber: Convert to purple_debug_* convenience functions. file | diff | annotate
Thu, 24 Sep 2009 16:38:49 +0000 Paul Aurich jabber: Always require a resource when starting Legacy IQ Auth. file | diff | annotate
Tue, 25 Aug 2009 16:38:18 +0000 Paul Aurich jabber: Fix using BOSH and legacy auth together. Closes #9990. file | diff | annotate
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl. file | diff | annotate
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages file | diff | annotate
Mon, 06 Jul 2009 06:03:20 +0000 Mark Doliner Non localizable string?! Non! file | diff | annotate
Mon, 06 Jul 2009 05:50:43 +0000 Mark Doliner Change strings in libpurple/protocols/jabber/auth.c and util.c a little bit file | diff | annotate
Tue, 23 Jun 2009 06:45:21 +0000 Paul Aurich Only append ,charset=utf-8 for DIGEST-MD5. This should fix comment 2 on Adium#12429. file | diff | annotate
Fri, 05 Jun 2009 19:14:20 +0000 Paul Aurich Typo. file | diff | annotate
Fri, 05 Jun 2009 07:02:16 +0000 Paul Aurich Set charset=utf-8 when cyrus sasl doesn't include it. file | diff | annotate
(0) -100 -60 tip

mercurial