Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-05-03 | * errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.NEWPG-0-3-6 | Werner Koch | 1 | -0/+4 | |
2002-04-15 | * cryptmiss.c: New. | Werner Koch | 1 | -0/+4 | |
2002-02-18 | More error codes | Werner Koch | 1 | -0/+4 | |
2002-02-12 | * fopencookie.c: Dummy function. | Werner Koch | 1 | -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. | |||||
2002-01-23 | * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt. | Werner Koch | 1 | -0/+4 | |
* configure.ac (mkdtemp): See whether we have to provide a replacement. | |||||
2002-01-19 | * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with | Werner Koch | 1 | -0/+6 | |
the OpenPGP stuff removed. * sysutils.h: New. | |||||
2002-01-15 | * maperror.c: Add mapping for Not_Trusted. | Werner Koch | 1 | -0/+4 | |
2002-01-11 | * maperror.c (map_assuan_err): Codes for CRL | Werner Koch | 1 | -0/+4 | |
2002-01-10 | *** empty log message *** | Werner Koch | 1 | -1/+10 | |
2001-12-20 | * maperror.c (map_gcry_err): Add some mappings. | Werner Koch | 1 | -0/+4 | |
2001-12-18 | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 1 | -0/+4 | |
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | |||||
2001-12-14 | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 1 | -14/+8 | |
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. | |||||
2001-12-13 | * keybox-search.c (blob_cmp_name): Kludge to allow searching for | Werner Koch | 1 | -0/+23 | |
more than one name. (has_subject_or_alt): New. (blob_cmp_mail): New. (has_mail): New. (keybox_search): Implemented exact search and exact mail search. * kbx/keybox-blob.c (_keybox_create_x509_blob): Insert alternate names. |