Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Preparing for a release | Werner Koch | 2004-03-06 | 1 | -1/+2 | |
| | ||||||
* | minor cleanups | Werner Koch | 2004-02-12 | 1 | -2/+1 | |
| | ||||||
* | New. Based on code from ../sm/base64.c. | Werner Koch | 2004-02-10 | 1 | -0/+1 | |
| | ||||||
* | 2004-01-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-01-30 | 1 | -0/+1 | |
| | | | | | | | | * Makefile.am (libcommon_a_SOURCES): Add xasprintf.c. * miscellaneous.c (xasprintf): Moved to ... * xasprintf (xasprintf): ... here. New file. This allows to use xasprintf without sucking in gpg-error. | |||||
* | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 2004-01-27 | 1 | -0/+1 | |
| | | | | | smartcard applications. | |||||
* | Removed. | Werner Koch | 2003-11-14 | 1 | -1/+0 | |
| | ||||||
* | Add 'dynload.h' to Makefile.am. | Timo Schulz | 2003-08-14 | 1 | -1/+2 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+58 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -52/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | Renamed an error code. | Werner Koch | 2002-08-16 | 1 | -1/+1 | |
| | ||||||
* | * signal.c: New. Taken from GnuPG 1.1.91. | Werner Koch | 2002-08-09 | 1 | -1/+3 | |
| | ||||||
* | Various changes. | Werner Koch | 2002-06-12 | 1 | -3/+4 | |
| | ||||||
* | * no-pth.c, Makefile.am: Removed. | Werner Koch | 2002-05-23 | 1 | -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 Koch | 2002-05-14 | 1 | -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 Koch | 2002-04-15 | 1 | -1/+2 | |
| | ||||||
* | * fopencookie.c: Dummy function. | Werner Koch | 2002-02-12 | 1 | -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 Koch | 2002-01-23 | 1 | -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 with | Werner Koch | 2002-01-19 | 1 | -1/+2 | |
| | | | | | | the OpenPGP stuff removed. * sysutils.h: New. | |||||
* | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2001-12-18 | 1 | -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 error | Werner Koch | 2001-11-24 | 1 | -0/+35 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. |