gnupg/g10 (15 files)
cvs user werner
cvs@cvs.gnupg.org
Thu, 02 Oct 2003 12:20:12 +0200
Date: Thursday, October 2, 2003 @ 12:20:12
Author: werner
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog Makefile.am apdu.c app-common.h app-openpgp.c
card-util.c cardglue.c cardglue.h ccid-driver.c delkey.c
iso7816.c iso7816.h keylist.c main.h revoke.c
* cardglue.c (learn_status_cb): Release values before assignment
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.
---------------+
ChangeLog | 42 ++++
Makefile.am | 25 ++
apdu.c | 16 -
app-common.h | 72 +++++++-
app-openpgp.c | 504 +++++++++++++++++++++++++++++---------------------------
card-util.c | 107 +++++++----
cardglue.c | 39 +++-
cardglue.h | 5
ccid-driver.c | 16 +
delkey.c | 2
iso7816.c | 16 -
iso7816.h | 2
keylist.c | 30 ++-
main.h | 2
revoke.c | 2
15 files changed, 542 insertions(+), 338 deletions(-)