/[winpt]/trunk/Include
ViewVC logotype

Log of /trunk/Include

View Directory Listing Directory Listing


Sticky Revision:

Revision 180 - Directory Listing
Modified Mon Mar 6 14:41:58 2006 UTC (18 years, 11 months ago) by twoaday
2006-02-27  Timo Schulz  <twoaday@freakmail.de>
 
        * wptSOCKS.cpp (socks_handshake): New.
        * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
        the key manager in teh foreground if possible.
        * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
        * wptRegistry.cpp (get_reg_proxy_prefs,
        set_reg_proxy_prefs): Use directly the proxy context.
        Changed all callers.
        * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
        (keyserver_proxy_dlg_proc): Use directly the proxy context.
        * wptKeyserver.cpp (kserver_connect): Better proxy support.
        (kserver_send_request, kserver_recvkey_request): Likewise.
        * wptKeyserverDlg.cpp (name_from_proto): New.
        (set_proxy): Adjusted for the new code.



Revision 179 - Directory Listing
Modified Fri Feb 24 13:12:26 2006 UTC (19 years ago) by twoaday
Prepare 0.11.8



Revision 176 - Directory Listing
Modified Mon Feb 13 09:38:03 2006 UTC (19 years ago) by twoaday


Revision 175 - Directory Listing
Modified Tue Feb 7 08:58:04 2006 UTC (19 years ago) by twoaday
2006-02-04  Timo Schulz  <ts@g10code.de>
                                                                                                                            
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
        at least one ultimately trusted key.
        * wptKeyManager.cpp (km_refresh_key_from_keyserver):
        Only check inet connection if we refresh all keys.
        * wptGPGUtil.cpp (gpg_extract_keys): New.
        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
        * wptClipSignDlg.cpp (get_selected_key): New.
        (one_key_proc): Use it here.
        (count_useable_seckeys): New.
        * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
        * wptKeyEditDlgs.cpp (diff_time): Removed.
        (w32_mktime): New.
        (keyedit_addsubkey_dlg_proc): Use it here.
                                                                                                                            
2006-02-02  Timo Schulz  <ts@g10code.de>
                                                                                                                            
        * wptW32API.cpp (get_temp_name): New.
        * wptKeyserver.cpp (ldap_recvkey): Use it here.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
        * wptGPGUtil.cpp (create_tempfile): Likewise.
        * wptImportList.cpp (implist_load): Likewise.
        * wptKeyCache.cpp (parse_attr_data): Likewise.
        (w32_tempfile): Removed.
        * wptGPGME.cpp (check_ultimate_trusted_key): New.
                                                                                                                            


Revision 174 - Directory Listing
Modified Thu Feb 2 08:20:50 2006 UTC (19 years ago) by twoaday
2006-01-31  Timo Schulz  <ts@g10code.de>
 
        * wptMainProc.cpp (winpt_main_proc): Fix usage of the
        help system.
        * wptListView.cpp (listview_set_chkbox_style): New.
        (listview_get_item_state): Support new checkbox style.
        (listview_new): Reset flag var.
        * wptKeylist.cpp (keylist_build): Support new checkbox style.
         
2006-01-30  Timo Schulz  <ts@g10code.de>
 
        * WinPT.cpp (check_readonly_attr): New.
        (load_gpg_env): Use it here.
        (WinPT): Make the the default key is searched in the
        secret key cache.
        Change error message.
        * wptRegistry.cpp (regist_int_winpt): Make sure
        the register extension is only offered once to the user.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
        temp directory. Fixed a privilege problem.



Revision 170 - Directory Listing
Modified Mon Jan 30 12:42:57 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-29  Timo Schulz  <ts@g10code.de>
 
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
        to quit dialog.
        * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
        translations. Directly return sig class.
        (keysign_dlg_proc): Change msgbox title.
        * wptKeyEdit.cpp (signUserid): New.
        (getUseridIndex): New.
        (getKeyIndex): New.
        (getSigIndex): New.
        (clear): New.
        * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
        user-id first.
        * wptKeyEditDlgs.cpp (lookup_cmd): New.
        (do_editkey_sign_userid): New.
        (do_init_cmdlist): Differ between key pairs and public keys
        and allowed actions.
        (keyedit_change_ownertrust): Show msgbox on success.
        (get_default_key): New.
        * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
         



Revision 167 - Directory Listing
Modified Thu Jan 26 10:17:17 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-25  Timo Schulz  <ts@g10code.com>
 
        * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
        the key exist with no value.
        * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
        * wptKeysignDlg.cpp (do_fill_seclist): Select the
        default key if possible.
        * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
        return the choice.
        * wptKeylist.cpp (get_key_desc): New.
        (keylist_upd_key): Free memory.
        * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
        (gpg_keycache_set_default_key): New.
        * WinPT.cpp (gpg_prefs_ok): New.
        (WinMain): Only start gpg prefs if needed.
         



Revision 166 - Directory Listing
Modified Tue Jan 24 10:17:47 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-24  Timo Schulz  <ts@g10code.com>
 
        * wptKeyManager.cpp (km_dropped_file_import): New.
        * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
        to drop files and try to import them.
        (keymanager_dlg_proc): Pass kmi as opaque to the subclass
        proc.



Revision 165 - Directory Listing
Modified Tue Jan 24 10:10:15 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-21  Timo Schulz  <twoaday@freakmail.de>
                                                                                
        * wptKeyCache.cpp (keycache_next_key): Handle the case
        that there is a secret key without a public part.
        * wptKeyserver.cpp (kserver_save_conf): Save ports.
        * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
        Reset keyserver name.
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
        an update, do not update the cache.
        * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
        dialog for both clipboard and file imports.
        * wptKeyManager.cpp (km_file_import, km_clip_import):
        Changes to support new update system.
        (gpg_clip_import): New.
        * wptKeyManagerDlg.cpp (km_gui_import): New.
        (find_keypos): Rewritten.
        (refresh_keylist): Improved error checking.
                                                                                
(for complete list of changes, see PTD/ChangeLog, Src/ChangeLog)



Revision 164 - Directory Listing
Modified Fri Jan 20 09:19:15 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-20  Timo Schulz  <ts@g10code.com>
 
        * wptKeyCache.cpp (w32_tmpfile): New.
        (parse_attr_data): Use it here.
        * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
         
2006-01-19  Timo Schulz  <ts@g10code.com>
 
        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
        reload the entire cache, just update the key.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
        * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
        if need after showing the properties.
        * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
        * wptKeyManager.cpp (km_import_file): New param. Changed
        all callers.
        (km_import_clip): Likewise.
        (delete_keys_from_cache): Delete secret part if available.
        * wptClipImportDlg.cpp (print_import_status): If there
        are too many new keys, use reload code.
         



Revision 161 - Directory Listing
Modified Thu Jan 19 16:10:37 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-19  Timo Schulz  <ts@g10code.com>
 
        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
        reload the entire cache, just update the key.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
        * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
        if need after showing the properties.
         


Revision 151 - Directory Listing
Modified Wed Jan 18 11:53:10 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-13  Timo Schulz  <ts@g10code.com>
 
        * wptKeyCache.h (gpg_keycache_next_updated_key): New.
         
2006-01-11  Timo Schulz  <ts@g10code.com>
 
        * wptGPG.h (gpg_data_putc): New.



Revision 146 - Directory Listing
Modified Fri Jan 13 14:20:51 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-13  Timo Schulz  <ts@g10code.com>
 
        * wptKeyCache.h (gpg_keycache_next_updated_key): New.
         
2006-01-11  Timo Schulz  <ts@g10code.com>
 
        * wptGPG.h (gpg_data_putc): New.
         



Revision 143 - Directory Listing
Modified Thu Jan 12 16:27:34 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-11  Timo Schulz  <ts@g10code.com>
 
        * wptGPG.h (gpg_data_putc): New.
         
2006-01-10  Timo Schulz  <ts@g10code.com>
 
        * wptKeylist.h (siglist_sort): New.
         



Revision 140 - Directory Listing
Modified Wed Jan 11 12:20:10 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-10  Timo Schulz  <ts@g10code.com>
 
        * wptKeylist.h (siglist_sort): New.
         


Revision 137 - Directory Listing
Modified Mon Jan 9 14:01:51 2006 UTC (19 years, 1 month ago) by twoaday
2006-01-09  Timo Schulz  <ts@g10code.com>
 
        * WinPT.cpp (load_gettext): Remove file locking.
        (WinMain): Use pre-defined autoconf constants.
        * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
        * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
        Change all callers.

Remove all static version constants. The only place for
constants is now configure.c (config.h).



Revision 133 - Directory Listing
Modified Mon Jan 9 09:15:29 2006 UTC (19 years, 1 month ago) by twoaday
A lot of minor bug fixes.
New icons.

For a complete history, see the ChangeLog entries.



Revision 129 - Directory Listing
Modified Fri Dec 30 13:56:10 2005 UTC (19 years, 2 months ago) by twoaday
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.



Revision 128 - Directory Listing
Modified Mon Dec 19 13:05:59 2005 UTC (19 years, 2 months ago) by twoaday
2005-12-17  Timo Schulz  <ts@g10code.com>
 
        * wptUTF8.cpp: Removed unused charset array.
        * wptSigList.cpp (siglist_build): Increase size for 'class'
        column.
        * wptGPG.cpp (get_gnupg_path): Simplified.
        * WinPT.cpp (load_gpg_env): New.
        (check_crypto_engine): Return type is now bool.
        * wptRegistry.cpp (is_gpg4win_installed): New.
        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
        dialog design.
        * wptKeyManagerDlg.cpp (translate_menu_strings): New.
        (translate_popupmenu_strings): New.
        * wptKeyEditDlgs.cpp (is_jpg_file): New.



Revision 121 - Directory Listing
Modified Mon Dec 12 11:19:56 2005 UTC (19 years, 2 months ago) by twoaday
2005-12-11  Timo Schulz  <ts@g10code.com>
 
        * wptW32API.cpp (get_file_version): New.
        * wptGPGUtil.cpp (create_process): Always hide window.
        * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
        instead of 'Exit'.
        * wptKeyManager.cpp (km_http_import): New filename
        generation code.
        (km_send_to_mail_recipient): Cleanups.
        * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
        * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
        when multiple keys are selected.
        (popup_multiple): New.
        * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
        file versions are equal. Rewrote --keymanager code.
         
Removed temporary w32gpgme dirctory, all code is now in Src.
Changed configure files.



Revision 119 - Directory Listing
Modified Fri Dec 9 08:04:51 2005 UTC (19 years, 2 months ago) by twoaday
2005-12-08  Timo Schulz  <ts@g10code.com>
 
        * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
        (hkp_recv_key2): Show user-id of the imported key instead
        of just the pattern.
        * wptFileCBS.cpp (read_cb): Changed to W32 API.
        (write_cb): Likewise. Create output file on demand.
        (gpg_file_data_new): Adjusted code for new API.
        * wptKeyEdit.cpp (cleanKey): New.
        * wptKeyEditCB.cpp (cmd_clean_handler): New.
        (editkey_command_handler): Call clean handler.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
        keylist after inserting items.
        * wptFileManager.cpp (fm_set_status): Take care of
        cleartext sigs.
         



Revision 116 - Directory Listing
Modified Wed Dec 7 17:06:29 2005 UTC (19 years, 2 months ago) by werner
Add translations and minor fixes


