Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 2003-06-27 | 1 | -0/+6 |
| | |||||
* | A small step for GnuPG but a huge leap for error codes. | Werner Koch | 2003-06-05 | 1 | -177/+57 |
| | | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.) | ||||
* | * util.h (fopencokokie): Removed prototype and struct. | Werner Koch | 2003-04-29 | 1 | -1/+1 |
| | | | | | * maperror.c: Use system assuan.h | ||||
* | Renamed an error code. | Werner Koch | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | * maperror.c (map_to_assuan_status): Map more errorcodes to Bad | Werner Koch | 2002-06-28 | 1 | -0/+6 |
| | | | | | Certificate. | ||||
* | * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available. | Werner Koch | 2002-06-26 | 1 | -0/+3 |
| | |||||
* | Various changes. | Werner Koch | 2002-06-12 | 1 | -1/+4 |
| | |||||
* | * import.c (gpgsm_import): Try to identify the type of input and | Werner Koch | 2002-05-21 | 1 | -2/+28 |
| | | | | | | | | | | 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. | ||||
* | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 2002-02-28 | 1 | -1/+5 |
| | | | | | no real code yet. | ||||
* | More error codes | Werner Koch | 2002-02-18 | 1 | -0/+18 |
| | |||||
* | More error codes and mappings | Werner Koch | 2002-01-19 | 1 | -0/+3 |
| | |||||
* | * 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/+52 |
| | |||||
* | * maperror.c (map_gcry_err): Add some mappings. | Werner Koch | 2001-12-20 | 1 | -0/+40 |
| | |||||
* | More error codes | Werner Koch | 2001-12-06 | 1 | -0/+2 |
| | |||||
* | New error codes and another mapping fnc. | Werner Koch | 2001-12-05 | 1 | -1/+23 |
| | |||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -0/+85 |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. |