log libpurple/cipher.c @ 32768:50cd80d3554e

age author description
Thu, 17 Feb 2011 00:43:09 +0000 Gary Kramlich Fixed a typo
Thu, 17 Feb 2011 00:42:53 +0000 Gary Kramlich Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files
Mon, 14 Feb 2011 06:51:10 +0000 Gary Kramlich broke des and des3 out to ciphers/des.c
Mon, 14 Feb 2011 06:20:59 +0000 Gary Kramlich Moved sha256 to the sub library
Mon, 14 Feb 2011 06:10:49 +0000 Gary Kramlich Moved rc4 to the ciphers sublibrary
Mon, 14 Feb 2011 06:05:29 +0000 Gary Kramlich Broke sha1 out
Mon, 14 Feb 2011 05:57:04 +0000 Gary Kramlich Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c
Mon, 14 Feb 2011 05:48:59 +0000 Gary Kramlich Created a new branch to break the ciphers out to their own files. Also I've now exposed purple_g_checksum_* if we're on glib >= 2.16.0
Fri, 04 Feb 2011 01:38:51 +0000 julia Fix a potential information leak in cipher.c.
Mon, 26 Oct 2009 03:53:17 +0000 Paul Aurich cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523.
Sun, 02 Aug 2009 05:04:41 +0000 Paul Aurich Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.
Sun, 05 Jul 2009 00:07:03 +0000 Paul Aurich Elliott's code looks nicer.
Sat, 04 Jul 2009 23:13:23 +0000 Paul Aurich Use glib's SHA1, SHA256, and MD5 implementations when available (glib 2.16)
Thu, 02 Jul 2009 04:26:00 +0000 mauro brasil Increase the logging level of some debugging messages that seemed to be a
Tue, 23 Jun 2009 18:03:48 +0000 Mark Doliner An implementation of SHA-256. Created by copying libpurple's SHA-1
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Wed, 16 Jul 2008 09:11:03 +0000 Mark Doliner This check is duplicated three lines above. It was probably intended
Sat, 05 Jan 2008 18:01:12 +0000 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
Thu, 20 Dec 2007 03:44:01 +0000 Elliott Sales de Andrade HMAC digest support from Elliott Sales de Andrade
Thu, 20 Dec 2007 03:40:56 +0000 Elliott Sales de Andrade Triple DES cipher support from Elliott Sales de Andrade
Fri, 26 Oct 2007 04:59:23 +0000 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Mon, 18 Jun 2007 01:48:35 +0000 Jeffrey Connelly explicit merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
Wed, 30 May 2007 03:57:31 +0000 William Ehlhardt applied changes from b0f6005b1330af13bce0bcb189a2c887036b5ea3
Fri, 01 Jun 2007 04:09:41 +0000 Jeffrey Connelly merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'
Fri, 01 Jun 2007 04:08:45 +0000 Jeffrey Connelly disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'
Fri, 01 Jun 2007 02:10:37 +0000 Jeffrey Connelly Remove erroroneous duplicate RC4 implementation.
Wed, 30 May 2007 02:56:25 +0000 Jeffrey Connelly explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589'
Mon, 14 May 2007 23:35:50 +0000 Richard Laager Replace strcasecmp() calls with glib equivalents.
Fri, 11 May 2007 16:39:34 +0000 Richard Laager Add padding to the RC4Ops struct to fix a compiler warning.
Thu, 10 May 2007 02:58:35 +0000 Jeffrey Connelly RC4 support to libpurple's cipher.c.
Tue, 01 May 2007 03:11:38 +0000 Jeffrey Connelly explicit merge of '92e787fa231318dd21ddc9dd68f17b636033b13e'
Mon, 30 Apr 2007 00:09:25 +0000 Gary Kramlich I _think_ this is it for libpurple's padding...
Wed, 25 Apr 2007 03:42:32 +0000 Jeffrey Connelly Add rc4_get_key_size, to match purple_cipher_context_get_option(ctx, "key_len")
Wed, 25 Apr 2007 03:14:11 +0000 Jeffrey Connelly RC4 support in cipher.c - patch from Nathan Peterson (uvwarning)
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/