Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. | Werner Koch | 2004-10-20 | 1 | -0/+2 |
| | | | | | | | | | | (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1. | ||||
* | * configure.ac: New option --disable-finger. | Werner Koch | 2004-10-11 | 1 | -0/+2 |
| | | | | | | | | * keyserver.c (keyserver_spawn): Print an empty string in log_info if the host is not set (e.g. finger). * gpgkeys_finger.c: New. | ||||
* | A bunch of changes for the openpgp card. | Werner Koch | 2004-04-27 | 1 | -0/+13 |
| | |||||
* | * cardglue.c (learn_status_cb): Release values before assignment | Werner Koch | 2003-10-02 | 1 | -0/+2 |
| | | | | | | | | | so that it can be used by getattr to update the structure. (agent_scd_getattr): New. * keylist.c (print_pubkey_info): Add FP arg for optional printing to a stream. Changed all callers. | ||||
* | * g10.c (main): New commands --card-edit, --card-status and | Werner Koch | 2003-09-28 | 1 | -0/+58 |
--change-pin. New options --ctapi-driver, --pcsc-driver and --disable-ccid * options.h (DBG_CARD_IO): New. * cardglue.c, cardclue.h: Enhanced. * card-util.c: New. Taken from current the gnupg 1.9 branch. * app-common.h, app-openpgp.c, iso7816.c, iso7816.h, apdu.c * apdu.h, ccid-driver.c, ccid-driver.h: New. Takem from the current gnupg 1.9 branch withy minor changes to include directives. * Makefile.am: Added these files. |