log lib/gc-gnulib.c @ 40057:b06060465f09

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Thu, 03 May 2018 23:09:42 +0200 Bruno Haible Simplify code. Drop support for Borland C++ on Windows.
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Tue, 21 Nov 2017 00:11:14 +0100 Bruno Haible crypto/gc-sm3: Fix buffer overrun.
Sat, 28 Oct 2017 23:58:20 -0400 Jia Zhang New module: crypto/gc-sm3
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Sat, 07 Feb 2015 15:09:00 -0800 Paul Eggert crypto/gc: fix a -Wswitch warning
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Thu, 22 May 2014 00:05:01 -0700 Paul Eggert fchdir: port 'open' and 'close' redefinitions to AIX 7.1
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Mon, 26 Aug 2013 21:31:15 +0200 Simon Josefsson gc: support HMAC-SHA256 and HMAC-SHA512.
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 02 Aug 2009 22:23:56 +0200 Simon Josefsson gc-libgcrypt.c, gc-gnulib.c: Change copyright to FSF.
Tue, 19 Aug 2008 17:58:08 +0200 Simon Josefsson lib/gc-gnulib.c: Indentation cleanup. Add some comments regarding Windows crypto stuff, from Mono.
Tue, 19 Aug 2008 17:02:58 +0200 Simon Josefsson Windows initialization fixes, tiny change from Adam Strzelecki <ono@java.pl>.
Mon, 21 Apr 2008 23:45:08 +0200 Bruno Haible Fix compilation error on mingw.
Fri, 11 Apr 2008 09:16:11 +0200 Simon Josefsson Make gc_random work under Windows.
Mon, 18 Feb 2008 14:12:07 +0100 Jim Meyering Remove useless "if" tests before free. Deprecate "free" module.
Thu, 13 Sep 2007 11:53:38 +0000 Simon Josefsson (gc_hash_open): Catch NULL calloc return value.
Thu, 15 Mar 2007 22:58:36 +0000 Paul Eggert * lib/quotearg.c: Include <wctype.h> early, before the definition of
Sun, 14 Jan 2007 11:32:10 +0000 Bruno Haible New module 'fchdir'.
Mon, 08 Jan 2007 20:48:03 +0000 Bruno Haible Move module indicator macros from *.m4 files to the module descriptions.
Sun, 29 Oct 2006 21:52:55 +0000 Eric Blake * lib/arcfour.c: Assume config.h.
Fri, 22 Sep 2006 16:54:11 +0000 Ralf Wildenhues * gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
Wed, 08 Mar 2006 13:40:30 +0000 Simon Josefsson Fix gc-random module.
Tue, 07 Mar 2006 13:17:10 +0000 Simon Josefsson Split off gc-random from gc, and only warn on missing devices.
Fri, 28 Oct 2005 12:13:27 +0000 Simon Josefsson * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
Fri, 28 Oct 2005 12:09:31 +0000 Simon Josefsson Add MD2 and hash fixes.
Fri, 21 Oct 2005 13:39:43 +0000 Simon Josefsson * gc-gnulib.c: Support ARCTWO in CBC mode.
Fri, 21 Oct 2005 12:56:13 +0000 Simon Josefsson Use "" instead of <> for gc.h include, from Bruno.
Fri, 21 Oct 2005 12:28:18 +0000 Simon Josefsson Add des, des-tests, gc-des, gc-des-tests modules.
Fri, 21 Oct 2005 12:03:17 +0000 Simon Josefsson Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Wed, 19 Oct 2005 15:40:26 +0000 Simon Josefsson Add gc-arcfour and gc-arcfour-tests modules.
Wed, 19 Oct 2005 14:54:32 +0000 Simon Josefsson Add gc-rijndael and gc-rijndael-tests modules.
Tue, 18 Oct 2005 23:35:50 +0000 Simon Josefsson Add gc-md4 and gc-md4-tests modules.
Wed, 12 Oct 2005 11:57:13 +0000 Simon Josefsson * gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
Wed, 12 Oct 2005 09:28:48 +0000 Simon Josefsson Add gc-hmac-sha1.
Wed, 12 Oct 2005 01:42:54 +0000 Simon Josefsson Add gc-sha1 module.
Wed, 12 Oct 2005 01:09:32 +0000 Simon Josefsson Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Wed, 12 Oct 2005 00:23:38 +0000 Simon Josefsson * gc-libgcrypt.c (gc_md5): Fix assert call.
Sat, 08 Oct 2005 09:26:59 +0000 Simon Josefsson 2005-10-08 Simon Josefsson <jas@extundo.com>
Sat, 08 Oct 2005 08:33:07 +0000 Simon Josefsson Add generic crypto module.