diff options
author | Werner Koch <wk@gnupg.org> | 2004-02-25 09:58:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-02-25 09:58:46 +0100 |
commit | 9d988d60683c5411754c9963e03ea4a37837567b (patch) | |
tree | 6b1ca3d0c4d1842c82ab8c9b166e15060ffde4e1 /TODO | |
parent | 2004-02-24 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-9d988d60683c5411754c9963e03ea4a37837567b.tar.xz gnupg2-9d988d60683c5411754c9963e03ea4a37837567b.zip |
New option --disable-threads to inhibit
unintentional builds without Pth.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ might want to have an agent context for each service request ** mark all unimplemented commands and options. ** Print a hint when MD2 is the cause for a problem. ** Implement --default-key +** Using --export-secret-key-p12 with a non-pth agent + This leads to a lockup because gpgsm is still accessing the agent + while gpg-protect-tool wants to pop up the pinentry. Solution is + to release the connection. This is not trivial, thus we are going + to do that while changing gpgsm to allow concurrent operations. * sm/keydb.c ** Check file permissions |