diff options
author | Werner Koch <wk@gnupg.org> | 2004-04-26 15:29:09 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-04-26 15:29:09 +0200 |
commit | 388218891b10daae07b07dee0ad0c10149413629 (patch) | |
tree | 79fe2053efa6c2616076dd68a8e69781120bde87 /TODO | |
parent | 2004-04-26 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-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-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |