diff options
author | Marcus Brinkmann <[email protected]> | 2006-02-22 11:02:50 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-02-22 11:02:50 +0000 |
commit | 2f4b38533245635ba98f3f115622d5b0c00579bb (patch) | |
tree | 4b775526c3d73e5a5a8aacb0722a09480f367e2f /TODO | |
parent | 2006-02-15 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-2f4b38533245635ba98f3f115622d5b0c00579bb.tar.gz gpgme-2f4b38533245635ba98f3f115622d5b0c00579bb.zip |
2006-02-22 Marcus Brinkmann <[email protected]>
* rungpg.c (read_colon_line): Invoke colon preprocess handler if
it is set.
(colon_preprocessor_t): New type.
(struct engine_gpg): New member colon.preprocess_fnc.
(gpg_keylist_preprocess): New function.
* keylist.c (keylist_colon_handler): Allow short key IDs.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,9 +5,6 @@ Hey Emacs, this is -*- outline -*- mode! The test is currently disabled there and in gpg/t-import. ** When gpg supports it, write binary subpackets directly, and parse SUBPACKET status lines. -** External key listing for OpenPGP. - This probably requires changes at gpg. - * ABI's to break: ** gpgme_edit_cb_t: Add "processed" return argument @@ -81,7 +78,7 @@ Hey Emacs, this is -*- outline -*- mode! release everything properly at a reset and at an error. Think hard about where to guarantee what (ie, what happens if start fails, are the fds unregistered immediately - i think so?) -** Optimize the case where a data object has an underlying fd we can pass +** Optimize the case where a data object has 0an underlying fd we can pass directly to the engine. This will be automatic with socket I/O and descriptor passing. ** Move code common to all engines up from gpg to engine. |