| Mon, 12 Dec 2022 23:41:40 -0600 |
Elliott Sales de Andrade |
Bump C standard to C99 for XMPP and fix warnings
|
file |
diff |
annotate
|
| Wed, 02 Jun 2021 17:59:31 -0500 |
Gary Kramlich |
Fix some issues scanbuild found in the xmpp protocol plugin
release-2.x.y
|
file |
diff |
annotate
|
| Thu, 11 Feb 2021 23:56:36 -0600 |
Gary Kramlich |
Remove a lookup table that is no longer used
release-2.x.y
|
file |
diff |
annotate
|
| Fri, 01 May 2020 12:13:35 -0500 |
Gary Kramlich |
Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h
|
file |
diff |
annotate
|
| Fri, 01 May 2020 04:42:52 -0500 |
Gary Kramlich |
move all protocols, purple plugins, and purple tests to use purple.h instead of including files individually
|
file |
diff |
annotate
|
| Thu, 04 Jan 2018 22:39:03 -0600 |
Gary Kramlich |
Remove all #if 0's from the prpls
|
file |
diff |
annotate
|
| Mon, 12 Jun 2017 17:48:37 -0300 |
dx |
Merge release-2.x.y into default
|
file |
diff |
annotate
|
| Thu, 01 Jun 2017 19:59:58 -0500 |
Mike Ruprecht |
Remove purple_base64_encode/decode() wrappers
|
file |
diff |
annotate
|
| Tue, 04 Oct 2016 13:48:33 -0500 |
Mike Ruprecht |
jabber: Use correct variable type for SCRAM auth HMAC code.
|
file |
diff |
annotate
|
| Thu, 29 Sep 2016 20:09:36 -0500 |
Mike Ruprecht |
jabber: Port to use GHmac instead of PurpleHMACCipher
|
file |
diff |
annotate
|
| Wed, 12 Apr 2017 01:44:03 -0300 |
dx |
jabber/auth_scram: prefix the names of the 'hmac' and 'hash' functions
release-2.x.y
|
file |
diff |
annotate
|
| Sun, 07 Dec 2014 12:07:34 +0100 |
Tomasz Wasilczyk |
Remove some dead code
|
file |
diff |
annotate
|
| Thu, 13 Nov 2014 01:06:59 -0500 |
Elliott Sales de Andrade |
Merge with release-2.x.y
|
file |
diff |
annotate
|
| Thu, 13 Nov 2014 00:56:55 -0500 |
Elliott Sales de Andrade |
Remove -Wno-sign-compare and backport fixes from default.
release-2.x.y
|
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
|
| Thu, 22 Aug 2013 01:35:32 +0530 |
Ankit Vani |
Merged default branch
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
|
| Wed, 21 Aug 2013 14:59:29 +0200 |
Tomasz Wasilczyk |
Fix most of libpurple warnings about -Wsign-compare
|
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
|
| Sat, 26 Jan 2013 03:27:54 -0500 |
Elliott Sales de Andrade |
Fix a leak in Jabber auth.
|
file |
diff |
annotate
|
| Thu, 24 Feb 2011 18:01:46 +0000 |
Paul Aurich |
jabber: Oops. Clearly the wrong escape sequence here for ','.
|
file |
diff |
annotate
|
| Fri, 21 May 2010 03:26:15 +0000 |
Paul Aurich |
jabber: Fix a case where a broken server would hang the connection.
|
file |
diff |
annotate
|
| Thu, 29 Apr 2010 04:06:07 +0000 |
Paul Aurich |
jabber: This is waaaaay more verbose, but has a hope of being approachable.
|
file |
diff |
annotate
|
| Thu, 29 Apr 2010 03:57:14 +0000 |
Paul Aurich |
jabber: Check in some new strings under the freeze radar (no code yet).
|
file |
diff |
annotate
|
| Sun, 18 Apr 2010 20:12:32 +0000 |
Paul Aurich |
jabber: --more leaks
|
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
|
| Fri, 04 Dec 2009 05:07:26 +0000 |
Paul Aurich |
jabber: Ugh, make this C89-compliant. Bah.
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
|
| Tue, 01 Dec 2009 02:53:29 +0000 |
Paul Aurich |
jabber: Clean up the SCRAM code a little.
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Tue, 01 Dec 2009 00:30:22 +0000 |
Paul Aurich |
jabber: Should have looked for this function earlier.
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Mon, 30 Nov 2009 20:34:54 +0000 |
Paul Aurich |
jabber: Add SASLprep and the username substitution called for in draft-ietf-sasl-scram-10 5.1.
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
|
| Tue, 17 Nov 2009 21:37:14 +0000 |
Paul Aurich |
jabber: Interop with Prosody (via Tobias' code). Hooray!
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Tue, 17 Nov 2009 19:39:36 +0000 |
Paul Aurich |
jabber: Fix up the remaining issues and add a test case that interoperates with gsasl. Woot.
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Wed, 11 Nov 2009 20:32:09 +0000 |
Paul Aurich |
jabber: Handle the case where the server success-with-data is sent as a challenge/response pair.
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
|
| Sun, 08 Nov 2009 18:39:30 +0000 |
Paul Aurich |
Clean up the two temporary buffers.
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Sun, 08 Nov 2009 18:38:30 +0000 |
Paul Aurich |
How is it that there's no programmatic way to get the output size of the hash functions without resorting to a hardcoded table? Or did I miss something?
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Sun, 08 Nov 2009 06:06:54 +0000 |
Paul Aurich |
Fix the Hi() function and actually 'mtn add' the test file.
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|
| Sun, 08 Nov 2009 03:36:14 +0000 |
Paul Aurich |
jabber: Add the Hi() function (PBKDF2).
cpw.darkrain42.xmpp.scram
|
file |
diff |
annotate
|