Some additions.

This commit is contained in:
Marcus Brinkmann 2009-10-30 14:13:42 +00:00
parent 63200590ea
commit 6c3fadef5e

4
TODO
View File

@ -14,6 +14,7 @@ Hey Emacs, this is -*- org -*- mode!
and parse SUBPACKET status lines. and parse SUBPACKET status lines.
* ABI's to break: * ABI's to break:
** Old opassuan interface.
** Implementation: Remove support for old style error codes in ** Implementation: Remove support for old style error codes in
conversion.c::_gpgme_map_gnupg_error. conversion.c::_gpgme_map_gnupg_error.
** gpgme_edit_cb_t: Add "processed" return argument ** gpgme_edit_cb_t: Add "processed" return argument
@ -104,7 +105,8 @@ Hey Emacs, this is -*- org -*- mode!
about where to guarantee what (ie, what happens if start fails, are about where to guarantee what (ie, what happens if start fails, are
the fds unregistered immediately - i think so?) the fds unregistered immediately - i think so?)
Note that we need support in gpgsm to set include-certs to default Note that we need support in gpgsm to set include-certs to default
as RESET does not reset it. as RESET does not reset it, also for no_encrypt_to and probably
other options.
** Optimize the case where a data object has an underlying fd we can pass ** Optimize the case where a data object has an underlying fd we can pass
directly to the engine. This will be automatic with socket I/O and directly to the engine. This will be automatic with socket I/O and
descriptor passing. descriptor passing.