/[winpt]/trunk/TODO-GPGME-PORT.txt
ViewVC logotype

Contents of /trunk/TODO-GPGME-PORT.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 129 - (show annotations)
Fri Dec 30 13:56:10 2005 UTC (19 years, 2 months ago) by twoaday
File MIME type: text/plain
File size: 784 byte(s)
2005-12-27  Timo Schulz  <ts@g10code.com>
                                                                                
        * wptListView.cpp (listview_set_view): New.
        (listview_del_column): New.
        * wptW32API.cpp (get_locale_date): New.
        (get_menu_state): New.
        (force_foreground_window): New.
        * wptVerifyList.cpp (strtimestamp): Support for
        locale date formats.
        * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
        passphrases.
        * wptKeyEditCB.cpp (editkey_command_handler): Immediately
        return when a bad passphrase was submitted.
        * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
        column order.
        * wptKeylist.cpp (keylist_upd_col): New.
        * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
        'Revocation' for public keys.
        (translate_menu_strings): s/Revoke/Revoke Cert.
        (modify_listview_columns): New.


1 * Grep for 'XXX' and implement the missing code or
2 replace the dummy code with real code.
3
4 * GPGME does not support 'timestamp' field yet.
5
6 * If the card is not inserted and for example gpgme_op_sign
7 is called there is no real error.
8 (IMHO: gpgme should care for 'CARDCTRL 5' and then return
9 GPG_ERR_CARD_REMOVED)
10
11 * When a revocation certificate is imported, there is no way
12 to call the user why the key has been revoked
13 (superseded, insecure, ....) and the optional text.
14
15 * The current way to send large file through pipes is OK as
16 long as the file is not too large. The limite is <100 MB.
17 Otherwise the process would take too much time and propably
18 the window/process freezes up.
19
20 * Either use gpgconf or improve the gpg config file parser.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26