log libpurple/cipher.c @ 30680:690bd42ce0ea

age author description
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.')