summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-04-26 15:29:09 +0200
committerWerner Koch <wk@gnupg.org>2004-04-26 15:29:09 +0200
commit388218891b10daae07b07dee0ad0c10149413629 (patch)
tree79fe2053efa6c2616076dd68a8e69781120bde87 /TODO
parent2004-04-26 Marcus Brinkmann <marcus@g10code.de> (diff)
downloadgnupg2-388218891b10daae07b07dee0ad0c10149413629.tar.xz
gnupg2-388218891b10daae07b07dee0ad0c10149413629.zip
* call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)
(gpgsm_agent_genkey, gpgsm_agent_istrusted) (gpgsm_agent_marktrusted, gpgsm_agent_havekey) (gpgsm_agent_passwd): Add new arg CTRL and changed all callers. (start_agent): New arg CTRL. Send progress item when starting a new agent. * sign.c (gpgsm_get_default_cert, get_default_signer): New arg CTRL to be passed down to the agent function. * decrypt.c (prepare_decryption): Ditto. * certreqgen.c (proc_parameters, read_parameters): Ditto. * certcheck.c (gpgsm_create_cms_signature): Ditto.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 21c44a925..80035b69b 100644
--- a/TODO
+++ b/TODO
@@ -11,7 +11,6 @@ We should always use valid S-Exp and not just parts.
** When we allow concurrent service request in gpgsm, we
might want to have an agent context for each service request
(i.e. Assuan context).
-** There is no error report if GPG_AGENT_INFO has been set but the agent is not anymore running.
* sm/certreqgen.c
** Improve error reporting