summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-03-19 15:35:04 +0100
committerWerner Koch <wk@gnupg.org>2007-03-19 15:35:04 +0100
commit12b661166c1eb5d2f09d50b4581b18d36eec94b1 (patch)
tree79179be0c079bbd30d4c89690128fd668c54a553 /TODO
parentFrom STABLE-BRANCH-1-4 (diff)
downloadgnupg2-12b661166c1eb5d2f09d50b4581b18d36eec94b1.tar.xz
gnupg2-12b661166c1eb5d2f09d50b4581b18d36eec94b1.zip
Changes to let the key listing use estream to help systems without
funopen.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 12 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2e0f5454e..4a8a48218 100644
--- a/TODO
+++ b/TODO
@@ -76,8 +76,6 @@
** Add a test to check the extkeyusage.
* Windows port
-** gpgsm's LISTKEYS does not yet work
- Fix is to change everything to libestream
** Signals are not support
This means we can't reread a configuration
** No card status notifications.
@@ -85,6 +83,10 @@
* sm/
** check that we issue NO_SECKEY xxx if a -u key was not found
We don't. The messages returned are also wrong (recipient vs. signer).
+** cmd_export
+ Does only work on systems with funopen/fopencookie. Changing is
+ easy.
+
* jnlib/
** provide jnlib_malloc and try to remove all jnlib_xmalloc.
@@ -124,5 +126,12 @@
* Pinpad Reader
We do not yet support P15 applications. The trivial thing using
- ASCII characters will be easy to implement but the otehr cases need
+ ASCII characters will be easy to implement but the other cases need
some more work.
+
+* Bugs
+** After disabling scdaemon and sending a HUP
+ scdaemon stays as a zombie and gpg-agent does not perform any more
+ commands.
+
+