log libpurple/cipher.c @ 32769:d9d55a03ec7b

age author description
2011-02-17 Gary Kramlich Fixed a typo
2011-02-17 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
2011-02-14 Gary Kramlich broke des and des3 out to ciphers/des.c
2011-02-14 Gary Kramlich Moved sha256 to the sub library
2011-02-14 Gary Kramlich Moved rc4 to the ciphers sublibrary
2011-02-14 Gary Kramlich Broke sha1 out
2011-02-14 Gary Kramlich Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c
2011-02-14 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
2011-02-04 julia Fix a potential information leak in cipher.c.
2009-10-26 Paul Aurich cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523.
2009-08-02 Paul Aurich Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.
2009-07-05 Paul Aurich Elliott's code looks nicer.
2009-07-04 Paul Aurich Use glib's SHA1, SHA256, and MD5 implementations when available (glib 2.16)
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-06-23 Mark Doliner An implementation of SHA-256. Created by copying libpurple's SHA-1
2009-01-26 Mark Doliner Remove trailing whitespace
2009-01-06 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
2008-07-16 Mark Doliner This check is duplicated three lines above. It was probably intended
2008-01-05 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
2007-12-20 Elliott Sales de Andrade HMAC digest support from Elliott Sales de Andrade
2007-12-20 Elliott Sales de Andrade Triple DES cipher support from Elliott Sales de Andrade
2007-10-26 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-05 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
2007-06-18 Jeffrey Connelly explicit merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
2007-05-30 William Ehlhardt applied changes from b0f6005b1330af13bce0bcb189a2c887036b5ea3
2007-06-01 Jeffrey Connelly merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'
2007-06-01 Jeffrey Connelly disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'
2007-06-01 Jeffrey Connelly Remove erroroneous duplicate RC4 implementation.
2007-05-30 Jeffrey Connelly explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589'
2007-05-14 Richard Laager Replace strcasecmp() calls with glib equivalents.
2007-05-11 Richard Laager Add padding to the RC4Ops struct to fix a compiler warning.
2007-05-10 Jeffrey Connelly RC4 support to libpurple's cipher.c.
2007-05-01 Jeffrey Connelly explicit merge of '92e787fa231318dd21ddc9dd68f17b636033b13e'
2007-04-30 Gary Kramlich I _think_ this is it for libpurple's padding...
2007-04-25 Jeffrey Connelly Add rc4_get_key_size, to match purple_cipher_context_get_option(ctx, "key_len")
2007-04-25 Jeffrey Connelly RC4 support in cipher.c - patch from Nathan Peterson (uvwarning)
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/