diff options
author | Werner Koch <wk@gnupg.org> | 2006-03-01 12:05:47 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-03-01 12:05:47 +0100 |
commit | 89824e5d59efc5db0175550332bbf6ad54ba978f (patch) | |
tree | 008ec609097e0658022724193fb27e23263d3a2d /TODO | |
parent | Better warning messages (diff) | |
download | gnupg2-89824e5d59efc5db0175550332bbf6ad54ba978f.tar.xz gnupg2-89824e5d59efc5db0175550332bbf6ad54ba978f.zip |
Fixed card removal problems
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |