/[winpt]/trunk/MyGPGME
ViewVC logotype

Log of /trunk/MyGPGME

View Directory Listing Directory Listing


Sticky Revision:

Revision 194 - Directory Listing
Modified Sat Apr 1 12:36:58 2006 UTC (18 years, 11 months ago) by twoaday
2006-03-31  Timo Schulz  <ts@g10code.de>
 
        * wptCommonDlg.cpp (nls_load_langlist): New.
        (nsl_set_language): New.
        (nls_dlg_proc): New.
        (select_language): New. Allow user to select the language.
        * wptNLS.c (get_gettext_langid): Updated available languages.
        * WinPT.cpp (WinMain): Allow to select the languag on first
        start in non-installer environments.
        * wptVerifyList.cpp (verlist_build): Simplified.
        (verlist_add_sig_log): Likewise.
        * wptListview.cpp (listview_set_column_width,
        listview_get_selected_item): New.
        * wptKeyManager.cpp (gpg_clip_export): Merged into..
        (km_clip_export): ..this function.



Revision 29 - Directory Listing
Modified Sat Oct 22 10:16:00 2005 UTC (19 years, 4 months ago) by twoaday
Removed unused files.


Revision 23 - Directory Listing
Modified Fri Sep 30 10:10:16 2005 UTC (19 years, 5 months ago) by twoaday
Almost finished phase 1 of the WinPT GPGME port.
Still need more cleanup, comments and tests.



Revision 22 - Directory Listing
Modified Wed Aug 10 11:33:35 2005 UTC (19 years, 6 months ago) by twoaday
2005-08-06  Timo Schulz  <twoaday@freakmail.de>
 
        * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
        of the secret key.
        (keycache_init): cache name of secret keyring.
        * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
        (get_key_type): Do not assume 'ultimate' means key pair.
        * wptKeyEditDlgs.cpp (diff_time): New.
        (keyedit_addsubkey_dlg_proc): Changed design and use
        diff_time. Drop checks for invalid keylength (< 1024, > 4096)
        because the combo box automatically handles this.
        * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
        * wptGPG.cpp (get_backup_name): New.
        (gnupg_backup_keyrings): Rotate backup names, from 0..3.
        * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
        not the long keyid.



Revision 21 - Directory Listing
Modified Wed Jul 27 11:17:44 2005 UTC (19 years, 7 months ago) by twoaday
2005-07-22  Timo Schulz  <twoaday@freakmail.de>
 
        * gpgme.c (_gpgme_add_comment): Forgot to alloc an extra
        byte for the '0'. This fixes a lot of crashes related to
        file operations.
        * keylist.c (gpgme_op_keylist_getkey): Use the param for
        'pub' or 'sec' mode.
        * keycache.c (gpgme_keycache_update_key): If the key is
        not in the cache, add it and if the cache contain secret
        key, sync it with the pub cache.
        * editkey.c (edit_key_colon_handler): Allocate 1 byte for
        the NUL-char.  This also fixes a lot of reported crashes
        related to the showpref feature.
 



Revision 17 - Directory Listing
Modified Fri May 20 08:38:32 2005 UTC (19 years, 9 months ago) by twoaday
2005-05-20      Timo Schulz  <twoaday@freakmail.de>
 
        * gpgme.h: s/cliptype/pgptype. Suggested by Kurt Fitzner.
        s/CLIP/PGP. Likewise.
        * w32-io.c (_gpgme_io_select): Increment the right loop variable.
        Kudos to Kurt.
        * keylist.c (gpgme_op_keylist_getkey): New. Handy function to
        retrieve a single key.
        * verify.c (gpgme_get_sig_key): Use it here.
        * keycache.c (gpgme_keycache_update_key): Update a single key.
 



Revision 15 - Directory Listing
Modified Mon May 9 08:53:51 2005 UTC (19 years, 9 months ago) by twoaday
Some bug fixes for 'showpref'.


Revision 13 - Directory Listing
Modified Mon Apr 25 07:15:30 2005 UTC (19 years, 10 months ago) by twoaday
Commit bug fixes. Release 0.9.92.


Revision 11 - Directory Listing
Modified Thu Apr 14 12:55:57 2005 UTC (19 years, 10 months ago) by twoaday
Kludge for subkey problem.


Revision 9 - Directory Listing
Modified Wed Apr 13 11:10:53 2005 UTC (19 years, 10 months ago) by twoaday
Fix signature ownertrust code.



Revision 7 - Directory Listing
Modified Mon Apr 4 07:01:43 2005 UTC (19 years, 10 months ago) by twoaday
2005-03-22  Timo Schulz  <twoaday@freakmail.de>
                                                                                
        * editcard.c: Support new status-fd entries SC_OP_SUCCESS
        and SC_OP_FAILURE.
        * editkey.c (cmd_addrev_handler): Check if context != NULL.
        * import.c (import_command_handler): Wrong function signature.
        Noted by Kurt Fitzner.
        * types.h: Fixed encrypt_result_s. Noted by Kurt.
        * gpgme.h (gpgme_editkey_addrev_set): Changed return type.
        Kudos to Kurt.
        * key.c: Removed some unreachable code. By Kurt.
                                                                                



Revision 5 - Directory Listing
Modified Mon Mar 7 13:21:36 2005 UTC (19 years, 11 months ago) by twoaday
2005-03-03  Timo Schulz  <twoaday@g10code.com>
                                                                                
        * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
        new PIN. Suggested by Achim.
        Support to show the unmasked PIN.
        Modified TAB-order.
        * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.
 
        * Fixed wrong GPG --command-fd strings. Thanks to Achim.
 
2005-03-04  Timo Schulz  <twoaday@g10code.com>
 
        * GPG asks twice for the new PIN. Thanks to Achim.
        * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.        Only check the passphrase if the backup flag is enabled. Again thanks to        Achim.
 
2005-03-06  Timo Schulz  <twoaday@freakmail.de>
 
        * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
        a public key. Noted by Kurt Fitzner.
 



Revision 2 - Directory Listing
Added Mon Jan 31 11:02:21 2005 UTC (20 years, 1 month ago) by twoaday
WinPT initial checkin.



[email protected]
ViewVC Help
Powered by ViewVC 1.1.26