Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (map_assuan_err): Prepared for a new error code. | Werner Koch | 2003-12-23 | 1 | -0/+4 |
| | |||||
* | * gettime.c (asctimestamp): Add a note on a non-avoidable gcc warning. | Werner Koch | 2003-12-17 | 1 | -0/+9 |
| | | | | | | | | * util.h [!HAVE_VASPRINTF]: Add printf format attribute to the replacement function. * miscellaneous.c (xasprintf): New. | ||||
* | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 2003-11-17 | 1 | -0/+2 |
| | |||||
* | Removed. | Werner Koch | 2003-11-14 | 1 | -0/+4 |
| | |||||
* | (vasprintf): Also fixed the prototype. | Werner Koch | 2003-11-13 | 1 | -0/+2 |
| | |||||
* | (vasprintf): ARGS should not be a pointer. Fixed | Werner Koch | 2003-11-13 | 1 | -0/+5 |
| | | | | | segv on Solaris. Reported by Andrew J. Schorr. | ||||
* | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 2003-11-12 | 1 | -0/+4 |
| | |||||
* | * util.h (gnupg_isotime_t): New. | Werner Koch | 2003-10-31 | 1 | -0/+7 |
| | | | | | | | (gnupg_copy_time): New. * gettime.c (gnupg_get_isotime): New. | ||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -0/+8 |
| | |||||
* | (tty_fprintf): New. | Werner Koch | 2003-09-18 | 1 | -0/+6 |
| | | | | | | (tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*. | ||||
* | 2003-08-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2003-08-20 | 1 | -0/+5 |
| | | | | | | * maperror.c (map_ksba_err): Map -1. Use gpg_err_make to set the error source. | ||||
* | *** empty log message *** | Timo Schulz | 2003-08-14 | 1 | -1/+1 |
| | |||||
* | 2003-08-14 Timo Schulz <[email protected]> | Timo Schulz | 2003-08-14 | 1 | -0/+4 |
| | | | | | * dlfcn.h. New. W32 wrapper around the dynload mechanism. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+219 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -139/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | 2002-09-04 Neal H. Walfield <[email protected]> | Neal Walfield | 2002-09-05 | 1 | -0/+6 |
| | | | | | | | * vasprintf.c (vasprintf) [va_copy]: Use va_copy. [!va_copy && __va_copy]: Use __va_copy. [!va_copy && !__va_copy]: Only now fall back to using memcpy. | ||||
* | * errors.h: Added STATUS_IMPORT_PROBLEM. | Werner Koch | 2002-08-21 | 1 | -0/+4 |
| | |||||
* | * vasprintf.c: Hack to handle NULL for %s. | Werner Koch | 2002-08-21 | 1 | -0/+4 |
| | |||||
* | * signal.c: New. Taken from GnuPG 1.1.91. | Werner Koch | 2002-08-09 | 1 | -0/+9 |
| | |||||
* | * fseeko.c, ftello.c: New. | Werner Koch | 2002-07-22 | 1 | -0/+4 |
| | | | | | * configure.ac: Check for ftello and provide a replacement. | ||||
* | * maperror.c (map_to_assuan_status): Map more errorcodes to Bad | Werner Koch | 2002-06-28 | 1 | -0/+5 |
| | | | | | Certificate. | ||||
* | * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available. | Werner Koch | 2002-06-26 | 1 | -0/+4 |
| | |||||
* | Various changes. | Werner Koch | 2002-06-12 | 1 | -0/+12 |
| | |||||
* | * no-pth.c, Makefile.am: Removed. | Werner Koch | 2002-05-23 | 1 | -0/+4 |
| | | | | | | | | | | | | * 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. | ||||
* | * mkdtemp.c: Replaced byte by unsigned char because it is no longer | Werner Koch | 2002-05-22 | 1 | -0/+5 |
| | | | | | defined in gcrypt.h. | ||||
* | * import.c (gpgsm_import): Try to identify the type of input and | Werner Koch | 2002-05-21 | 1 | -0/+5 |
| | | | | | | | | | | handle certs-only messages. * maperror.c (map_gcry_err): Add libgcrypt's new S-expression errors. (map_ksba_err): Add a few mappings. * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2. | ||||
* | sm/ | Werner Koch | 2002-05-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * 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/ | ||||
* | * errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.NEWPG-0-3-6 | Werner Koch | 2002-05-03 | 1 | -0/+4 |
| | |||||
* | * cryptmiss.c: New. | Werner Koch | 2002-04-15 | 1 | -0/+4 |
| | |||||
* | More error codes | Werner Koch | 2002-02-18 | 1 | -0/+4 |
| | |||||
* | * fopencookie.c: Dummy function. | Werner Koch | 2002-02-12 | 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. | ||||
* | * mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt. | Werner Koch | 2002-01-23 | 1 | -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 with | Werner Koch | 2002-01-19 | 1 | -0/+6 |
| | | | | | | the OpenPGP stuff removed. * sysutils.h: New. | ||||
* | * maperror.c: Add mapping for Not_Trusted. | Werner Koch | 2002-01-15 | 1 | -0/+4 |
| | |||||
* | * maperror.c (map_assuan_err): Codes for CRL | Werner Koch | 2002-01-11 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Werner Koch | 2002-01-10 | 1 | -1/+10 |
| | |||||
* | * maperror.c (map_gcry_err): Add some mappings. | Werner Koch | 2001-12-20 | 1 | -0/+4 |
| | |||||
* | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2001-12-18 | 1 | -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 Koch | 2001-12-14 | 1 | -0/+17 |
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. |