Revision 115 - Directory Listing
Modified Wed Dec 7 08:11:34 2005 UTC (19 years, 2 months ago) by twoaday
2005-12-06  Timo Schulz  <ts@g10code.com>
 
        * WinPT.cpp (WinMain): Load the gettext environment soon
        as possible so all 'first start' messages are localized.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
        received via the keyserver, return the gpgme key context on
        success and add it directly to the list.
        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
        to store the key.
        (hkp_recv_key2): Add extra param for the fingerprint.
        (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
         


Revision 109 - Directory Listing
Modified Fri Dec 2 07:32:13 2005 UTC (19 years, 3 months ago) by twoaday
2005-12-01  Timo Schulz  <ts@g10code.com>
 
        * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
        for get_gpg_sigstat().
        * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
        As a macro strings will not be translated at runtime.
        * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
        need to update the cache. Thanks to Jan-Oliver.
        * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
         

Prepare a new release.



Revision 105 - Directory Listing
Modified Wed Nov 30 10:22:00 2005 UTC (19 years, 3 months ago) by twoaday
Several cleanups and improved translation.



Revision 100 - Directory Listing
Modified Fri Nov 25 09:49:59 2005 UTC (19 years, 3 months ago) by twoaday
Removed old IPC definition.
Removed unused file.


Revision 84 - Directory Listing
Modified Wed Nov 16 13:13:41 2005 UTC (19 years, 3 months ago) by twoaday
The HTML-Help API is missing in mingw32. Include
header file with all needed constants and funcctions.



Revision 82 - Directory Listing
Modified Wed Nov 16 12:24:09 2005 UTC (19 years, 3 months ago) by twoaday
Cleanups and updated translations.



Revision 80 - Directory Listing
Modified Wed Nov 16 11:05:16 2005 UTC (19 years, 3 months ago) by twoaday
2005-11-16  Timo Schulz  <ts@g10code.com>
 
        * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
        * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
        mode.
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
        * wptRegistry.cpp (regist_inst_winpt): Set install directory.
        Useful for other programs to figure out the path to the EXE.
         


Revision 77 - Directory Listing
Modified Mon Nov 14 15:01:01 2005 UTC (19 years, 3 months ago) by twoaday
2005-11-12  Timo Schulz  <ts@g10code.com>
 
        Fix more GCC warnings.
 
2005-11-10  Timo Schulz  <ts@g10code.com>
 
        * wptClipSignDlg.cpp (one_key_proc): Use
        release_gpg_passphrase_cb() to free the context.
        * wptListView.cpp (listview_deselect_all): New.
        * wptMAPI.cpp (mapi_send_pubkey): Works again.
        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
        zip.
        * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
        caching for signing operations.
        * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
        * wptFileManager.cpp (fm_send_file): Likewise.
        (fm_encrypt_into_zip): New.
         


Revision 76 - Directory Listing
Modified Thu Nov 10 14:07:06 2005 UTC (19 years, 3 months ago) by twoaday
2005-11-09  Timo Schulz  <ts@g10code.com>
 
        * wptNLS.c (get_gettext_langid): Map user language id to
        printable gettext language strings.
        * wptRegistry.cpp (get_reg_entry_mo): Support for the
        gettext environment.
        * wptFileManager.cpp (fm_encrypt): Close all files before
        the wipe procedure is called.
        * wptVerlist.cpp (verlist_add_sig): Handle the case the
        issuer is not valid but the signature is.
        (verlist_add_sig_log): Likewise. Thanks to the folks on
        winpt-users.



Revision 73 - Directory Listing
Modified Tue Nov 8 07:15:13 2005 UTC (19 years, 3 months ago) by twoaday
2005-11-08  Timo Schulz  <ts@g10code.com>
 
        More minor changes to avoid GCC warnings.
         
        * wptGPG.cpp (check_homedir): Free memory in case of errors.
        (multi_gnupg_path): Add strict mode. If non-strict mode return
        the folder even if it does not exist.
        (check_for_gpgwin): New.
        * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
        initialized.
        * wptRegistry.cpp (get_reg_entry_gpg4win): New.
        (get_reg_entry_mo): Support for gpg4win.
         
For complete changes see ChangeLogs.


Revision 65 - Directory Listing
Modified Thu Nov 3 16:55:25 2005 UTC (19 years, 3 months ago) by twoaday
Minor changes to avoid GCC warnings.



Revision 64 - Directory Listing
Modified Thu Nov 3 16:37:59 2005 UTC (19 years, 3 months ago) by twoaday
2005-11-03  Timo Schulz  <ts@g10code.com>
 
        * wptTypes.h (BUG): cast hwnd to HWND to avoid warning.
         


Revision 62 - Directory Listing
Modified Thu Nov 3 10:20:09 2005 UTC (19 years, 3 months ago) by werner
Yeah, make distcheck works.


Revision 59 - Directory Listing
Modified Wed Nov 2 13:50:48 2005 UTC (19 years, 3 months ago) by twoaday
Removed PTD version check.


Revision 49 - Directory Listing
Modified Wed Nov 2 08:16:24 2005 UTC (19 years, 3 months ago) by twoaday
Make util functions available to both C and C++.


Revision 48 - Directory Listing
Modified Mon Oct 31 21:14:11 2005 UTC (19 years, 4 months ago) by werner
More changes.  Compiles again but there are at least gettext issues with
w32-gettext.c.  I can't get a gpg-error build with ENABLE_NLS.


Revision 47 - Directory Listing
Modified Mon Oct 31 14:04:59 2005 UTC (19 years, 4 months ago) by werner
Minor changes; compiles now but gettext is still missing.


Revision 46 - Directory Listing
Modified Fri Oct 28 12:57:05 2005 UTC (19 years, 4 months ago) by werner
Second set of changes to use autotools for building.

Revision 39 - Directory Listing
Modified Fri Oct 28 06:37:35 2005 UTC (19 years, 4 months ago) by twoaday
Update.


Revision 38 - Directory Listing
Modified Fri Oct 28 06:25:32 2005 UTC (19 years, 4 months ago) by twoaday
Replace dummy files with the real files.


Revision 37 - Directory Listing
Modified Thu Oct 27 19:12:40 2005 UTC (19 years, 4 months ago) by werner
Added 2 dummy files, chnaged eol-style property


Revision 36 - Directory Listing
Modified Thu Oct 27 15:25:13 2005 UTC (19 years, 4 months ago) by werner
First set of changes to use autotools for building.

Revision 34 - Directory Listing
Modified Wed Oct 26 11:20:09 2005 UTC (19 years, 4 months ago) by twoaday
2005-10-25  Timo Schulz  <twoaday@g10code.com>
                                                                                
        * wptGPGUtil.cpp (create_process): Hide window.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
        static var 'enable'.
        * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
        (gpg_genkey_params): Make sure all primary keys are capable
        for signing and certification.
        * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
        * wptGPG.cpp (gnupg_access_keyring): Check return value for
        NULL. Noted by Ralf.
        (get_gnupg_prog): Simplified.
        (check_homedir): Fixed. Return 0 when the dir is successfully created.
        * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
        indicate a pending GPG process.
        * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
        and and of an operation. For now just the cursor changes.
        (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
        * WinPT.cpp (WinMain): Check if there is already an instance and
        set a variable early as possible.
        (load_gettext): If a previous instance was found, do not output
        any errors. Kudos to Ralf.



Revision 33 - Directory Listing
Modified Tue Oct 25 07:46:20 2005 UTC (19 years, 4 months ago) by twoaday
More bug fixes and cleanups.
See ChangeLog for details.


Revision 32 - Directory Listing
Modified Mon Oct 24 08:03:48 2005 UTC (19 years, 4 months ago) by twoaday
2005-10-23  Timo Schulz  <twoaday@g10code.com>
 
        * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.
        * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
        (get_ext_validity): New.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
        * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
        this function.
        (load_clipboard_from_file): Likewise.
        (save_clipboard_to_file): New.
        * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.

For complete details, see the ChangeLog files.


Revision 30 - Directory Listing
Modified Sat Oct 22 10:17:59 2005 UTC (19 years, 4 months ago) by twoaday
Sync with old SVN repository.


Revision 28 - Directory Listing
Modified Thu Oct 20 12:35:59 2005 UTC (19 years, 4 months ago) by twoaday
Minor cleanups and prepare the translation.


Revision 27 - Directory Listing
Modified Tue Oct 18 07:57:13 2005 UTC (19 years, 4 months ago) by twoaday
Some bug fixes and adjustments for the latest
GPGME changes.


Revision 26 - Directory Listing
Modified Mon Oct 17 08:49:30 2005 UTC (19 years, 4 months ago) by twoaday
More bug fixes all over the place.
See ChangeLog for details.


Revision 25 - Directory Listing
Modified Wed Oct 12 10:04:26 2005 UTC (19 years, 4 months ago) by twoaday
First testing phase finished.
Provide bug fixes for a lot of (minor) problems.


Revision 24 - Directory Listing
Modified Sat Oct 8 10:43:08 2005 UTC (19 years, 4 months ago) by twoaday
Bug fixes to correct some problems introduced by
the MyGPGME to GPGME port.


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 18 - Directory Listing
Modified Fri May 20 08:38:47 2005 UTC (19 years, 9 months ago) by twoaday


Revision 14 - Directory Listing
Modified Wed May 4 07:59:42 2005 UTC (19 years, 9 months ago) by twoaday
2005-05-03  Timo Schulz  <twoaday@freakmail.de>
 
        * wptFileManager.cpp (fm_parse_command_line): Handle
        'SYMKEYENC' files. Thanks to the user who reported it.



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 10 - Directory Listing
Modified Thu Apr 14 12:55:33 2005 UTC (19 years, 10 months ago) by twoaday
* Updated valid GPG commands.
* Defined DEFAULT_KEYSIZE.



Revision 4 - Directory Listing
Modified Sun Feb 6 11:11:40 2005 UTC (20 years ago) by twoaday
2005-02-02  Timo Schulz  <twoaday@freakmail.de>
                                                                                                                            
        * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
        it is invisible.
        * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
        passphrases.
        * Enable the progress dialog for symmetric encryption.
        * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
        FM_ENCRYPT mode.
        * WinPT.cpp (WinMain): SETUP_EXISTING implemented.
        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
        no value is entered.
                                                                                                                            
2005-02-04  Timo Schulz  <twoaday@freakmail.de>
                                                                                                                            
        * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
        If the progress window survives by accident, it will be closed when the
        File Manager (root window) is closed.
                                                                                                                            



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