Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Prepare 1.0.0pre2 release.
Prepare new release.
Prepare new release.
2006-05-25 Timo Schulz <ts@g10code.de> * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code. * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug. * wptVerifyList.cpp (verlist_build): New argument type. Change all callers. (verlist_set_info_control): New. (verlist_set_additional_info): New. * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise. * wptFileCBS.cpp (read_cb, write_cb): Add logging.
Removed unused files and/or merge files together.
2006-05-14 Timo Schulz <ts@g10code.de> * wptKeyCache.cpp (gpg_keycache_update_attr): Parse preferred keyserver URL. * wptHTTP.cpp (extractHostInfo): Fix segv. * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default gpg.conf. * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not assume an existing user id. * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel if no passphrase is available. (for complete list of changes, see Src/ChangeLog) About to release 0.12.1
See ChangeLog.
2006-03-21 Timo Schulz <ts@g10code.de> * wptUTF8.cpp (native_to_utf8): Use directly W32 API. (utf8_to_native): Likewise. Remove cp850 conversion. * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling. * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey' flag. Prepare new release...
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.
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.
Updated TODO list.
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.
2006-01-27 Timo Schulz <ts@g10code.de> * WinPT.cpp (WinMain): Set minimal list mode as default. * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys. Prepare a new release.
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)
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.
Prepare a new release.
2006-01-18 Timo Schulz <ts@g10code.com> * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume the self sig is always index 0. Noted by Kurt. * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume the key user-ID contains an email address. * wptKeyEditDlgs.cpp (do_find_userid): Likewise. (do_editkey_deluid): Likewise. (do_editkey_revuid): Likewise.
Removed old TODO items and added some new items.
2006-01-11 Timo Schulz <ts@g10code.com> * de.po: Updated.
A lot of minor bug fixes. New icons. For a complete history, see the ChangeLog entries.
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.
2005-12-07 Timo Schulz <ts@g10code.com> * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Use 'Close' instead of 'Exit'. * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise. * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA as the destination dir. Thanks to Werner. * wptRegistry.cpp (is_gpgee_installed): New. (regist_inst_winpt): Do not register file extensions if GPGee is available. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit use of local vars. * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure no illegal backup mode is saved. * wptKeyserverDlg.cpp (show_imported_key): New. (hkp_recv_key2): Show imported keys if the blob contained more than one.
Updated TODO file.
Removed obsolete information.
Cleanups and updated translations.
Add remaining files.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |