summaryrefslogtreecommitdiff
path: root/libpurple/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523.Paul Aurich2009-10-261-4/+0
* Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.Paul Aurich2009-08-021-2/+0
* Elliott's code looks nicer.Paul Aurich2009-07-051-15/+7
* Use glib's SHA1, SHA256, and MD5 implementations when available (glib 2.16)Paul Aurich2009-07-041-21/+255
* Increase the logging level of some debugging messages that seemed to be aMauro Brasil2009-07-021-16/+16
* An implementation of SHA-256. Created by copying libpurple's SHA-1Mark Doliner2009-06-231-0/+256
* Remove trailing whitespaceMark Doliner2009-01-261-9/+9
* Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-10/+10
* This check is duplicated three lines above. It was probably intendedMark Doliner2008-07-161-1/+0
* Squash some compiler warnings, some from my -Wstrict-prototypes fixing.Richard Laager2008-01-051-1/+1
* HMAC digest support from Elliott Sales de AndradeElliott Sales de Andrade2007-12-201-23/+269
* Triple DES cipher support from Elliott Sales de AndradeElliott Sales de Andrade2007-12-201-24/+447
* Patch from Andrew Gaul to constify a bunch of static variables to reduceKa-Hing Cheung2007-10-261-11/+11
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')Sadrul Habib Chowdhury2007-09-051-4/+4
* applied changes from 1b8a743d0ceb3c6001759d26d228c36825c8ad63William Ehlhardt2007-05-301-5/+5
* Replace strcasecmp() calls with glib equivalents.Richard Laager2007-05-141-8/+8
* Add padding to the RC4Ops struct to fix a compiler warning.Richard Laager2007-05-111-1/+7
* RC4 support to libpurple's cipher.c.Jeff Connelly2007-05-101-0/+164
* I _think_ this is it for libpurple's padding...Gary Kramlich2007-04-301-4/+28
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-237/+237
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+1953