2013-01-13 Timo Schulz * Makefile.am: Support for ASLR and DEP if possible. See Ticket #6410. 2012-10-09 Timo Schulz * wptFileManager.cpp (fm_check_armor_type): Check more than one line to determine the message type. * wptFileCBS.cpp (read_cb): Kludge to remove the BOM for utf8 data to avoid broken cleartext signatures. 2012-10-06 Timo Schulz * wptClipVerifyDlg.cpp (gpg_clip_verify): Use clipboard functions with utf8 support. * wptClipSignDlg.cpp (gpg_clip_sign): Likewise. 2012-08-02 Timo Schulz * wptUTF.cpp (utf8_to_utf16): New. (utf8_to_native, native_to_utf8): Cleanups. 2012-05-05 Timo Schulz * wptListview.cpp (keylist_listview_notify): Cleanups. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed a race condition that could cause a segfault. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Likewise and enabled the 'redraw' code again. 2012-04-16 Timo Schulz * wptListview.cpp (listview_set_image_list): Set background color after the icons haven been added. 2012-04-14 Timo Schulz * wptBalloonPop.cpp (window_proc): Removed unused variable. * wptCardDlg.cpp (do_askpin): Corrected generation of PIN info text. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Removed unused variable. * wptKeylist.cpp (get_key_pubalgo): Extra handling for '0'. * wptGPG.cpp (default_key_from_cache): Removed unused variable. * wptTrayPop.cpp (show_msg): Minor cleanups. * wptFileCBS.cpp (read_cb, write_cb): Changed return type to 'ssize_t'. * wptKeyEditDlg.cpp (showpref_dlg_proc): Removed unused variable. Thanks to Grzesiek from the patches. 2012-04-09 Timo Schulz * wptKeylist.cpp (keylist_build): New icon for expired public keys. 2012-04-07 Timo Schulz * wptFileManager.cpp (fm_add_dir_files): Limited scope of local vars. * wptImageList.cpp (km_imagelist_load): Use COLOR16 and a larger icon size. * wptKeylist.cpp (keylist_build): Likewise. * wptListView.cpp (listview_set_image_list): Likewise. * wptNLS.cpp: New translation (Polish). 2012-04-07 Timo Schulz * wptSigTreeDlg.cpp (treeview_set_image_list): Use ICON16. * wptVerifyList.cpp (verlist_build): Adjusted column widths. 2012-03-03 Timo Schulz * WinPT.cpp (get_file_version): Improved error checking. (gpg_set_debug_mode): Likewise. * wptMainProc.cpp (add_taskbar_icon): Limit tooltip size. 2012-02-26 Timo Schulz * WinPT.cpp (WinMain): Check for possible errors during the file verification process. 2012-02-16 Timo Schulz * wptErrors.cpp (setup_logfile): New. Factored out the code to create the debug logging file. (log_debug): Use it here and disable debugging in case of any file problems. 2012-02-11 Timo Schulz * wptCurrWnd.cpp (get_current_wnd): store thread ID pair to avoid side-effects. (paste_window_content): Likewise. (copy_window_content): Likewise. * WinPT.cpp (WinMain): Switch to disable hooking. * wptMainProc.cpp (winpt_main_proc): Handle it here. 2012-02-06 Timo Schulz * wptNLS.cpp (gettext_free_current_domain): Replace free() with safe_free(): * WinPT.cpp: Use log_debug to improve bug tracking capabilities. * wptGPG.cpp (check_keyring): Improved error checking. * wptFileManager.cpp: Removed obsolete code. 2012-01-29 Timo Schulz * wptNLS.cpp: Added 'Dutch' as a valid language. * wptSigTreeDlg.cpp (sigtree_load): Fixed gcc warning. * wptKeyserver.cpp (kserver_connect): Likewise. 2012-01-15 Timo Schulz * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Invert logic to disable the calendar control for the key expiration date. * wptKeyPropsDialog.cpp (on_init_dialog): Localized missing string. 2011-12-13 Timo Schulz * Makefile.am: Enable SSP and corrected dependencies. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after a key was updated from a keyserver. 2011-12-12 Timo Schulz * WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf. 2011-12-09 Timo Schulz * wptNLS.cpp (gettext_set_user_domain): Changed return type to void. 2011-12-06 Timo Schulz * wptNLS.cpp (get_user_langid): Removed. Use gettext_get_langid() instead. Changed all callers. (gettext_set_file): Removed. (w32_stpcpy): Likewise. * StringBuffer.cpp: Overload '=' operator for 'char*'. 2011-12-06 Timo Schulz * wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in the title that the key has been revoked. * wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw list view in case a modal client dialog has been closed. 2011-12-04 Timo Schulz * WinPT.cpp (get_file_version): New. Improved error handling. 2011-12-01 Timo Schulz * wptGroupsDlg.cpp: Removed. * wptGroupManager.cpp: Likewise. * wptKeyTrustPathDlg.cpp: Removed. 2011-11-30 Timo Schulz * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted positions for GPG menu entries. 2011-11-25 Timo Schulz * WinPT.cpp (check_os_version): New. Separated function to check the OS verson. Removed emulate utf8 bug legacy code. * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits also for the primary key since we are now supporting DSAv2. (keygen_wizard_dlg_proc): Adjusted for DSAv2. * wptKeyEditDlgs.cpp (is_jpg_file): Modernized. (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check and rewrote index to gpg menu mapping. Fixed wrong text label. * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon error boxes. * Integrated patches from Remi FAVIER. 2007-08-03 Timo Schulz * wptMainproc.cpp (wpt_main_proc): A single click with the mouse, left button, also shows the menu. * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always allocated and thus remove the additional check before free(). 2007-05-25 Timo Schulz * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning if the gpgProgram entry will be modified. Suggested by Werner. 2007-03-23 Timo Schulz * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic variables to avoid heap operations. * wptKeyManager.cpp (km_http_import): Adjust the http class. 2007-03-21 Timo Schulz * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated array of strings. (km_clip_export): Really export all selected keys. (km_file_export): Likewise. 2007-03-17 Timo Schulz * wptErrors.cpp (debug_end): Reset FP pointer. (printf_box): Fix buffer calculation. * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually return the error. 2007-03-13 Timo Schulz * wptGPG.cpp (gpg_check_file_permissions): New. (my_access): Renamed to.. (check_file_access): ..this. 2007-03-12 Timo Schulz * wptVerifyList.cpp (extract_filename): Simplified. * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory leak for some error cases. 2007-03-10 Timo Schulz * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to avoid possible allocation problems. (kserver_seararch_begin): Likewise. (parse_pub_record): Double check fpr to key ID problem. Noted by Mike Culbertson. 2007-03-09 Timo Schulz * wptClipImportDlg.cpp (print_import_status): Use the fingerprint instead of the key ID to avoid problems with v3 keys. * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID in case of v3 keys. Noted by Raphael (verify_show_signature_state): Likewise. * wptVerifyList.cpp (verlist_add_sig_log): Likewise. (verlist_add_sig): Likewise. 2006-12-30 Timo Schulz * StringBuffer.cpp (StringBuffer): New. * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone sprintf code with the new string buffer implementation. * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. 2006-12-28 Timo Schulz * wptKeylist.cpp (get_key_desc): Avoid possible overflow. * wptW32API.cpp (get_locale_time): New. (get_locale_timedate): New. * wptVerifyList.cpp (strtimestamp): Deleted. Changed all callers to get_locale_timedate. * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources. * wptNLS.cpp (gettext_free_current_domain): New. (gettext_set_file): Removed all '/' code. * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf code more robust. 2006-12-21 Timo Schulz * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted. The Code will be possibly used in a separate project. 2006-12-05 Timo Schulz * wptClipDecryptDlg.cpp (verify_get_clip_info): If there is no pubkey available, issue a hint and not BUG. 2006-12-02 Timo Schulz * WinPT-en.rc: Remove wipe free space menu item. * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode. * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc): Allow to set the passes here. * wptFileManager.cpp (fm_encrypt): change all callers for the wipe functions. * wptListview.cpp (listview_sort_items): Extract code to change the column image. * wptKeylist.cpp (key_get_image_id): New. (keylist_build): Change return type and all callers. * wptGPG.cpp (gnupg_load_config): Kludge to detect the 'textmode' option. * wptPassCache.cpp (wipe_data): replaced with wipememory(). 2006-11-12 Timo Schulz * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem. * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to avoid invalid gpg.conf entries. Thanks to Ralf Latz. 2006-11-04 Timo Schulz * wptW32API.cpp (set_clip_text2): Make sure enough memory will be allocated. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list view entries for none existing files. * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified. * wptClipboard.cpp (gpg_data_change_version): Be more liberal. * wptKeyserver.cpp (parse_pub_record): Convert FPR entries into KEYID entries. * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case of errors. (get_backup_name): Use constant formant spec. (extract_keyid): Simplified. * wptKeyserver.cpp (kserver_connect): Return proxy error if approriate. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory handling to avoid possible segfaults. (fetch_key_from_keyserver): Real error handling. * wptFileManager.cpp (fm_gpg_verify): New. (fm_verify): Support to fetch key here to avoid problems later. * wptFileCBS.cpp (file_data_rewind): New. 2006-10-27 Timo Schulz * wptGPG.cpp (get_backup_name): Make sure enough memory will be allocated. (gnupg_backup_keyrings): Release memory in case of errors. 2006-10-21 Timo Schulz * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol and store it. * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files. 2006-10-04 Timo Schulz * wptFileManager.cpp (fm_check_armor_type): Remove space in search pattern string. (fm_check_for_entry): Case insentensive search. (fm_add_dir_files): Use W32 API directly. * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon. * wptGPGUtil.cpp (get_gpg_version): Cleanups. 2006-08-30 Timo Schulz * wptRegistry.cpp (get_reg_entry): Do not use static buffers. * wptKeyserverDlg.cpp (add_pattern_to_combox): New. (save_pattern_from_combox): New. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem. * wptGPGMEWrapper.c (importFromBuffer): New. * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the system really has smart card services enabled. * wptKeyManger.cpp (km_http_import): Stricter error checking. * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH for the file name. 2006-08-24 Timo Schulz * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given. (get): Better error handling. (head): Likewise. * wptGPGME.cpp (sigsum_to_index): Just map the index without any checks. * wptCommonDlg.cpp (check_URL): Be more strict. 2006-08-11 Timo Schulz * wptGPGMEWrapper.cpp (importFromFile): New. (importFromClipboard): New. (importGetResult): New. * wptKeyManager.cpp (km_file_import): Use gpgme wrapper. (km_clip_import): Ditto. * wptKeyEdit.cpp (addCardKey): New. * wptKeyEditCB.cpp (cmd_addcardkey_handler): New. * wptCardEdit.cpp (get_str_timestamp): Use locale date format. * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog. * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'. 2006-08-10 Timo Schulz * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be '=='. * wptGPGME.cpp (sigsum_to_index): Correctly handle expired keys and signatures. (get_gpg_sigstat): Adjusted code. * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups. (gpg_card_load): Improved card detection code. * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate a key on a card. Suggested by Achim. * wptUtil.cpp (check_email_address): Add sanity check for the length. * WinPT.cpp (WinMain): Handle cardgen request. 2006-08-04 Timo Schulz * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs. * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr. * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling for the situation that the last key in the cache is deleted. * wptFileManagerDlg.cpp (update_ui_items): Fix file name detection. 2006-08-02 Timo Schulz * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem with static data. (clip_decrypt_dlg_proc): Prefix keyid with 0x. (get_key_userid): Fix problem when key was not found. * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct fingerprint to short keyid conversion. * wptVerifyList.cpp (verlist_set_additional_info): Handle bad sigs. * wptKeyManagerDlg.cpp (update_status_bar): Faster update code. 2006-08-01 Timo Schulz * wptGPG.cpp (get_last_gnupg_access): Enhanced. (gnupg_display_error): Removed unused code. * wptPassphraseCB.cpp (parse_gpg_description): Text output is now more human readable. * wptKeyManager.cpp (km_refresh_from_keyserver): Return an error code in all cases. 2006-07-31 Timo Schulz * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window handling code. * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting for list view controls. 2006-07-30 Timo Schulz * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style. * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs. (display_keyinfo): New. * wptKeySigDlg.cpp (init_datepicker_from_time): New. (keysig_dlg_proc): List creation time. * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file handling. 2006-07-28 Timo Schulz * wptKeyManager.cpp (lv_del_confirmed_keys): New. * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically adjust key size. * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise. 2006-07-25 Timo Schulz Applied spelling corrections from Anthony Bryan. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design. * wptKeygenDlg.cpp (backup_keyrings): Change default keyring. 2006-07-22 Timo Schulz * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle utf8 encoded user ids. (winpt_main_proc): Cleanups. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy email address to the clipboard. 2006-07-15 Timo Schulz * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid any compatibility problems. * wptW32API.cpp (get_file_version): Cleanups. 2006-07-10 Timo Schulz * wptUtil.cpp (check_file_name): New. * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars. (key_revoke_dlg_proc): Likewise. * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling. * wptImportList.cpp (implist_load): Likewise. * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise. * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item. 2006-07-05 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Change menu texts. * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight with a menu instead of dozen of buttons. 2006-07-01 Timo Schulz * wptFileManager.cpp (fm_sort): Rewritten. (fm_build): Modify param type. Change all callers. (fm_cmp_cb): Adjusted for the new code. * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model for the list view. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info context and model for the list view. (update_status_bar): Fix calculation of the size of the selected files. * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic and return type. 2006-06-28 Timo Schulz * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic and memory leak. * wptListView.cpp (listview_find_substr): New. (listview_sort_items): Use symbolic ids. * wptKeyManager.cpp (km_find_key): Allow substring search. 2006-06-27 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer when no sig has been found (if requested). * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to quote instead of the check box. Cleanups. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct sorting problem and wrong icon display. * wptListView.cpp (listview_sort_items): Correct code for checkbox based lists. * wptKeylist.cpp (keylist_build): Add sorting icons. * wptKeyEditDlgs.cpp (create_header_tooltip): New. 2006-06-24 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Localize missing string. * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid conversion. (subkey_list_init): Simplified. 2006-06-22 Timo Schulz * WinPT-en.rc: Include versioninfo.rc to generate the version info automatically. 2006-06-19 Timo Schulz * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved format of the sig info text. * wptKeyserver.cpp (check_hkp_response): Invert error logic. * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error handling. * wptPassphraseDlg.cpp (request_key_passphrase): Return utf8 encoded passphrase. 2006-06-18 Timo Schulz * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo. * wptClipDecryptDlg.cpp (verify_get_clip_info): New. (verify_get_key_ownertrust): New. (clip_decrypt_dlg_proc): New argument. Change all callers. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case that the dialog was called with a param. * wptMainProc.cpp (winpt_main_proc): Wait for thread in case of dbl-click. 2006-06-16 Timo Schulz * wptProgressDlg.cpp (wait_for_progress_cb): New. * wptMainProc.cpp (winpt_main_proc): Use this function to disallow to access the cache during synchronisation. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. * wptKeyserver.cpp (check_hkp_response): Improved text extraction. (parse_keyserver_error): New. * wptPassphraseDlg.cpp (request_passphrase): Support utf8 encoding. * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase needs to be utf8 encoded but still allow it. * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support. * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise. * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise. 2006-06-15 Timo Schulz * wptVerList.cpp (verlist_build): Use icons. (verlist_add_sig): Set image number according to sig state. 2006-06-14 Timo Schulz * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate authors string here. Noted by Eduardo. * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes. 2006-06-09 Timo Schulz * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle RSA_E and RSA_S. * wptFileManager.cpp (fm_sym_encrypt): Better dialog title. 2006-06-08 Timo Schulz * wptKeyserver.cpp (parse_keyserver_url): Handle special case. * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible. (showphoto_dlg_proc): New. * wptKeyManagerDlg.cpp (restore_window_size): New. (keymanager_dlg_proc): Restore original window size on startup. (copy_key_info): Allow to copy multiple key items. 2006-06-06 Timo Schulz * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default if no expire date were given. 2006-06-05 Timo Schulz * wptPassphraseDlg.cpp (request_passphrase): Release mem in case of errors. (request_key_passphrase): New. (set_passphrase_hint): New. * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase hint. Suggested by vedaal. 2006-06-03 Timo Schulz * wptPINDlg.cpp (pin_dlg_proc): Remove static var. * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle the case that 'encrypt-to' points to a non-existing item. * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close the dialog if an error occurred. * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date. * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem in case of errors. * wptKeyserverDlg.cpp (check_pattern): Improved code. (keyserver_dlg_proc): All comparisons are case insentensive. * wptKeyserver.cpp (parse_uid_record): utf8 decode user id. 2006-06-02 Timo Schulz * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch. 2006-06-01 Timo Schulz * wptKeyserver.cpp (check_URL): change semantic. (skip_type_prefix): Use check_URL(). * wptGPG.cpp (gnupg_backup_keyrings): New argument to include secret keyring backups. Change all callers. * wptRegistry.cpp (get_reg_winpt_prefs): Support new option. (set_reg_winpt_prefs): Likewise. * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code. 2006-05-29 Timo Schulz * wptKeyserver.cpp (keyserver_set_default): Also set default port. 2006-05-27 Timo Schulz * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty passphrase requests. * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified for global use. * wptFileManager.cpp (fm_decrypt): Use it here. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified. 2006-05-25 Timo Schulz * 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. 2006-05-23 Timo Schulz * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced problem. (keyedit_main_dlg_proc): Popup menu for the user ID list with common commands. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically disable search for ldap servers. Use subkeys.pgp.net by default when no server was selected. 2006-05-22 Timo Schulz * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs): Support for the new 'default ext' value. * wptPreferencesDlg.cpp (on_init_dialog): Likewise. (prefs_dlg_proc): Likewise. * wptFileManager.cpp (file_get_extension): Likewise. (get_output_file): Likewise. (fm_export): Likewise. 2006-05-20 Timo Schulz * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive process call when no photo is available. (keyprops_dlg_proc): avoid static data. * wptFileManager.cpp (fm_add_sig_stat): Free memory in case of on demand key requests. (show_verify_result): Likewise. (secret_key_available): Likewise. (fm_decrypt, fm_sign): Handle the new on demand key request mode and free all memory. 2006-05-15 Timo Schulz * wptKeyEditDlgs.cpp (userid_list_init): Forgot to apply patch. Thanks to vedaal. 2006-05-14 Timo Schulz * 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. 2006-05-13 Timo Schulz * wpMainProc.cpp (secret_key_available): Move it... * wptGPGME.cpp: ..to this file. (check_ultimate_trusted_key): Handle the case there is no secret key available. * wptFileManagerDlg.cpp (update_ui_items): Improved. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive some functions when no secret key is available. * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust code and also display pubkey algorithm. * wptKeyserver.cpp (safe_alloc): New. (count_keys_in_response): New. (parse_pub_record): New. (parse_uid_record): New. (kserver_release_key): New. (kserver_search_begin, kserver_search_next_key): Adjust for the machine readable output. Removed old code. (parse_keyserver_url): New. * wptUtil.cpp (substr): New. * wptKeyManager.cpp (km_refresh_one_key): Properly parse the keyserver URL. 2006-05-11 Timo Schulz * wptPassphraseCB.cpp (release_gpg_recipients): New. (release_gpg_recipients): Use it here. * wptFileManager.cpp (fm_decrypt): List all recipients. Thanks to vedaal. * wptGPG.cpp (extract_keyid): New. (get_gnupg_default_key): Use it here. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify one-pass-sigs again. 2006-05-09 Timo Schulz * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr. * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling. * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date. 2006-05-07 Timo Schulz * wptKeyserverDlg.cpp (hkp_err_box): Improved. * wptKeyserver.cpp (wsock_strerror): Likewise. * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param. Change all callers. * wptKeysigDlg.cpp (do_load_keyprops): Correct key update problem. 2006-05-06 Timo Schulz * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined sorting order if available. * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix for the key ID. (get_pref_cipher): Differ between the AES algorithm IDs. (key_is_valid): New. * wptKeyserverDlg.cpp (check_pattern): Simplified. 2006-05-03 Timo Schulz * wptKeyCache.cpp (keycache_prepare2): Fix possible segv. Thanks to Mathias. 2006-05-02 Timo Schulz * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a caption for the radio button group. * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code. * wptKeyserver.cpp (kserver_recvkey, finger_recvkey, ldap_recvkey): Avoid fixed buffers. (do_spawn_ldap_helper): New. (ldap_recvkey): Factor out code into helper function. * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Increase width of the list box to make sure even large user IDs will be completly displayed. 2006-05-01 Timo Schulz * WinPT.cpp (WinMain): Check if the user has admin privileges. * wptW32API.cpp (user_is_admin): New. * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer to re-activate the window again. * wptKeylist.cpp (get_key_trust2): Differ between "full" and "ultimate". * wptKeyCache.cpp (keycache_prepare2): Primary user-id has now highest priority. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8 system. 2006-04-30 Timo Schulz * wptKeyCache.cpp (gpg_keycache_release): Release revoker list if needed. * wptKeyRevokersDlg.cpp (key_get_revokers): New. (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers. * wptKeyEditDlgs.cpp (check_desig_rev): New. (do_editkey_minimize): New. * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to generate a revoc cert as a desig revoker. 2006-04-29 Timo Schulz * wptVerifyList.cpp (verlist_build): Adjusted code for new list view interface. * wptSigList.cpp (siglist_build): Likewise. * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code to display the preferences of the selected UID. Thanks to Mathias. * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case of an error. * wptKeyCache.cpp (gpg_keycache_update_key): Always update the utf8 decoded uid list. * wptImportList.cpp (decode_userid): Do utf8 decoding here. * wptListView.cpp (listview_new): New param for HWND handle. Change all callers. * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding. * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker. * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct keyid extraction. 2006-04-28 Timo Schulz * wptMAPI.cpp (mapi_send_pubkey): Use new key struct. * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog for handling policy URLs. * wptKeyManagerDlg.cpp (save_column_info, restore_column_info): New option KMSortBy. * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys. * wptKeyEdit.cpp (minimizeKey): New. * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list. 2006-04-27 Timo Schulz * wptKeyManager.cpp (km_get_key_ptr): New. * wptListview.cpp (listview_get_item_text): Drop utf8 support. * wptKeyCache.cpp (keycache_decode_uids): New. (free_native_uids): New. * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here. 2006-04-26 Timo Schulz * wptKeylist.cpp (get_keyid_from_fpr): New. * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here. * wptVerifyList.cpp (verlist_add_sig): Likewise. 2006-04-25 Timo Schulz * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL. * wptMDSumDlg.cpp (hash_selected_files): New. (mdsum_dlg_proc): Cleanups. * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv. 2006-04-23 Timo Schulz * wptW32API.cpp (SetDlgItemText_utf8): New. (SetWindowText_utf8): New. (GetDlgItemText_utf8): New. * wptListView.cpp (listview_add_sub_item): Internal utf8 support. 2006-04-22 Timo Schulz * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode revoker name in UTF8. * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem with the window title. 2006-04-20 Timo Schulz * wptUTF8.cpp (native_to_utf8): Use c++ alloc. * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and c++ memory allocation. * wptFileManager.cpp (show_verify_result): Show PKA status if possible. * wptClipVerifyDlg.cpp (get_pka_status): New. (clip_verify_dlg_proc): Show PKA status if possible. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL to use ESC to quit the dialog. * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also encode the comment in UTF8. Thanks to Werner and Jan. 2006-04-16 Timo Schulz * wptHTTP.cpp (getErrorCode): New. (connect): Store winsock error code. * wptGPGMEData.cpp (is_armor_header): New. * wptGPG.cpp (check_gnupg_engine): Free context. (gnupg_backup_keyrings): Do not use global vars. * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format. 2006-04-15 Timo Schulz * wptKeyManager.cpp (km_get_key): New. (km_key_show_revoc_info): New. * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups. (on_init_dialog): New. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour out some common code and use km_get_key() instead. * wptKeyEditDlgs.cpp (do_init_keylist): Change second param type. Change all callers. * wptKeyEdit.cpp (addNotation): New. * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step' param everywhere. Change all callers. 2006-04-09 Timo Schulz * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true if the homedir value was changed. * wptGPG.cpp (default_key_from_cache): Only return secret key if public part is available. (set_gnupg_default_key): Fix NULL problem. * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag. * wptFileCBS.cpp (write_cb, read_cb): Better error handling. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle 'always-on-top' correctly. * wptKeylist.cpp (keylist_get_recipients): Allocate enough mem to hold all possible keys. (keylist_enum_keys): Likewise. 2006-04-08 Timo Schulz * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output. * wptKeyserver.cpp (kserver_connect): Fixed proxy support. * wptKeyserverSearchDlg.cpp (fetch_keys): New. * WinPT.cpp (WinMain): if the default key was not found, reset the gpg.conf entry. * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output file name. (show_verify_result): Always use utf8 output. (get_output_file): Case in-sentensive comparison. (fm_assume_onepass_sig): Fixed temp file handling. * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8 output. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv. 2006-04-07 Timo Schulz * wptW32API.cpp (set_clip_text): Change code so it also works again with non-XP systems. 2006-04-02 Timo Schulz * wptKeyserver.cpp: decrease general threshold for timeout. * wptKeyEditDlgs.cpp (do_editkey_clean): New. 2006-04-01 Timo Schulz * wptFileVerifyDlg.cpp (file_verify_use_event): Removed. * wptFileManager.cpp (restore_original_name): New. (fm_decrypt): Restore original file name from literal packet if possible. 2006-03-31 Timo Schulz * 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. 2006-03-30 Timo Schulz * wptW32API.cpp (insert_menu_item): New. * wptSigTreeDlg.cpp (create_popup): Use it. (sigtree_dlg_proc): Only show the name of the owner in the title. * wptMainProc.cpp (init_common_controls): Initialize all common controls here. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static keyserver menu concept. Add all keyservers dynamically. 2006-03-29 Timo Schulz * wptKeyManager.cpp (km_refresh_one_key): Fix problem with preferred keyserver. * wptCommonDlg.cpp (check_URL): Allow non-http URL. * wptKeyEditDlgs.cpp (subkey_subclass_proc, uid_subclass_proc): Disable shortcuts for non keypairs. * wptMainProc.cpp (winpt_main_proc): No user interaction on automatic shutdown. Thanks to Werner. * wptGPGUtil.cpp (xcalloc): New. (gpg_rebuild_cache): Use --batch. 2006-03-26 Timo Schulz * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8. * wptMainProc.cpp (winpt_main_proc): Reload key cache when the GPG settings were changed. * wptKeygenDlg.cpp (keygen_wizard_dlg_proc, keygen_dlg_proc): Improved check for the email address. * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design. 2006-03-22 Timo Schulz * wptClipSignDlg.cpp (on_init_dialog): New. Check that there is at least one useable signing key. * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling. * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error if needed. 2006-03-21 Timo Schulz * 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. 2006-03-20 Timo Schulz * wptUTF8.cpp (get_native_charset): Removed. (utf8_to_native): Rewritten. * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset handling. * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed. 2006-03-16 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code. * wptCryptDisk.cpp: Disable code. * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for NONE proxy protocol. (init_proxy_procotol): Likewise. (read_proxy): Likewise. * wptKeyserverSearchDlg.cpp (on_init_dialog): New. (keyserver_search_dlg_proc): Use it here. * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper. * wptKeyserver.cpp (kserver_search_end): New. (kserver_search_begin): Be more strict on mem allocation. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw' problem. * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button. 2006-03-12 Timo Schulz * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'. * wptKeyPropsDlg.cpp (display_key_info): Automatically update sym algorithm preferences if needed. * wptKeysignDlg.cpp (date_is_today): New. (keysign_dlg_proc): Only allow to set cert expire date if the option was found. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set 'ask-cert-expire'. 2006-03-10 Timo Schulz * wptHTTP.c: deleted. * wptHTTP.cpp (wHTTP): Transformed old code into an object. * wptKeyManager.cpp (km_http_import): Use new code. (km_refresh_one_key): Use preferred keyserver if possible. * wptComonDlg.cpp (check_URL): Better conformance checking. * wptKeyEditCB.cpp (cmd_keyserver_handler): By default set keyserver for all userids. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code to set preferred keyserver. * wptKeyCache.cpp (decode_subpacket): New. (gpg_keycache_update_attr): New. * wptGPGUtil.cpp (gpg_find_key_subpacket): New. * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use -1 as an index for all userids. 2006-03-07 Timo Schulz * WinPT.cpp (set_default_keyserver): New. * wptKeyserver.cpp (kserver_set_socket_timeout): New. (kserver_set_default_keyserver): Initialize default settings if needed. * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords. * wptPassphraseDlg.cpp (request_passphrase): Handle new flag. (passphrase_dlg_proc): Support new safe edit window procedure. * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache if user disable it. * wptKeylist.cpp (keylist_build): Do not scale images but use original size. * wptListView.cpp (listview_set_image_list): New size params. Change all callers. 2006-03-01 Timo Schulz * wptW32API.cpp (set_clip_text): Free all memory. 2006-02-27 Timo Schulz * 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-02-26 Timo Schulz * WinPT.cpp (WinMain): Removed hotkey_modify() code. * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support v4 keys. * wptKeyserver.cpp (sock_getline): Skip '\r'. (base64_encode): Remove @maxlen param. Changed all callers. (finger_readline): Removed. (finger_recvkey): Use internal functions. * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu. (show_sigprops): New. (create_popup): New. * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is now in minutes. * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs): Change code to use hotkeys directly. * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise. 2006-02-24 Timo Schulz * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry when parameter is NULL. * wptKeyManager.cpp (check_exist_default_key): New. (km_delete_keys): Check if the default key is still valid, if not delete entry. * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize button. 2006-02-21 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor cleanups. * wptGPGUtil.cpp (file_extract_recipients): New. (clip_extract_recipients): New. (gpg_get_recipients): New. * wptPassphraseCB.cpp (passphrase_callback_proc): Support external recipient listings. 2006-02-15 Timo Schulz * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox. * wptFileStatDlg.cpp (get_s2k_algo): New. * wptFileManagerDlg.cpp (update_status_bar): Use human readable formats. 2006-02-14 Timo Schulz * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'. * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'. * wptFileManager.cpp (fm_sym_encrypt): Set cancel. (fm_parse_files): Handle cancel. 2006-02-10 Timo Schulz * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars. * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t for the dialog param. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list signature dialog by default. * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly gpgme_key_sig_t as param. (keysig_dlg_proc): Change param for property dialog. * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids and use icons. (sigtree_dlg_proc): Allow to execute old list dialog to edit the signatures. 2006-02-09 Timo Schulz * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode. * wptNLS.c (gettext_localize_dialog): New. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button to avoid to reload the key cache. * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal' list mode. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog initiation code to this function. (prefs_dlg_proc): Use it here. 2006-02-07 Timo Schulz * wptKeyEdit.cpp (setNoPassphrase): New. (getValidDays): New. * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init if the key is protected. * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle keys without a passphrase. (keyedit_addrevoker_dlg_proc): Likewise. 2006-02-04 Timo Schulz * 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 * 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. 2006-01-31 Timo Schulz * 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 * 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. 2006-01-29 Timo Schulz * 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 * WinPT.cpp (WinMain): Set minimal list mode as default. * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys. 2006-01-25 Timo Schulz * 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. 2006-01-24 Timo Schulz * 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. 2006-01-23 Timo Schulz * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output to the clipboard. * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New. (do_editkey_enable_disable): New. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not close the dialog if the user cancelled the ownertrust dialog. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate an update of any value. 2006-01-21 Timo Schulz * 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. 2006-01-20 Timo Schulz * 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 * 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. 2006-01-18 Timo Schulz * 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. 2006-01-18 Timo Schulz * wptListview.cpp (listview_del_sel_items): Fixed index calculation. This fixed a lot of problems with the KM listview update. (listview_del_all): Renamed to... (listview_del_all_items): ..this. Changed all callers. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh list when file import contained new/updated keys. * wptKeyManager.cpp (km_file_import): Indicate if the import contained any new/update keys. * wptClipImportDlg.cpp (print_import_status): Just mark keys which actually changed. 2006-01-17 Timo Schulz * wptMAPI.cpp (mapi_send_pubkey_ext): New. * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not update it. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more careful about const pointers. * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to.. (get_subkey_keyid): ..this. Fix problem that key was updated twice and this corrupted. (keyedit_add_subkey): Set @lv item in the callback context. 2006-01-16 Timo Schulz * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore window if it lost focus during the operation. Thanks to Kurt. Update keylist when the window is enabled. (find_keypos): New. * wptKeyCache.cpp (keycache_next_key): Reset update status. (gpg_keycache_next_updated_key): New arg @r_status. Change all callers. (gpg_keycache_update_key): Different status for new and updated. Include key signatures. * wptClipImportDlg.cpp (print_import_status): Mark all imported keys. * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist. Thanks to Kurt. * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys. (do_delsig): Directly reload key. Thanks to Kurt. * wptGPGME.cpp (keycache_set_reload, keycache_get_reload): Removed. * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system. * wptClipImportDlg.cpp (clip_import_dlg_proc): Return FALSE if no keys were updated or operation was cancelled. * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code. * wptKeylist.cpp (get_ext_validity): Handle disabled keys. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Do not allow to change ownertrust of invalid keys. Changed translation. Slightly different user interface. 2006-11-14 Timo Schulz * wptW32API.cpp (make_special_filename): New. * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs): Removed 'KeyServer' item. * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver config item. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group window until we really use it. * wptKeyserver.cpp (kserver_save_conf): New. (wsock_end): Save keyserver config file. * wptKeyserverDlg.cpp (keyserver_edit): New. (keyserver_remove): New. (keyserver_add): New. (fill_keyserv_types): New. (keyserver_modify_dlg_proc): New. (keyserver_dlg_proc): Provide context menu to modify the keyserver list. (keyserver_build_list): Remove 'proto' column because it is not really useful. * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at $APPDATA\winpt. If keyserver.conf exists in the current folder move it to the new destination. 2006-11-13 Timo Schulz * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise. * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about dialog isn't shown twice. * wptKeyCache.cpp (gpg_keycache_next_updated_key): New. (gpg_keycache_update_key): Set update flag. * wptKeyManagerDlg.cpp (refresh_keylist): New. (keymanager_dlg_proc): Use new refresh system for keyservers. * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc): Update keycache. * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise. * wptKeyserver.cpp (socket_read_ext): New. (kserver_recv_key_ext): New. (kserver_read_config, kserver_write_config): Removed. 2006-01-12 Timo Schulz * wptListView.cpp (listview_set_image_list): Make icons always transparent. * wptImageList.cpp (imagelist_load): New icons. * wptGPGMEData.cpp (gpg_data_putc): New. * wptKeyManagerDlg.cpp (load_toolbar): Include new icons. (keymanager_dlg_proc): Add tooltips. * wptKeyserverDlg.cpp (keyserver_list_build): Use icons. * wptKeyserver.cpp (URL_encode): New. (URL_must_encode): New. (kserver_search_init): Properly encode pattern. (parse_iso_date): New. (keyserver_search): Be more strict to prevent buffer overflows. 2006-01-11 Timo Schulz * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons. (keymanager_dlg_proc): Adjust tooltips. (update_ui_items): Handle new icons. * wptImageList.cpp (imagelist_load): New icons. 2006-01-10 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Restore iconic File/Key Manager windows if needed. * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button. * wptSiglist.cpp (init_cmp): New. (siglist_sort): New. (siglist_cmp_cb): New. (siglist_add_key): Force NOKEY status when key was not found. * wptKeysigDlg.cpp (recv_single_key): New. (recv_missing_keys): Reload entire key when more than one key was fetched. (keysig_dlg_proc): Support sorting the listview items. 2006-01-09 Timo Schulz * 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. 2006-01-07 Timo Schulz * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize import status if just one key was selected. 2006-01-04 Timo Schulz * wptGPGMEWrapper.c (setChangeVersion): New. (exportToBuffer, exportToFile, exportToClipboard): New. (setArmor, getArmor): New. * wptKeylist.cpp (get_key_expire_date): Return locale specific date. (keylist_get_recipients): Do not fetch the key again. (keylist_enum_recipients): Likewise. * wptGPG.cpp (create_empty_keyring): New. (get_gnupg_keyring): Fixed 'strict' logic. * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons when no secret keys are available. * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data before the MAPI call is made. * WinPT.cpp (check_for_empty_keyrings): New. 2006-01-03 Timo Schulz * pubkey.ico, keypair.ico: New. * wptListview.cpp (listview_add_item_image): New. (listview_set_image_list): New. * wptSigList.cpp (siglist_add_key): Correct order of the sigs. * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new JPEG data. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to add items to revoked keys. * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized keyid buffer. This fixes a segv. * wptKeyserver.cpp (spawn_application): New. (ldap_recv_key): Support recent protocols and several cleanups. * wptKeylist.cpp (do_addkey): Set image which depends on the key type. (keylist_enum_recipients): Cleanups. (keylist_get_keyflags): Rewritten. * wptKeyCache.cpp (free_attr_list): New. (parse_attr_list): New. (parse_attr_data): New. (keycache_update_photo): New. (keycache_update_photos): New. (gpg_keycache_update_key): Automatically reload photos if needed. * wptGPGUtil.cpp (create_process): New param @err. Change all callers. (map_tmpfile): New param @nread. Change all callers. (gpg_get_photoid_data): New. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to add items to revoked keys. (subkey_init_list): Store gpgme key object. 2005-12-29 Timo Schulz * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically. (gpg_genkey_params): Simplified. * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal exclusion of the dialog items. * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to quit the dialog. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND. (id2algo): New. 2005-12-28 Timo Schulz * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs. * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise. * wptKeylist.cpp (keylist_udp_key): Likewise. * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise. * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem when no signing key was found. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode user IDs. (translate_popup_strings): s/Revoke/Revoke Cert. * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a 0x prefixed keyid. * wptKeyEditCB.cpp (editkey_command_handler): Also reset step in case of a bad passphrase. 2005-12-27 Timo Schulz * 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. 2005-12-18 Timo Schulz * wptKeyManagerDlg.cpp (save_column_size): New. (restore_column_size): New. (keymanager_dlg_proc): Save and restore column sizes for the listview control. * wptKeyManager.cpp (key_get_info): New. (km_delete_keys): Use it here to have a consistent message. Use stored key context and not the column data. (km_enable_disable_key): Likewise. (km_send_to_keyserver): Likewise. (km_set_implicit_trust): Likewise. * wptKeylist.cpp (get_key_pubalgo2): New. 2005-12-17 Timo Schulz * 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. 2005-12-13 Timo Schulz * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements. * wptKeyManagerDlg.cpp (change_edit_menu): New. (change_key_menu): Renamed from... (menu_gpg_readonly): ..this. (clip_contains_pgpkey): New. (update_ui_items): Do not allow to sign expired keys. (keymanager_dlg_proc): Same for popup menu. * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling. * wptKeyCache.cpp (copy_uid_prefs): (gpg_keycache_sync): Copy uid prefs so the key property dialog show the correct values. Thanks to Shane. 2005-12-11 Timo Schulz * 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. 2005-12-08 Timo Schulz * 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. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make sure can be closed. 2005-12-07 Timo Schulz * 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. 2005-12-06 Timo Schulz * 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. 2005-12-02 Werner Koch * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs. 2005-12-01 Timo Schulz * 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. 2005-11-30 Timo Schulz * wptW32API.cpp (dialog_box_param): Removed LANG_DE code. * WinPT-en.rc: Removed string list. * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized * wptKeylist.cpp (keylist_build): Cannot use global arrays for the columns due to gettext. 2005-11-29 Timo Schulz * WinPT.cpp (WinMain): Modify --keymanager. If an instance is running, just send the command to open the manager. 2005-11-25 Timo Schulz * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging process when the revoker is already there. 2005-11-24 Timo Schulz * wptPassphraseCB.cpp (passphrase_callback_proc): Localize signing dialog items. * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items. * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now. * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items. * wptKeylist.cpp (key_check_validity): Likewise. * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise. 2005-11-22 Timo Schulz * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG macro debug output will be generated in release version. 2005-11-21 Timo Schulz * WinPT.cpp (WinMain): Implement --stop switch. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize missing string. * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise. * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context first. Thanks to Ralf. * wptFileManagerDlg.cpp (update_ui_items): New. * wptFileManager.cpp (fm_set_status): New sigmode param. Changed all callers. 2005-11-17 Timo Schulz * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that the cache will be loaded twice. * wptRegistry.cpp (regist_inst_winpt): More comments. * wptKeyManagerDlg.cpp (do_center_window): Make sure that neg. coordinates are never used. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all strings. * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu and save 'AlwaysOnTop' in the registry. 2005-11-16 Timo Schulz * 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. 2005-11-14 Timo Schulz * wptGPG.cpp (check_gnupg_engine): Fix version check. * wptMainProc.cpp (winpt_main_proc): Check keyring file permissions always and do not use interative output when the windows session ends. * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Localize all strings. * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise. * wptKeyEditDlgs.cpp (do_init_keylist): Skip all non-valid keys. 2005-11-12 Timo Schulz Fix more GCC warnings. 2005-11-10 Timo Schulz * 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. 2005-11-09 Timo Schulz * 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. 2005-11-08 Werner Koch * SAFE.ICO, SIGN.ICO: Fixed capitalization. * WinPT-en.rc: Ditto. * winpt_km.ico: Moved from ../. * Makefile.am (resource_files): Add missing backslash. 2005-11-08 Timo Schulz 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. 2005-11-07 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Disable some menu items when no secret key is available. 2005-11-05 Timo Schulz More minor changes to avoid GCC warnings. * wptErrors.cp (winpt_strerror): Return w32 formatted error and do not use 'break'. 2005-11-04 Werner Koch * WinPT-en.rc: Fixed locations of icons. 2005-11-03 Timo Schulz A lot of minor changes to avoid GCC warnings. * wptGPG.cpp (get_gnupg_keyring): Only check size for public keyring. * wptKeyManager.cpp (km_update_default_key_str): Do not issue a bug message when no secret key was found. * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct. 2005-11-02 Werner Koch * WinPT.cpp (WinMain): Disabled PTD version tests. (check_crypto_engine): Fixed version check for scard. * wptErrors.cpp (debug_end): Add dummy function. * Makefile.am (code_files): Added wptCardEditCB.cpp and wptKeyEditCB.cpp. 2005-10-31 Werner Koch * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD functions. * wptKeyEditDlgs.cpp: Include oleauto.h * wptKeyEdit.cpp: Include time.h. * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h. * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/. * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp, wptKeyEdit.cpp and wptKeycache.cpp. * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h * wptImportList.cpp (implist_load): Use remove and not unlink. * wptGPG.cpp: Fixed spelling of wptGpgCmds.h * wptImportList.cpp (implist_load): Use remove and not unlink. * wptKeyManager.cpp (km_http_import): Ditto * wptMainProc.cpp: Include wptCrypto.h * wptKeyManager.cpp: Ditto. * wptFileManager.cpp: Ditto. * wptImportList.cpp (parse_colon_key): Need to cast argument for isdigit. Include ctype.h. * wptGPG.cpp: Include shlobj.h. Fixed double inclusion of windows.h. * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now. * wptKeylist.cpp (get_key_created): Broke up trigraph. (get_key_status): Removed dangerous use of sprintf. Still other flaws present, see comment. * wptCardPCSC.c: Don't include winscard.h. (pcsc_readerstate_t, pcsc_context_t): New. Changed call users to use these types. (PCSC_): Added a lot of constants, all taked from GnuPG 1.9. (SCARD_S_SUCCESS): Changed all compares to test the value directly against zero. * WinPT.cpp: Include wptCrypto.h. (WinMain): Don't shard S. Removed usunsed variable SIZE. * Makefile.am (code_files): Actually add files by adding a first backslash. * wptMDSumDlg.cpp: Include wptCrypto.h. * wptProxySettingsDlg.cpp: Included ctype.h. * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h. * wptKeysignDlg.cpp: Ditto * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove. Removed unused variable. * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to silly c++ operator synonyms. * wptKeyEditDlgs.cpp: Include time.h. * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE. * wptFileManagerDlg.cpp: Ditto. (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't matter if it does an rmdir for a directory. Fixed include of resource.h which is not anymore in the top directory. 2005-10-28 Werner Koch * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to unsigned. Never ever use a possible signed char as argument for ctype tests. An alternative is to first test using isascii (). (keyserver_proxy_dlg_proc): Removed unused variable. 2005-10-27 Timo Schulz * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys. * wptKeylist.cpp (keylist_add_key): Check global key flag to see if the key is disabled and not each subkey. (seclist_init): Likewise. * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use gpgme_op_decrypt_verify. (clip_decrypt_dlg_proc): Fixed fingerprint to keyid conversation. This also fixes a crash. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise. * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key already expired if the user wants to change the date. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old 'v3 sig' option with the 'ask cert level' option. Sync with global preferences. * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the gpg.conf contains 'ask-cert-level'. If not disable button. * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable the button when the key is available. Reload key directly, not the entire cache. 2005-10-26 Timo Schulz * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but possible overflow. (is_openpgp_ext): Compare case insentensive. (add_single_file): New. (fm_add_opened_files): Support multi file selection. * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed. * wptKeyManager.cpp (km_enable_disable_key): Do not set cache reload flag. Just update the single key. * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var and disable anonymize recipient for now. Begin to port code to GCC. Fix all warning issued by the gcc compiler. 2005-10-25 Timo Schulz * 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. 2005-10-24 Timo Schulz * wptPassphraseCB.cpp (passphrase_callback_proc): Allow to use pre-defined recipients. (release_gpg_passphrase_cb): Release recipients. * wptKeyPropsDlg.cpp (keyprops_load_photo): Set photo-id validity if needed. (keyprops_dlg_proc): Issue a warning if the photo is valid. 2005-10-23 Timo Schulz * 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. 2005-10-22 Timo Schulz Localized a lot of more strings. * wptMainProc.cpp (load_smartcard): New. * wptFileManager.cpp (fm_parse_command_line): Simplify code. (fm_check_armor_type): Add new arg. Change all callers. (fm_get_file_type): Likewise. * wptKeyPropsDlg.cpp (display_key_info): New. (keyprops_show_photo): Factored out some code into.. (keyprops_load_photo): ..this function. 2005-10-21 Timo Schulz * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use WM_INITPOPUPMENU to localize popup menu texts. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. * wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset. 2005-10-20 Timo Schulz Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0. * wptPassphraseCB.cpp (passphrase_cb): Complete card support. * wptCardEdit.cpp (genKey): Handle cancel case. * keycache.c: Renamed into... * wptKeyCache.cpp: ...this. * wptW32API.cpp (set_menu_text): Removed unused code. (set_menu_text_bypos): New. * wptCrypto.h: New. * wptMainProc.cpp (winpt_main_proc): Complete localize menu texts. * wptErrors.cpp (log_debug): Use a static var so the file is only opened once. (debug_end): Cleanup. Currently just close the log file. * wptErrors.h (wipememory): New. (sfree_if_alloc): Use it here. * WinPT.cpp (WinMain): Display the min. GPGME version which is needed in case of an error. 2005-10-17 Timo Schulz Free all memory returned by the GPGME dll with gpgme_free (). s/GPG_ERR_CARD_REMOVED/GPG_ERR_CARD_NOT_PRESENT. * wptKeyEdit.cpp (getCardStatus): Remove dummy key. (list_handler): With user interaction to allow to insert the card into the reader. * wptKeyEditCB.cpp (gpg_edit_card): Likewise. (common_card_handler): Fixed incorrect command string. * wptKeyPropsDlg.cpp (get_card_type): New. (keyprops_dlg_proc): Show card information if present. * wptFileManager.cpp (secret_key_available): Make the code faster. 2005-10-16 Timo Schulz * wptPassphraseCB.cpp (passphrase_cb): Fix problem with hanging GPG process on cancel. * keycache.c (gpg_keycache_release): Release all objects. 2005-10-15 Timo Schulz * wptCardEdit.cpp (setResult, getResult): New. (reset): New. (getCardStatus): Check return codes and release all objects in case of errors. * wptCardEditCB.cpp (change_pin_handler): Call reset() before quit. (editcard_handler): Likewise. (common_card_handler): New. * wptCardDlg.cpp (card_changepin_dlg_proc): Also unmask the old PIN when 'Hide Typing' is disabled. * wptPassphraseCB.cpp (passphrase_cb): The card detection works again. Support to re-enter passphrase. 2005-10-14 Timo Schulz * wptCardDlg.cpp (card_status): New fields for the fingerprint creation time. Display card info as title. (get_printable_version): New. * wptCardEditCB.cpp (editcard_handler): Fix problem with the counter comparison. 2005-10-11 Timo Schulz Port to GPGME basically finished. 2005-09-20 Timo Schulz * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): Do not use gpgme_recipients_t but the listview directly to add the selected files. 2005-09-07 Timo Schulz * Make sure all GetOpenFileName filters are terminated by \0\0. 2005-09-01 Timo Schulz * wptW32API.cpp (center_window): New argument for parent window. Change all callers. (center_window2): Likewise. * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'. * wptGPG.cpp (gnupg_backup_options): Remove param. One backup file is enough. Changed all callers. 2005-08-15 Timo Schulz * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys. * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title. * Make sure the passphrase is always overwritten before it is freed (or the function returns). * wptKeyPropDlg.cpp (get_pref_cipher): New. (keyprops_dlg_proc): Use it here. 2005-08-06 Timo Schulz * 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. 2005-08-05 Timo Schulz * wptListView.cpp (listview_set_item2): New. * wptKeyManager.cpp (km_check_if_protected): Directly retrieve gpgme_key_t from the list. (km_check_key_status): Likewise. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use a human-readable name for secret key export. Reload just the keys which were affected by updates (edit-key). (update_key): New. * wptKeyList.cpp ((keylist_upd_key): Stripped down version of keylist_add_key. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not reload the keycache here, just flag 'update'. Give the control to the calling dialog. * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t as parameter. Changed all callers. Add date of expiration to the key info. (get_expire_date): New. Use a checkbox to allow to ask for the cert level. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload the cache. 2005-08-04 Timo Schulz * wptListView.cpp (listview_scroll): New. (listview_get_item2): New. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the item was found, make it visible with scrolling. * wptKeyManager.cpp (km_find_key): New. (keylist_subclass_proc): Support to handle some acceleators. Strg+{C, P, F, A}. (km_get_key_status): Get the gpgme_key_t object directly from the list. * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set the config file (if it exists). * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code to handle the click->activate situation. * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. Support to check the passphrase quality. * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. (request_passphrase): Rename 'init' to 'flags' to allow more options. * wptMAPI.cpp: Check all *alloc results. * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary passphrase quality check. * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file format and allow to save the checksum in a file. * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning when the PGP mode is disabled. wptKeyEditDlgs.cpp (do_editkey_primary): Return if just one user-ID exists. (keyedit_dlg_proc): Fixed index problem. * wptKeyPropsDlg.cpp (get_validity): New. (keyprops_dlg_proc): Actually show extended validity if possible. * wptKeyList.cpp (get_key_fpr): Support for old v3 format. (do_addkey): Use listview_add_item2 to store key as opaque param inside the list. * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx. (file_stat_dlg_proc): End dialog if no PGP data was found. (do_list_packets): Return the number of valid PGP packets of the file. 2005-08-02 Timo Schulz * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of using 'Default Keyserver' add the real keyserver name to the menu. The rebuild command does not reload the cache any longer. Use ATTR_NAME + .asc as the filename and not keyid + .asc. * wptProxySettingsDlg.cpp (enable_proxy_auth): New. (keyserver_proxy_dlg_proc): Changed the design a little and add some additional sanity checks. * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings. This fixes the problem that the GPG option dialog does not show very nice lines. * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config. * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected check for 'NOKEY' before asking a keyserver. * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag. If a lot of keys were selected, ask if the user wants to confirm each delete procedure or allow to cancel the operation. * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much keys the file contain. * wptKeyList.cpp (get_key_algo): Beautified. (get_key_status): Drop the "[XYZ] Unknown" format, it is too confusing for users. * wptKeyManager.cpp (km_check_key_status): Adjustments for the new code. (km_check_for_seckey): Reset utrust parameter. Return -1 for invalid (exp+rev+dis) keys. 2005-08-01 Timo Schulz * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given sizes. (check_IP_or_hostname): New. (kserver_load_conf): Correct finger URL parsing problem. (port_from_proto): New. (keyserver_load_conf): Guess the port. (keyserver_set_default): Allocate new buffer. (kserver_load_conf): Likewise. * wptHTTP.c (parse_reqline, parse_request): Removed. Use WinPT error code and remove all unused code. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs. * wptProxySettingsDlg.cpp (read_proxy): Simple check for invalid host/IP addresses. * wptGPG.cpp (multi_gnupg_path): Return allocated buffer. Changed all callers. * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start, automatically set 'backup to homedir'. * WinPT.cpp (WinMain): Use desktop window as the parent window to load 'first-start' dialogs. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh' flag after deleting keys. * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure for passing the arguments. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for the OptFile. This was responsible for a lot of 'General Errors' after the first start related to key caching. Automatically set the gpg binary if possible. 2005-07-22 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Take care for shutdown messages and make sure WinPT make a keyring backup in this case. * wptGPGME.cpp (keycache_reload): Do not rebuild the signature cache each time. Just do it on startup. * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag was set by the calling function. * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups. (keygen_dlg_proc): Only add the generated key to the keycache and do not reload the entire cache. * wptKeyManager.cpp (km_delete_keys): Store the number of keys because in each loop iteration it will be new calculated. * wptListView.cpp (listview_del_items): Likewise. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the generated key to the list instead of reloading the entire cache. * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn. 2005-05-09 Timo Schulz * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to.. (http_dlg_proc): ..this. (get_keyserver_URL_dlg): New. (check_URL): New. * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): New. (keyedit_main_dlg_proc): Avoid massive keycache reloads, just reload the single key. * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Show the key properties of the selected desig. revoker. * wptVerifyList.cpp (verlist_build): Increase the column size of 'keyid'. * wptGPGME.cpp (keycache_update): New. * wptKeySigDlg.cpp (keysig_dlg_proc): Update the key if a signature was deleted. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Zeroing the key struct before we set any values. 2005-05-03 Timo Schulz * wptFileManager.cpp (fm_parse_command_line): Handle 'SYMKEYENC' files. Thanks to the user who reported it. * wptKeyEditDlgs.cpp (do_find_userid): Optionally return the context. (showpref_dlg_proc): New. (keyedit_main_dlg_proc): Support SHOWPREF. (userid_list_init): New field 'Email'. Split userID into 'Name' + 'Email'. (do_add_new_userid): Adjust for new ListView. (do_find_userid): Use email for searching. (parse_preflist): New. 2005-04-19 Timo Schulz * wptKeyserver.cpp (kserver_update_proxyuser): Fixed buffer overflow that occurred when the proxy password is > 29 chars. Thanks to the friendly user who reported this. (kserver_search): Handle the case the key is revoked. Thanks to Ralf. (kserver_connect): More logging. (kserver_sendkey): Likewise. * wptProxySettingsDlg.cpp (check_number): New. (read_proxy): Check the entered port number. * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button. * wptW32API.cpp (get_folder_dlg): Free memory. 2005-04-11 Timo Schulz * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset 'enable' flag always at the begin. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct key trust. Noted by a friendly user. * wptListView.cpp (listview_add_item_pos): New. * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to the fact that GPG does not return the fingerprint of the generated subkey any longer, we need to get it manually. Thanks to Maxime Brandt. (keyedit_addsubkey_dlg_proc): If key size too large, ask if this was a mistake. (keyedit_add_subkey): Use it here. (do_add_new_subkey): Fix list contrl insertion. * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant. 2005-04-04 Timo Schulz * WinPT.cpp (check_crypto_engine): Correct version check. Noted by Werner. 2005-03-22 Timo Schulz * WinPT.cpp (WinMain): --debug as an alias for --enable-debug. (enable_mobile_mode): New. * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new ID's for adding subkeys. 2005-03-06 Timo Schulz * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without a public key. Noted by Kurt Fitzner. 2005-03-04 Timo Schulz * 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-03 Timo Schulz * 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-02-23 Timo Schulz * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1. (kserver_search): Be more strict. * WinPT.cpp (WinMain): Enable FM progress by default. * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New. (fm_parse_files): Use progress dialog only if it is enabled. 2005-02-07 Timo Schulz * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog for signing and verifying. But this does not fix the problem tha the dialog sometimes stay and is not destroyed. 2005-02-04 Timo Schulz * 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. 2005-02-02 Timo Schulz * 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-01-26 Timo Schulz * wptGPG.cpp (multi_gnupg_path): Zero buffer before use. * wptKeyManagerDlg.cpp: Add 'Select All' feature. Move 'Edit->Key' to 'Key->Edit'. * wptFileManagerDlg.cpp: Likewise. * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly. * wptKeyManager.cpp (spawn_loadimage): Removed. (km_show_photo): Removed. * wptRevokersDlg.cpp (revokelist_init): Fixed index. * wptErrors.cpp (winpt_strerror): Show system error for registry related problems. 2005-01-25 Timo Schulz * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default and that all values are 7-bit ASCII. Use '*' for the passphrase field. * wptGPG.cpp (multi_gnupg_path): New. (get_gnupg_path): Use it here. (check_homedir): Likewise. * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port is actually set. * wptFileManager.cpp (fm_clearsign_8bit): New. (fm_parse_files): Check if the file to clearsign is really 7-bit. Thanks to djek. (fm_set_ftype): Factored out some code from... (fm_add_dropped_files): ...here. Simplied the code. (fm_add_dir_files): New. * Removed MD5 from MyGPGME and the new default sym cipher is AES. * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var to track the window handle. (progress_cleanup): Try to close tracking handle first. 2005-01-21 Timo Schulz * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys which are not in the keyring. Suggested by djek. * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic 'Always on Top'. Allow to send encrypted files via MAPI. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache if the HKP retrieval succeeded. * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer is not NULL. * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with a header similar to 'gpg -k name'. * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible with 'Always on Top' windows. * wptFileManager.cpp (fm_parse_files): Set progress callback for wiping files. (fm_add_opened_files): Do not add the file in case of an error. * wptKeyserverDlg.cpp (kserver_get_port): New. (save_default_ks): Save port. * wptKeyserver.cpp (set_default_kserver): Get port or use default. (kserver_connect): Logging. (kserver_send_request): Likewise. Thanks to Markus. * wptError.cpp (w32_fmt_msg): New. (winpt_strerror): Show the W32 API error if the hotkey could not be registered. 2005-01-20 Timo Schulz * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the keyring check. If the file exists, it is enough. * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host. Several cleanups and allow to specify the port of the keyserver. * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure the application terminates clearly when Windows shutdown. 2005-01-10 Timo Schulz * WinPT.cpp (load_gettext): New. (WinMain): Use it here to load it before --keymanager. Thanks to Ralf. 2005-01-08 Timo Schulz * Applied the patches to make the source G++ compatible. * wptKeyserver.cpp (kserver_load_conf): Use the stripped string. * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048. * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms. 2005-01-07 Timo Schulz * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes. (finger_recvkey): Use skip_type_prefix and prevent buffer overflows. (ldap_recvkey): Likewise. (check_hkp_response): Be more liberal with error strings. (kserver_connect): Prevent buffer overflow and use the right return code for inet_addr(). (kserver_search_chkresp): New. (kserver_search): Fixed. Now it works with modern keyservers. * wptKeylist.cpp (seclist_init): Add new flags param. * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key listing. * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. * wptMainProc.cpp (winpt_main_proc): GPGME cleanup. * WinPT.cpp (WinMain): call GPGME init. Reword the 'you have no keyring' problem and revamp the first run dialog. * wptGPG.cpp (gnupg_access_keyring): New. (gnupg_check_keyring): Removed unused code. * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the new texts and remove unused elements. * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The last annoying typo. * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of an error. 2004-12-30 Timo Schulz * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer. This fixes the problem that the dialog crashes when the user selects anything. Thanks to my users. (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf. 2004-12-20 Timo Schulz * wptGPG.cpp (check_gnupg_engine): Fixed version checking. * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the cache if it is not valid. Fix problem with a NULL pointer. 2004-12-15 Timo Schulz * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right temp name. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button when no secret key is available. 2004-12-11 Timo Schulz * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect the file type. (fm_parse_command_line): Likewise. 2004-12-02 Timo Schulz * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes. 2004-11-04 Timo Schulz * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred keyserver sub packets. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to indicate we need to reload the cache. If a user deletes a key and exits the manager and loads it again the deleted key is still in cache and provoked an error. * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks. * wptW32API.cpp (center_window): Replaced with real code which calculates the position relative to the desktop window. 2004-10-25 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box if the PGP message is complete but broken during the transport. Thanks to Werner and Achim. * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks to the gnupg-users. * Automatically add '\r\n' to the text before signing. This solves the problem the last line is not included if no \r\n is present. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode which prepends the text with '> '. This makes it easier to quote decrypted text. * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored out from.. (keyserver_dlg_proc): ..here. 2004-10-15 Timo Schulz * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt is really initialized. 2004-10-07 Timo Schulz * wptErrors.cpp (winpt_errmsg): Use a generic header when no filename is supplied. * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but an error message which is more clean. Thanks to Ralf. * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card admin mode. * wptKeySignDlg.cpp (do_check_protection): Also check for smart card protection. (get_keyinfo): Return if this is a smart card key. * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before comparing the names. * winpt.cpp: Now depends on PTD 0.7.1. 2004-10-01 Timo Schulz * wptClipSignDlg.cpp: Really use the selected subkey with the right '!' syntax. Thanks to Vedaal for pointing this out. * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device is accessable and writeable, otherwise inform the user. Kudos to the one who reported this problem. 2004-09-20 Timo Schulz * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in context menus when the key is flagged as revoked. (update_ui_items): Likewise and set the 'ShowPhoto' flag only if the key has such an item. 2004-09-08 Timo Schulz * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is in the list, return zero. 2004-09-07 Timo Schulz * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. 2004-09-01 Timo Schulz * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default. (default_key_from_cache): Use new key attribute 'usable'. * WinPT.cpp (show_unprotected_keys): Removed. * wptKeylist.cpp (check_key): Removed. (seclist_init): Use new 'usable' key attribute. (keylist_add_key): Likewise. * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to add keys via 'INSERT'. * wptListView.cpp (listview_select_one): New. (listview_find): New. * wptFileManager.cpp (fm_get_current_pos): If there is only one item, return 0 but also select it. Thanks to Christian. 2004-08-28 Timo Schulz * WinPT.cpp (WinMain): Free gpg table in case of an error. * wptFileManagerDlg.cpp (filelist_subclass_proc): New. (filemanager_dlg_proc): Subclass the list control. * Fix Alt+C for the winpt_prefs_dlg_proc. * wptKeyserver.cpp (kserver_load_conf): Ignore lines with just whitespaces. Thanks to the folks on winpt-users. 2004-08-27 Timo Schulz * wptKeyserver.cpp (skip_whitespace): New. * Fix a problem with the key cache. The new hash item was not initialized to zero and thus the free caused an illegal access. Thanks to Ralf for pointing this out. * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and use a context to store the value. Loalize all text strings. * wptKeyList.cpp (key_check_validity): Cannot use gettext here. (keylist_get_recipients): Increase buffer for gettext messages. 2004-08-26 Timo Schulz * WinPT.cpp (load_keyserver_conf): New. Factored out some code from WinMain (). (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver in the list control, add at least the internal default HKP server. * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support. * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise. (keysign_dlg_proc): Likewise. * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise. * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk. (kserver_connect): use it here. (kserver_send_request): Likewise. (kserver_recvkey): Likewise. 2004-08-25 Timo Schulz * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB and skip to read large files on floppy discs. (fm_wipe): Display a 'wait' cursor until the wipe is complete. (is_floppy_disc): New. * wptFileManagerDlg.cpp (filelist_subclass_proc): New. (file_manager_dlg_proc): Use subclassing to allow some hotkeys. 2004-08-24 Timo Schulz * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for the user-ids. * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into expert mode when the non-interactive mode is used. * WinPT.cpp (WinMain): Start the keygen wizard instead of the expert dialog and allow to switch to it. 2004-08-20 Timo Schulz * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only mode the menu is not available. (popup_gpg_readonly): New. (menu_gpg_readonly): New. (keymanager_dlg_proc): Use it here. Do not check the permissions any longer since this is now handle via the read-only code. * wptMainProc.cpp (winpt_main_proc): Check if the keyrings are in read-only mode. * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support. * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably signatures in expert mode. * wptKEyEditDlgs.cpp (do_find_userid): Release context. * wptGPG.cpp (gpg_check_permissions): Only print out a warning in the interactive mode. * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left mouse button is clicked. 2004-08-19 Timo Schulz * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected key numbers. * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command. (is_sig): Change code to allow to check pre-defined fields. * WinPT.cpp (WinMain): Allow read-only support for keyrings. 2004-08-06 Timo Schulz * wptContext.h: Move subclass_s context to this file. * wptKeysigDlg.cpp (subclass_dlg_proc): New. 2004-08-05 Timo Schulz * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag when possible. New dialog layout to enhance the readability of the text. Use flat check boxes for the same reason. * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to the right column (3 not 4). * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile uses a unique name. 2004-08-04 Timo Schulz * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the edit-field to display the text. Now a RichEdit field is used. This solves the XP problem that the viewer is empty even if there is text in it. * wptKeyManger.cpp (km_file_export): Add WinPT specific comment. * wptKeySigDlg.cpp (sigprops_dlg_proc): New. (keysig_dlg_proc): Add new 'Properties' button and implement the code for it. * wptSigList.cpp: Add support to show the expiration date. * wptGPGME.cpp (keycache_init): Support to show the progress bar. (keycache_release): Store the amount of keys in the registry for the progress dialog. * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate default keyserver.conf. * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file. Fix possible buffer overflow. (wsock_end): Release stored keyserver list. * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for a specific recipient and select it. 2004-08-02 Timo Schulz * wptKeysigDlg.cpp (do_create_popup): New. (do_load_keyprops): New. (keysig_dlg_proc): Factor out some common code and use do_load_keyprops. * wptKeyServer.cpp (kserver_check_inet_connection): New. * wptKeyManger.cpp (km_refresh_from_keyserver): First check for an active internet connection. It's annoying for the user to confirm an connection error for each key (n>40). 2004-07-27 Timo Schulz * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new value for the ownertrust. * wptKeyManager.cpp (get_key_trust): Make it public. (get_key_trust_str): New. (km_refresh_from_keyserver): Allow to select random keys. (km_refresh_one_key): New. * wptKeyserver.cpp: Use default keyserver if possible. 2004-07-13 Timo Schulz * wptFileManager.cpp (fm_assume_onepass_sig): New. Thanks to Vedaal who found out that armored one-pass sigs are not correctly recognized. (ask_filename): New. Again thanks to Vedaal who suggested to ask for a new output name for the case the user does not want to overwrite the file. (fm_encrypt): Use it here. (fm_decrypt): Likewise. (fm_sign): Likewise. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry to set secret keys to ultimate trust. * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the key has ultimate trust. (km_set_implicit_trust): New. 2004-07-12 Timo Schulz * wptRegistry.cpp: Support for disable compression of multi-media files. (set_reg_winpt_single): New. (get_reg_winpt_single): New. * wptFileManager.cpp (is_multi_media): New. (fm_encrypt): Disable compression of multi-media files. (fm_state_new): Set comment to indicate armored files were generated by WinPT. This is a replacement due to the fact the WinPT string is not added in the 'Version' for larger files. * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found. 2004-07-11 Timo Schulz * Bug fix for the validity revoked status. Now it is 'revoked' and not 'unknown' any longer. * Feature to disable encryption. This might be useful for filetypes GPG does not recognize as compress (movies, ...). * wptFileManager.cpp (fm_get_file_type): Skip packet detction if the file is large and it has no openpgp extension. 2004-06-19 Timo Schulz * wptInet.cpp: Renamed to ... * wptHttp.c: ... this. * wptKeyManager.cpp (km_http_import): Release 'p' not too early. * WinPT.cpp (WinMain): If there is a problem with the homedir, jump to the first start settings. 2004-06-12 Timo Schulz * wptInet.cpp: Updated. * wptKeyManager.cpp (km_http_import): Use http_send_request2() to parse the URL. * wptCommonDlg.cpp (http_file_dlg_proc): New. (get_http_file_dlg): New. 2004-06-08 Timo Schulz * wptInet.cpp: New. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http transfers. * wptKeyManager.cpp (km_http_import): New. 2004-06-02 Timo Schulz * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error if there is no clipboard data. Release memory in case of an error. * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. 2004-05-31 Timo Schulz * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the 'X' close button. Noted by a friendly user. Disable 'Save' button. * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files. * wptFileManager.cpp (fm_set_status): Do not use the data file name for signatures but keep the original file name. (fm_verify_pasted_detsig): Try to verify detached signatures from the clipboard. 2004-05-14 Timo Schulz * WinPT.cpp (check_crypto_engine): Due to some internal GPG changes the min. version for smart card support is now 1.3.6. * wptProxySettingsDlg.cpp (read_proxy): Correct prefix handling. Thanks to the folks who reported this via SF.net. * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids. Thanks to the folks on winpt-users who reported it. * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of the hotkeys are disabled. * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed. * wptFileManager.cpp (fm_get_file_type): Do not parse the entire file if the size is >= 256MB. 2004-03-15 Timo Schulz * Decrypt list box has now a vertical scroll bar. 2004-03-11 Timo Schulz * The DLL is now complety C-source. 2004-03-08 Timo Schulz * wptGPG.cpp (gnupg_import_keyrings): cleanups. * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows CP. (wincp_to_utf8): Likewise. (conv_charset): Now internal and static. * wptUTF8.h: New prototypes and remove the old prototypes. * WinPT.cpp (WinMain): Destroy the windows handle in case of an error. 2004-03-07 Timo Schulz * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats dummy keyrings with a size of zero in the homedir. (gpg_check_permissions): Check for read-only keyrings and add code for this case. This problem fixes a lof of other problems related to the OpenPGP parsing stuff for the key cache. * WinPT.cpp (check_crypto_engine): Store the GPG version for later use. 2004-03-04 Timo Schulz * wptKeyserver.cpp (finger_recvkey): Error if key was not found or garbled. * wptGPG.cpp (gpg_check_permissions): Take care of the entries in gpg.conf. * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select the signer. Suggested by Sebastian. * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to this file. (seclist_free): Likewise. (seclist_select_key): Likewise. * wptFileManager.cpp (fm_encrypt): Handle the case the signer was already set. 2004-03-02 Timo Schulz * wptGPG.cpp (check_keyring): Handle the case that the keyring is set in the gpg.conf file and the pubring.gpg file is zero bytes. (gnupg_backup_keyrings): Support backup of keyrings which were set in gpg.conf. Thanks to the user who reminded me of this problem. (gnupg_check_file_ext): Make check not case sentensive. * (sfree_if_alloc): Overwrite the memory with zeros before freeing it. This only works with c-strings! Use it everywhere we handle sentensive information (passphrases). * Try to improve the usability with better menu names and new ordering. * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable. * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now it is part of the WinPt about dialog. This way we can minimize the elements in the popup menu. 2004-02-29 Timo Schulz * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid. * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself so we are not allowing to sign ourself. * wptSigList.cpp (siglist_add_key): Support for the signature flags (local, non-revocably, ...). * Key signing with GPG 1.2.x should work again. Hopefully. 2004-02-26 Timo Schulz * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error if no recipient was selected. * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog is destroyed. This fixes the bug that the dialog sometimes exist even after the procedure ended. * wptProgressDlg.cpp (progress_callback): Change the if-then-else struct to prevent zombie dialogs. * wptKeyserver.cpp: Removed unused prototypes. 2004-02-25 Timo Schulz * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and do not mix the names in the different menus. * wptSigList.cpp: Support to show the signature class. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo box when there is no secret key available. (do_init_keylist): Do not allow to use the owners key as a desig revoker. * wptKeylist.cpp (get_key_trust): New. (do_addkey): Use it here. 2004-02-24 Timo Schulz * WinPT.cpp (WinMain): Call a selftest check procedure to make sure all cryptographic code works as expected. 2004-02-22 Timo Schulz * PTD: Cryptdisk seems to have problems with locking. Use a forced flag to tell the code if it should bail out or ignore locking errors. * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new locking code. (cryptdisk_new_dlg_proc): Adjust size of the volume. 2004-02-21 Timo Schulz * wptCryptdisk.cpp (cryptdisk_cleanup): New. (is_nt4): Because my Platform-SDK is too old I need to load some prototypes dynamically. (init_drives): Return the first useable drive letter if called with appropriate parameters. * wptMainProc.cpp (winpt_main_proc): Use it here. 2004-02-18 Timo Schulz * Modify the cryptdisk code for crosscrypt 0.4.1. * wptCryptDisk.cpp (do_mount): Add key algorithm param. 2004-02-17 Timo Schulz * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt to the signers key. Suggested by Alexander. Use new keycache system, we use the public key part of the cache because it has all flags set. * wptGPG.cpp (default_key_from_cache): Use new cache system. * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise. 2004-02-12 Timo Schulz * wptErrors.cpp: New error codes for the cryptdisk feature. * wptCryptdisk.cpp (do_dispatch): Better error handling. (cryptdisk_mount_dlg_proc): Use it here. (cryptdisk_umount_dlg_proc): Likewise. (init_drives): Use system list. Localized all strings. 2004-02-09 Timo Schulz * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New. (do_reaping): New. Release the list if all items are 'expired'. (cryptdisk_mount_dlg_proc): New. (init_drives): New. * wptMainProc.cpp (cryptdisk_proc): Renamed from... (handle_cryptdisk): this. And filled with life. 2004-02-08 Timo Schulz * wptCryptdisk.{cpp,h}: New. Support for the extended filedisk application. * wptMainProc.cpp (winpt_main_proc): Likewise. * WinPT.cpp (WinMain): Make sure the new PTD lib is installed. 2004-02-05 Timo Schulz * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle CMD_DISHOTKEYS. Thanks to the user who reminded me. * wptMainProc.cpp (spawn_cryptdisk): New interface to the Cryptdisk application. 2004-02-04 Timo Schulz * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core. 2004-02-03 Timo Schulz * WinPT.cpp (check_crypto_engine): New. Factor out common code. (WinMain): Check the crypto engine after the first start. * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is issued if the values could not stored. Revamped the core. * Removed the last appearance of the GPG agent support. * wptGPG.cpp (init_gnupg_table): Do not use static buffers. (free_gnupg_table): Free memory. * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the ctx pointer get malloced and set the contents to zero. 2004-02-02 Timo Schulz * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name is long enough. The same check for the mail address. Thanks to Achim. 2004-01-28 Timo Schulz * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued if keys on the card exist but the user does not said overwrite. Make sure the expire date is not in the past. * wptMainProc.cpp (winpt_main_proc): Avoid to release the file lock twice. Not sure if this fixes some other problems but it was definitely a bug. * wptMapi.cpp (mapi_init): Make sure all function ptrs are initialized otherwise bail out. (mapi_send_message): New. Interface to allow to send an encrypted mail with zero ore more encrypted attachments. (secure_attachment): New. (parse_recipients): New. 2004-01-25 Timo Schulz * WinPT.cpp (WinMain): Silently die when an instance is already running. Do not confuse the user with a message. Suggested by Sebastian. * wptKeyManager.cpp (delete_keys_from_cache): New. (km_delete_keys): Use it here. Thanks to Achim. 2004-01-23 Timo Schulz * wptCardDlg.cpp (check_pin_len): New. Check if the PIN is long enough and give an appropriate error. (card_changepin_dlg_proc): Use the new check function. 2004-01-22 Timo Schulz * Remove all internal card reader config. It's up to the user to do this. It would be too error proune to offer it. * wptCard.h: Removed all card driver stuff. * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ between the admin and the user (normal) PIN. 2004-01-04 Timo Schulz * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs. * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas and minor changes. * wptListView.cpp (listview_sort_items): Likewise. * wptKeyManager.cpp (key_manager_dlg_proc): Likewise. (regist_sep_wnd): Factored out some code. 2004-01-03 Timo Schulz * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow to import secret keys. 2003-12-31 Timo Schulz * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort the list otherwise the index is wrong. * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set a signature expire date. 2003-12-30 Timo Schulz * fixed the GPG edit-key commands sign and addrevoker. 2003-12-23 Timo Schulz * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove ElGamal s+e support. Oops, this should be already done. * wptGPGME.cpp (keycache_init): Sync both key caches. In other words transfer some flags from the sec-cache to the pub-cache. * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the key sign procedure. If it is already signed, the process sometimes hangs. 2003-12-14 Timo Schulz * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref. (do_editkey_setpref): Implement updpref command. 2003-12-10 Timo Schulz * GPGME support to change key preferences. * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here. 2003-11-29 Timo Schulz * wptMAPI.cpp (mapi_init): New. (mapi_deinit): New. (mapi_send_pubkey): New. * wptKeyManager.cpp (km_send_to_mail_recipient): New. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to send the public key via MAPI to a recipient. * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind the secret key cache so it's not at the end. (keysign_dlg_proc): Issue a warning when no secret key was found which could be used for signing the key. * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key. * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise. 2003-11-28 Timo Schulz * Remove all support for ElGamal sign+encrypt keys. There is a flaw in GPG which makes all such keys useable and they are comprised even if one signature they made is accessable. And due to the fact the key is self signed, such a sig is always available for the public. We warn the user at startup if such keys were found! * wptMainProc.cpp (elgamal_warn_dlg_proc): New. * wptGPGME.cpp (count_insecure_elgkeys): New. * WinPT (WinMain): Use it here. 2003-11-14 Timo Schulz * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN. 2003-11-13 Timo Schulz * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'. * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs. Thanks to Achim. * Change PIN interface. Now it is easier when an operation requires both PINs. * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs to change card attributes. Do not ask me why, but now the user needs to enter 2 PINs. Name parts were swapped, now they have the right order again. 2003-10-02 Timo Schulz * Prepare test release. * wptGPGCmds.h: New from GPG 1.3.4-cvs. 2003-10-29 Timo Schulz * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers. * Create a new interface for an interactive card callback. GPG provides card control status messages if the wrong card is inserted. * wptCardManager.cpp (card_cb_dlg_proc): New. (card_callback): New. * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use the ASCII functions and not the Unicode function names. Thanks to Werner for pointing this out. * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the serial card number is shown to help the user to find the right card. * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme. 2003-10-26 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging. * Changed the code at several other places to support the new logging scheme. 2003-10-24 Timo Schulz * Implemented a better logging system. If the return code of GPG is != 0 and the error is not known, display the errors from stderr. * wptGPGME.cpp (logging_cb): New. 2003-10-23 Timo Schulz * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output if the error is unknown. (clip_sign_dlg_proc): Likewise. (clip_signenc_dlg_proc): Likewise. (clip_import_dlg_proc): Likewise. 2003-10-21 Timo Schulz * wptClipDecryptDlg.cpp (list_recipients): New. (algo_from_list): New. (clip_decrypt_dlg): New concept to list all recipients. * wptFileManager.cpp (fm_list_keys): New. (fm_decrypt): Same changes as for the clipboard decryption. 2003-10-21 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase was wrong, delete the cache item (if available). * wptClipSignDlg.cpp (clip_sign_dlg): Likewise. * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise. * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card' flag to zero. 2003-10-19 Timo Schulz * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and the working PIN. wptCardDlg.cpp (free_pincb): New. (card_keygen_dlg_proc): Pin callback implemented. Simple check for the e-mail address. (card_edit_dlg_proc): End the dialog if no changes were made. * Expanded GPGME passphrase interface to work both with PINs and passphrases. 2003-10-18 Timo Schulz * wptCardDlg.cpp (card_keygen_dlg_proc): New. (do_askpin): Handle the case there is no card. (card_edit_dlg_proc): Add 'New Keys' feature. (card_changepin_dlg_proc): Implemented. * WinPT.cpp (WinMain): Ability to start the card manager directly. * wptMainProc.cpp (smartcard_init): Global stuff to init the reader driver and the inserted card. 2003-10-17 Timo Schulz * wptGPGME.cpp (keycache_init): Do not use secring the first time. * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short keyid will be displayed. 2003-10-16 Timo Schulz * Changed GPGME interface for edit card. Now one context is used for all edit card operations. * wptCardDlg.cpp (card_edit_dlg_proc): Support for working and admin PIN. Changed gpgme interface. (ask_pin): Renamed to.. (do_askpin): this. Provide more information about the card and its holder. (do_proc_card_cmds): If no error, reset modify flags for all controls. Show a short message that the operation ended. * wptCardPCSC.c (pcsc_free_readers): New. (pcsc_scan_readers): New. (pcsc_get_reader): New. (pcsc_get_card_status): New. 2003-10-14 Timo Schulz * wptKeyList.cpp (do_addkey): Add the case the secret key is stored on a smart card. (km_check_for_seckey): Take care of the new code. * wptKeyManager.cpp (km_delete_keys): Extra warning when the secret key is stored on a card. * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities to the list view. Now the user can see if the key is useable for: signing, certifying or encrypting. 2003-10-13 Timo Schulz * Extended the GPGME API that it is possible to retrieve the key data. This is for the planned card login but it might be also useful for other purposes. * wptCardPCSC.c: New. General code for PC/SC card readers. 2003-10-12 Timo Schulz * wptCardDlg.cpp (guess_libname): New. (card_status): Simplified the code with an attribute table. Now it is a loop and not hard coded. * The card interface has changed. Now the surname and the given name are two fields and not one field. * wptMainProc.cpp (winpt_main_proc): Check if the card reader is configured where appropriate. 2003-10-09 Timo Schulz * wptCardDlg.cpp (get_card_status): New. (show_card_status): New. Retrieve the card status and show an error if approprioate. * Make sure that WinPT does not try to use non-OpenPGP cards. * Add GPGME support for the forthcoming AUTH flag for keys. * Implemented the detection of keys where the secret key components are stored on a smart card. 2003-10-08 Timo Schulz * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII is used. Otherwise reject the value. (ask_pin): New. Enable PIN caching for the 'dialog session' so the user does not need to re-enter it again and again. 2003-10-07 Timo Schulz * wptPINDlg.cpp (pin_cb_dlg_proc): New. * wptCardDlg.cpp (do_proc_card_cmds): New. (card_edit_dlg_proc): Use it here. 2003-10-06 Timo Schulz * wptFileManager.cpp (fm_encrypt): Wipe files in both modes. * wptGPG.cpp (gnupg_display_error): Display general error when the file does not exit. * wptW32API.cpp (get_folder_dlg): New. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select the folder for the home directory. * wptKeyManager.cpp (km_update_default_key_str): Return length of the string. (km_complete_status_bar): Use the offset of the default key string so it is not appened twice. * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey. * wptCard.h: New. * wptCardDlg.cpp (new_card_driver): New. (load_card_driver): New. (free_card_driver): New. (card_config_dlg_proc): If the reader is configured, load the values. This is needful to change the driver later. (gpg_load_scard): Use driver as a parameter. * wptMainProc.cpp (winpt_main_proc): Load card driver and unload it after use. 2003-09-28 Timo Schulz * wptCardDlg.cpp (card_edit_dlg_proc): New. (gpg_load_scard): New. Try to use GPG load the card info. (print_fpr): New. Print beautified fingerprint. (card_status): New. Set all dialog fields with the values from the card. (prepare_dialog): New. Load combo boxes with pre-defined strings. 2003-09-25 Timo Schulz * wptProgressDlg.cpp (progress_cb_thread): New. (progress_callback): Use asynchron code. * wptFileManager.cpp (fm_parse_files): Implement progress callback. 2003-09-25 Timo Schulz * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken. (check_key): New. Removed the old Secret Key List dialog. Now the key can be directly chose in the dialog. (seclist_init): New. (seclist_destroy): New. (seclist_select_key): New. * wptFileManager.cpp (fm_sign): Ask for output file if needed. * Client side implementation of the --enable-progress-filter feature. * wptProgressDlg.cpp: Server side implementation. (progress_dlg_proc): New. The actual dialog procedure. (progress_callback): The GPGME wrapper callback. 2003-09-24 Timo Schulz * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature. * wptFileManager.cpp (fm_encrypt): Ask for output file if needed. * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from the menu. We use import internally, but export was not useful and thus the code were removed. * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at startup when they are not allowed. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option. Make the parsing code much shorter (read). 2003-09-22 Timo Schulz * wptSigList.cpp (extract_filename): Make sure there is a '\', otherwise just dup the string and return. * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key to make the code more readable. * Implemented the GPGME part of the new smartcard interface. The WinPT interface will be open until the scard stuff is back ported to GPG 1.3.x. * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it. Several code cleanups. 2003-09-08 Timo Schulz * wptRegistry.cpp: Remove some hotkeys to correct index calculation. (get_reg_winpt_flag): Check buffer first. (get_reg_winpt_prefs): Support for the new backup system. (set_reg_winpt_prefs): Likewise. * wptHotkey.h: Removed import and export hotkey. Re-ordered elements. * wptRegistry.h: Cleaned up the hotkey interface. * wptPreferenceDlg.cpp (enable_backup_items): New. (prefs_dlg_proc): Simplified hotkey handling. Use new code. * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for im- and export. Use the code directly. (currwnd_gpg_dlg): Likewise. * wptGPG.cpp (gnupg_backup_keyrings): New. (backup_one_file): New. 2003-09-04 Timo Schulz * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason, the packet parsing return value check was wrong again. Now it does not recognize Word documents as SECKEY or ENCRYPTED any longer. 2003-09-03 Timo Schulz * The secret key listing does not contain any 'validity' or 'status' flags any longer. Thus we only can use the cache to make sure we have a secret key. All attributes need to be retrieved from the public key listing. * wptGPG.cpp (default_key_from_cache): New. (get_gnupg_default_key): Use new function to make sure we try to get the key from cache if there is a problem with the config file. 2003-08-30 Timo Schulz * wptGPG.h: Support for the GPG status messages REVKEYSIG and EXPKEYSIG. With this new feature, GPG 1.2.3 is required. * Make sure that the signature status does not cause an segfault. * WinPT.cpp: Use new check to detect the GPG version and make sure it is the minimum. * wptGPG.cpp (parse_version_nr): New. (check_gnupg_engine): Improved. Now it returns the actual version. 2003-08-24 Timo Schulz * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable dialog controls. 2003-08-17 Timo Schulz * wptKeyManagerDlg.cpp (keymanager_dlg_proc): #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The value was malformed. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory. * wptKeyserver.cpp (kserver_load_conf): If the file does not exist, don't bother the user with an error message. Closes #782751. * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the "primary" edit key command. * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is possible to supress the status message. This is useful when the whole keyring will be refreshed. * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed. (quote_file): Avoid double quotes. * GPGME support for quoted file names. (fm_sym_encrypt): Double check password and to additional 8-bit checks. * WinPT.cpp (my_acces): Moved to this file.. * wptGPG.cpp: ..here. (gpg_check_permissions): Renamed from check_permissions and make it global. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we have write access to the keyring for some commands. 2003-07-22 Timo Schulz * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of the text instead of allocating the maximum. 2003-07-13 Timo Schulz * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850 it would be a bad idea to use such passphrases. And thus we disallow it. * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise. * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise. * wptHotkey.cpp (hotkeys_strerror): Use capital letters. 2003-07-12 Timo Schulz * wptFileManager.cpp (fm_verify): Support for multiple signatures. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise. * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix. * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156. (kserver_connect): Likewise. (kserver_read_config): Likewise. * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases are not equal. * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to generate a key pair. 2003-06-24 Timo Schulz * Fixed filter code in Get{Open,Save}FileName. Changed all callers. Thanks to Alex. * wptKeyManager.cpp (km_delete_keys): Quote the user-id. 2003-06-13 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to the fact the signer is now dymanic and not static. * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and change all code that it only shows an error if no plug-in was loaded. * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you can revoke v3 keys. (do_editkey_revoke): Clarify command because it can be only used for secondary keys. * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error is issued when no key was selected. Thanks to vedaal. 2003-06-11 Timo Schulz * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the right order and we do not use the last user-id but the first because this is always the primary user-id or the newest user-id. * wptGPGME.cpp (get_default_keyid): Removed. Some better code were added to get_gnupg_default_key. 2003-06-10 Timo Schulz * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys are skipped. (keysign_dlg_proc): Removed some redundant code. * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if it is possible to change the passphrase. 2003-06-06 Timo Schulz * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning message and include the user-id. * Encryption: use force overwrite (--yes) to make sure there are no complications with GPG. * Import: skip all record types we do not understand. 2003-06-05 Timo Schulz * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog shows all involved recipients and also the public key algorithm. * wptRegistry.cpp (reg_inst_winpt): If the user does not want the extensions, set the entry to "1" so the message is not shown again. 2003-06-04 Timo Schulz * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact that GPG uses the newest subkey by default, we always return the info of this subkey and not the first. * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one bug. Now the indicies are correctly. * wptGPG.cpp (gnupg_check_keyring): Do not free the value before get_file_size is called. * WinPT.cpp (WinMain): Only check the GPG engine version if there were no problems with the GPG config. And differ between a problem to get the version and if a wrong version were detected. 2003-06-01 Timo Schulz * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros... (KEYDOWN, KEYUP): macros for the functions above. 2003-05-31 Timo Schulz * wptKeyManager.cpp (km_key_is_v3): Return if the selected key is an old PGP 2 (v3) key. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow (#ID_KEYMISC_EDITKEY): Bail out if no key was selected. to add extented items if the key is NOT version 3. * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the key is v3 and forbid most commands. (is_cmd_openpgp): New. 2003-05-28 Timo Schulz * wptKeyManager.cpp (km_set_clip_info): New. * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here. * wptImportList.cpp (implist_build): Some column changes for the listview control. (implist_load): Return if secret keys were found. * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys were found. (clip_import_dlg_proc): New message if secret keys were found. 2003-05-25 Timo Schulz * wptImportList.cpp (implist_add_key): Address charset problem. * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding. * wptKeyserver.cpp (set_default_kserver): New. (wsock_init): Call the new function. (kserver_load_conf): If the FP is invalid, skip to read the file. * WinPT.cpp (WinMain): Call set_default_kserver to make sure the item has a value. 2003-05-24 Timo Schulz * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists to allow to use virtual keys (DEL, INS). Release the uid control context when the dialog will be destroyed. 2003-05-22 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current window mode sign+encrypt. This fixes a couple of other problems. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the key when the cache was reloaded. 2003-05-21 Timo Schulz * wptSiglist.cpp (siglist_add_key): Only list signatures which are user-id certificates (0x10-0x13) and ignore key and subkey sigs. c-strings are now handle correctly and decoded into GPGME. 2003-05-20 Timo Schulz * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change the passphrase from here to... * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place. 2003-05-19 Timo Schulz * wptPasswdDlg.cpp (create_passwd_dlg): Removed. (request_passphrase): New. The passphrase_s context is now internal, all externl function use now request_passphrase. Changed all callers. * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase warning and a check for the comment field was added. * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which has shown the subkeys and the userids. * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp. 2003-05-17 Timo Schulz * wptFileManager.cpp: Moved gpgme_file_get_extension to this file and renamed it to... (file_get_extension): this. gpgme_control now also returns the (get_file_name): Corrected the calculation of the basename. state of the command if you use -1 as the value. * wptImportList.cpp (implist_load): Make sure we really have the key ID. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over the place. 2003-05-14 Timo Schulz * wptKeyManager.cpp (km_enable_disable_key): New. 2003-05-13 Timo Schulz * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys. (key_check_validity): Moved from GPGME to this file. * wptKeyManager.cpp (km_get_key_status): New. 2003-05-09 Timo Schulz * wptMDSumDlg.cpp (mdsum_dlg_proc): New. * wptFileManager.cpp (fm_print_md): New. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD command. 2003-05-08 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current window mode. (currwnd_gpg_dlg): Likewise. * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug. * WinPT.cpp (WinMain): If the default key was not found, show the string in the error message to make it easier for the user to fix the problem. * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret keys. * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error. This makes the priority of the rc2 update more urgent. 2003-05-07 Timo Schulz * Clean up the outer GPGME interface. Internal functions should be invisible in gpgme.h. Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr. * wptKeyserver.cpp: Some cleanups. (finger_recvkey): Skip URL postfix if there. 2003-05-06 Timo Schulz * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys are available. Removed old [unused] code. Make sure we really have the key in the cache. 2003-05-04 Timo Schulz * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients were found, output a more precise error message. Now the GPGME code first tests for special cases and if no one hit the nail on the head, a general error is used. 2003-05-03 Timo Schulz * wptParser.cpp: Renamed to... * wptGPGParser.cpp: this. (release_option): Renamed to... (release_gpg_options): this. (commit_option): Renamed to... (commit_gpg_options): this. (parse_option): Renamed to... (parse_gpg_options): this. * wptGPG.cpp: Use new parser function names. (set_gnupg_default_key): Free memory. * wptKeylist.cpp (keylist_add_groups): New group code. * wptGroups.{c,h}: Removed. Now we use the GPG group command. * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from 2 to 4. (recv_missing_keys): Likewise. Now it is possible to retrieve missing keys. Thanks to Klaus. * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather than a static buffer to avoid garbled keys. There are some very large keys and these cause some trouble with a 16k buffer. (keyserver_dlg_proc): Localized some strings. * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column names which are equal to the names we use in the Key Manager. * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but should be "==" bug. * wptKeygenDlg.cpp (mbox): Removed. Too much overhead. * Add --expert option for the GPG procedure call if needed. 2003-05-02 Timo Schulz * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers. 2003-04-30 Timo Schulz * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the next context menu ("Add"). Make sure the entries are disabled when the key has no secret key. * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New. * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't cause a segfault when the pointer free tries to deallocate the pointer. 2003-04-27 Timo Schulz * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows to show the properties of the signers keys. * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New. 2003-04-26 Timo Schulz * wptParser.cpp: A lot of structural changes. Always add items at the end of the list so we don't need to make a copy of the list to restore the original order. Fix the group problem. * wptKeylist.cpp (keylist_build): Use OR to get the flags and not ==. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command (file) does not use the keyid as the file name when more than one keys were selected. Allow allow to set default keys which are not revoked or expired. * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort the columns. Set the force trust flag in GPGME if there are some recipients with no validity. 2003-04-25 Timo Schulz * wptVerList.cpp (verlist_build): Change the name of some columns. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the notation (if present!) present the user a general message box with extended signature information. This means the notation data and a possible policy URL. 2003-04-24 Timo Schulz * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init default values to make it easier for newbies. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error when no secret key was found. Also mention the public key algo. * wptFileManager.cpp (fm_decrypt): Likewise. 2003-04-23 Timo Schulz * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function from GPGME#gpgme_ownertrust_to_string into WinPT. 2003-04-20 Timo Schulz * wptClipboard.cpp: Removed. All these functions and constants are now available in MyGPGME/clip.c and thus part of GPGME. * wptKeylist.cpp (keylist_add_to_recipients): Renamed to... (keylist_get_recipients): this. Return the context instead of an argument. (get_key_size): Add key index. (get_key_algo): Likewise. (keylist_build): Use a special mode when signing is used. (keylist_enum_recipients): Return a malloced pointer to the recipients. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint when we have a signature result and we do not trust the key. 2003-04-20 Timo Schulz * wptFindWnd.h: Removed. We don't use it any longer. * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx. (gpg_strerror): Removed. Now it is handled in winpt_strerror. * wptFileManager.cpp (fm_get_file_name): move this to * wptVerifyList.cpp (get_file_name): ..this place and declare it as static because no other file need this function. 2003-04-15 Timo Schulz * wptClipImportDlg.cpp (data_cb_dlg_proc): New. (data_cb_thread): New. (data_cb_dlg_create): New. (data_cb_dlg_destroy): New. (data_cb_new): New. (clip_import_dlg_proc): Use a callback dialog to show the user the data decoding procedure is in progress. This dialog is destroyed in the key import statistics dialog. 2003-04-13 Timo Schulz * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback context. * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect flag inside the KEY contect if needed. * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a passphrase if the protect flag is set. Display the callback dialog to show the progress. Implemented the "revkey" feature. * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise. (do_add_new_userid): New. Add an entry to the list box after the GPG process finished. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig to zero to avoid segfaults. 2003-04-12 Timo Schulz * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new GPGME code. * wptVerifyList.cpp (verlist_add_sig_log): Likewise. * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise. * wptFileManager.cpp (fm_decrypt): Likewise. * WinPT.cpp (check_default_key): Check if the keys in gpg.conf are valid and in the keyring. * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase item if the key is not protected. 2003-04-09 Timo Schulz * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as invalid for cancel. 2003-03-20 Timo Schulz * wptFindWnd.cpp: Removed. * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of find_window. * Whenever it's possible, use case insentensive searches to avoid problems. 2003-03-19 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here. * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly in the code. * wptPasswdDlg.cpp: Likewise. (passphrase_cb_init): Declare as static. (passphrase_cb_gpgme): Modified to use the static function and rename it to... (passphrase_gpgme_set_cb): ..this. New. * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA and friends to assign data to each item. Move dialog code to... * wptClipSignEncDlg.cpp: ..here. * MyGPGME/keycache.c: We first look for directly key signatures and then we skip all other signatures if we've already seen the key. This is needed to gather the designated revoker keys. 2003-03-18 Timo Schulz * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index of revocation from 9 to 8. Set the text that no key was updated only if no new sig, subkey, userid and no public were added. Add more information: new {subkeys, signatures, userid}. * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug. * wptDlgs.cpp: Removed. * wptDlgs.h: (dlg_fatal_error): New. Macro. 2002-03-16 Timo Schulz * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the optional text in UTF-8 to avoid charset problems. * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead of a static buffer. Changed all callers. * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions for the rest of the columns. (keylist_handle_column_click): New. * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc): Removed the 'Advanced' button because it only confuses users and it is not often used. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex- and import the trustdb values (ownertrust). * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to sort columns. 2002-03-09 Timo Schulz * 64-bit support for wipe operations. 2002-03-08 Timo Schulz * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--' because they are options rather than files. * WinPT.cpp (WinMain): Allow to start the key manager directly via --keymanager. * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New. (wipe_cb): New. Wipe callback function. (fill_drive_combobox): New. Fill in all logical drives into the given combo box. (wipe_thread): New. Worker thread. (update_disc_stats): New. Set the disc statistics for the given drive entry. (space_wipefrees_dlg_proc): New. 2002-03-01 Timo Schulz * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection logic. Now we can decrypt symmetrically encrypted files again. Be stricter on memory alloaction checks. (fm_get_file_type): Be more strict with the return code of parse_packet. This avoids bogus file types for MS-Word files and other non-PGP data. (fm_wipe): Use the wipe mode from the registry and not a fixed value. * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode. (get_reg_winpt_prefs): Likewise. * wptFilePrefsDlg.cpp: Removed. We don't use it any longer. * wptDlgs.h: Corrected all dialog protypes to BOOL. LRESULT was not correct. 2002-02-08 Timo Schulz * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export the secret key when a file was chosen. 2002-02-01 Timo Schulz * wptKeyserver.cpp (kserver_search): Fix * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id and the fingerprint to the clipboard. Closes #674455. Automatically reload the keycache when a command is chosen and the cache state is set to 'reload requested'. Closes #671218. * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts are not invalid. * WinPT.cpp (check_permissions): Make sure we have the permission to write the keyring. Stop if not because it's expected at many other places. * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry. (siglist_build): Use a placeholder sig to avoid the position chaos. * wptKeyUidDlg.cpp: Unified text for 'user-ID'. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found, display more information and use a GPG like output. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is an invalid key in the list of recipients. Closes #674965. 2002-01-21 Timo Schulz * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to avoid typing mistakes. 2003-01-19 Timo Schulz * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321. * wptKeyManagerDlg.cpp (do_resize_window): New. (do_create_minpopup): New. Closes #669730. * wptVerifyList.cpp (get_sig_date): Renamed to... (longdate_to_strdate): New. Changed all callers. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains a signature, also display the time of it. Closes #669780. * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings. * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo. * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability to choose the signer. (keysign_dlg_proc): Implemented a feature request. See above. 2003-01-08 Timo Schulz * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning if the user tries to add the email address in the name field. * wptKeyserver.cpp: Add support for protocols. (finger_readline): New. (finger_recvkey): New. * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke message box to show it's a serious decision. * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window. * wptRegistry.cpp (regist_single_filetype): Now internal and we use an easier way to get the location of the binary. (regist_inst_winpt): Implemented the 'with_ext' part and add a registry entry to avoid double file registering. 2003-01-07 Timo Schulz * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window pos from the coordinates from the registry. (keymanager_dlg_proc): Store the window pos in the registry. * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs. * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when a revcert was found. * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does not succeed. (keyserver_dlg_proc): Corrected some listview index values. * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible. 2002-12-23 Timo Schulz * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver directory if does not exist. * wptKeyserver.cpp: Simpliefied config file. (kserver_change_proxy): Write config to the registry. Remove code for the config file. * wptProxySettingsDlg.cpp (read_proxy): More robust code. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature to send keys. The Key Manager is better for this. 2002-12-21 Timo Schulz * Fixed some language mistakes. * wptMainproc.cpp: Use the desktop window as the parent window for the main dialogs so they are visible in the taskbar. * wptKeyManagerDlg.cpp: Enable minimize. * wptFileManager.cpp (fm_parse_command_line): Support for detached signatures. (fm_encrypt_directory): New. * wptKeylist.cpp (keylist_add_key): Check the current key if it is not expired, not the primary (idx=0). 2002-12-18 Timo Schulz * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead of the old name "options". * WinPT.cpp (WinMain): Try to repair broken home directories in the registry. Thanks to Gustavo who reminded me of it. * wptKeyserver.cpp (check_hkp_response): Only copy the text between

