Update information about todo items.

This commit is contained in:
Marcus Brinkmann 2003-07-30 12:41:57 +00:00
parent 56b09ecb29
commit 6d6cb1c049

14
TODO
View File

@ -1,12 +1,11 @@
Hey Emacs, this is -*- outline -*- mode! Hey Emacs, this is -*- outline -*- mode!
* Before release: * Before release:
** Return ENC_TO output in verify result. ** Nothing.
** stat call for data objects (see ABI's to break).
* ABI's to break: * ABI's to break:
** I/O and User Data could be made extensible. ** I/O and User Data could be made extensible. But this can be done
** In gpgme_signature_t, split key ID and subkey. without breaking the ABI hopefully.
** Compatibility interfaces that can be removed in future versions: ** Compatibility interfaces that can be removed in future versions:
*** gpgme_data_new_from_filepart *** gpgme_data_new_from_filepart
*** gpgme_data_new_from_file *** gpgme_data_new_from_file
@ -84,7 +83,10 @@ Hey Emacs, this is -*- outline -*- mode!
*** Import does not take notice of NODATA status report. *** Import does not take notice of NODATA status report.
*** When GPGSM does issue IMPORT_OK status reports, make sure to check for them *** When GPGSM does issue IMPORT_OK status reports, make sure to check for them
in tests/gpgs m/t-import.c. in tests/gpgs m/t-import.c.
** Verify can include info about version/algo/class. ** Verify can include info about version/algo/class, but currently
this is only available for gpg, not gpgsm.
** Return ENC_TO output in verify result. Again, this is not available
for gpgsm.
** Genkey should return something more useful than General_Error. ** Genkey should return something more useful than General_Error.
** Decrypt: ** Decrypt:
On Fri, Jun 27, 2003 at 06:28:23PM +0200, Heiko Abraham wrote: On Fri, Jun 27, 2003 at 06:28:23PM +0200, Heiko Abraham wrote:
@ -100,7 +102,7 @@ Hey Emacs, this is -*- outline -*- mode!
ID and a user ID hint is available from gpg (of course key IDs are not ID and a user ID hint is available from gpg (of course key IDs are not
necessarily unique!). I will put it on the TODO list. necessarily unique!). I will put it on the TODO list.
** If possible, use --file-setsize to set the file size for proper progress ** If possible, use --file-setsize to set the file size for proper progress
callback handling. callback handling. Write data interface for file size.
** Optimize the file descriptor list, so the number of open fds is ** Optimize the file descriptor list, so the number of open fds is
always known easily. always known easily.
** Encryption: It should be verified that the behaviour for partially untrusted ** Encryption: It should be verified that the behaviour for partially untrusted