aboutsummaryrefslogtreecommitdiffstats
path: root/common/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1-4-2'.Repo Admin2005-07-261-219/+0
|
* * simple-pwquery.c, simple-pwquery.h: New; moved from ../agent.Werner Koch2003-07-161-0/+5
| | | | | * Makefile.am (libsimple_pwquery_a_LIBADD): New.
* Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch2003-06-271-0/+4
|
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-1/+36
| | | | | | | | | | | 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-0/+17
| | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
* * util.h (fopencokokie): Removed prototype and struct.Werner Koch2003-04-291-0/+8
| | | | | * maperror.c: Use system assuan.h
* Updated from latest NewPG projectWerner Koch2003-01-091-0/+11
|
* 2002-09-04 Neal H. Walfield <[email protected]>Neal Walfield2002-09-051-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 Koch2002-08-211-0/+4
|
* * vasprintf.c: Hack to handle NULL for %s.Werner Koch2002-08-211-0/+4
|
* * signal.c: New. Taken from GnuPG 1.1.91.Werner Koch2002-08-091-0/+9
|
* * fseeko.c, ftello.c: New.Werner Koch2002-07-221-0/+4
| | | | | * configure.ac: Check for ftello and provide a replacement.
* * maperror.c (map_to_assuan_status): Map more errorcodes to BadWerner Koch2002-06-281-0/+5
| | | | | Certificate.
* * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available.Werner Koch2002-06-261-0/+4
|
* Various changes.Werner Koch2002-06-121-0/+12
|
* * no-pth.c, Makefile.am: Removed.Werner Koch2002-05-231-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 longerWerner Koch2002-05-221-0/+5
| | | | | defined in gcrypt.h.
* * import.c (gpgsm_import): Try to identify the type of input andWerner Koch2002-05-211-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 Koch2002-05-141-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-6Werner Koch2002-05-031-0/+4
|
* * cryptmiss.c: New.Werner Koch2002-04-151-0/+4
|
* More error codesWerner Koch2002-02-181-0/+4
|
* * fopencookie.c: Dummy function.Werner Koch2002-02-121-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 Koch2002-01-231-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 withWerner Koch2002-01-191-0/+6
| | | | | | the OpenPGP stuff removed. * sysutils.h: New.
* * maperror.c: Add mapping for Not_Trusted.Werner Koch2002-01-151-0/+4
|
* * maperror.c (map_assuan_err): Codes for CRLWerner Koch2002-01-111-0/+4
|
* *** empty log message ***Werner Koch2002-01-101-1/+10
|
* * maperror.c (map_gcry_err): Add some mappings.Werner Koch2001-12-201-0/+4
|
* * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2001-12-181-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 Koch2001-12-141-0/+17
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.