and

when possible. * wptAgent.cpp: Re-activated the old code. Now the passphrase timer can be used. 2002-12-14 Timo Schulz * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean any longer there is also a secret key. (km_check_photo): New. (km_complete_status_bar): New. * wptFileManager.cpp (fm_verify): Support for bad signatures. Set the sigmode if not set. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when the ownertrust of a non-valid (not signed) key is changed. * wptRegistry.cpp (expand_path): New. Use this code because it's much shorter. 2002-10-14 Timo Schulz * wptKeyserver.c: Replaced all strdup's with m_strdup and free with free_if_alloc. (ldap_recvkey): Fill with life. We use the GPG plugin to avoid all the LDAP overhead. 2002-10-13 Timo Schulz * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static any longer. 2002-10-31 Timo Schulz * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling. Thanks to Gustavo. * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect whether it's a key pair or not. * Callback struct into KEY so we can modify the values in the background. * wptKeyPropsDlg.cpp (change_ownertrust): New. 2002-10-30 Timo Schulz * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe LDAP plugin for this purpose. * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs. * wldap32.lib is now not longer needed. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard. * Updated the resource file. * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff for 'Decrypt', 'Verify', 'Import'. 2002-10-15 Timo Schulz * Changed all s(n)printf -> msg_box constructs to log_box. 2002-10-13 Timo Schulz * wptKeylist.cpp (get_key_expire_date): New. * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here. * Removed global keycache from GPGME. It's a bad style to mix general and specific interfaces. * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation details. Useful to replace it later. (get_seckey): Ditto. (keycache_reload): Moved from the GPGME library. (keycache_release): New. (keycache_init): New. (keycache_set_reload): New. (keycache_get_reload): New. (keycache_get_ctx): New. * wptSigList.cpp (siglist_add_key): Use the new code. (siglist_build): Ditto. 2002-10-10 Timo Schulz * wptW32API.cpp (get_filename_dlg): Added default filename parameter. Changed all callers. * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the new get_filename_dlg. * wptFileManager.cpp (fm_export): Likewise. * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box. * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key. Use signature class dialog. * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the keyid instead of the userid to avoid charset problems. (err_message): New. * Moved all wipe specific code (random, rmd160) to the DLL so we can save some memory for the tray section. * wptKeyRevokersDlg.cpp (revokelist_build): New. (revokelist_init): New. (key_revokers_dlg_proc): New. * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker code here when available. 2002-09-25 Timo Schulz * wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text is dash escaped. This is useful for keys to avoid errors. * wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an OpenPGP key from the clipboard which is dash escaped. (km_clip_import): Use the new code here. 2002-09-23 Timo Schulz * wptParser.cpp (add_multi_option): Support for values with more ' 's and skip the ' ' after the name. (modify_entry): New. * wptGPG.cpp (gnupg_save_options): Removed. (gnupg_load_options): Removed. (gnupg_release_options): Removed. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code. 2002-09-17 Timo Schulz * winpt.cpp (WinMain): Use make_filename and no static buffer. Modified for the new gnupg interface. * wptFile.cpp (make_filename): New. * wptGpgCmds.h: New from GPG 1.1.92 * wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers and make_filename. * wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and make_filename instead of static buffers. * wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise. * wptParser.cpp: Changed to new allocation instead of malloc. * wptGPGOptSkel.h: Updated from GPG 1.1.92 * wptRegistry.cpp (get_reg_entry): Expand %s like registry strings. 2002-09-13 Timo Schulz * wptKeyManager.cpp (km_show_photo): Use a const buffer for the image and do NOT free it. * wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function. (find_user_id): Use keyid to find the key. Changed all callers. * Removed global gpg_version variable. Now we also support GPG 1.1.9x so we don't need to check this after the start again. 2002-09-12 Timo Schulz * wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature. * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret key export. * wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to check if the encryption failed. (km_show_photo): Fixed offset calculation. Use keyid as filename and delete the tempfile after use. * wptFile.cpp (init_file_lock): Use dynamic buffer. (release_file_lock): Free this buffer. * wptFileManager.cpp (quote_filename): Removed. (quote_file): New. Use dynamic buffers. (fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export): Use it here. * wptFileStatDlg.cpp (do_list_packets): Do not cache FD. Initalize packet at the begin and during the loop. * wptFileManager.cpp: Replaced all static memory handling with dynamic routines. * wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust functions. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto. 2002-09-10 Timo Schulz * wptFileManager.cpp (fm_get_file_type): Disable FD cache. (fm_decrypt): Only cut off the extension if it belong to GPG. Added user ID to the box if the file was signed. Ask for the filename if the name has no valid GPG extension. 2002-09-09 Timo Schulz * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for the privat key (export). 2002-09-08 Timo Schulz * wptKeygenDlg.cpp (ask_for_backup): Check if the copy process really succeeded. (mbox): Alias for msg_box with fixed title to avoid long lines. * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow to generate keys with a length til 4096 bits. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for invalid recipients and print out the reasons. * wptKeylist.cpp (keylist_add_to_recipients): Improved error message and corrected the validity checking. 2002-09-07 Timo Schulz * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Print notation data when available. Show if the signature is expired or not. * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo command to the context menu. * wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792. This is 256 bits more than the old size. Hopefully it's enough security to protect against the most enemies ;-). 2002-09-04 Timo Schulz * wptKeyManager.cpp (km_check_key_status): Parse new fields. 2002-09-03 Timo Schulz Removed all OpenCDK code from PTD. The code is not tested very well and it might contain some errors. Now we used a stripped down version of GnuPG code. This has two advantages. First the code is stable and second we can easier port other parts to native GPG code. * wptFileManager.cpp (fm_get_file_type): Use native GPG code. * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the keyring when present to the keycache. * wptKeyManager.cpp (km_show_photo): Fixes to work again with the modified code. (km_check_for_seckey): Check substrings of the value because we don't use '**' values any longer. * wptFileStat.cpp (do_list_packets): New. Adapted from the old code. (file_stat_dlg_proc): Uses the new code. 2002-09-02 Timo Schulz * wptKeyManager.cpp (km_privkey_export): Check return codes and some types has been changed. (km_file_export): Likewise. 2002-09-01 Timo Schulz * wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice of the dialog. * WinPT.cpp (WinMain): Use it here. Reworded the error message. * wptGPG.cpp (gpg_import_keyrings): New. Let the user chose the keyrings and then they are copied to the homedir. After the procedure, the key cache will be reloaded. * wptKeyManager.cpp (km_delete_keys): New delete confirmation messages. * wptSigClassDlg.cpp (sig_class_dlg_proc): New. (get_sig_class_choice): New. * wptKeySignDlg.cpp (get_printable_fpr): New. More human readable fingerprint. (keysign_dlg_proc): Added new value for the GPG callback to handle the signature class. * wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the userID by calling edit-key with colons. (keyuid_dlg_proc): Use it here. 2002-08-31 Timo Schulz * wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes. (check_homedir): Ask the user whether to create the directory. * wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works to retrieve missing keys from a HKP server. (recv_missing_keys): Likewise. * wptPassphraseCB.cpp (passphrase_callback_proc): Implemented the "Hide Typing" feature. (hide_typing): New. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling. Due to some attacks a MDC error is treated as a fatal error and a possible security risk. * wptClipImportDlg.cpp (print_import_status): Use a dialog instead of a silly message box. Furthermore the user gets more information about the import procedure. * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New. * wptFileManager.cpp (fm_import): Report invalid user ID's. (fm_verify): Try to guess the data name for detached signatures before we bother the user. When it's found, use it. * wptKeyManager.cpp (km_file_import): Ditto. 2002-08-28 Timo Schulz * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types. * wptFileMananger.cpp (fm_check_armor_type): Ditto. 2002-08-26 Timo Schulz * wptTypes.h (free_if_alloc, CHECK_BOUND): New. * wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure the memory is really released. Some strict checks for return values. Ident file. * wptAboutDlg.cpp: Ditto. (ident) * wptGPGAboutDlg.cpp: Ditto. * wptClipDecryptDlg.cpp: Ditto. (clip_decrypt_dlg): Stricter return value checkings. Avoid one indent level. * wptImportList.cpp (implist_add_key): More strict return value checking. * wptKeylist.cpp (keylist_cmp_cb): Fixed a typo. (add_key): New key status system. (keylist_get_keyflags): New. (keylist_enum_recipients): Simplified and use the new key flags. * wptSiglist.cpp (siglist_add_key): Fix possible overflows. (verlist_add_sig_log): More stricter checks. * wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug. 2002-06-16 Timo Schulz Don't put the questions in the message box title bar. * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it is really opened. Thanks to Nelson. * wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title for chaning the passphrase. Suggested by Ed. 2002-06-07 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys. * wptKeyManagerDlg.cpp: Refresh keys was added in the menu. * wptListView.cpp (listview_select_all): New. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code. 2002-05-31 Timo Schulz * wptTrayPop.cpp: Revamped some parts of the code. Changed all status_box functions to show_msg. The advantage is that we only wait a fixed time and the user doesn't need to hit the OK key. We should add the time delay in the preferences. * wptKeyManager.cpp (km_show_photo): New. 2002-05-30 Timo Schulz * wptFileManager.cpp (fm_verify): Corrected the handling for detached RSA signatures. (fm_add_sig_stat): Added support for short fingerprints. 2002-05-08 Timo Schulz * wptKeyserver.cpp (kserver_change_proxy): Check the values. Thanks to njek for reporting it. 2002-05-07 Timo Schulz * wptGPG.cpp (check_gpg_engine): New. * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible routines. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto. * wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto. 2002-05-06 Timo Schulz * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of the buttons. 2002-05-05 Timo Schulz * Fixed problem with rev certs for imports stats. * Cosmetical changes for the GPGME libraray. 2002-05-01 Timo Schulz * wptKeygenDlg.cpp (fill_keytype_box): New. (keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7 there is full RSA support. Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out what the problem was when no encryption was done. * wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make sure it was not already signed (ALREADY_SIGNED). * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system, now we also support to sign ultimate trusted keys. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button is checked and do not check it. * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify box and now we also support the date of the signature. Applied Rich's spelling and grammer mistakes. Fixed a lot of minor spelling mistakes and capital letters for dialogs. 2002-04-30 Timo Schulz Merge ownertrust handling into the keycache. Now GPG outputs the ownertrust in the key listing which means we can get the ownertrust value from the keycache. (keymisc_dlg_proc): Add a button to rebuild the sig database cache. Please not that this is not the same as the key cache! The key cache will be updated when a new key was imported or a subkey was added/changed. The signature cache only affects the validity of the keys. Removed the MyGPGME trustlist code. Now we can use the field in the key listing to determine the ownertrust (which makes things a lot of easier). 2002-04-29 Timo Schulz Adjustments for GPG 1.0.7 * wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust and ask the user if he knows what he's doing. * wptKeyManager.cpp (keylist_subclass_proc): Use double click to open the props. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a ultimate ownertrust value. * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for new RSA keys. 2002-04-28 Timo Schulz * wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode. (set_reg_winpt_prefs): Ditto. * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option. (set_keylist_mode): New. Implement minimal keylist mode. Suggested by Fabian. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. * wptKeylist.cpp (keylist_add_key): Ditto. (keylist_load): Ditto. (keylist_build): Ditto. 2002-04-27 Timo Schulz * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the new dialog. * wptFileSaveDlg.cpp (file_save_dlg_proc): New. * wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values. * wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's. (currwnd_gpg_dlg): Ditto. Now it's possible to parse cleartext signatures which contains an encrypted message inside the body. * wptTextInputDlg.cpp (load_file_contents): New. (text_input_dlg_proc): Support for choosing the data file. * wptFileManager.cpp (fm_verify): Support for detached signatures. (fm_parse_files): Ditto. 2002-04-26 Timo Schulz * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen. * wptKeyUidDlg.cpp: Ditto. 2002-04-25 Timo Schulz * wptImplist.cpp (implist_add_key): Catch possible segfault. * wptVerifyList.cpp (verlist_add_sig): Ditto. * wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7. * wptKeylist.cpp (find_secret_key): New. (add_key): Use it here. (keylist_add_key): And here. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent to fetch the key. 2002-04-24 Timo Schulz * wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows. Changed the way to modify the "Version:" string. * wptKeyserver.cpp (add_node): New. (kserver_change_proxy): New. (kserver_read_config): New. (kserver_write_config): New. (kserver_cfgfile_release): New. (proxy_release): New. * wptProxySettingsDlg.cpp (read_proxy): New. * wptFileStatDlg.cpp (file_stat_dlg_proc): New. * wptFileManager.cpp (fm_list): New. (fm_parse_files): Support the new list command. 2002-04-23 Timo Schulz * wptRFC2440.cpp: Removed. We now use the OpenCDK package. * wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code. (fm_encrypt): Modified code to allow sign & encrypt. (fm_parse_file): Ditto. (fm_decrypt): Support for checking signatures. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto. 2002-04-19 Timo Schulz * wptImplist.cpp (implist_load): Support for the advanced PGP parser code. 2002-04-05 Timo Schulz * wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire. * wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto. * wptKeySignDlg.cpp (keysign_dlg_proc): Ditto. * wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto. 2002-03-31 Timo Schulz * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to select the key used for signing. * wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting. * wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-). * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after fetching keys via HKP and try to update the Gpgmekey inside. * wptVerifyList.cpp (verlist_add_sig): Check if the key context was set inside the signature. Fixes some segfaults related to the HKP key fetching during verification. Thanks to Julian. And force to use UTF8 for user ID's. * wptClipSignDlg.cpp (one_key_proc): If only one secret exists, prevent that the dialog is loaded and ask for the passphrase directly. 2002-03-29 Timo Schulz * wptGPG.cpp (create_groupdb): Only close the file handling if it really exists. Thanks to Mark. (gpg_check_homedir): Applied the patch. Now we're a little stricter about the homedir checks. (check_homedir): Fixed a possible memory leak. * WinPT.cpp (WinMain): Check the homedir functions to exit the program if we've found some problems. * wptErrors.cpp (winpt_strerror): New value if a directory could not created. * wptMainProc (winpt_main_proc): Use new code for the current window mode. * wptCurrWnd.cpp (get_curr_wnd): Ditto. (get_window_contents): Always set focus to the current window. 2002-03-22 Timo Schulz * wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't set window contents for some commands. (winpt_main_proc): Use the code here. * wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits. * wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here. * wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings. 2002-03-02 Timo Schulz * Use capital letters in the main menus and applied Patricks spelling corrections. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string not an integer. Thanks to scrumpy. * wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'. (overwrite): Some bugfixes to set the pointer to the begin of the file. * wptVerlist.cpp (verlist_build): New keyID column. (verlist_add_sig): Use it here. 2002-03-01 Timo Schulz * wptWipeFile: Replaced all low level I/O functions with W32 API functions. And support for more wiping modes. I don't know to support all, but those makes sense for me: 1. Simple (2 random passes) 2. DoD (as described in the standard) 3. Peter Gutmanns method (from the paper) 2002-02-28 Timo Schulz * wptImplist.cpp (implist_add_key): UTF8 support. Handle invalid userID's. * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support. (passphrase_callback_proc): Ditto. 2002-02-23 Timo Schulz * wptListview.cpp (listview_del_items): New. * wptKeyManager.cpp (km_delete_keys): Use it here. * wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support. * wptKeylist.cpp (add_key): UTF8 support. 2002-02-08 Timo Schulz * wptNLS.c: Now it's C-source because GPGME needs gettext too. (stpcpy): Makes it static. * errors.c: localize all error strings. * WinPT.cpp (get_gettext_lang): Move the code in this file because we can't use it in plain C. 2002-02-05 Timo Schulz * wptGPG.cpp (gpg_save_options): Catch the case when the options file exist but it has a length of zero. (gpg_display_error): Print out the data from the GPG stderr (when available). * w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if not, return NULL. * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret keys. * Fixed a lot of memory allocation all over the place. 2002-02-05 Timo Schulz wptGPG.cpp (gpg_save_options): Fixed the code for the case the values don't exist in the options file. Thanks to Lutz who found this out. (get_gpg_default): First search for "default-key" then for "encrypt-to". 2002-02-04 Timo Schulz * WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements which need it. Thanks to Timo who find this out. * WinPT.cpp (WinMain): We don't quit in the case the user changed the preferences. (update_keycache): New. Handy function to update the keycache. * Use quotation for the options file in any case. * clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status is set, we don' try to get the sig key. * wptGPG.cpp (get_gpg_default_key): Revamped. 2002-01-26 Timo Schulz * wptKeylist.cpp (keylist_add_key): Use flags for the file manager to avoid to show all userid's. Thanks to Frank. * wptDateDlg.cpp (date_dlg_proc): New context to use different window texts and some other features. * wptKeygenDlg.cpp (keygen_dlg_proc): Use it here. * wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto. * wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if it doesn't exist. * WinPT.cpp (WinMain): Use the new code here. 2002-01-23 Timo Schulz * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for loading a file. Add new code to save file with clipboard contents. 2002-01-20 Timo Schulz * wptMainProc.cpp (winpt_main_proc): Fix the error, that the user have to click twice before the menu appears. Richard told me this. 2002-01-18 Timo Schulz * wptMainProc.cpp (winpt_main_proc): NLS support for new menu style. * wptPassphraseCB.cpp (parse_gpg_description): Support when no description was given. One example is when symmetric was used. 2002-01-13 Timo Schulz * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche settings. * wptGPG.cpp (gpg_backup_options): New. (gpg_load_options): Ignore comment lines. (gpg_save_options): Rewritten. 2002-01-06 Timo Schulz * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt hotkey. * wptRegistry.cpp: Ditto. * wptRegistry.h: Ditto. * wptHotkey.h: Ditto. * wptGPG.cpp (gpg_load_options): New. (gpg_save_options): New. 2002-01-01 Timo Schulz * wptFileManager.cpp (fm_verify): Support for the case there is no public key to verify the signature. 2001-12-30 Timo Schulz * wptFileManager.cpp (fm_sign): Always use callbacks for the passphrase. (fm_decrypt): Ditto. (fm_parse_files): Cache the passphrase for the session and check if the file still exists. * wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use low level stuff here. * wptFile.cpp (get_keyid_from_file): Ditto. 2001-12-21 Timo Schulz * wptTextInputDlg.cpp (text_input_dlg_proc): New. * wptMainProc (clip_gpg_dlg): Support for deached signatures. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto. 2001-12-19 Timo Schulz * Completed work on the temporary file support for GPG. * wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the plaintext viewer option. Suggested by Markus Winkler. (get_reg_winpt_prefs): Ditto. * wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto. * wptMainProc.cpp (winpt_main_proc): Ditto. 2001-12-15 Timo Schulz * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for copy and paste. 2001-12-02 Timo Schulz * wptGroups.c: Revamped from the base. Arggg. 2001-11-29 Timo Schulz * wptKeyManager.cpp (km_groupdb_expand_recipients): New. * wptMainProc.cpp (clip_gpg_dlg): New. Modify the whole event loop so we don't need all the same code for each command. And we use the new foreground code. * wptW32API.cpp (check_date): Fixed. 2001-11-27 Timo Schulz * wptKeyserver.cpp (base64_encode): New. Marco provided HTTP proxy authentifcation support for each command. (kserver_update_proxyuser): New. Ditto. (kserver_send_request): Ditto. (kserver_recv_request): Ditto. (kserver_search_init): Ditto. 2001-11-24 Timo Schulz * wptKeyManager.cpp (km_groups_new): New. (km_groups_release): New. (km_groups_load): Rewritten. (km_groups_add): New. (km_groups_del): New. (km_groupdb_open): New. * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support. * wptGroups.c (groupdb_enum_read): Store the record before increment it. 2001-11-23 Timo Schulz * wptW32API.cpp (set_active_window): New. (reset_active_window): New. (window_reminder): New. This is a delayed thread procedure to force the focus (foreground) to the dialogs for the current window mode. * wptMainProc.cpp (winpt_main_proc): Use it here. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto. 2001-11-22 Timo Schulz * wptW32API.cpp (set_foreground_wnd): New. Fixed the return value of all EndDialogs. * wptMainProc.cpp: Remove all code parts which did the same for the current window support. Now the code uses a dialog switch which is much smaller. 2001-11-18 Timo Schulz * wptKeyManager.cpp: New. Contains all handy functions from the wptKeyManagerDlg.cpp. This should help to cleanup the dialog code. (km_quote_uid): New. (km_check_for_seckey): New. (km_check_key_status): New. (km_clip_export): New. (km_clip_import): New. (km_file_export): New. (km_file_import): New. (km_delete_keys): New. (km_send_to_keyserver): New. (km_refersh_from_keyserver): New. (km_update_default_key_str): New. * wptKeygenDlg.cpp (ask_for_backup): New. (keygen_dlg_proc): Use new function to give the chance to the user for a complete backup. 2001-11-13 Timo Schulz * wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry is set but to "". Then use default gpg directory. * wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys. (refresh_from_keyserver): New. Context entry for update keys. (keymisc_dlg_proc): Modify the way the popup is shown. 2001-11-07 Timo Schulz * wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing the key id. * wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret key imports. * wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and the user doesn't set the field, try to do this automatically. 2001-11-03 Timo Schulz (fm_remove_crit_file_attrs): First check if the file exists. Thanks to Peter. 2001-11-02 Timo Schulz * WinPT.cpp (WinMain): Add the chance to start the preferences dialog in the case a GPG error was detected. * wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected keys. 2001-10-30 Timo Schulz * wptHotkey.h: Fixed typo. Thanks to Timo. * wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo. (get_gpg_default_key): Skip comment lines immediately. * wptRegisty.cpp (get_reg_winpt_prefs): Ditto. * wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure for subclassing. Remove all unsafe WM_NOTIFY stuff because this was propably the reason for the crashes. And add as a sanity check if the control sent the message. 2001-10-28 Timo Schulz * wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support for ENTER/SPACE and DELETE. Suggested by Graham. * wptKeyList.cpp (add_key): New code to figure out how trustworthy a expired/revoked secret key is. (keylist_enum_recipients): Show the key ID of the key when it's revoked. * wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not only the first to figure out if a secret is available. Thanks to Graham. * wptFile.cpp (get_keyid_from_file): Ditto. 2001-10-27 Timo Schulz * wptKeylist.cpp (keylist_enum_recipients): Add a type to make the code more flexible. * wptKeyMiscDlg.cpp (file_import): New. (file_export): New. * wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo. Removed all OE code snippets. 2001-10-26 Timo Schulz * wptExtensions.cpp: Removed. * wptLDAPExt.cpp: Removed. * wptLDAP.cpp: New. This code now contains a direct interface to the WLDAP library so we don't need extra DLL's to handle LDAP keyservers. (wldap_init): New. (wldap_end): New. (ldap_set_verbose): New. (ldap_get_key_info): New. (ldap_recvkey): New. (init_ldap): New. Internal use only. (get_key): New. Ditto. (send_key): New. Ditto. * wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll. 2001-10-25 Timo Schulz * wptGPG.cpp (get_gpg_default_key): Support for the users options file. (check_gpg_path): Ditto. (get_gpg_options): Ditto. (set_gpg_default_key): Ditto. (set_gpg_options): Ditto. (gpg_check_keyring): Ditto. (set_gpg_default_keyid): Fix a typo. * wptGPGME.cpp (get_default_keyid): Rewrote most of the code. 2001-10-23 Timo Schulz * wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while because it's shorter. * wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of the default keyid. * wptFileManager.cpp (fm_sign): Remove the default key ID code. Now we use the signer from the keylist. * wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix some silly bugs. * WinPT.cpp (WinMain): if there is no valid keyring after the new preferences, start the key generation dialog. 2001-10-22 Timo Schulz Remove all MyGPGME code from the main project. Now we use the libmygpgme.dll to provide all cryptographic functions and interfaces. * wptKeylist.cpp (key_array_new): New. (key_array_release): New. (key_array_search): New. * wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was already checked and don't bother the user if all userid's were selected. * wptPassphraseCB.cpp (passphrase_cb_init): Now void. (passphrase_cb_gpgme): Ditto. (passphrase_callback_proc): Support for a list of recipients. * wptImportList.cpp (implist_add_key): Support for secret keys. 2001-10-19 Timo Schulz * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various option files. * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and use a popup menu. * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE plug-in. (gpgoe_unload_plugin): New. 2001-10-17 Timo Schulz * wptCurrWnd.cpp (get_window_contents): Only minimize the window when the clipboard contains text. * wptKeylist.cpp (keylist_add_key): Check only for invalid keys in the mainloop. The other flags are checked in the various cases. (add_key): Use the ** foo ** notation for invalid flags instead of skipping the key. * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print out a warning. Change all error messages to one header. (check_key_status): Check if the key is valid in the sense of revocation and expire dates. If not, print out a warning. (keymisc_dlg_proc): Use the new code. 2001-10-16 Timo Schulz * wptW32API.cpp (check_date): New. (get_open_filename): New. * wptDlgs.cpp (init_dtp): New. Initialize a special common control. * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates. 2001-10-15 Timo Schulz * wptFileManager.cpp (fm_wipe): New. (fm_set_status): Add temporary wipe status and handle default values. (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped files with a successful opeation. * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure. (keygen_cb_thread): New. Static dialog thread. (keygen_cb_dlg_create): New. Interface. (keygen_cb_dlg_destroy): New. Destroy the dialog. (keygen_cb): GPGME interface. 2001-10-13 Timo Schulz Set all ListviewControls to 'NULL' in all dialogs to be more crash resistent. * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface. * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto. * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto. * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto. * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto. * wptStringUtil.cpp: Removed. * wptFileManager.cpp: Rewrote the complete interface code for the file manager. * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog. 2001-10-10 Timo Schulz * wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the file is longer then the keyid. (get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the entry is an userid. * wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file more then one time. (fm_add_dropped_files): Use it here. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common keys. 2001-10-09 Timo Schulz * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return code of sunlink. * wptGPG.cpp (get_keyring_from_optfile): New. Renamed gpg_errstr to gpg_strerror. (set_default_key): New. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting. 2001-10-08 Timo Schulz * wptKeyserver (kserver_connect): If the proxy settings are valid, use the proxy port instead of the HKP port. (kserver_recvkey): Proxy support. (kserver_search_init): Ditto. 2001-10-06 Timo Schulz * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak. 2001-10-05 Timo Schulz * wptKeylist.cpp: (addkey): Check if the used userID is not revoked. In the case it is, use the first userID. * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox. Remove the Pos column and add a status column instead. Add expire stuff for subkeys. (init_dtp): Initialize the common control. * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file into the clipboard. * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description of the ownertrust value. (keyprops_dlg_proc): Fixed ownertrust handling. 2001-10-04 Timo Schulz * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer. * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL. Both were pointed out my Timo (not me ;-)). * wptKeylist.cpp (add_key): Fix a typo and now the code is more strict with returned attributes. * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface for local signatures. 2001-09-28 Timo Schulz * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle the double click messages. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. * wptFileManager.cpp (overwrite_file): Check if the file exists and then let the user decide. (fm_encrypt): Use the code here. (fm_sign): And here. (fm_sym_encrypt): And here. Now we use the passphrase dialog. (fm_decrypt): And here. * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need a secure wipe. Make the memory checking more strict. 2001-09-27 Timo Schulz * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who discovered this. * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the passphrase. * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to the various other dialogs to make the use more easier. * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here. * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto. 2001-09-26 Timo Schulz * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts. (listbox_get_cursel): Ditto. 2001-09-23 Timo Schulz * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys. The same as the userid dialog. * wptWndSwitchDlg.cpp: Removed. * wptWipeExt.cpp: Removed. Code is now included. * wptGPGME.cpp (get_default_keyid): If the keyid from the options file is in the keycache. * wptKeylist.cpp (keylist_reload): New. Reload a keylist. 2001-09-17 Timo Schulz * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs who prevent the correct return value in the case of an clipboard error. (clip_parse_pgp_id): New. Returns the PGP message type. * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes. (hotkey_single_register): Return correct error value. (hotkey_single_unregister): Ditto. * wptW32API.cpp (get_thread_id): Removed. (attach_thread_input): Ditto. (detach_thread_input): Ditto. * wptCurrWnd.cpp (get_window_contents): Store main and focused window for later use. (set_window_contents): Use the new code. 2001-09-16 Timo Schulz * wptExtensions.h: New. This file is now used for the extenion declarations. * wptExtensions.new: (register_extensions): New. Enumerate and load all possible extensions. (unregister_extentions): New. Release all loaded extensions. * wptKeyserver.cpp (kserver_load_conf): Added support for different keyservers. Currently only HTTP/LDAP. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support. (hkp_recv_key): Ditto. * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents to set the focus. * (oe_check_recipient): New. Checks if the key is able to encrypt and valid in the sense of revocation. 2001-09-14 Timo Schulz * wptWAB.cpp: (wab_read): New. Interface to read all address book entries. (wab_open): New. Internal function to load the WAB. (wab_release): New. Release the WAB contexts. (wab_load): New. Load the contents of the WAB into a linked list. (addr_list_new): New. Linked address list. (addr_list_add): New. (addr_list_release): New. 2001-09-13 Timo Schulz * Revamped the whole plugin code for OE5. * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure. (oe_plugin_releae): New. (oe_plugin_init): New. Searches for the OE main window and select all the recipients from the fields. (oe_get_msg): This code now uses the menu command id's to execute the commands. (oe_set_msg): Ditto. (oe_encrypt): Changed for the new code. * wptMainProc.cpp (wpt_main_proc): Re-activate the code. * wptHotkeys.cpp: Ditto. * Removed the hook project. 2001-09-12 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error. Thanks to Rich who pointed this out. 2001-09-07 Timo Schulz * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks. 2001-09-05 Timo Schulz * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys. (clip_import): New. Handy function to import keys. * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase is too short. 2001-09-04 Timo Schulz * Rewrote most parts of the keymanager. * Ditto for the filemanager. 2001-09-01 Timo Schulz * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations. These code is now part of the key manager. * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions. * wptKeylist.cpp (get_key_algo): New. (get_key_created): New. (get_key_type): New. (get_key_size): New. (get_key_fpr): New. * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now a part of the keymanager. 2001-08-31 Timo Schulz * wptFileManager.cpp (fm_add_opened_files): New. Use a standard file open dialog instead of drag & drop. * wptHotkeys.cpp (hotkey_strerror): More detailed information which hotkey couldn't set up. (hotkey_register_single): Ditto. 2001-08-30 Timo Schulz * wptFilemanager.cpp (fm_encrypt): Add minor changes. (fm_decrypt): Ditto. (fm_sign): Ditto. (fm_verify): Make the code more modular. (fm_add_sig_stat): New. For new fm_verify code. 2001-08-28 Timo Schulz * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling. * wptKeyserver.cpp (kserver_load_conf): Proxy support (kserver_connect): Ditto. 2001-08-26 Timo Schulz * wptFileManager.cpp (fm_entry_new): New. (fm_entry_release): New. (fm_state_new): New. (fm_state_release). New. (fm_get_current_file): New. * wptKeylist.cpp (strlist_add_recipients): New. 2001-08-25 Timo Schulz * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings. (strlist_release): New. Release the linked list. (strlist_add): New. 2001-08-21 Timo Schulz * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it also supports "encrypt-to" entries as default keys. * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide secure wiping. (wipe_deinit_ext): New. Unload the DLL and free all pointer. (wipe_loaded_ext): New. Checks wether the DLL was loaded. * wptW32API.cpp (set_menu_state): New. 2001-08-20 Timo Schulz * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas. * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable the hotkeys. Automatically enable or disable the hotkey field depend on the switch. 2001-08-17 Timo Schulz * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only one by default. * wptKeyList.cpp (keylist_add_to_recipients): Ditto. * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram entry in the registry in the case it's missing (whenever it's possible!). (check_gpg_path): Rewrite parts of the code. 2001-08-11 Timo Schulz * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and separate the fingerprint from the othr information. * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the file, specified in the options line, does exist. 2001-08-08 Timo Schulz * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file. Support for more configurations. * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode. Add all strings to the translation suite. * Updated all NLS dialog strings. * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB. * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file, with a dynamic callback for the passphrase. 2001-08-06 Timo Schulz * wptFilemanager.cpp (fm_sign): Set the keyid length to 16. 2001-08-05 Timo Schulz * wptKeylist.cpp (keylist_add_key): Change the schematics to support all keyids. * wptSigList.cpp (siglist_build): New. Interface code to load the signature list. * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build. 2001-08-03 Timo Schulz * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now we support this code in the key manager. * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands. * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request): Removed. The code moved into the main functions. (kserver_send), (kserver_recv): Ditto. (sock_write): Improved code. (sock_read): Ditto and some additional timeout. (sock_select): New. Figure out the socket state. (kserver_search_init): New. Make connection to the server. * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new keyserver code. * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker packet. Thanks to Alan. (check_for_symenc_data): Ditto. * wptFileManager.cpp (fm_get_file_type): Ditto. (fm_decrypt): Move the keycache in the if loop and fix the keycache type. 2001-08-02 Timo Schulz * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too. Useful in the case the file was generated but it's empty. * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos. 2001-08-01 Timo Schulz * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible request for uploading a key. (kserver_send_request): Use the urlencode to send the key. (sock_read): New. Improved read function to replace recv. (sock_write): New. Improved write function to replace send. * wptFileManager.cpp (fm_get_file_type): If the data is armored, call fm_check_armor_type(). (fm_check_armor_type): New. Figure out the armor type of the data. * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the buttons. Optimized the code. 2001-07-30 Timo Schulz * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code for the agent. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. 2001-07-29 Timo Schulz * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating a key revocation certificate. Add a hint to show how sentensive this data is. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the revocation. * wptAgent.cpp: Source for the server interface removed. (agent_is_avail): New. Checks if the agent is available. * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code for the agent. 2001-07-26 Timo Schulz * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring exists. Useful if the keyring was moved during some commands. * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to Rich to discover this. 2001-07-25 Timo Schulz * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect serious GPG errors. * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption. Suggested by Graham. (fm_decrypt): Change code to support symmetric decryption. (fm_get_file_type): Fixed some typos. 2001-07-24 Timo Schulz * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after reloading the keycache. Fixed the memory leaks. Thanks to Andreas. * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform the user about errors. * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure in our own context. (treeview_insert_item): New. Handy function to insert an entry. (treeview_create_child_item): New. Insert a trustlist node. (treeview_add_trustpath): New. Add recursively the whole trust path int the tree view. * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the signature list contains entries with a NOKEY status. (recv_missing_keys): New. Receive all keys with a NOKEY as the signature status. * wptImportList.cpp (implist_load): New. Initialize the listview item with an import overview. * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead of the code. (print_import_status): Summarize the results. We need this because file import needs the same function. * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the file manager. * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key import from file. * wptFileManager.cpp (fm_import): New. Ditto. * wptKeyserver.cpp (kserver_connect): Take care for some return values and set the socket to non blocking mode. Moved the Winsock2 init code to wptMainProc.cpp * wptMainProc.cpp (wpt_main_proc): Wsock2 code. * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code. 2001-07-22 Timo Schulz * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New. (get_key_created): New. Transform ulong timestamp to ascii. (get_key_algo): New. Returns a formatted algorithm (depend on subkeys). (get_key_size): New. Returns a formatted size depend (depend on subkeys). * wptSigList.cpp (siglist_add_key): Fix the timestamp. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace this with list trust path. * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function because we always check the signatures. * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New. 2001-07-21 Timo Schulz * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in the case of IDCANCEL. * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto. * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair pair and only if activate the passphrase dlg items. Do sanity checks for all buttons that require key pairs. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code. 2001-07-20 Timo Schulz * wptKeyserver.cpp: (kserver_send_request): Correct the octect length of the request. (check_hkp_response): If an error ocurred, copy the error message into the static buffer. (kserver_strerror): Interface for the static error buffer. * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message box. (hkp_send_key): Add more verbose messages at the end. (hkp_recv_key): Ditto. (check_pattern): Rewrote the entire code to be more bug proof. * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate that the recipient list contains untrusted entries. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to force GPG to add the need options. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. 2001-07-19 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more detailed error messages in the case for a missing key or an included signature. 2001-07-17 Timo Schulz * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox and increment the 'cols' variable inside the structure for further use. (add_key): Watch for the 'cols' variable to figure out how much columns are used. * wptListView.cpp (listview_set_ext_style): Set an extended style for the given listview. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the selected server. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto. * wptKeyserver.cpp (kserver_connect): IP address support. This is faster and no DNS lookup is needed. 2001-07-14 Timo Schulz * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding it to the signing keylist. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase is empty. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. 2001-07-13 Timo Schulz * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to the request. Arggg! (check_hkp_response): Add flag to differ between 'send' and 'recv' mode. 2001-07-12 Timo Schulz * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled, just quit without any messages. Suggested by Rich. 2001-07-11 Timo Schulz * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add the integer. (keyserver_create_conf): Create a config file instead of the error. * wptGPG.cpp (create_gpg_options): If the file doesn't exist create a default file. This prevents confusing error messages. (get_gpg_options): Use new code. * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells the user how to find the files. 2001-07-05 Timo Schulz * wptHotkey.cpp (mod_hotkeys): Fix a small typo. 2001-07-04 Timo Schulz * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key if the user agree. * wptKeylist.cpp (keyload_load): Use the mode from the param, not the hardcoded. * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup. Rename 'load' to 'reload' to make sense with the new code. * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the registry stuff. * wptRegistry.cpp (set_reg_winpt_prefs): Ditto. (get_reg_winpt_prefs): Ditto. (regist_inst_winpt): Remove the old code. (register_single_filetype): Replacement for the old code. 2001-07-01 Timo Schulz * wptFileManager.cpp (fm_verify): New. (fm_decrypt): New. * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New. 2001-06-30 Timo Schulz * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase code. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto. * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto. * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager. (fm_delete): New. (fm_encrypt): New. (fm_get_current_pos): New. (fm_get_file_type): New. (fm_add_dropped_files): New. 2001-06-29 Timo Schulz * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent to send data to the clipboard. * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to destroy the window immediately. * wptKeyserver.cpp (kserver_getip): Removed. (kserver_get_langname): Removed. (kserver_load_conf): New. Load the keyserver.conf file and set the included keyserver addresses into the global context. * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the keyserver context. * wptImplist.cpp (get_key_date): New. Transform integer timestamp to ISO date. (implist_add_key): Now it uses the context instead of all single variables. 2001-06-28 Timo Schulz * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new flag variables to support RFC1991. (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991. (get_rfc1991_pktlen): Ditto. 2001-06-27 Timo Schulz * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type. (get_pkt_len): New. Extract the OpenPGP packet length. (parse_pke_sesskey): Read a public key encrypted session key but without data. * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the filename contains spaces. Just to make GPG happy. (file_manager_dlg_proc): Check if the file exist after encryption. * wptFile.cpp (get_keyid_from_file): Checks the file for an valid packet and then extract the keyid. 2001-06-25 Timo Schulz * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with the contents from the given cache context. (keylist_add_to_recipients): New. Add the selected keys to the recipient set. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist function to load the listview. * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto. * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid and the keyid hint. 2001-06-24 Timo Schulz * wptGPG.cpp (get_gpg_path): Add null termination to the string. Thanks to Jonathan who pointed this out. (get_gpg_prog): Ditto. (gpg_check_file_ext): Check the file extension for the given GPG type. (get_gpg_default_keyid): Return null if there isn't an entry in the options file. * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx style functions. * wptImpList.cpp (implist_add_key): Ditto. * wptSigList.cpp (siglist_add_key): Ditto. * wptVerifyList.cpp (verlist_add_key): Ditto. 2001-06-23 Timo Schulz * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the options file. 2001-06-22 Timo Schulz * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform keyserver seraching. As an additional feature it's also posible to import the keys directly. 2001-06-18 Timo Schulz * wptKeyserver.cpp (check_hkp_response): More detailed error check of the http response. (kserver_send_request): Debug mode now uses logfile. (kserver_recv_request): Ditto. (kserver_index_request): New. Create a request for a key index. (kserver_send): Now uses check_hkp_response. (kserver_recv): Ditto. (kserver_search): New. Start the key index loop. * wptKeyserverDlg.cpp (recv_key): Check if the key was really imported and received. 2001-06-17 Timo Schulz * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the default key for signing. 2001-06-16 Timo Schulz * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return. Corrected return values. * wptErrors.cpp (winpt_strerror): Removed all unused error strings. * wptGPG.cpp (get_gpg_path): Change to default path and prevent buffer overflows. (get_gpg_prog): Ditto. 2001-06-15 Timo Schulz * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode. Differ between the new keylist styles. * wptGPGME.cpp (keycache_xxx): Move the caching interface to this file. For an easier handling between dialogs and code. (keycache_rewind): New. Rewind a global keycache context. (keycache_next_key): New. Retrieve the next key from the keycache. (get_default_key): New. Return the default key, this is the secret key with the index 0. * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key handling. Now the signer is set in any case. Prevent hanging GPG processes. * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory. (vm_safe_init_noswap): New. Initialize safe memory with tail data. See source for more information. (vm_safe_free): New. Free all used pointer and burn all buffers. (vm_safe_get): New. Get the begin of the alloced buffer. (vm_safe_set_swapfile): New. Set global swapfile name. (vm_safe_create_swapfile): New. Creats a swapfile and set its contents to zero. 2001-06-12 Timo Schulz * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is a big letter, otherwise convert. (preferences_dlg_proc): Check hotkeys. * wptKeylist.cpp (add_keys): Static functions to add a single key. (keylist_add_key): Now it adds all subkeys to the dialog. (keylist_alloc): Remove because it's not needed any longer. * wptImportList.cpp (implist_alloc): Ditto. * wptSigList.cpp (siglist_alloc): Ditto. * wptVerifyList.cpp (verlist_alloc): Ditto. 2001-06-10 Timo Schulz * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single hotkey. (mod_hotkeys): Take care of the enable flags. (register_hotkeys): Ditto. (unregister_hotkeys): Ditto. * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist, don't try to modify hotkeys. * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to the foreground. 2001-06-08 Timo Schulz * wptHotkey.cpp (mod_hotkeys): Change code to support the new registry style. * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable single hotkeys. Suggested by Jonathan. * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable single hotkeys. * wptKeyserver.cpp (kserver_connect): Reset winsock error var. (keyserver_recv): Ditto. (keyserver_send): Ditto. (wsock_strerror): Returns a description of the winsock problem. * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer is valid. 2001-06-07 Timo Schulz * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground, add windows title. 2001-06-05 Timo Schulz * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned buffer is valid. Remove the fixme, because it's possible that there were new cipher modules loaded. * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the context is valid. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid. * wptW32API.cpp (status_box): New. Message box that is always forced to the foreground. 2001-06-04 Timo Schulz * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for the improved import status. 2001-06-01 Timo Schulz * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST: Release context in the case of an error. * wptMainProc.cpp (wpt_main_proc): Fix typo. * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use a static gpg object array that contains all filenames. 2001-05-27 Timo Schulz * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping. (get_reg_winpt_prefs): Ditto. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the gpg process finished. * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to a humand readable date. 2001-05-25 Timo Schulz * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen user id. End the dialog if there was an error during the Gpgme operations. * wptClipboard.cpp (clip_istext_avail): First check if the pointer is valid and then look at the length. Avoid crashes for some texts. 2001-05-21 Timo Schulz * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid management. * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids from a special key. 2001-05-20 Timo Schulz * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries to figure out if both parts are available. 2001-05-19 Timo Schulz * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey flag is set, also disable all input items. (disable_dlg_item): New. Disable dialog items (windows). * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys flag isn't set. * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as a result the code only sended parts of the key. * wptConfig.cpp: Removed. Not used any longer. 2001-05-18 Timo Schulz * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various edit key commands. In the case the dialog was canceled, return without modifying anything. * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the signature. If it doesn't contain a valid key, do nothing. * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't quit the program. In some cases the hotkeys are possible locked. * WinPT.cpp (WinMain): If there is an error with the gpg program/path, give the user the chance to start the GPG preference dialog. * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey support. Flag to disable all hotkeys. Reload new hotkeys (in the case they changed). Load the registry entry on startup. * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the stored registry entries. 2001-05-13 Timo Schulz * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist the function create it. (set_reg_winpt_prefs): Use the new function to set the subkey values. All functions now return WPTERR_REGISTRY instead of 1. Add some error handling to prevent errors in the registry. * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard hotkeys and the caching time. 2001-05-12 Timo Schulz * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption call. 2001-05-11 Timo Schulz * wptMainProc (wpt_main_proc): Change all related menu entries from Encrypt & sign to Sign & Encrypt. Added the command to the current window menu and the handling of the window messages. * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text. * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT preferences in the registry. (get_reg_winpt_prefs): Read all preferences from the registry into the options context. * WinPT.cpp (WinMain): Read in the registry preferences at the begin and store it. * wptAgent.cpp (agent_init): Check if the environment variable GPG_AGENT_INFO is set, otherwise set it. (agent_is_running): Check wether the agent is running. (agent_start): Automated function that read all needed information from global variables. 2001-05-10 Timo Schulz * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve the handle of the specified window. * wptAgent.cpp (agent_timer_proc): Changed the agent interface to window messages instead of socket connections. * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog and menu entry. * wptPreferencesDlg.cpp: New. 2001-05-09 Timo Schulz * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket. (gpga_readn): Read 'n' bytes from a socket. (gpga_open): Open the interface to the GPG-Agent. (gpga_close): Close the GPG-Agent socket. (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent. (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits, this keys will be remove from the GPG-Agent cache. (agent_delete_fpr): Remove a fingerprint from the cache. (agent_init): Clear the cache. (agent_timer_proc): Remove all stored passphrases which were requested through the chache. 2001-05-08 Timo Schulz * wptKeyserver.cpp (wsock_init): Replace the kserver init code which initialized the Wsock2 interface. (wsock_end): Ditto. * wptAgent.cpp: Remove the passphrase caching code and add the GPG agent code. 2001-05-05 Timo Schulz * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve the current window handle. This code doesn't use the hook DLL. Thanks to Oliver Nittka for his patch. * wptErrors.cpp (winpt_strerror): Fixed a small typo. * wptGPG.cpp (check_last_gpg_access): Remove debug code. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading scheme to prevent reloading the cache twice. 2001-05-04 Timo Schulz * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp. * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg): Move all the GPGME specific code to the main dialog. Now only the context values are set. * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust code. 2001-05-02 Timo Schulz * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional subkeys for the mainkeys. * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground window flag. * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the addkey feature. 2001-05-01 Timo Schulz * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence to a window. (wnd_msg_copy): New. Send the CTRL+c key sequence to a window. (wnd_msg_paste): New. Send the CTRL+v key sequence to a window. (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos. * wptMainProc.cpp (wpt_main_proc): Fix some message string for the hotkey handling. Quit the program if a registration procedure failed. * wptErrors.cpp (log_box): Improved log handling to dump states of variables during regression tests. 2001-04-30 Timo Schulz * wptClipEditDlg.cpp: Now the dialog uses the Courier font to enhance the format of keys and other GPG data. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod flag after receiving a key. * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when no listbox entry was choosen. * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to the NLS suite. * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag instead of refresh the keycache. 2001-04-29 Timo Schulz * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items. (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the adduid command. * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize the dialog with a KEY structure that holds the keyid and the userid. * wptWndHook.cpp: Remove the global context and use instead of it static variables. Put all static variables into the SHARED data segment in the DLL. 2001-04-28 Timo Schulz * wptGPGME.cpp: New. Move some additional GPGME code into WinPT. So it's easier to update GPGME and we can use NLS to translate error strings. * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code because we only use it here. * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase' feature to the edit-key interface. 2001-04-27 Timo Schulz * wptCurrWnd.cpp (get_window_contents): Change the code for the last window concept. Thanks to Oliver. (set_window_contents): Add some stuff to set the position if the current window is an edit control. * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid' stuff. * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to create a new user id for a GPG key. 2001-04-26 Timo Schulz * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various edit-key commands. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit key code. 2001-04-25 Timo Schulz * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME callback system to pass the keyedit information to GPG. * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto. 2001-04-24 Timo Schulz * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview item and set it to zero. * wptSignDlg.cpp (sign_dlg_proc): Ditto. * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto. * wptVerifyDlg.cpp (verify_dlg_proc): Ditto. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. (keymisc_dlg_proc): Provide the functionality to delete key pairs secret+public. * wptWndHook.cpp (is_winpt_wnd): Remove this function and put all code into (check_wnd). (check_wnd): Check if the window doesn't is a application related window. 2001-04-23 Timo Schulz * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality is not needed because all dialog windows are top level windows. 2001-04-22 Timo Schulz * wptGPG.cpp (check_last_gpg_access): Reset switch before testing the condition. * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate all children windows. (find_parent_wnd_proc): New. Callback to enumerate all parent windows. (find_window): New. Return if the specified windows as found. * wptW32API.cpp: (dialog_box_param): New. Alias with the additional feature to check if the dialog already exist (and then preventing the creation). * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with then new dialog_box_param function. Thanks to Martin who told me about this dialog problem. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the new signature buttons. 2001-04-21 Timo Schulz * wptWndHook.cpp (install_cbt_hook): Remove the thread because the system already is into a DLL. * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use instead of it a button to check the key signatures. * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp from the given gpg object. (check_last_gpg_access): New. Compare the last file timestamp with the new timestamp. (init_gpg_table): New. Initialize the table with gpg objects who shall be watched. (keyring_check_last_access): Use the new code. * wptCurrWnd.cpp (set_window_contents): Restore the window if it is now iconic. * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the current window stuff. 2001-04-17 Timo Schulz * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window belongs to the taskbar area. (is_winpt_wnd): New. Alias to check if the window belongs to WinPT. (cbt_proc): Change code to include both functions. * wptCurrWnd.cpp (get_window_contents): Add switch if we use the foreground or the CBT window. * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the current window mode set the no_cbt variable. * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring was modified by an external program. * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external keyring changes. 2001-04-16 Timo Schulz * wptWndHook,cpp (cbt_proc): Compare process ids to differ between WinPT and normal windows. (install_cbt_hook): Add pid to the context. 2001-04-14 Timo Schulz * wptCurrWnd.cpp: (get_window_contents): Add an event to switch the windows. This is needed by the current code. (set_window_contents): Ditto. * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog and force it to the foreground. This is the event needed by the code above. (create_wndswitch_event): Execute the dialog. * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey section. Add message entries for the code. * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE mailer code. (insert_window_from_clip): Ditto. * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add the event to switch the windows. (oe_get_message): Ditto. 2001-04-13 Timo Schulz * wptMailPlugin.cpp: (oe_set_message): Change the id's for the attach_thread_input. (oe_get_message): Ditto. * wptCurrWnd.cpp: (get_window_contents): Ditto. (set_window_contents): Ditto. 2001-04-12 Timo Schulz * wptHotkeys.cpp: (register_single_hotkey): Add code for the current window stuff. * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window hotkeys. * wptW32API.cpp: (attach_thread_input): Split up the functions into two parts. The attach flags is always set. (detach_thread_input): See above. The attach flags is never set. * wptCurrWnd.cpp: New. Code for the current window stuff. (get_window_contents): Extract the text from the given window to the clipboard. (set_window_contents): Insert clipboard into the given window. 2001-04-09 Timo Schulz * wptGPG.cpp: (check_line): Ignore empty lines. (check_gpg_options): Ditto. 2001-04-09 Timo Schulz * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet type. Kludge for decrypt/verify. * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the code into the decrypt routine. * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start the key management after import. 2001-04-07 Timo Schulz * wptAgent.cpp: (agent_new): Rename to agent_init and modify source. (agent_destroy): Ditto. (agent_passphrase_cache): Ditto. (agent_passphrase_remove): Ditto. (agent_passphrase_get): Ditto. 2001-04-06 Timo Schulz * wptGPG.cpp: (check_gpg_path): Fix a small error. * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the first time a user started WinPT. * wptClipboard.cpp: (clip_isalready_secured): Check the begin and end PGP header. 2001-04-06 Timo Schulz * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New. * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the ownertrust dialog. 2001-04-04 Timo Schulz * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static passphrase. Now a callback context is used. (passphrase_cb): Ditto. (clip_decrypt_dlg): Ditto. * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook. (install_cbt_hook): Modify for the new thread model. (remove_cbt_hook): Ditto. * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe. (delete_critical_section): Ditto. (lock): Ditto. (unlock): Ditto. 2001-04-02 Timo Schulz * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable. * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only contains valid keys. * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto. 2001-03-31 Timo Schulz * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen, the GPG default key will be used. 2001-03-30 Timo Schulz * wptW32API.cpp: (new_strdup): Remove. * wptW32API.h: Ditto. * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window. * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields. 2001-03-28 Timo Schulz * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Added the keyid to the "no trust" message. * wptKeyserverDlg.cpp: (check_pattern): New: Do some sanity checks of the search pattern. * wptMainProc.cpp: (wpt_main_proc): Add agent support. * wptHotkey.cpp: Add agent support. 2001-03-21 Timo Schulz * WinPT.cpp: (WinMain): Re-activate the enable debug switch. * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys. 2001-03-20 Timo Schulz * wptClipDecryptDlg.cpp: Rewrote 2001-03-19 Timo Schulz * wptVerifyList.cpp: New control for the verify dialog. * wptClipVerifyDlg.cpp: Rewrote 2001-03-18 Timo Schulz * wptClipVerifyDlg.cpp: New: stub for further verify dialogs. * wptAgent.cpp: New: Experimental passphrase caching. 2001-03-16 Timo Schulz * wptDlgs.h: Add new dialog callback function. * wptKeysigDlg.cpp: New. Key signature listing dialog. 2001-03-15 Timo Schulz * wptClipEncryptDlg.cpp: Fix translation. * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users). * wptKeymiscDlg.cpp: Fix the key deleting stuff. 2001-02-27 Timo Schulz * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control. * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1): Fixed. 2001-02-25 Timo Schulz * wptGPGPrefsDlg.cpp: Add some new translation strings. * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite. * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser. * wptClipImportDlg.cpp: Finished basic interface. 2001-02-24 Timo Schulz * wptGPG.cpp: (check_gpg_path): Fix a bug. (check_gpg_options): Fix some bugs. 2001-02-22 Timo Schulz * wptGPG.cpp: (check_line): New. Check if the line contains a valid gpg argument. (check_gpg_options): New. Parses each buffer line to check_line(). 2001-02-21 Timo Schulz * wptGPG.cpp: Fix the check_gpg_optfile() code. (gpg_errstr): Define some error constants to be more verbose. (set_gpg_options): New. Manipulate the options file. (get_gpg_options): New. Read in the options file. * wptFile.cpp: (get_file_size): New. * wptGPGOptDlg.cpp: New. Dialog for editing the options file 2001-02-20 Timo Schulz * wptGPGPrefsDlg.cpp: Add some sanity checks for the value. * wptClipImportDlg.cpp: Add some new code. 2001-02-19 Timo Schulz * wptRegistry.cpp: (is_installed): Remove. (regist_inst_winpt): Add selfcheck. (regist_inst_gpg): New. Add gpg releated registry entries. (regist_inst_mo): New. Add nls related path. (get_reg_entry), set_reg_entry(): Modify to be more flexible. (set_reg_entry_gpg): Handy functions for get_reg_entry. (set_reg_entry_mo): Ditto. (get_reg_entry_gpg): Ditto. (get_reg_entry_mo(): Ditto. * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment. * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file. include keyring entries (2x) (check_gpg_path): Include the check_gpg_optfile() check. 2001-02-17 Timo Schulz * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from the registry. (set_reg_entry): Set a gnupg registry key. * wptGPG.cpp: Modify all function for the use with get_reg_entry(). * WinPT.cpp: Change the way for the gpg searching mechanism. * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration. * wptClipImportDlg.cpp: (key import dialog): New. * wptKeylistElement.cpp: (wpt_lv_implist_build): Build up the key import list. (wpt_lv_implist_add_key): Insert a key into the import list. (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size. 2001-02-10 Timo Schulz * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file. * wptKeylistElement.cpp: New. * wptListElement.cpp: Remove. * wptW32API.cpp: Insert all lv_*** functions. * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New. (wpt_lv_keylist_release_keys): Ditto. * wptW32API.cpp: (w32_get_thread_id): New. (w32_attach_thread_input): New. * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism. (oe_get_message): Add thread attach mechanism. (oe_encrypt): Modify for the attach treach mechanism. Add sanity check for recipients. 2001-02-07 Timo Schulz * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks. * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto. 2001-02-04 Timo Schulz * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing. * wptMainProc.cpp: (wpt_main_proc): Remove ciphertext checks for signing and encrypting. (allow double encryption). 2001-02-03 Timo Schulz * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles. (oe_find_addr_window): Ditto. (oe_find_main_window): Ditto. 2001-02-02 Timo Schulz * wptW32API.cpp: (w32_hit_key): New. (w32_rel_key): New. (w32_copy_to_clip): New. (w32_insert_from_clip): New. (w32_get_clip_text): New. (w32_set_clip_text: New. (w32_show_if_icon): New. 2001-02-01 Timo Schulz * wptW32API.cpp: (w32_get_edit_text): New. (w32_set_menu_text): New. (w32_strdup): New. * wptMailPlugin.cpp: (oe_***): New. Basic OE interface. * Create all dialogs windows in the foreground. 2001-01-31 Timo Schulz * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check. * wptW32API.cpp: New. * WinPT.cpp: (WinMain): Change the keyring checking code. 2001-01-29 Timo Schulz * wptClipboard.cpp: (clip_is_already_secure): Modify the pgp data detection. 2001-01-28 Timo Schulz * wptHotkey.cpp: (register_hotkey): Hotkey registration. (unregister_hotkey): Hotkey removing. * wptHokey.h: New. * wptWndHook.cpp: (wpt_cpt_proc): Window hook to save the current windows. * wptWndHoo.h: New. * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages. * WinPT.cpp: (WinMain): Add hotkey registration. 2001-01-21 Timo Schulz * wptNLS.cpp: ported to C++. (gettext): Remove CP850 to ISO88591 conversation.