aboutsummaryrefslogtreecommitdiffstats
path: root/common/maperror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch2003-06-271-0/+6
|
* A small step for GnuPG but a huge leap for error codes.Werner Koch2003-06-051-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 Koch2003-04-291-1/+1
| | | | | * maperror.c: Use system assuan.h
* Renamed an error code.Werner Koch2002-08-161-1/+1
|
* * maperror.c (map_to_assuan_status): Map more errorcodes to BadWerner Koch2002-06-281-0/+6
| | | | | Certificate.
* * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available.Werner Koch2002-06-261-0/+3
|
* Various changes.Werner Koch2002-06-121-1/+4
|
* * import.c (gpgsm_import): Try to identify the type of input andWerner Koch2002-05-211-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 isWerner Koch2002-02-281-1/+5
| | | | | no real code yet.
* More error codesWerner Koch2002-02-181-0/+18
|
* More error codes and mappingsWerner Koch2002-01-191-0/+3
|
* * 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/+52
|
* * maperror.c (map_gcry_err): Add some mappings.Werner Koch2001-12-201-0/+40
|
* More error codesWerner Koch2001-12-061-0/+2
|
* New error codes and another mapping fnc.Werner Koch2001-12-051-1/+23
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-0/+85
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.