diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-27 00:59:31 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-27 00:59:31 +0000 |
commit | da2cd9aa44fbe2ecdcf0c93d97e6cc5133ea6694 (patch) | |
tree | 0d238bb31d9b79e94a85e321ed1af83ebf784836 /TODO | |
parent | doc/ (diff) | |
download | gpgme-da2cd9aa44fbe2ecdcf0c93d97e6cc5133ea6694.tar.gz gpgme-da2cd9aa44fbe2ecdcf0c93d97e6cc5133ea6694.zip |
doc/
2002-02-27 Marcus Brinkmann <[email protected]>
* gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
gpgme/
2002-02-27 Marcus Brinkmann <[email protected]>
* rungpg.h (_gpgme_gpg_op_keylist_ext): New prototype.
* rungpg.c (_gpgme_gpg_op_keylist_ext): New function.
* engine-gpgsm.h (_gpgme_gpgsm_op_keylist_ext): New prototype.
* engine-gpgsm.c (_gpgme_gpgsm_op_keylist_ext): New function.
* engine.h (_gpgme_engine_op_keylist_ext): New prototype.
* engine.c (_gpgme_engine_op_keylist_ext): New function.
* keylist.c (gpgme_op_keylist_ext_start): New function.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -44,10 +44,10 @@ Hey Emacs, this is -*- outline -*- mode! get GPGME_No_Passphrase." Bug reported by Stephane Corthesy. * Tests - Write a fake gpg-agent so that we can supply known passphrases to - gpgsm and setup the configuration files to use the agent. Without - this we are testing a currently running gpg-agent which is not a - clever idea. +** Write a fake gpg-agent so that we can supply known passphrases to + gpgsm and setup the configuration files to use the agent. Without + this we are testing a currently running gpg-agent which is not a + clever idea. ** t-data *** Test gpgme_data_release_and_get_mem. *** Test gpgme_data_rewind for invalid types. @@ -55,8 +55,6 @@ Hey Emacs, this is -*- outline -*- mode! * Build suite ** Make sure everything is cleaned correctly (esp. test area). -** There is a spurious 4/10 tests failed in some conditions. - Rebuilding from scratch works around that. * Architecture support ** Implement posix-sema.c |