summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-03-01 12:05:47 +0100
committerWerner Koch <wk@gnupg.org>2006-03-01 12:05:47 +0100
commit89824e5d59efc5db0175550332bbf6ad54ba978f (patch)
tree008ec609097e0658022724193fb27e23263d3a2d /TODO
parentBetter warning messages (diff)
downloadgnupg2-89824e5d59efc5db0175550332bbf6ad54ba978f.tar.xz
gnupg2-89824e5d59efc5db0175550332bbf6ad54ba978f.zip
Fixed card removal problems
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7a1f989b4..85e08ed16 100644
--- a/TODO
+++ b/TODO
@@ -67,7 +67,12 @@ might want to have an agent context for each service request
Using the session_list in command.c and the lock_table in app.c. IT
would be better to do this just at one place. First we need to see
how we can support cards with multiple applications.
-
+** Detecting a removed card works only after the ticker detected it.
+ We should check the card status in open-card to make this smoother.
+ Needs to be integrated with the status file update, though. It is
+ not a real problem because application will get a card removed status
+ and should the send a reset to try solving the problem.
+
* tests
** Makefile.am
We use printf(1) to setup the library path, this is not portable.