Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed directories which are only used by the 1.9 branch | Werner Koch | 2005-07-27 | 1 | -209/+0 |
| | |||||
* | * command.c (cmd_pkauth): New. | Werner Koch | 2003-07-23 | 1 | -6/+41 |
| | | | | | | | | | (cmd_setdata): Check whether data was given at all to avoid passing 0 to malloc. * app.c (app_auth): New. * app-openpgp.c (do_auth): New. | ||||
* | * app-openpgp.c (do_setattr): Add setting of the URL. | Werner Koch | 2003-07-03 | 1 | -0/+3 |
| | | | | | | (app_select_openpgp): Dump card data only in very verbose mode. (do_decipher): New. | ||||
* | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 2003-06-27 | 1 | -2/+12 |
| | |||||
* | A small step for GnuPG but a huge leap for error codes. | Werner Koch | 2003-06-05 | 1 | -2/+2 |
| | | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.) | ||||
* | * scdaemon.h: Include gpg-error.h and errno.h | Werner Koch | 2003-06-03 | 1 | -0/+161 |
* card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error |