aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1-4-2'.Repo Admin2005-07-261-58/+0
|
* * simple-pwquery.c, simple-pwquery.h: New; moved from ../agent.Werner Koch2003-07-161-1/+6
| | | | | * Makefile.am (libsimple_pwquery_a_LIBADD): New.
* Minor changes to make make dist work correctly.Werner Koch2003-07-041-1/+0
|
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-0/+4
| | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
* A small step for GnuPG but a huge leap for error codes.Werner Koch2003-06-051-5/+3
| | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
* Renamed an error code.Werner Koch2002-08-161-1/+1
|
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-091-1/+3
|
* Various changes.Werner Koch2002-06-121-3/+4
|
* * no-pth.c, Makefile.am: Removed.Werner Koch2002-05-231-1/+0
| | | | | | | | | | | | * call-scd.c: Seirialized all scdaeom access when using Pth. * cache.c: Made the cache Pth-thread-safe. (agent_unlock_cache_entry): New. * findkey.c (unprotect): Unlock the returned cache value. * command.c (cmd_get_passphrase): Ditto. * gpg-agent.c (main): Register pth_read/write with Assuan.
* 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.