aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* sm/Werner Koch2002-05-141-1/+2
| | | | | | | | | | | | | | * gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/
* * cryptmiss.c: New.Werner Koch2002-04-151-1/+2
|
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-1/+2
| | | | | | | | * 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/+1
| | | | | | * 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-1/+2
| | | | | | the OpenPGP stuff removed. * sysutils.h: New.
* * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2001-12-181-0/+10
| | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+35
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.