summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-12-20 17:17:25 +0100
committerWerner Koch <wk@gnupg.org>2004-12-20 17:17:25 +0100
commit581f5ddb1724f469dc7f934f5093179dfb1e05a9 (patch)
treed239f17e59f705f1b85c5cb5c2b9e1595e512e5f /TODO
parent(do_pth_event_free): The events are hold in a ring (diff)
downloadgnupg2-581f5ddb1724f469dc7f934f5093179dfb1e05a9.tar.xz
gnupg2-581f5ddb1724f469dc7f934f5093179dfb1e05a9.zip
* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 138f9bade..c7eca304e 100644
--- a/TODO
+++ b/TODO
@@ -95,3 +95,10 @@ might want to have an agent context for each service request
This needs support in libksba/src/cert.c as well as in sm/*.c.
Need test certs as well. Same goes for CRL authorityKeyIdentifier.
+
+* 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
+