aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-0/+9
| | | | | | | | * vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
* * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch2002-01-231-0/+4
| | | | | | * configure.ac (mkdtemp): See whether we have to provide a replacement.
* * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch2002-01-191-0/+6
| | | | | | the OpenPGP stuff removed. * sysutils.h: New.
* * maperror.c: Add mapping for Not_Trusted.Werner Koch2002-01-151-0/+4
|
* * maperror.c (map_assuan_err): Codes for CRLWerner Koch2002-01-111-0/+4
|
* *** empty log message ***Werner Koch2002-01-101-1/+10
|
* * maperror.c (map_gcry_err): Add some mappings.Werner Koch2001-12-201-0/+4
|
* * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2001-12-181-0/+4
| | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-0/+17
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.