summaryrefslogtreecommitdiff
path: root/lib/gc-gnulib.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-139/+139
* gc-libgcrypt.c, gc-gnulib.c: Change copyright to FSF.Simon Josefsson2009-08-021-1/+2
* lib/gc-gnulib.c: Indentation cleanup. Add some comments regarding Windows cr...Simon Josefsson2008-08-191-16/+30
* Windows initialization fixes, tiny change from Adam Strzelecki <ono@java.pl>.Simon Josefsson2008-08-191-1/+9
* Fix compilation error on mingw.Bruno Haible2008-04-211-0/+1
* Make gc_random work under Windows.Simon Josefsson2008-04-111-1/+32
* Remove useless "if" tests before free. Deprecate "free" module.Jim Meyering2008-03-021-2/+1
* (gc_hash_open): Catch NULL calloc return value.Simon Josefsson2007-09-131-0/+2
* * lib/quotearg.c: Include <wctype.h> early, before the definition ofPaul Eggert2007-03-151-4/+4
* New module 'fchdir'.Bruno Haible2007-01-141-0/+5
* Move module indicator macros from *.m4 files to the module descriptions.Bruno Haible2007-01-081-60/+60
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-3/+1
* * gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.Ralf Wildenhues2006-09-221-1/+1
* Fix gc-random module.Simon Josefsson2006-03-081-0/+3
* Split off gc-random from gc, and only warn on missing devices.Simon Josefsson2006-03-071-7/+13
* * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.Simon Josefsson2005-10-281-0/+2
* Add MD2 and hash fixes.Simon Josefsson2005-10-281-0/+234
* * gc-gnulib.c: Support ARCTWO in CBC mode.Simon Josefsson2005-10-211-2/+56
* Use "" instead of <> for gc.h include, from Bruno.Simon Josefsson2005-10-211-1/+1
* Add des, des-tests, gc-des, gc-des-tests modules.Simon Josefsson2005-10-211-0/+41
* Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.Simon Josefsson2005-10-211-0/+37
* Add gc-arcfour and gc-arcfour-tests modules.Simon Josefsson2005-10-191-0/+44
* Add gc-rijndael and gc-rijndael-tests modules.Simon Josefsson2005-10-191-0/+214
* Add gc-md4 and gc-md4-tests modules.Simon Josefsson2005-10-181-0/+18
* * gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,Simon Josefsson2005-10-121-15/+15
* Add gc-hmac-sha1.Simon Josefsson2005-10-121-0/+10
* Add gc-sha1 module.Simon Josefsson2005-10-121-0/+18
* Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.Simon Josefsson2005-10-121-2/+12
* * gc-libgcrypt.c (gc_md5): Fix assert call.Simon Josefsson2005-10-121-1/+1
* 2005-10-08 Simon Josefsson <jas@extundo.com>Simon Josefsson2005-10-081-6/+22
* Add generic crypto module.Simon Josefsson2005-10-081-0/+153