/[winpt]/trunk/Src/ChangeLog
ViewVC logotype

Diff of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by twoaday, Mon Apr 4 13:29:25 2005 UTC revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC
# Line 1  Line 1 
1  2001-01-21  Timo Schulz <[email protected]>  2005-09-20  Timo Schulz  <[email protected]>
2    
3      * wptNLS.cpp: ported to C++.          * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc):
4      (gettext): Remove CP850 to ISO88591 conversation.          Do not use gpgme_recipients_t but the listview directly
5            to add the selected files.
6  2001-01-28  Timo Schulz <[email protected]>  
7    2005-09-07  Timo Schulz  <[email protected]>
8      * wptHotkey.cpp: (register_hotkey): Hotkey registration.  
9      (unregister_hotkey): Hotkey removing.          * Make sure all GetOpenFileName filters are terminated by \0\0.
10      * wptHokey.h: New.  
11      * wptWndHook.cpp:  2005-09-01  Timo Schulz  <[email protected]>
12      (wpt_cpt_proc): Window hook to save the current windows.  
13      * wptWndHoo.h: New.          * wptW32API.cpp (center_window): New argument for parent window.
14      * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.          Change all callers.
15      * WinPT.cpp: (WinMain): Add hotkey registration.          (center_window2): Likewise.
16            * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'.
17  2001-01-29  Timo Schulz <[email protected]>          * wptGPG.cpp (gnupg_backup_options): Remove param. One backup
18            file is enough. Changed all callers.
19      * wptClipboard.cpp: (clip_is_already_secure):  
20      Modify the pgp data detection.  2005-08-15  Timo Schulz  <[email protected]>
21    
22  2001-01-31  Timo Schulz <[email protected]>          * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys.
23            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title.
24      * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.          * Make sure the passphrase is always overwritten before it is
25      * wptW32API.cpp: New.          freed (or the function returns).
26      * WinPT.cpp: (WinMain): Change the keyring checking code.          * wptKeyPropDlg.cpp (get_pref_cipher): New.
27            (keyprops_dlg_proc): Use it here.
28  2001-02-01 Timo Schulz <[email protected]>  
29    2005-08-06  Timo Schulz  <[email protected]>
30      * wptW32API.cpp: (w32_get_edit_text): New.  
31      (w32_set_menu_text): New.          * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
32      (w32_strdup): New.          of the secret key.
33      * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.          (keycache_init): cache name of secret keyring.
34      * Create all dialogs windows in the foreground.          * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
35            (get_key_type): Do not assume 'ultimate' means key pair.
36  2001-02-02  Timo Schulz <[email protected]>          * wptKeyEditDlgs.cpp (diff_time): New.
37            (keyedit_addsubkey_dlg_proc): Changed design and use
38      * wptW32API.cpp: (w32_hit_key): New.          diff_time. Drop checks for invalid keylength (< 1024, > 4096)
39      (w32_rel_key): New.          because the combo box automatically handles this.
40      (w32_copy_to_clip): New.          * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
41      (w32_insert_from_clip): New.          * wptGPG.cpp (get_backup_name): New.
42      (w32_get_clip_text): New.          (gnupg_backup_keyrings): Rotate backup names, from 0..3.
43      (w32_set_clip_text: New.          * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
44      (w32_show_if_icon): New.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
45            not the long keyid.
46  2001-02-03  Timo Schulz <[email protected]>  
47    2005-08-05  Timo Schulz  <[email protected]>
48      * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.  
49      (oe_find_addr_window): Ditto.          * wptListView.cpp (listview_set_item2): New.
50      (oe_find_main_window): Ditto.          * wptKeyManager.cpp (km_check_if_protected): Directly
51            retrieve gpgme_key_t from the list.
52  2001-02-04    Timo Schulz <[email protected]>          (km_check_key_status): Likewise.        
53            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use
54      * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.          a human-readable name for secret key export.
55      * wptMainProc.cpp: (wpt_main_proc):          Reload just the keys which were affected by updates
56      Remove ciphertext checks for signing and encrypting.          (edit-key).
57      (allow double encryption).          (update_key): New.
58            * wptKeyList.cpp ((keylist_upd_key): Stripped down
59  2001-02-07    Timo Schulz <[email protected]>          version of keylist_add_key.
60            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not
61      * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.          reload the keycache here, just flag 'update'. Give the
62      * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.          control to the calling dialog.
63            * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t
64  2001-02-10  Timo Schulz <[email protected]>          as parameter. Changed all callers.
65            Add date of expiration to the key info.
66      * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.          (get_expire_date): New.
67      * wptKeylistElement.cpp: New.          Use a checkbox to allow to ask for the cert level.
68      * wptListElement.cpp: Remove.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload
69      * wptW32API.cpp: Insert all lv_*** functions.          the cache.
70      * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.  
71      (wpt_lv_keylist_release_keys): Ditto.  2005-08-04  Timo Schulz  <[email protected]>
72      * wptW32API.cpp: (w32_get_thread_id): New.  
73      (w32_attach_thread_input): New.          * wptListView.cpp (listview_scroll): New.
74      * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.          (listview_get_item2): New.
75      (oe_get_message): Add thread attach mechanism.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the
76      (oe_encrypt): Modify for the attach treach mechanism.          item was found, make it visible with scrolling.
77      Add sanity check for recipients.          * wptKeyManager.cpp (km_find_key): New.
78            (keylist_subclass_proc): Support to handle some acceleators.
79  2001-02-17  Timo Schulz <[email protected]>          Strg+{C, P, F, A}.
80            (km_get_key_status): Get the gpgme_key_t object directly
81      * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from          from the list.
82      the registry.          * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set
83      (set_reg_entry): Set a gnupg registry key.          the config file (if it exists).
84      * wptGPG.cpp: Modify all function for the use with get_reg_entry().          * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code
85      * WinPT.cpp: Change the way for the gpg searching mechanism.          to handle the click->activate situation.
86      * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.          * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
87      * wptClipImportDlg.cpp: (key import dialog): New.          Support to check the passphrase quality.
88      * wptKeylistElement.cpp:          * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
89      (wpt_lv_implist_build): Build up the key import list.          (request_passphrase): Rename 'init' to 'flags' to allow more
90      (wpt_lv_implist_add_key): Insert a key into the import list.          options.
91      (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.          * wptMAPI.cpp: Check all *alloc results.
92            * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary
93  2001-02-19  Timo Schulz <[email protected]>          passphrase quality check.
94            * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file
95      * wptRegistry.cpp: (is_installed): Remove.          format and allow to save the checksum in a file.
96      (regist_inst_winpt): Add selfcheck.          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning
97      (regist_inst_gpg): New. Add gpg releated registry entries.          when the PGP mode is disabled.
98      (regist_inst_mo): New. Add nls related path.          wptKeyEditDlgs.cpp (do_editkey_primary): Return if just
99      (get_reg_entry), set_reg_entry(): Modify to be more flexible.          one user-ID exists.
100      (set_reg_entry_gpg): Handy functions for get_reg_entry.          (keyedit_dlg_proc): Fixed index problem.
101      (set_reg_entry_mo): Ditto.          * wptKeyPropsDlg.cpp (get_validity): New.
102      (get_reg_entry_gpg): Ditto.          (keyprops_dlg_proc): Actually show extended validity if possible.
103      (get_reg_entry_mo(): Ditto.          * wptKeyList.cpp (get_key_fpr): Support for old v3 format.
104      * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.          (do_addkey): Use listview_add_item2 to store key as opaque
105      * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.          param inside the list.
106      include keyring entries (2x)          * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.
107      (check_gpg_path): Include the check_gpg_optfile() check.          (file_stat_dlg_proc): End dialog if no PGP data was found.
108            (do_list_packets): Return the number of valid PGP packets
109  2001-02-20  Timo Schulz <[email protected]>          of the file.
110    
111      * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.  2005-08-02  Timo Schulz  <[email protected]>
112      * wptClipImportDlg.cpp: Add some new code.  
113            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of
114  2001-02-21  Timo Schulz <[email protected]>          using 'Default Keyserver' add the real keyserver name to
115            the menu.
116      * wptGPG.cpp: Fix the check_gpg_optfile() code.          The rebuild command does not reload the cache any longer.
117          (gpg_errstr): Define some error constants to be more verbose.          Use ATTR_NAME + .asc as the filename and not keyid + .asc.
118          (set_gpg_options): New. Manipulate the options file.          * wptProxySettingsDlg.cpp (enable_proxy_auth): New.
119          (get_gpg_options): New. Read in the options file.          (keyserver_proxy_dlg_proc): Changed the design a little
120      * wptFile.cpp: (get_file_size): New.          and add some additional sanity checks.
121      * wptGPGOptDlg.cpp: New. Dialog for editing the options file          * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.
122            This fixes the problem that the GPG option dialog does not show
123  2001-02-22  Timo Schulz <[email protected]>          very nice lines.
124            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.
125      * wptGPG.cpp: (check_line): New. Check if the line contains a valid          * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected
126      gpg argument.          check for 'NOKEY' before asking a keyserver.
127      (check_gpg_options): New. Parses each buffer line to check_line().          * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.
128            If a lot of keys were selected, ask if the user wants to confirm
129  2001-02-24  Timo Schulz <[email protected]>          each delete procedure or allow to cancel the operation.
130            * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much
131      * wptGPG.cpp: (check_gpg_path): Fix a bug.          keys the file contain.
132     (check_gpg_options): Fix some bugs.          * wptKeyList.cpp (get_key_algo): Beautified.
133            (get_key_status): Drop the "[XYZ] Unknown" format, it is too
134  2001-02-25  Timo Schulz <[email protected]>          confusing for users.
135            * wptKeyManager.cpp (km_check_key_status): Adjustments for the
136      * wptGPGPrefsDlg.cpp: Add some new translation strings.          new code.
137      * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.          (km_check_for_seckey): Reset utrust parameter. Return -1 for
138      * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.          invalid (exp+rev+dis) keys.
139      * wptClipImportDlg.cpp: Finished basic interface.  
140    2005-08-01  Timo Schulz  <[email protected]>
141  2001-02-27  Timo Schulz <[email protected]>  
142            * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given
143      * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.          sizes.
144      * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):          (check_IP_or_hostname): New.
145      Fixed.          (kserver_load_conf): Correct finger URL parsing problem.
146            (port_from_proto): New.
147  2001-03-15  Timo Schulz <[email protected]>          (keyserver_load_conf): Guess the port.
148            (keyserver_set_default): Allocate new buffer.
149      * wptClipEncryptDlg.cpp: Fix translation.          (kserver_load_conf): Likewise.
150      * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).          * wptHTTP.c (parse_reqline, parse_request): Removed.
151      * wptKeymiscDlg.cpp: Fix the key deleting stuff.          Use WinPT error code and remove all unused code.
152            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.
153  2001-03-16  Timo Schulz <[email protected]>          * wptProxySettingsDlg.cpp (read_proxy): Simple check for
154            invalid host/IP addresses.
155      * wptDlgs.h: Add new dialog callback function.          * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.
     * wptKeysigDlg.cpp: New. Key signature listing dialog.  
   
 2001-03-18  Timo Schulz <[email protected]>  
   
     * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.  
     * wptAgent.cpp: New: Experimental passphrase caching.  
   
 2001-03-19  Timo Schulz <[email protected]>  
   
     * wptVerifyList.cpp: New control for the verify dialog.  
     * wptClipVerifyDlg.cpp: Rewrote  
   
 2001-03-20  Timo Schulz <[email protected]>  
   
     * wptClipDecryptDlg.cpp: Rewrote  
   
 2001-03-21  Timo Schulz <[email protected]>  
   
     * WinPT.cpp: (WinMain): Re-activate the enable debug switch.  
     * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.  
   
 2001-03-28  Timo Schulz <[email protected]>  
   
     * 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-30  Timo Schulz <[email protected]>  
   
     * 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-31  Timo Schulz <[email protected]>  
   
     * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,  
     the GPG default key will be used.  
   
 2001-04-02  Timo Schulz <[email protected]>  
   
     * 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-04-04  Timo Schulz <[email protected]>  
   
     * 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-06  Timo Schulz <[email protected]>  
   
     * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.  
     * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the  
     ownertrust dialog.  
   
 2001-04-06  Timo Schulz <[email protected]>  
   
     * 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-07  Timo Schulz <[email protected]>  
   
     * 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-09  Timo Schulz <[email protected]>  
   
     * 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-09  Timo Schulz <[email protected]>  
   
     * wptGPG.cpp: (check_line): Ignore empty lines.  
     (check_gpg_options): Ditto.  
   
 2001-04-12  Timo Schulz <[email protected]>  
   
     * 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-13  Timo Schulz <[email protected]>  
   
     * 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-14  Timo Schulz <[email protected]>  
   
     * 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-16  Timo Schulz <[email protected]>  
   
     * wptWndHook,cpp (cbt_proc): Compare process ids to differ between  
     WinPT and normal windows.  
     (install_cbt_hook): Add pid to the context.  
   
 2001-04-17  Timo Schulz <[email protected]>  
   
     * 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-21  Timo Schulz <[email protected]>  
   
     * 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-22  Timo Schulz <[email protected]>  
   
     * 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-23  Timo Schulz <[email protected]>  
   
     * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality  
     is not needed because all dialog windows are top level windows.  
   
 2001-04-24  Timo Schulz <[email protected]>  
   
     * 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-25  Timo Schulz <[email protected]>  
   
     * 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-26  Timo Schulz <[email protected]>  
   
     * 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-27  Timo Schulz <[email protected]>  
   
     * 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-28  Timo Schulz <[email protected]>  
   
     * 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-29  Timo Schulz <[email protected]>  
   
     * 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-30  Timo Schulz <[email protected]>  
   
     * 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-05-01  Timo Schulz <[email protected]>  
   
     * 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-05-02  Timo Schulz <[email protected]>  
   
     * 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-04  Timo Schulz <[email protected]>  
   
     * 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-05  Timo Schulz <[email protected]>  
   
     * 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-08  Timo Schulz <[email protected]>  
   
     * 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-09  Timo Schulz <[email protected]>  
   
     * 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-10  Timo Schulz <[email protected]>  
   
     * 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-11  Timo Schulz <[email protected]>  
   
     * 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-12  Timo Schulz <[email protected]>  
   
     * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption  
     call.  
   
 2001-05-13  Timo Schulz <[email protected]>  
   
     * 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-18  Timo Schulz <[email protected]>  
   
     * 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-19  Timo Schulz <[email protected]>  
   
     * 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-20  Timo Schulz <[email protected]>  
   
     * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries  
     to figure out if both parts are available.  
   
 2001-05-21  Timo Schulz <[email protected]>  
   
     * 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-25  Timo Schulz <[email protected]>  
   
     * 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-27  Timo Schulz <[email protected]>  
   
     * 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-06-01  Timo Schulz <[email protected]>  
   
     * 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-06-04  Timo Schulz <[email protected]>  
   
     * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for  
     the improved import status.  
   
   
 2001-06-05  Timo Schulz <[email protected]>  
   
     * 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-07  Timo Schulz <[email protected]>  
   
     * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,  
     add windows title.  
   
 2001-06-08  Timo Schulz <[email protected]>  
   
     * 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-10  Timo Schulz <[email protected]>  
   
     * 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-12  Timo Schulz <[email protected]>  
   
     * 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-15  Timo Schulz <[email protected]>  
   
     * 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-16  Timo Schulz <[email protected]>  
   
     * 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-17  Timo Schulz <[email protected]>  
   
     * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the  
     default key for signing.  
   
 2001-06-18  Timo Schulz <[email protected]>  
   
     * 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-22  Timo Schulz <[email protected]>  
   
     * 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-23  Timo Schulz <[email protected]>  
   
     * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the  
     options file.  
   
 2001-06-24  Timo Schulz <[email protected]>  
   
     * 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-25  Timo Schulz <[email protected]>  
   
     * 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-27  Timo Schulz <[email protected]>  
   
     * 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-28  Timo Schulz <[email protected]>  
   
     * 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-29  Timo Schulz <[email protected]>  
   
     * 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-30  Timo Schulz <[email protected]>  
   
     * 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-07-01  Timo Schulz <[email protected]>  
   
     * wptFileManager.cpp (fm_verify): New.  
     (fm_decrypt): New.  
     * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.  
   
   
 2001-07-04  Timo Schulz <[email protected]>  
   
     * 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-05  Timo Schulz <[email protected]>  
   
     * wptHotkey.cpp (mod_hotkeys): Fix a small typo.  
   
 2001-07-11  Timo Schulz <[email protected]>  
   
     * 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-12  Timo Schulz <[email protected]>  
   
     * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,  
     just quit without any messages. Suggested by Rich.  
   
   
 2001-07-13  Timo Schulz <[email protected]>  
   
     * 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-14  Timo Schulz <[email protected]>  
   
     * 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-17  Timo Schulz <[email protected]>  
   
     * 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-19  Timo Schulz <[email protected]>  
   
     * 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-20  Timo Schulz <[email protected]>  
   
     * 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-21  Timo Schulz <[email protected]>  
   
     * 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-22  Timo Schulz <[email protected]>  
   
      * 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-24  Timo Schulz <[email protected]>  
   
     * 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-25  Timo Schulz <[email protected]>  
   
     * 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-26  Timo Schulz <[email protected]>  
   
     * 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-29  Timo Schulz <[email protected]>  
   
     * 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-30  Timo Schulz <[email protected]>  
   
     * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code  
     for the agent.  
     * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.  
   
 2001-08-01  Timo Schulz <[email protected]>  
   
     * 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-08-02  Timo Schulz <[email protected]>  
   
     * 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-03  Timo Schulz <[email protected]>  
   
     * 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-05  Timo Schulz <[email protected]>  
   
     * 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-06  Timo Schulz <[email protected]>  
   
     * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.  
   
 2001-08-08  Timo Schulz <[email protected]>  
   
     * 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-11  Timo Schulz <[email protected]>  
   
     * 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-17  Timo Schulz <[email protected]>  
   
     * 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-20  Timo Schulz <[email protected]>  
   
     * 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-21  Timo Schulz <[email protected]>  
   
     * 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-25  Timo Schulz <[email protected]>  
   
     * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.  
     (strlist_release): New. Release the linked list.  
     (strlist_add): New.  
   
 2001-08-26  Timo Schulz <[email protected]>  
   
     * 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-28  Timo Schulz <[email protected]>  
   
     * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.  
     * wptKeyserver.cpp (kserver_load_conf): Proxy support  
     (kserver_connect): Ditto.  
   
 2001-08-30  Timo Schulz <[email protected]>  
   
     * 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-31  Timo Schulz <[email protected]>  
   
     * 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-09-01  Timo Schulz <[email protected]>  
   
     * 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-09-04  Timo Schulz <[email protected]>  
   
     * Rewrote most parts of the keymanager.  
     * Ditto for the filemanager.  
   
 2001-09-05  Timo Schulz <[email protected]>  
   
     * 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-07  Timo Schulz <[email protected]>  
   
     * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.  
   
 2001-09-12  Timo Schulz <[email protected]>  
   
     * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.  
     Thanks to Rich who pointed this out.  
   
 2001-09-13  Timo Schulz <[email protected]>  
   
     * 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-14  Timo Schulz <[email protected]>  
   
     * 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-16  Timo Schulz <[email protected]>  
   
     * 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-17  Timo Schulz <[email protected]>  
   
     * 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-23  Timo Schulz <[email protected]>  
   
     * 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-26  Timo Schulz <[email protected]>  
   
     * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.  
     (listbox_get_cursel): Ditto.  
   
   
 2001-09-27  Timo Schulz <[email protected]>  
   
     * 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-28  Timo Schulz <[email protected]>  
   
     * 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-10-04  Timo Schulz <[email protected]>  
   
     * 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-10-05  Timo Schulz <[email protected]>  
   
     * 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-06  Timo Schulz <[email protected]>  
   
     * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.  
   
 2001-10-08  Timo Schulz <[email protected]>  
   
     * 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-09  Timo Schulz <[email protected]>  
   
     * 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-10      Timo Schulz <[email protected]>  
   
         * 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-13  Timo Schulz <[email protected]>  
   
     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-15  Timo Schulz <[email protected]>  
   
     * 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-16  Timo Schulz <[email protected]>  
   
     * 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-17  Timo Schulz <[email protected]>  
   
     * 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-19  Timo Schulz <[email protected]>  
   
     * 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-22      Timo Schulz <[email protected]>  
   
         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-23      Timo Schulz <[email protected]>  
   
         * 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-25      Timo Schulz <[email protected]>  
   
         * 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-26      Timo Schulz <[email protected]>  
   
         * 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-27      Timo Schulz <[email protected]>  
   
         * 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-28      Timo Schulz <[email protected]>  
   
         * 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-30      Timo Schulz <[email protected]>  
   
         * 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-11-02      Timo Schulz <[email protected]>  
   
         * 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-11-03      Timo Schulz <[email protected]>  
   
         (fm_remove_crit_file_attrs): First check if the file exists.  
         Thanks to Peter.  
   
 2001-11-07      Timo Schulz <[email protected]>  
   
         * 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-13      Timo Schulz <[email protected]>  
   
         * 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-18  Timo Schulz <[email protected]>  
   
     * 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-22      Timo Schulz <[email protected]>  
   
         * 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-23      Timo Schulz <[email protected]>  
   
         * 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-24      Timo Schulz <[email protected]>  
   
         * 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-27      Timo Schulz <[email protected]>  
   
         * 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-29      Timo Schulz <[email protected]>  
   
         * 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-12-02      Timo Schulz <[email protected]>  
   
         * wptGroups.c: Revamped from the base. Arggg.  
   
 2001-12-15  Timo Schulz <[email protected]>  
   
     * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for  
     copy and paste.  
   
 2001-12-19      Timo Schulz <[email protected]>  
   
         * 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-21      Timo Schulz <[email protected]>  
   
         * wptTextInputDlg.cpp (text_input_dlg_proc): New.  
         * wptMainProc (clip_gpg_dlg): Support for deached signatures.  
         * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.  
   
 2001-12-30      Timo Schulz <[email protected]>  
   
         * 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.  
   
 2002-01-01      Timo Schulz <[email protected]>  
   
         * wptFileManager.cpp (fm_verify): Support for the case there is  
         no public key to verify the signature.  
   
 2002-01-06  Timo Schulz <[email protected]>  
   
     * 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-13      Timo Schulz <[email protected]>  
   
         * 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-18      Timo Schulz <[email protected]>  
   
         * 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-20      Timo Schulz <[email protected]>  
   
         * 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-23      Timo Schulz <[email protected]>  
   
         * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for  
         loading a file.  
         Add new code to save file with clipboard contents.  
   
 2002-01-26      Timo Schulz <[email protected]>  
   
         * 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-02-04      Timo Schulz <[email protected]>  
   
         * 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-02-05      Timo Schulz <[email protected]>  
           
         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-05      Timo Schulz <[email protected]>  
   
         * 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-08      Timo Schulz <[email protected]>  
   
         * 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-23      Timo Schulz     <[email protected]>  
   
         * 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-28      Timo Schulz <[email protected]>  
   
         * wptImplist.cpp (implist_add_key): UTF8 support.  
         Handle invalid userID's.  
         * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.  
         (passphrase_callback_proc): Ditto.  
   
   
 2002-03-01      Timo Schulz <[email protected]>  
   
         * 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-03-02      Timo Schulz <[email protected]>  
   
         * 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-22      Timo Schulz <[email protected]>  
   
         * 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-29      Timo Schulz <[email protected]>  
   
         * 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-31      Timo Schulz <[email protected]>  
   
         * 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-04-05      Timo Schulz <[email protected]>  
   
         * 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-04-19      Timo Schulz <[email protected]>  
   
         * wptImplist.cpp (implist_load): Support for the advanced PGP parser code.  
   
 2002-04-23      Timo Schulz <[email protected]>  
   
         * 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-24      Timo Schulz <[email protected]>  
   
         * 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-25      Timo Schulz <[email protected]>  
   
         * 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-26      Timo Schulz <[email protected]>  
   
         * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.  
         * wptKeyUidDlg.cpp: Ditto.  
   
 2002-04-27      Timo Schulz <[email protected]>  
   
         * 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-28      Timo Schulz <[email protected]>  
   
         * 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-29      Timo Schulz <[email protected]>  
   
         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-30      Timo Schulz <[email protected]>  
   
         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-05-01      Timo Schulz <[email protected]>  
   
         * 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-05-05      Timo Schulz <[email protected]>  
   
         * Fixed problem with rev certs for imports stats.  
   
         * Cosmetical changes for the GPGME libraray.  
   
 2002-05-06      Timo Schulz <[email protected]>  
   
         * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of  
         the buttons.  
   
 2002-05-07      Timo Schulz <[email protected]>  
   
         * 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-08      Timo Schulz <[email protected]>  
   
         * wptKeyserver.cpp (kserver_change_proxy): Check the values.  
         Thanks to njek for reporting it.  
   
 2002-05-30  Timo Schulz <[email protected]>  
   
         * wptFileManager.cpp (fm_verify): Corrected the handling  
         for detached RSA signatures.  
         (fm_add_sig_stat): Added support for short fingerprints.  
   
 2002-05-31      Timo Schulz <[email protected]>  
   
         * 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-06-07      Timo Schulz <[email protected]>  
   
         * 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-06-16      Timo Schulz <[email protected]>  
   
         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-08-26  Timo Schulz  <[email protected]>  
   
         * 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-08-28  Timo Schulz  <[email protected]>  
   
         * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.  
         * wptFileMananger.cpp (fm_check_armor_type): Ditto.  
   
   
 2002-08-31  Timo Schulz  <[email protected]>  
   
         * 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-09-01  Timo Schulz  <[email protected]>  
   
         * 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-09-02  Timo Schulz  <[email protected]>  
   
         * wptKeyManager.cpp (km_privkey_export): Check return codes and  
         some types has been changed.  
         (km_file_export): Likewise.  
   
 2002-09-03  Timo Schulz  <[email protected]>  
   
         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-04  Timo Schulz  <[email protected]>  
   
         * wptKeyManager.cpp (km_check_key_status): Parse new fields.  
   
 2002-09-07  Timo Schulz  <[email protected]>  
   
         * 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-08  Timo Schulz  <[email protected]>  
   
         * 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-09  Timo Schulz  <[email protected]>  
   
         * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for  
         the privat key (export).  
   
 2002-09-10  Timo Schulz  <[email protected]>  
   
         * 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-12  Timo Schulz  <[email protected]>  
   
         * 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-13  Timo Schulz  <[email protected]>  
   
         * 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-17  Timo Schulz  <[email protected]>  
   
         * 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-23  Timo Schulz  <[email protected]>  
   
         * 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-25  Timo Schulz  <[email protected]>  
   
         * 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-10-10  Timo Schulz  <[email protected]>  
   
         * wptW32API.cpp (get_filename_dlg): Added default filename parameter.  
156          Changed all callers.          Changed all callers.
157          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the          * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,
158          new get_filename_dlg.          automatically set 'backup to homedir'.
159          * wptFileManager.cpp (fm_export): Likewise.          * WinPT.cpp (WinMain): Use desktop window as the parent window
160          * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.          to load 'first-start' dialogs.
161          * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'
162          Use signature class dialog.          flag after deleting keys.
163          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the          * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure
164          keyid instead of the userid to avoid charset problems.          for passing the arguments.
165          (err_message): New.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for
166            the OptFile. This was responsible for a lot of 'General Errors'
167          * Moved all wipe specific code (random, rmd160) to the DLL so we can          after the first start related to key caching.
168          save some memory for the tray section.          Automatically set the gpg binary if possible.
169    
170          * wptKeyRevokersDlg.cpp (revokelist_build): New.  2005-07-22  Timo Schulz  <[email protected]>
171          (revokelist_init): New.  
172          (key_revokers_dlg_proc): New.          * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
173            messages and make sure WinPT make a keyring backup in this case.
174          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker          * wptGPGME.cpp (keycache_reload): Do not rebuild the signature
175          code here when available.          cache each time. Just do it on startup.
176            * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
177  2002-10-13  Timo Schulz  <[email protected]>          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
178            was set by the calling function.
179          * wptKeylist.cpp (get_key_expire_date): New.          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
180          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.          (keygen_dlg_proc): Only add the generated key to the keycache
181            and do not reload the entire cache.
182          * Removed global keycache from GPGME. It's a bad style to mix          * wptKeyManager.cpp (km_delete_keys): Store the number of keys
183          general and specific interfaces.          because in each loop iteration it will be new calculated.
184            * wptListView.cpp (listview_del_items): Likewise.
185          * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
186          details. Useful to replace it later.          generated key to the list instead of reloading the entire cache.
187          (get_seckey): Ditto.          * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.
188          (keycache_reload): Moved from the GPGME library.  
189          (keycache_release): New.  2005-05-09  Timo Schulz  <[email protected]>
190          (keycache_init): New.  
191          (keycache_set_reload): New.          * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..
192          (keycache_get_reload): New.          (http_dlg_proc): ..this.
193          (keycache_get_ctx): New.          (get_keyserver_URL_dlg): New.
194            (check_URL): New.
195          * wptSigList.cpp (siglist_add_key): Use the new code.          * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): New.
196          (siglist_build): Ditto.          (keyedit_main_dlg_proc): Avoid massive keycache reloads, just reload
197            the single key.
198            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Show the key
199  2002-10-15  Timo Schulz  <[email protected]>          properties of the selected desig. revoker.
200            * wptVerifyList.cpp (verlist_build): Increase the column
201          * Changed all s(n)printf -> msg_box constructs to log_box.          size of 'keyid'.
202            * wptGPGME.cpp (keycache_update): New.
203  2002-10-30  Timo Schulz  <[email protected]>          * wptKeySigDlg.cpp (keysig_dlg_proc): Update the key if a signature
204            was deleted.
205          * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Zeroing the key struct
206          LDAP plugin for this purpose.          before we set any values.      
207          * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.  
208          * wldap32.lib is now not longer needed.  2005-05-03  Timo Schulz  <[email protected]>
209          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.  
210          * Updated the resource file.          * wptFileManager.cpp (fm_parse_command_line): Handle
211          * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff          'SYMKEYENC' files. Thanks to the user who reported it.
212          for 'Decrypt', 'Verify', 'Import'.          * wptKeyEditDlgs.cpp (do_find_userid): Optionally return the context.
213            (showpref_dlg_proc): New.
214  2002-10-31  Timo Schulz  <[email protected]>          (keyedit_main_dlg_proc): Support SHOWPREF.
215            (userid_list_init): New field 'Email'. Split userID into 'Name' + 'Email'.
216          * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.          (do_add_new_userid): Adjust for new ListView.
217          Thanks to Gustavo.          (do_find_userid): Use email for searching.
218          * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect          (parse_preflist): New.
219          whether it's a key pair or not.  
220          * Callback struct into KEY so we can modify the values in the background.  2005-04-19  Timo Schulz  <[email protected]>
221          * wptKeyPropsDlg.cpp (change_ownertrust): New.  
222            * wptKeyserver.cpp (kserver_update_proxyuser): Fixed
223  2002-10-13  Timo Schulz  <[email protected]>          buffer overflow that occurred when the proxy password
224            is > 29 chars. Thanks to the friendly user who reported this.
225          * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static          (kserver_search): Handle the case the key is revoked. Thanks
226          any longer.          to Ralf.
227            (kserver_connect): More logging.
228  2002-10-14  Timo Schulz  <[email protected]>          (kserver_sendkey): Likewise.
229            * wptProxySettingsDlg.cpp (check_number): New.
230          * wptKeyserver.c: Replaced all strdup's with m_strdup and free          (read_proxy): Check the entered port number.
231          with free_if_alloc.          * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
232          (ldap_recvkey): Fill with life. We use the GPG plugin to avoid          * wptW32API.cpp (get_folder_dlg): Free memory.
233          all the LDAP overhead.  
234    2005-04-11  Timo Schulz  <[email protected]>
235  2002-12-14  Timo Schulz  <[email protected]>  
236            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
237          * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean          'enable' flag always at the begin.
238          any longer there is also a secret key.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
239          (km_check_photo): New.          key trust. Noted by a friendly user.
240          (km_complete_status_bar): New.          * wptListView.cpp (listview_add_item_pos): New.
241          * wptFileManager.cpp (fm_verify): Support for bad signatures.          * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
242          Set the sigmode if not set.          the fact that GPG does not return the fingerprint of
243          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when          the generated subkey any longer, we need to get it manually.
244          the ownertrust of a non-valid (not signed) key is changed.          Thanks to Maxime Brandt.
245          * wptRegistry.cpp (expand_path): New. Use this code because it's          (keyedit_addsubkey_dlg_proc): If key size too large, ask
246          much shorter.          if this was a mistake.
247            (keyedit_add_subkey): Use it here.
248  2002-12-18  Timo Schulz  <[email protected]>          (do_add_new_subkey): Fix list contrl insertion.
249            * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.
250          * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead  
251          of the old name "options".  2005-04-04  Timo Schulz  <[email protected]>
252          * WinPT.cpp (WinMain): Try to repair broken home directories  
253          in the registry. Thanks to Gustavo who reminded me of it.          * WinPT.cpp (check_crypto_engine): Correct version
254          * wptKeyserver.cpp (check_hkp_response): Only copy the text          check. Noted by Werner.
255          between <p> and </p> when possible.  
256          * wptAgent.cpp: Re-activated the old code. Now the passphrase  2005-03-22  Timo Schulz  <[email protected]>
257          timer can be used.  
258            * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.
259  2002-12-21  Timo Schulz  <[email protected]>          (enable_mobile_mode): New.
260            * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new
261          * Fixed some language mistakes.          ID's for adding subkeys.
262          * wptMainproc.cpp: Use the desktop window as the parent window  
263          for the main dialogs so they are visible in the taskbar.  2005-03-06  Timo Schulz  <[email protected]>
264          * wptKeyManagerDlg.cpp: Enable minimize.  
265          * wptFileManager.cpp (fm_parse_command_line): Support for detached          * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
266          signatures.          a public key. Noted by Kurt Fitzner.
267          (fm_encrypt_directory): New.  
268          * wptKeylist.cpp (keylist_add_key): Check the current key if it  2005-03-04  Timo Schulz  <[email protected]>
269          is not expired, not the primary (idx=0).  
270            * GPG asks twice for the new PIN. Thanks to Achim.
271  2002-12-23  Timo Schulz  <[email protected]>          * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.
272            Only check the passphrase if the backup flag is enabled. Again thanks to
273          * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver          Achim.
274          directory if does not exist.  
275          * wptKeyserver.cpp: Simpliefied config file.  2005-03-03  Timo Schulz  <[email protected]>
276          (kserver_change_proxy): Write config to the registry. Remove  
277          code for the config file.          * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
278          * wptProxySettingsDlg.cpp (read_proxy): More robust code.          new PIN. Suggested by Achim.
279          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature          Support to show the unmasked PIN.
280          to send keys. The Key Manager is better for this.          Modified TAB-order.
281            * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.
282    
283  2003-01-07  Timo Schulz  <[email protected]>          * Fixed wrong GPG --command-fd strings. Thanks to Achim.
284    
285          * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window  2005-02-23  Timo Schulz  <[email protected]>
286          pos from the coordinates from the registry.  
287          (keymanager_dlg_proc): Store the window pos in the registry.          * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.
288          * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.          (kserver_search): Be more strict.
289          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when          * WinPT.cpp (WinMain): Enable FM progress by default.
290          a revcert was found.          * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.
291          * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does          (fm_parse_files): Use progress dialog only if it is
292          not succeed.          enabled.
293          (keyserver_dlg_proc): Corrected some listview index values.  
294          * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.  2005-02-07  Timo Schulz  <[email protected]>
295    
296  2003-01-08  Timo Schulz   <[email protected]>          * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog
297            for signing and verifying. But this does not fix the problem tha the
298          * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning          dialog sometimes stay and is not destroyed.
299          if the user tries to add the email address in the name field.  
300          * wptKeyserver.cpp: Add support for protocols.  2005-02-04  Timo Schulz  <[email protected]>
301          (finger_readline): New.  
302          (finger_recvkey): New.          * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
303          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke          If the progress window survives by accident, it will be closed when the
304          message box to show it's a serious decision.          File Manager (root window) is closed.
305          * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.  
306          * wptRegistry.cpp (regist_single_filetype): Now internal and we use  2005-02-02  Timo Schulz  <[email protected]>
307          an easier way to get the location of the binary.  
308          (regist_inst_winpt): Implemented the 'with_ext' part and add a registry          * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
309          entry to avoid double file registering.          it is invisible.
310            * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
311  2003-01-19  Timo Schulz  <[email protected]>          passphrases.
312            * Enable the progress dialog for symmetric encryption.
313          * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.          * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
314          * wptKeyManagerDlg.cpp (do_resize_window): New.          FM_ENCRYPT mode.
315          (do_create_minpopup): New. Closes #669730.          * WinPT.cpp (WinMain): SETUP_EXISTING implemented.
316          * wptVerifyList.cpp (get_sig_date): Renamed to...          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
317          (longdate_to_strdate): New. Changed all callers.          no value is entered.
318          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains  
319          a signature, also display the time of it. Closes #669780.  2005-01-26  Timo Schulz  <[email protected]>
320          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.  
321          * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.          * wptGPG.cpp (multi_gnupg_path): Zero buffer before use.
322          * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability          * wptKeyManagerDlg.cpp: Add 'Select All' feature.
323          to choose the signer.          Move 'Edit->Key' to 'Key->Edit'.
324          (keysign_dlg_proc): Implemented a feature request. See above.          * wptFileManagerDlg.cpp: Likewise.
325            * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.
326  2002-01-21  Timo Schulz  <[email protected]>          * wptKeyManager.cpp (spawn_loadimage): Removed.
327            (km_show_photo): Removed.
328          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to          * wptRevokersDlg.cpp (revokelist_init): Fixed index.
329          avoid typing mistakes.          * wptErrors.cpp (winpt_strerror): Show system error for registry
330            related problems.
331  2002-01-25  Timo Schulz  <[email protected]>  
332    2005-01-25  Timo Schulz  <[email protected]>
333          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id  
334          and the fingerprint to the clipboard. Closes #674455.          * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default
335          Automatically reload the keycache when a command is chosen and the cache          and that all values are 7-bit ASCII.
336          state is set to 'reload requested'. Closes #671218.          Use '*' for the passphrase field.
337          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts          * wptGPG.cpp (multi_gnupg_path): New.
338          are not invalid.          (get_gnupg_path): Use it here.
339          * WinPT.cpp (check_permissions): Make sure we have the permission to          (check_homedir): Likewise.
340          write the keyring. Stop if not because it's expected at many other places.          * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port
341          * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.          is actually set.
342          (siglist_build): Use a placeholder sig to avoid the position chaos.          * wptFileManager.cpp (fm_clearsign_8bit): New.
343          * wptKeyUidDlg.cpp: Unified text for 'user-ID'.          (fm_parse_files): Check if the file to clearsign is really 7-bit.
344          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found,          Thanks to djek.
345          display more information and use a GPG like output.          (fm_set_ftype): Factored out some code from...
346          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is          (fm_add_dropped_files): ...here. Simplied the code.
347          an invalid key in the list of recipients. Closes #674965.          (fm_add_dir_files): New.
348            * Removed MD5 from MyGPGME and the new default sym cipher is AES.
349            * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var
350  2002-02-01  Timo Schulz  <[email protected]>          to track the window handle.
351            (progress_cleanup): Try to close tracking handle first.
352          * wptKeyserver.cpp (kserver_search): Fix <KEYID bug.  
353    2005-01-21  Timo Schulz  <[email protected]>
354  2002-02-08  Timo Schulz  <[email protected]>  
355            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys
356          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export          which are not in the keyring. Suggested by djek.
357          the secret key when a file was chosen.          * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic
358            'Always on Top'.
359  2002-03-01  Timo Schulz  <[email protected]>          Allow to send encrypted files via MAPI.        
360            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache
361          * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection          if the HKP retrieval succeeded.
362          logic. Now we can decrypt symmetrically encrypted files again.          * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer
363          Be stricter on memory alloaction checks.          is not NULL.
364          (fm_get_file_type): Be more strict with the return code of          * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with
365          parse_packet. This avoids bogus file types for MS-Word files and          a header similar to 'gpg -k name'.
366          other non-PGP data.          * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible
367          (fm_wipe): Use the wipe mode from the registry and not a fixed value.          with 'Always on Top' windows.
368          * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.          * wptFileManager.cpp (fm_parse_files): Set progress callback for
369          (get_reg_winpt_prefs): Likewise.          wiping files.
370          * wptFilePrefsDlg.cpp: Removed. We don't use it any longer.          (fm_add_opened_files): Do not add the file in case of an error.
371          * wptDlgs.h: Corrected all dialog protypes to BOOL.          * wptKeyserverDlg.cpp (kserver_get_port): New.
372          LRESULT was not correct.          (save_default_ks): Save port.
373            * wptKeyserver.cpp (set_default_kserver): Get port or use default.
374  2002-03-08  Timo Schulz  <[email protected]>          (kserver_connect): Logging.
375            (kserver_send_request): Likewise. Thanks to Markus.
376          * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'          * wptError.cpp (w32_fmt_msg): New.
377          because they are options rather than files.          (winpt_strerror): Show the W32 API error if the hotkey could not
378          * WinPT.cpp (WinMain): Allow to start the key manager directly          be registered.
379          via --keymanager.  
380          * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.  2005-01-20  Timo Schulz  <[email protected]>
381          (wipe_cb): New. Wipe callback function.  
382          (fill_drive_combobox): New. Fill in all logical drives into          * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the
383          the given combo box.          keyring check. If the file exists, it is enough.
384          (wipe_thread): New. Worker thread.          * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.
385          (update_disc_stats): New. Set the disc statistics for the          Several cleanups and allow to specify the port of the keyserver.
386          given drive entry.          * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure
387          (space_wipefrees_dlg_proc): New.          the application terminates clearly when Windows shutdown.
388    
389  2002-03-09  Timo Schulz  <[email protected]>  2005-01-10  Timo Schulz  <[email protected]>
390    
391          * 64-bit support for wipe operations.          * WinPT.cpp (load_gettext): New.
392            (WinMain): Use it here to load it before --keymanager. Thanks to Ralf.
393  2002-03-16  Timo Schulz  <[email protected]>  
394    2005-01-08  Timo Schulz  <[email protected]>
395          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the  
396          optional text in UTF-8 to avoid charset problems.          * Applied the patches to make the source G++ compatible.
397          * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead          * wptKeyserver.cpp (kserver_load_conf): Use the stripped string.
398          of a static buffer. Changed all callers.          * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.
399          * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions          * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.
400          for the rest of the columns.  
401          (keylist_handle_column_click): New.  2005-01-07  Timo Schulz  <[email protected]>
402          * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):  
403          Removed the 'Advanced' button because it only confuses users          * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.
404          and it is not often used.          (finger_recvkey): Use skip_type_prefix and prevent buffer overflows.
405          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-          (ldap_recvkey): Likewise.
406          and import the trustdb values (ownertrust).          (check_hkp_response): Be more liberal with error strings.
407          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to          (kserver_connect): Prevent buffer overflow and use the right return
408          sort columns.          code for inet_addr().
409            (kserver_search_chkresp): New.
410  2003-03-18  Timo Schulz  <[email protected]>          (kserver_search): Fixed. Now it works with modern keyservers.
411            * wptKeylist.cpp (seclist_init): Add new flags param.
412          * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key
413          of revocation from 9 to 8.          listing.
414          Set the text that no key was updated only if no new sig, subkey,          * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
415          userid and no public were added.          * wptMainProc.cpp (winpt_main_proc): GPGME cleanup.
416          Add more information: new {subkeys, signatures, userid}.          * WinPT.cpp (WinMain): call GPGME init.
417          * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.          Reword the 'you have no keyring' problem and revamp the first run dialog.
418          * wptDlgs.cpp: Removed.          * wptGPG.cpp (gnupg_access_keyring): New.
419          * wptDlgs.h: (dlg_fatal_error): New. Macro.          (gnupg_check_keyring): Removed unused code.
420            * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the
421  2003-03-19  Timo Schulz  <[email protected]>          new texts and remove unused elements.
422            * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The
423          * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.          last annoying typo.
424          * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of
425          in the code.          an error.
426          * wptPasswdDlg.cpp: Likewise.  
427          (passphrase_cb_init): Declare as static.  2004-12-30  Timo Schulz  <[email protected]>
428          (passphrase_cb_gpgme): Modified to use the static function and rename  
429          it to...          * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.
430          (passphrase_gpgme_set_cb): ..this. New.          This fixes the problem that the dialog crashes when the user selects
431          * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA          anything. Thanks to my users.
432          and friends to assign data to each item.          (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.
433          Move dialog code to...          
434          * wptClipSignEncDlg.cpp: ..here.  2004-12-20  Timo Schulz  <[email protected]>
435          * MyGPGME/keycache.c: We first look for directly key signatures and  
436          then we skip all other signatures if we've already seen the key. This          * wptGPG.cpp (check_gnupg_engine): Fixed version checking.
437          is needed to gather the designated revoker keys.          * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the
438            cache if it is not valid.
439  2003-03-20  Timo Schulz  <[email protected]>          
440            Fix problem with a NULL pointer.
441          * wptFindWnd.cpp: Removed.  
442          * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of  2004-12-15  Timo Schulz  <[email protected]>
443          find_window.  
444          * Whenever it's possible, use case insentensive searches to avoid          * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right
445          problems.          temp name.
446            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button
447  2003-04-09  Timo Schulz  <[email protected]>          when no secret key is available.
448    
449          * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as  2004-12-11  Timo Schulz  <[email protected]>
450          invalid for cancel.  
451            * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect
452  2003-04-12  Timo Schulz  <[email protected]>          the file type.
453            (fm_parse_command_line): Likewise.
454          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new  
455          GPGME code.  2004-12-02  Timo Schulz  <[email protected]>
456          * wptVerifyList.cpp (verlist_add_sig_log): Likewise.  
457          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.          * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.
458          * wptFileManager.cpp (fm_decrypt): Likewise.  
459          * WinPT.cpp (check_default_key): Check if the keys in gpg.conf  2004-11-04  Timo Schulz  <[email protected]>
460          are valid and in the keyring.  
461          * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred
462          item if the key is not protected.          keyserver sub packets.
463    
464            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to
465  2003-04-13  Timo Schulz  <[email protected]>          indicate we need to reload the cache. If a user deletes a key
466            and exits the manager and loads it again the deleted key is
467          * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback          still in cache and provoked an error.
468          context.          
469          * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.          * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.
470          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect  
471          flag inside the KEY contect if needed.          * wptW32API.cpp (center_window): Replaced with real code which calculates
472          * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a          the position relative to the desktop window.
473          passphrase if the protect flag is set.  
474          Display the callback dialog to show the progress.  2004-10-25  Timo Schulz  <[email protected]>
475          Implemented the "revkey" feature.  
476          * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box
477          (do_add_new_userid): New. Add an entry to the list box          if the PGP message is complete but broken during the transport.
478          after the GPG process finished.          Thanks to Werner and Achim.
479          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig          * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks
480          to zero to avoid segfaults.          to the gnupg-users.
481            * Automatically add '\r\n' to the text before signing. This solves
482  2003-04-15  Timo Schulz  <[email protected]>          the problem the last line is not included if no \r\n is present.
483            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode
484          * wptClipImportDlg.cpp (data_cb_dlg_proc): New.          which prepends the text with '> '. This makes it easier to quote
485          (data_cb_thread): New.          decrypted text.
486          (data_cb_dlg_create): New.          * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored
487          (data_cb_dlg_destroy): New.          out from..
488          (data_cb_new): New.          (keyserver_dlg_proc): ..here.
489          (clip_import_dlg_proc): Use a callback dialog to  
490          show the user the data decoding procedure is in  2004-10-15  Timo Schulz  <[email protected]>
491          progress. This dialog is destroyed in the key  
492          import statistics dialog.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt
493            is really initialized.
494    
495  2003-04-20  Timo Schulz <[email protected]>  2004-10-07  Timo Schulz  <[email protected]>
496    
497          * wptFindWnd.h: Removed. We don't use it any longer.          * wptErrors.cpp (winpt_errmsg): Use a generic header when no
498          * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.          filename is supplied.
499          (gpg_strerror): Removed. Now it is handled in winpt_strerror.          * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but
500          * wptFileManager.cpp (fm_get_file_name): move this to          an error message which is more clean. Thanks to Ralf.
501          * wptVerifyList.cpp (get_file_name): ..this place and declare          * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card
502          it as static because no other file need this function.          admin mode.
503            * wptKeySignDlg.cpp (do_check_protection): Also check for smart
504  2003-04-20  Timo Schulz  <[email protected]>          card protection.
505            (get_keyinfo): Return if this is a smart card key.
506          * wptClipboard.cpp: Removed. All these functions and constants          * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before
507          are now available in MyGPGME/clip.c and thus part of GPGME.          comparing the names.
508          * wptKeylist.cpp (keylist_add_to_recipients): Renamed to...          * winpt.cpp: Now depends on PTD 0.7.1.
509          (keylist_get_recipients): this. Return the context instead of  
510          an argument.  2004-10-01  Timo Schulz  <[email protected]>
511          (get_key_size): Add key index.  
512          (get_key_algo): Likewise.          * wptClipSignDlg.cpp: Really use the selected subkey with the
513          (keylist_build): Use a special mode when signing is used.          right '!' syntax. Thanks to Vedaal for pointing this out.
514          (keylist_enum_recipients): Return a malloced pointer to the          * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device
515          recipients.          is accessable and writeable, otherwise inform the user. Kudos to
516          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint          the one who reported this problem.
517          when we have a signature result and we do not trust the key.  
518    2004-09-20  Timo Schulz  <[email protected]>
519  2003-04-23  Timo Schulz  <[email protected]>  
520            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in
521          * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function          context menus when the key is flagged as revoked.
522          from GPGME#gpgme_ownertrust_to_string into WinPT.          (update_ui_items): Likewise and set the 'ShowPhoto' flag only if
523            the key has such an item.
524  2003-04-24  Timo Schulz  <[email protected]>  
525    2004-09-08  Timo Schulz  <[email protected]>
526          * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init  
527          default values to make it easier for newbies.          * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is
528          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error          in the list, return zero.
529          when no secret key was found. Also mention the public key algo.  
530          * wptFileManager.cpp (fm_decrypt): Likewise.  2004-09-07  Timo Schulz  <[email protected]>
531    
532  2003-04-25  Timo Schulz  <[email protected]>          * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.
533            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
534          * wptVerList.cpp (verlist_build): Change the name of some columns.  
535          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the  2004-09-01  Timo Schulz  <[email protected]>
536          notation (if present!) present the user a general message box  
537          with extended signature information. This means the notation          * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.
538          data and a possible policy URL.          (default_key_from_cache): Use new key attribute 'usable'.
539            * WinPT.cpp (show_unprotected_keys): Removed.
540            * wptKeylist.cpp (check_key): Removed.
541  2003-04-26  Timo Schulz  <[email protected]>          (seclist_init): Use new 'usable' key attribute.
542            (keylist_add_key): Likewise.
543          * wptParser.cpp: A lot of structural changes. Always add items          * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to
544          at the end of the list so we don't need to make a copy of the list          add keys via 'INSERT'.
545          to restore the original order. Fix the group problem.          * wptListView.cpp (listview_select_one): New.
546          * wptKeylist.cpp (keylist_build): Use OR to get the flags and          (listview_find): New.
547          not ==.          * wptFileManager.cpp (fm_get_current_pos): If there is only
548          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command          one item, return 0 but also select it. Thanks to Christian.
549          (file) does not use the keyid as the file name when more than one  
550          keys were selected.  2004-08-28  Timo Schulz  <[email protected]>
551          Allow allow to set default keys which are not revoked or expired.  
552          * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort          * WinPT.cpp (WinMain): Free gpg table in case of an error.
553          the columns.          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
554          Set the force trust flag in GPGME if there are some recipients          (filemanager_dlg_proc): Subclass the list control.
555          with no validity.          * Fix Alt+C for the winpt_prefs_dlg_proc.
556            * wptKeyserver.cpp (kserver_load_conf): Ignore lines with
557  2003-04-27  Timo Schulz  <[email protected]>          just whitespaces. Thanks to the folks on winpt-users.
558    
559          * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows  2004-08-27  Timo Schulz  <[email protected]>
560          to show the properties of the signers keys.  
561          * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.          * wptKeyserver.cpp (skip_whitespace): New.
562            * Fix a problem with the key cache. The new hash item was
563  2003-04-30  Timo Schulz  <[email protected]>          not initialized to zero and thus the free caused an illegal access.
564            Thanks to Ralf for pointing this out.
565          * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the          * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.
566          next context menu ("Add"). Make sure the entries are disabled          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
567          when the key has no secret key.          * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and
568          * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.          use a context to store the value. Loalize all text strings.
569          * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't          * wptKeyList.cpp (key_check_validity): Cannot use gettext here.
570          cause a segfault when the pointer free tries to deallocate the          (keylist_get_recipients): Increase buffer for gettext messages.
571          pointer.  
572    2004-08-26  Timo Schulz  <[email protected]>
573  2003-05-02  Timo Schulz  <[email protected]>  
574            * WinPT.cpp (load_keyserver_conf): New. Factored out some code
575          * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.          from WinMain ().
576            (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner
577  2003-05-03  Timo Schulz  <[email protected]>          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
578            in the list control, add at least the internal default HKP server.
579          * wptParser.cpp: Renamed to...          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.
580          * wptGPGParser.cpp: this.          * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.
581          (release_option): Renamed to...          (keysign_dlg_proc): Likewise.
582          (release_gpg_options): this.          * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.
583          (commit_option): Renamed to...          * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.
584          (commit_gpg_options): this.          (kserver_connect): use it here.
585          (parse_option): Renamed to...          (kserver_send_request): Likewise.
586          (parse_gpg_options): this.          (kserver_recvkey): Likewise.
587          * wptGPG.cpp: Use new parser function names.  
588          (set_gnupg_default_key): Free memory.  2004-08-25  Timo Schulz  <[email protected]>
589          * wptKeylist.cpp (keylist_add_groups): New group code.  
590          * wptGroups.{c,h}: Removed. Now we use the GPG group command.          * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB
591          * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from          and skip to read large files on floppy discs.
592          2 to 4.          (fm_wipe): Display a 'wait' cursor until the wipe is complete.
593          (recv_missing_keys): Likewise. Now it is possible to retrieve          (is_floppy_disc): New.
594          missing keys. Thanks to Klaus.          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
595          * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather          (file_manager_dlg_proc): Use subclassing to allow some hotkeys.
596          than a static buffer to avoid garbled keys. There are some very  
597          large keys and these cause some trouble with a 16k buffer.  2004-08-24  Timo Schulz  <[email protected]>
598          (keyserver_dlg_proc): Localized some strings.  
599          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column          * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for
600          names which are equal to the names we use in the Key Manager.          the user-ids.
601          * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but          * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into
602          should be "==" bug.          expert mode when the non-interactive mode is used.
603          * wptKeygenDlg.cpp (mbox): Removed. Too much overhead.          * WinPT.cpp (WinMain): Start the keygen wizard instead of the
604          * Add --expert option for the GPG procedure call if needed.          expert dialog and allow to switch to it.
605    
606  2003-05-04  Timo Schulz  <[email protected]>  2004-08-20  Timo Schulz  <[email protected]>
607    
608          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients          * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only
609          were found, output a more precise error message. Now the GPGME code          mode the menu is not available.
610          first tests for special cases and if no one hit the nail on the head,          (popup_gpg_readonly): New.
611          a general error is used.          (menu_gpg_readonly): New.
612            (keymanager_dlg_proc): Use it here. Do not check the permissions
613  2003-05-06  Timo Schulz  <[email protected]>          any longer since this is now handle via the read-only code.
614            * wptMainProc.cpp (winpt_main_proc): Check if the keyrings
615          * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys          are in read-only mode.
616          are available. Removed old [unused] code.          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.
617          Make sure we really have the key in the cache.          * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably
618            signatures in expert mode.
619  2003-05-07  Timo Schulz  <[email protected]>          * wptKEyEditDlgs.cpp (do_find_userid): Release context.
620            * wptGPG.cpp (gpg_check_permissions): Only print out a warning
621          * Clean up the outer GPGME interface. Internal functions should be          in the interactive mode.
622          invisible in gpgme.h.          * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left
623          Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.          mouse button is clicked.
624          * wptKeyserver.cpp: Some cleanups.  
625          (finger_recvkey): Skip URL postfix if there.  2004-08-19  Timo Schulz  <[email protected]>
626    
627  2003-05-08  Timo Schulz  <[email protected]>          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected
628            key numbers.
629          * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current  
630          window mode.          * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.
631          (currwnd_gpg_dlg): Likewise.          (is_sig): Change code to allow to check pre-defined fields.
632          * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.  
633          * WinPT.cpp (WinMain): If the default key was not found, show the string          * WinPT.cpp (WinMain): Allow read-only support for keyrings.
634          in the error message to make it easier for the user to fix the problem.  
635          * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret  2004-08-06  Timo Schulz  <[email protected]>
636          keys.  
637          * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.          * wptContext.h: Move subclass_s context to this file.
638          This makes the priority of the rc2 update more urgent.  
639            * wptKeysigDlg.cpp (subclass_dlg_proc): New.
640  2003-05-09  Timo Schulz  <[email protected]>  
641    
642          * wptMDSumDlg.cpp (mdsum_dlg_proc): New.  2004-08-05  Timo Schulz  <[email protected]>
643          * wptFileManager.cpp (fm_print_md): New.  
644          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD          * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag
645          command.          when possible.
646            New dialog layout to enhance the readability of the text. Use
647  2003-05-13  Timo Schulz  <[email protected]>          flat check boxes for the same reason.
648    
649          * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.          * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to
650          (key_check_validity): Moved from GPGME to this file.          the right column (3 not 4).
651          * wptKeyManager.cpp (km_get_key_status): New.  
652            * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile
653  2003-05-14  Timo Schulz  <[email protected]>          uses a unique name.
654    
655          * wptKeyManager.cpp (km_enable_disable_key): New.  
656    2004-08-04  Timo Schulz  <[email protected]>
657  2003-05-17  Timo Schulz  <[email protected]>  
658            * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the
659          * wptFileManager.cpp: Moved gpgme_file_get_extension to this file          edit-field to display the text. Now a RichEdit field is
660          and renamed it to...          used. This solves the XP problem that the viewer is empty
661          (file_get_extension): this. gpgme_control now also returns the          even if there is text in it.
662          (get_file_name): Corrected the calculation of the basename.  
663          state of the command if you use -1 as the value.          * wptKeyManger.cpp (km_file_export): Add WinPT specific comment.
664          * wptImportList.cpp (implist_load): Make sure we really have the key ID.  
665          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over          * wptKeySigDlg.cpp (sigprops_dlg_proc): New.
666          the place.          (keysig_dlg_proc): Add new 'Properties' button and implement
667            the code for it.
668  2003-05-19  Timo Schulz  <[email protected]>  
669            * wptSigList.cpp: Add support to show the expiration date.
670          * wptPasswdDlg.cpp (create_passwd_dlg): Removed.  
671          (request_passphrase): New.          * wptGPGME.cpp (keycache_init): Support to show the progress bar.
672          The passphrase_s context is now internal, all externl function use now          (keycache_release): Store the amount of keys in the registry for
673          request_passphrase. Changed all callers.          the progress dialog.
674          * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase  
675          warning and a check for the comment field was added.          * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate
676          * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which          default keyserver.conf.
677          has shown the subkeys and the userids.  
678          * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.          * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.
679            Fix possible buffer overflow.
680  2003-05-20  Timo Schulz  <[email protected]>          (wsock_end): Release stored keyserver list.
681    
682          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change          * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for
683          the passphrase from here to...          a specific recipient and select it.
684          * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.  
685    2004-08-02  Timo Schulz  <[email protected]>
686  2003-05-21  Timo Schulz  <[email protected]>  
687            * wptKeysigDlg.cpp (do_create_popup): New.
688          * wptSiglist.cpp (siglist_add_key): Only list signatures which are          (do_load_keyprops): New.
689          user-id certificates (0x10-0x13) and ignore key and subkey sigs.  
690          c-strings are now handle correctly and decoded into GPGME.          (keysig_dlg_proc): Factor out some common code and use
691            do_load_keyprops.
692  2003-05-22  Timo Schulz  <[email protected]>  
693            * wptKeyServer.cpp (kserver_check_inet_connection): New.
694          * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current  
695          window mode sign+encrypt. This fixes a couple of other problems.          * wptKeyManger.cpp (km_refresh_from_keyserver): First check
696          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the          for an active internet connection. It's annoying for the
697          key when the cache was reloaded.          user to confirm an connection error for each key (n>40).
698    
699    2004-07-27  Timo Schulz  <[email protected]>
700  2003-05-24  Timo Schulz  <[email protected]>  
701            * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new
702          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists          value for the ownertrust.
703          to allow to use virtual keys (DEL, INS).  
704          Release the uid control context when the dialog will be destroyed.          * wptKeyManager.cpp (get_key_trust): Make it public.
705            (get_key_trust_str): New.
706            (km_refresh_from_keyserver): Allow to select random keys.
707  2003-05-25  Timo Schulz  <[email protected]>          (km_refresh_one_key): New.
708    
709          * wptImportList.cpp (implist_add_key): Address charset problem.          * wptKeyserver.cpp: Use default keyserver if possible.
710          * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.  
711          * wptKeyserver.cpp (set_default_kserver): New.  2004-07-13  Timo Schulz  <[email protected]>
712          (wsock_init): Call the new function.  
713          (kserver_load_conf): If the FP is invalid, skip to read the file.          * wptFileManager.cpp (fm_assume_onepass_sig): New.
714          * WinPT.cpp (WinMain): Call set_default_kserver to make sure the          Thanks to Vedaal who found out that armored one-pass sigs are not
715          item has a value.          correctly recognized.
716    
717  2003-05-28  Timo Schulz  <[email protected]>          (ask_filename): New.
718            Again thanks to Vedaal who suggested to ask for a new output name
719          * wptKeyManager.cpp (km_set_clip_info): New.          for the case the user does not want to overwrite the file.
720          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.  
721          * wptImportList.cpp (implist_build): Some column changes for          (fm_encrypt): Use it here.
722          the listview control.          (fm_decrypt): Likewise.
723          (implist_load): Return if secret keys were found.          (fm_sign): Likewise.
724          * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys  
725          were found.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry
726          (clip_import_dlg_proc): New message if secret keys were found.          to set secret keys to ultimate trust.  
727    
728            * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the
729  2003-05-31  Timo Schulz  <[email protected]>          key has ultimate trust.
730            (km_set_implicit_trust): New.
731          * wptKeyManager.cpp (km_key_is_v3): Return if the selected  
732          key is an old PGP 2 (v3) key.  2004-07-12  Timo Schulz <[email protected]>
733          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow  
734          (#ID_KEYMISC_EDITKEY): Bail out if no key was selected.          * wptRegistry.cpp: Support for disable compression of multi-media files.
735          to add extented items if the key is NOT version 3.          (set_reg_winpt_single): New.
736          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the          (get_reg_winpt_single): New.
737          key is v3 and forbid most commands.  
738          (is_cmd_openpgp): New.          * wptFileManager.cpp (is_multi_media): New.
739            (fm_encrypt): Disable compression of multi-media files.
740  2003-06-01      Timo Schulz  <[email protected]>          (fm_state_new): Set comment to indicate armored files were generated
741            by WinPT. This is a replacement due to the fact the WinPT string is not
742          * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...          added in the 'Version' for larger files.
743          (KEYDOWN, KEYUP): macros for the functions above.  
744            * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.
745  2003-06-04  Timo Schulz  <[email protected]>  
746    2004-07-11  Timo Schulz  <[email protected]>
747          * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact  
748          that GPG uses the newest subkey by default, we always return          * Bug fix for the validity revoked status. Now it is 'revoked'
749          the info of this subkey and not the first.          and not 'unknown' any longer.
750          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one  
751          bug. Now the indicies are correctly.          * Feature to disable encryption. This might be useful for filetypes
752          * wptGPG.cpp (gnupg_check_keyring): Do not free the value before          GPG does not recognize as compress (movies, ...).
753          get_file_size is called.  
754          * WinPT.cpp (WinMain): Only check the GPG engine version if there          * wptFileManager.cpp (fm_get_file_type): Skip packet detction if
755          were no problems with the GPG config. And differ between a problem          the file is large and it has no openpgp extension.
756          to get the version and if a wrong version were detected.  
757    2004-06-19  Timo Schulz  <[email protected]>
758    
759  2003-06-05  Timo Schulz  <[email protected]>          * wptInet.cpp: Renamed to ...
760            * wptHttp.c: ... this.
761          * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog          * wptKeyManager.cpp (km_http_import): Release 'p' not too early.
762          shows all involved recipients and also the public key algorithm.          * WinPT.cpp (WinMain): If there is a problem with the homedir,
763          * wptRegistry.cpp (reg_inst_winpt): If the user does not want          jump to the first start settings.
764          the extensions, set the entry to "1" so the message is not shown  
765          again.  2004-06-12  Timo Schulz  <[email protected]>
766    
767  2003-06-06  Timo Schulz  <[email protected]>          * wptInet.cpp: Updated.
768            * wptKeyManager.cpp (km_http_import): Use http_send_request2() to
769          * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning          parse the URL.
770          message and include the user-id.          * wptCommonDlg.cpp (http_file_dlg_proc): New.
771          * Encryption: use force overwrite (--yes) to make sure there are          (get_http_file_dlg): New.
772          no complications with GPG.  
773          * Import: skip all record types we do not understand.  2004-06-08  Timo Schulz  <[email protected]>
774    
775            * wptInet.cpp: New.
776  2003-06-10  Timo Schulz  <[email protected]>          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http
777            transfers.
778          * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys          * wptKeyManager.cpp (km_http_import): New.
779          are skipped.  
780          (keysign_dlg_proc): Removed some redundant code.  
781          * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if  2004-06-02  Timo Schulz  <[email protected]>
782          it is possible to change the passphrase.  
783            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error
784  2003-06-11  Timo Schulz  <[email protected]>          if there is no clipboard data.
785    
786          * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the          Release memory in case of an error.
787          right order and we do not use the last user-id but the first  
788          because this is always the primary user-id or the newest user-id.          * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.
789          * wptGPGME.cpp (get_default_keyid): Removed. Some better code  
790          were added to get_gnupg_default_key.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
791    
792  2003-06-13  Timo Schulz  <[email protected]>  
793    2004-05-31  Timo Schulz  <[email protected]>
794          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.  
795          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the
796          the fact the signer is now dymanic and not static.          'X' close button. Noted by a friendly user.
797          * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and          
798          change all code that it only shows an error if no plug-in was loaded.          Disable 'Save' button.
799          * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you  
800          can revoke v3 keys.          * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.
801          (do_editkey_revoke): Clarify command because it can be only used  
802          for secondary keys.          * wptFileManager.cpp (fm_set_status): Do not use the data file name
803          * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error          for signatures but keep the original file name.
804          is issued when no key was selected. Thanks to vedaal.  
805            (fm_verify_pasted_detsig): Try to verify detached signatures from
806  2003-06-24  Timo Schulz  <[email protected]>          the clipboard.
807    
808          * Fixed filter code in Get{Open,Save}FileName. Changed all callers.  2004-05-14  Timo Schulz  <[email protected]>
809          Thanks to Alex.  
810          * wptKeyManager.cpp (km_delete_keys): Quote the user-id.          * WinPT.cpp (check_crypto_engine): Due to some
811            internal  GPG changes the min. version for smart card
812            support is now 1.3.6.
813  2003-07-12  Timo Schulz  <[email protected]>  
814            * wptProxySettingsDlg.cpp (read_proxy): Correct prefix
815          * wptFileManager.cpp (fm_verify): Support for multiple signatures.          handling. Thanks to the folks who reported this via SF.net.
816          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.  
817          * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.          * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.
818          * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.          Thanks to the folks on winpt-users who reported it.
819          (kserver_connect): Likewise.  
820          (kserver_read_config): Likewise.          * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of
821          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases          the hotkeys are disabled.
822          are not equal.  
823          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to          * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.
824          generate a key pair.  
825            * wptFileManager.cpp (fm_get_file_type): Do not parse the entire
826  2003-07-13  Timo Schulz  <[email protected]>          file if the size is >= 256MB.
827    
828          * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains  2004-03-15  Timo Schulz  <[email protected]>
829          characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850  
830          it would be a bad idea to use such passphrases. And thus we disallow it.          * Decrypt list box has now a vertical scroll bar.
831          * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.  
832          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.  2004-03-11  Timo Schulz  <[email protected]>
833          * wptHotkey.cpp (hotkeys_strerror): Use capital letters.  
834            * The DLL is now complety C-source.
835  2003-07-22  Timo Schulz  <[email protected]>  
836    2004-03-08  Timo Schulz  <[email protected]>
837          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of  
838          the text instead of allocating the maximum.          * wptGPG.cpp (gnupg_import_keyrings): cleanups.
839    
840  2003-08-17  Timo Schulz  <[email protected]>          * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows
841            CP.
842          * wptKeyManagerDlg.cpp (keymanager_dlg_proc):          (wincp_to_utf8): Likewise.
843          #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The          (conv_charset): Now internal and static.
844          value was malformed.  
845          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.          * wptUTF8.h: New prototypes and remove the old prototypes.
846          * wptKeyserver.cpp (kserver_load_conf): If the file does not exist,  
847          don't bother the user with an error message. Closes #782751.          * WinPT.cpp (WinMain): Destroy the windows handle in case of an error.
848          * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the  
849          "primary" edit key command.  
850          * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is  2004-03-07  Timo Schulz  <[email protected]>
851          possible to supress the status message. This is useful when the whole  
852          keyring will be refreshed.          * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats
853          * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.          dummy keyrings with a size of zero in the homedir.
854          (quote_file): Avoid double quotes.  
855          * GPGME support for quoted file names.          (gpg_check_permissions): Check for read-only keyrings and add code
856          (fm_sym_encrypt): Double check password and to additional 8-bit checks.          for this case.
857          * WinPT.cpp (my_acces): Moved to this file..  
858          * wptGPG.cpp: ..here.          This problem fixes a lof of other problems related to the OpenPGP
859          (gpg_check_permissions): Renamed from check_permissions and make it global.          parsing stuff for the key cache.
860          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we  
861          have write access to the keyring for some commands.          * WinPT.cpp (check_crypto_engine): Store the GPG version for later use.
862    
863  2003-08-24  Timo Schulz <[email protected]>  2004-03-04  Timo Schulz  <[email protected]>
864    
865          * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable          * wptKeyserver.cpp (finger_recvkey): Error if key was not found
866          dialog controls.          or garbled.
867    
868  2003-08-30  Timo Schulz  <[email protected]>          * wptGPG.cpp (gpg_check_permissions): Take care of the entries
869            in gpg.conf.
870          * wptGPG.h: Support for the GPG status messages REVKEYSIG and  
871          EXPKEYSIG. With this new feature, GPG 1.2.3 is required.          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select
872          * Make sure that the signature status does not cause an          the signer. Suggested by Sebastian.
873          segfault.  
874          * WinPT.cpp: Use new check to detect the GPG version and make sure          * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to
875          it is the minimum.          this file.
876          * wptGPG.cpp (parse_version_nr): New.          (seclist_free): Likewise.
877          (check_gnupg_engine): Improved. Now it returns the actual version.          (seclist_select_key): Likewise.
878    
879  2003-09-03  Timo Schulz  <[email protected]>          * wptFileManager.cpp (fm_encrypt): Handle the case the signer was
880            already set.
881          * The secret key listing does not contain any 'validity' or  
882          'status' flags any longer. Thus we only can use the cache to  2004-03-02  Timo Schulz  <[email protected]>
883          make sure we have a secret key. All attributes need to be retrieved  
884          from the public key listing.          * wptGPG.cpp (check_keyring): Handle the case that the keyring
885            is set in the gpg.conf file and the pubring.gpg file is zero bytes.
886          * wptGPG.cpp (default_key_from_cache): New.  
887          (get_gnupg_default_key): Use new function to make sure we try          (gnupg_backup_keyrings): Support backup of keyrings which were set
888          to get the key from cache if there is a problem with the config          in gpg.conf. Thanks to the user who reminded me of this problem.
889          file.  
890            (gnupg_check_file_ext): Make check not case sentensive.
891  2003-09-04  Timo Schulz  <[email protected]>  
892            * (sfree_if_alloc): Overwrite the memory with zeros before freeing
893          * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,          it. This only works with c-strings! Use it everywhere we handle
894          the packet parsing return value check was wrong again. Now it does          sentensive information (passphrases).
895          not recognize Word documents as SECKEY or ENCRYPTED any longer.  
896            * Try to improve the usability with better menu names and new
897  2003-09-08  Timo Schulz  <[email protected]>          ordering.
898    
899          * wptRegistry.cpp: Remove some hotkeys to correct index calculation.          * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.
900          (get_reg_winpt_flag): Check buffer first.  
901          (get_reg_winpt_prefs): Support for the new backup system.          * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now
902          (set_reg_winpt_prefs): Likewise.          it is part of the WinPt about dialog. This way we can minimize the
903          * wptHotkey.h: Removed import and export hotkey. Re-ordered elements.          elements in the popup menu.
904          * wptRegistry.h: Cleaned up the hotkey interface.  
905          * wptPreferenceDlg.cpp (enable_backup_items): New.  2004-02-29  Timo Schulz  <[email protected]>
906          (prefs_dlg_proc): Simplified hotkey handling. Use new code.  
907          * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.
908          im- and export. Use the code directly.  
909          (currwnd_gpg_dlg): Likewise.          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself
910          * wptGPG.cpp (gnupg_backup_keyrings): New.          so we are not allowing to sign ourself.
911          (backup_one_file): New.  
912            * wptSigList.cpp (siglist_add_key): Support for the signature
913  2003-09-22  Timo Schulz  <[email protected]>          flags (local, non-revocably, ...).
914    
915          * wptSigList.cpp (extract_filename): Make sure there is a '\',          * Key signing with GPG 1.2.x should work again. Hopefully.
916          otherwise just dup the string and return.  
917          * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key  2004-02-26  Timo Schulz  <[email protected]>
918          to make the code more readable.  
919          * Implemented the GPGME part of the new smartcard interface.          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error
920          The WinPT interface will be open until the scard stuff is back          if no recipient was selected.
921          ported to GPG 1.3.x.  
922          * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.          * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog
923          Several code cleanups.          is destroyed. This fixes the bug that the dialog sometimes exist even
924            after the procedure ended.
925  2003-09-24  Timo Schulz  <[email protected]>  
926            * wptProgressDlg.cpp (progress_callback): Change the if-then-else
927          * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.          struct to prevent zombie dialogs.
928          * wptFileManager.cpp (fm_encrypt): Ask for output file if needed.  
929          * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from          * wptKeyserver.cpp: Removed unused prototypes.
930          the menu. We use import internally, but export was not useful and  
931          thus the code were removed.  2004-02-25  Timo Schulz  <[email protected]>
932          * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at  
933          startup when they are not allowed.          * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and
934          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.          do not mix the names in the different menus.
935          Make the parsing code much shorter (read).  
936            * wptSigList.cpp: Support to show the signature class.
937    
938  2003-09-25  Timo Schulz  <[email protected]>          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo
939            box when there is no secret key available.
940          * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.  
941          (check_key): New.          (do_init_keylist): Do not allow to use the owners key as a desig
942          Removed the old Secret Key List dialog. Now the key can be directly          revoker.
943          chose in the dialog.  
944          (seclist_init): New.          * wptKeylist.cpp (get_key_trust): New.
945          (seclist_destroy): New.          (do_addkey): Use it here.
946          (seclist_select_key): New.  
947          * wptFileManager.cpp (fm_sign): Ask for output file if needed.  2004-02-24  Timo Schulz  <[email protected]>
948    
949          * Client side implementation of the --enable-progress-filter feature.          * WinPT.cpp (WinMain): Call a selftest check procedure to
950            make sure all cryptographic code works as expected.
951          * wptProgressDlg.cpp: Server side implementation.  
952          (progress_dlg_proc): New. The actual dialog procedure.  2004-02-22  Timo Schulz  <[email protected]>
953          (progress_callback): The GPGME wrapper callback.  
954            * PTD: Cryptdisk seems to have problems with locking. Use
955  2003-09-25  Timo Schulz  <[email protected]>          a forced flag to tell the code if it should bail out or
956            ignore locking errors.
957          * wptProgressDlg.cpp (progress_cb_thread): New.  
958          (progress_callback): Use asynchron code.          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new
959          * wptFileManager.cpp (fm_parse_files): Implement progress callback.          locking code.
960            (cryptdisk_new_dlg_proc): Adjust size of the volume.
961    
962  2003-09-28  Timo Schulz  <[email protected]>  2004-02-21  Timo Schulz  <[email protected]>
963    
964          * wptCardDlg.cpp (card_edit_dlg_proc): New.          * wptCryptdisk.cpp (cryptdisk_cleanup): New.
965          (gpg_load_scard): New. Try to use GPG load the card info.          (is_nt4): Because my Platform-SDK is too old I need to load
966          (print_fpr): New. Print beautified fingerprint.          some prototypes dynamically.
967          (card_status): New. Set all dialog fields with the values from          (init_drives): Return the first useable drive letter if
968          the card.          called with appropriate parameters.
969          (prepare_dialog): New. Load combo boxes with pre-defined strings.          * wptMainProc.cpp (winpt_main_proc): Use it here.
970    
971    2004-02-18  Timo Schulz  <[email protected]>
972  2003-10-06  Timo Schulz  <[email protected]>  
973            * Modify the cryptdisk code for crosscrypt 0.4.1.
974          * wptFileManager.cpp (fm_encrypt): Wipe files in both modes.          * wptCryptDisk.cpp (do_mount): Add key algorithm param.
975          * wptGPG.cpp (gnupg_display_error): Display general error  
976          when the file does not exit.  2004-02-17  Timo Schulz  <[email protected]>
977          * wptW32API.cpp (get_folder_dlg): New.  
978          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt
979          the folder for the home directory.          to the signers key. Suggested by Alexander.
980          * wptKeyManager.cpp (km_update_default_key_str): Return length          Use new keycache system, we use the public key part of the
981          of the string.          cache because it has all flags set.
982          (km_complete_status_bar): Use the offset of the default          * wptGPG.cpp (default_key_from_cache): Use new cache system.
983          key string so it is not appened twice.          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
984          * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.  
985          * wptCard.h: New.  
986          * wptCardDlg.cpp (new_card_driver): New.  2004-02-12  Timo Schulz  <[email protected]>
987          (load_card_driver): New.  
988          (free_card_driver): New.          * wptErrors.cpp: New error codes for the cryptdisk feature.
989          (card_config_dlg_proc): If the reader is configured, load the          * wptCryptdisk.cpp (do_dispatch): Better error handling.
990          values. This is needful to change the driver later.          (cryptdisk_mount_dlg_proc): Use it here.
991          (gpg_load_scard): Use driver as a parameter.          (cryptdisk_umount_dlg_proc): Likewise.
992          * wptMainProc.cpp (winpt_main_proc): Load card driver and          (init_drives): Use system list.
993          unload it after use.  
994            Localized all strings.
995  2003-10-07  Timo Schulz  <[email protected]>  
996    2004-02-09  Timo Schulz  <[email protected]>
997          * wptPINDlg.cpp (pin_cb_dlg_proc): New.  
998          * wptCardDlg.cpp (do_proc_card_cmds): New.          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.
999          (card_edit_dlg_proc): Use it here.          (do_reaping): New. Release the list if all items are 'expired'.
1000            (cryptdisk_mount_dlg_proc): New.
1001  2003-10-08  Timo Schulz  <[email protected]>          (init_drives): New.
1002            * wptMainProc.cpp (cryptdisk_proc): Renamed from...
1003          * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII          (handle_cryptdisk): this. And filled with life.
1004          is used. Otherwise reject the value.  
1005          (ask_pin): New. Enable PIN caching for the 'dialog session' so  2004-02-08  Timo Schulz  <[email protected]>
1006          the user does not need to re-enter it again and again.  
1007            * wptCryptdisk.{cpp,h}: New. Support for the extended
1008  2003-10-09  Timo Schulz  <[email protected]>          filedisk application.
1009            * wptMainProc.cpp (winpt_main_proc): Likewise.
1010          * wptCardDlg.cpp (get_card_status): New.          * WinPT.cpp (WinMain): Make sure the new PTD lib is installed.
1011          (show_card_status): New. Retrieve the card status and show an  
1012          error if approprioate.  2004-02-05  Timo Schulz  <[email protected]>
1013          * Make sure that WinPT does not try to use non-OpenPGP cards.  
1014          * Add GPGME support for the forthcoming AUTH flag for keys.          * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle
1015          * Implemented the detection of keys where the secret key components          CMD_DISHOTKEYS. Thanks to the user who reminded me.
1016          are stored on a smart card.          * wptMainProc.cpp (spawn_cryptdisk): New interface to
1017            the Cryptdisk application.
1018    
1019  2003-10-12  Timo Schulz  <[email protected]>  2004-02-04  Timo Schulz  <[email protected]>
1020    
1021          * wptCardDlg.cpp (guess_libname): New.          * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.
1022          (card_status): Simplified the code with an attribute  
1023          table. Now it is a loop and not hard coded.  2004-02-03  Timo Schulz  <[email protected]>
1024          * The card interface has changed. Now the surname and  
1025          the given name are two fields and not one field.          * WinPT.cpp (check_crypto_engine): New. Factor out common code.
1026          * wptMainProc.cpp (winpt_main_proc): Check if the card          (WinMain): Check the crypto engine after the first start.
1027          reader is configured where appropriate.  
1028            * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is
1029  2003-10-13  Timo Schulz  <[email protected]>          issued if the values could not stored. Revamped the core.
1030    
1031          * Extended the GPGME API that it is possible to retrieve          * Removed the last appearance of the GPG agent support.
1032          the key data. This is for the planned card login but it  
1033          might be also useful for other purposes.          * wptGPG.cpp (init_gnupg_table): Do not use static buffers.
1034            (free_gnupg_table): Free memory.
1035          * wptCardPCSC.c: New. General code for PC/SC card readers.  
1036            * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the
1037            ctx pointer get malloced and set the contents to zero.
1038  2003-10-14  Timo Schulz  <[email protected]>  
1039    
1040          * wptKeyList.cpp (do_addkey): Add the case the secret key  2004-02-02  Timo Schulz  <[email protected]>
1041          is stored on a smart card.  
1042          (km_check_for_seckey): Take care of the new code.          * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name
1043          * wptKeyManager.cpp (km_delete_keys): Extra warning when          is long enough. The same check for the mail address.
1044          the secret key is stored on a card.  
1045          * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities          Thanks to Achim.
1046          to the list view. Now the user can see if the key is useable  
1047          for: signing, certifying or encrypting.  2004-01-28  Timo Schulz  <[email protected]>
1048    
1049  2003-10-16  Timo Schulz  <[email protected]>          * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued
1050            if keys on the card exist but the user does not said overwrite.
1051          * Changed GPGME interface for edit card. Now one context is  
1052          used for all edit card operations.          Make sure the expire date is not in the past.
1053          * wptCardDlg.cpp (card_edit_dlg_proc): Support for working  
1054          and admin PIN. Changed gpgme interface.          * wptMainProc.cpp (winpt_main_proc): Avoid to release the file
1055          (ask_pin): Renamed to..          lock twice. Not sure if this fixes some other problems but it
1056          (do_askpin): this. Provide more information about the card          was definitely a bug.
1057          and its holder.  
1058          (do_proc_card_cmds): If no error, reset modify flags for          * wptMapi.cpp (mapi_init): Make sure all function ptrs are
1059          all controls. Show a short message that the operation ended.          initialized otherwise bail out.
1060          * wptCardPCSC.c (pcsc_free_readers): New.          (mapi_send_message): New. Interface to allow to send an
1061          (pcsc_scan_readers): New.          encrypted mail with zero ore more encrypted attachments.
1062          (pcsc_get_reader): New.          (secure_attachment): New.
1063          (pcsc_get_card_status): New.          (parse_recipients): New.
1064    
1065    2004-01-25  Timo Schulz  <[email protected]>
1066  2003-10-17  Timo Schulz  <[email protected]>  
1067            * WinPT.cpp (WinMain): Silently die when an instance is already
1068          * wptGPGME.cpp (keycache_init): Do not use secring the first time.          running. Do not confuse the user with a message. Suggested by
1069          * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short          Sebastian.
1070          keyid will be displayed.                  * wptKeyManager.cpp (delete_keys_from_cache): New.
1071            (km_delete_keys): Use it here. Thanks to Achim.
1072  2003-10-18  Timo Schulz  <[email protected]>  
1073    2004-01-23  Timo Schulz  <[email protected]>
1074          * wptCardDlg.cpp (card_keygen_dlg_proc): New.  
1075          (do_askpin): Handle the case there is no card.          * wptCardDlg.cpp (check_pin_len): New. Check if the
1076          (card_edit_dlg_proc): Add 'New Keys' feature.          PIN is long enough and give an appropriate error.
1077          (card_changepin_dlg_proc): Implemented.          (card_changepin_dlg_proc): Use the new check function.
1078          * WinPT.cpp (WinMain): Ability to start the card manager directly.  
1079          * wptMainProc.cpp (smartcard_init): Global stuff to init the reader  2004-01-22  Timo Schulz  <[email protected]>
1080          driver and the inserted card.  
1081            * Remove all internal card reader config. It's up to the
1082  2003-10-19  Timo Schulz  <[email protected]>          user to do this. It would be too error proune to offer it.
1083            * wptCard.h: Removed all card driver stuff.
1084          * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and          * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ
1085          the working PIN.          between the admin and the user (normal) PIN.
1086          wptCardDlg.cpp (free_pincb): New.  
1087          (card_keygen_dlg_proc): Pin callback implemented.  2004-01-04  Timo Schulz  <[email protected]>
1088          Simple check for the e-mail address.  
1089          (card_edit_dlg_proc): End the dialog if no changes were made.          * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.
1090            * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas
1091          * Expanded GPGME passphrase interface to work both with PINs          and minor changes.
1092          and passphrases.          * wptListView.cpp (listview_sort_items): Likewise.
1093            * wptKeyManager.cpp (key_manager_dlg_proc): Likewise.
1094  2003-10-21  Timo Schulz  <[email protected]>          (regist_sep_wnd): Factored out some code.
1095    
1096          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase  2004-01-03  Timo Schulz  <[email protected]>
1097          was wrong, delete the cache item (if available).  
1098          * wptClipSignDlg.cpp (clip_sign_dlg): Likewise.          * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow
1099          * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.          to import secret keys.
1100          * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'  
1101          flag to zero.  2003-12-31  Timo Schulz  <[email protected]>
1102            
1103            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort
1104  2003-10-21  Timo Schulz  <[email protected]>          the list otherwise the index is wrong.
1105            * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set
1106          * wptClipDecryptDlg.cpp (list_recipients): New.          a signature expire date.
1107          (algo_from_list): New.  
1108          (clip_decrypt_dlg): New concept to list all recipients.  2003-12-30  Timo Schulz  <[email protected]>
1109          * wptFileManager.cpp (fm_list_keys): New.  
1110          (fm_decrypt): Same changes as for the clipboard decryption.          * fixed the GPG edit-key commands sign and addrevoker.
1111    
1112  2003-10-23  Timo Schulz  <[email protected]>  2003-12-23  Timo Schulz  <[email protected]>
1113    
1114          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output          * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove
1115          if the error is unknown.          ElGamal s+e support. Oops, this should be already done.
1116          (clip_sign_dlg_proc): Likewise.          * wptGPGME.cpp (keycache_init): Sync both key caches. In other
1117          (clip_signenc_dlg_proc): Likewise.          words transfer some flags from the sec-cache to the pub-cache.
1118          (clip_import_dlg_proc): Likewise.          * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the
1119            key sign procedure. If it is already signed, the process
1120  2003-10-24  Timo Schulz  <[email protected]>          sometimes hangs.
1121    
1122          * Implemented a better logging system. If the return code  2003-12-14  Timo Schulz  <[email protected]>
1123          of GPG is != 0 and the error is not known, display the errors  
1124          from stderr.          * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.
1125            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.
1126          * wptGPGME.cpp (logging_cb): New.          (do_editkey_setpref): Implement updpref command.
1127    
1128  2003-10-26  Timo Schulz  <[email protected]>  
1129    2003-12-10  Timo Schulz  <[email protected]>
1130          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.  
1131            * GPGME support to change key preferences.
1132          * Changed the code at several other places to support the new logging          * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.
1133          scheme.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.
1134    
1135    
1136  2003-10-29  Timo Schulz  <[email protected]>  2003-11-29  Timo Schulz  <[email protected]>
1137    
1138          * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.          * wptMAPI.cpp (mapi_init): New.
1139            (mapi_deinit): New.
1140          * Create a new interface for an interactive card callback. GPG          (mapi_send_pubkey): New.
1141          provides card control status messages if the wrong card is inserted.          * wptKeyManager.cpp (km_send_to_mail_recipient): New.
1142            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support
1143          * wptCardManager.cpp (card_cb_dlg_proc): New.          to send the public key via MAPI to a recipient.
1144          (card_callback): New.          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind
1145            the secret key cache so it's not at the end.
1146          * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use          (keysign_dlg_proc): Issue a warning when no secret key was
1147          the ASCII functions and not the Unicode function names. Thanks to          found which could be used for signing the key.
1148          Werner for pointing this out.          * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.
1149            * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
1150          * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the  
1151          serial card number is shown to help the user to find the right card.  2003-11-28  Timo Schulz  <[email protected]>
1152    
1153          * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.          * Remove all support for ElGamal sign+encrypt keys.
1154    
1155  2003-10-02  Timo Schulz  <[email protected]>          There is a flaw in GPG which makes all such keys useable and
1156            they are comprised even if one signature they made is accessable.
1157          * Prepare test release.          And due to the fact the key is self signed, such a sig is always
1158          * wptGPGCmds.h: New from GPG 1.3.4-cvs.          available for the public.
1159    
1160  2003-11-13  Timo Schulz  <[email protected]>          We warn the user at startup if such keys were found!
1161    
1162          * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.          * wptMainProc.cpp (elgamal_warn_dlg_proc): New.
1163          * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.          * wptGPGME.cpp (count_insecure_elgkeys): New.
1164          Thanks to Achim.          * WinPT (WinMain): Use it here.
1165          * Change PIN interface. Now it is easier when an operation requires  
1166          both PINs.  2003-11-14  Timo Schulz  <[email protected]>
1167          * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs  
1168          to change card attributes. Do not ask me why, but now the user          * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.
1169          needs to enter 2 PINs.  
1170    2003-11-13  Timo Schulz  <[email protected]>
1171          Name parts were swapped, now they have the right order again.  
1172            * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.
1173  2003-11-14  Timo Schulz  <[email protected]>          * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.
1174            Thanks to Achim.
1175          * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.          * Change PIN interface. Now it is easier when an operation requires
1176            both PINs.
1177  2003-11-28  Timo Schulz  <[email protected]>          * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs
1178            to change card attributes. Do not ask me why, but now the user
1179          * Remove all support for ElGamal sign+encrypt keys.          needs to enter 2 PINs.
1180    
1181          There is a flaw in GPG which makes all such keys useable and          Name parts were swapped, now they have the right order again.
1182          they are comprised even if one signature they made is accessable.  
1183          And due to the fact the key is self signed, such a sig is always  2003-10-02  Timo Schulz  <[email protected]>
1184          available for the public.  
1185            * Prepare test release.
1186          We warn the user at startup if such keys were found!          * wptGPGCmds.h: New from GPG 1.3.4-cvs.
1187    
1188          * wptMainProc.cpp (elgamal_warn_dlg_proc): New.  2003-10-29  Timo Schulz  <[email protected]>
1189          * wptGPGME.cpp (count_insecure_elgkeys): New.  
1190          * WinPT (WinMain): Use it here.          * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.
1191    
1192  2003-11-29  Timo Schulz  <[email protected]>          * Create a new interface for an interactive card callback. GPG
1193            provides card control status messages if the wrong card is inserted.
1194          * wptMAPI.cpp (mapi_init): New.  
1195          (mapi_deinit): New.          * wptCardManager.cpp (card_cb_dlg_proc): New.
1196          (mapi_send_pubkey): New.          (card_callback): New.
1197          * wptKeyManager.cpp (km_send_to_mail_recipient): New.  
1198          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support          * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use
1199          to send the public key via MAPI to a recipient.          the ASCII functions and not the Unicode function names. Thanks to
1200          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind          Werner for pointing this out.
1201          the secret key cache so it's not at the end.  
1202          (keysign_dlg_proc): Issue a warning when no secret key was          * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the
1203          found which could be used for signing the key.          serial card number is shown to help the user to find the right card.
1204          * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.  
1205          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.          * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.
1206    
1207  2003-12-10  Timo Schulz  <[email protected]>  2003-10-26  Timo Schulz  <[email protected]>
1208    
1209          * GPGME support to change key preferences.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.
1210          * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.  
1211          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.          * Changed the code at several other places to support the new logging
1212            scheme.
1213    
1214  2003-12-14  Timo Schulz  <[email protected]>  
1215    2003-10-24  Timo Schulz  <[email protected]>
1216          * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.  
1217          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.          * Implemented a better logging system. If the return code
1218          (do_editkey_setpref): Implement updpref command.          of GPG is != 0 and the error is not known, display the errors
1219            from stderr.
1220    
1221  2003-12-23  Timo Schulz  <[email protected]>          * wptGPGME.cpp (logging_cb): New.
1222    
1223          * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove  2003-10-23  Timo Schulz  <[email protected]>
1224          ElGamal s+e support. Oops, this should be already done.  
1225          * wptGPGME.cpp (keycache_init): Sync both key caches. In other          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output
1226          words transfer some flags from the sec-cache to the pub-cache.          if the error is unknown.
1227          * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the          (clip_sign_dlg_proc): Likewise.
1228          key sign procedure. If it is already signed, the process          (clip_signenc_dlg_proc): Likewise.
1229          sometimes hangs.          (clip_import_dlg_proc): Likewise.
1230    
1231  2003-12-30  Timo Schulz  <[email protected]>  2003-10-21  Timo Schulz  <[email protected]>
1232    
1233          * fixed the GPG edit-key commands sign and addrevoker.          * wptClipDecryptDlg.cpp (list_recipients): New.
1234            (algo_from_list): New.
1235  2003-12-31  Timo Schulz  <[email protected]>          (clip_decrypt_dlg): New concept to list all recipients.
1236            * wptFileManager.cpp (fm_list_keys): New.
1237          * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort          (fm_decrypt): Same changes as for the clipboard decryption.
1238          the list otherwise the index is wrong.  
1239          * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set  2003-10-21  Timo Schulz  <[email protected]>
1240          a signature expire date.  
1241            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase
1242  2004-01-03  Timo Schulz  <[email protected]>          was wrong, delete the cache item (if available).
1243            * wptClipSignDlg.cpp (clip_sign_dlg): Likewise.
1244          * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow          * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.
1245          to import secret keys.          * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'
1246            flag to zero.
1247  2004-01-04  Timo Schulz  <[email protected]>          
1248    
1249          * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.  2003-10-19  Timo Schulz  <[email protected]>
1250          * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas  
1251          and minor changes.          * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and
1252          * wptListView.cpp (listview_sort_items): Likewise.          the working PIN.
1253          * wptKeyManager.cpp (key_manager_dlg_proc): Likewise.          wptCardDlg.cpp (free_pincb): New.
1254          (regist_sep_wnd): Factored out some code.          (card_keygen_dlg_proc): Pin callback implemented.
1255            Simple check for the e-mail address.
1256  2004-01-22  Timo Schulz  <[email protected]>          (card_edit_dlg_proc): End the dialog if no changes were made.
1257    
1258          * Remove all internal card reader config. It's up to the          * Expanded GPGME passphrase interface to work both with PINs
1259          user to do this. It would be too error proune to offer it.          and passphrases.
1260          * wptCard.h: Removed all card driver stuff.  
1261          * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ  2003-10-18  Timo Schulz  <[email protected]>
1262          between the admin and the user (normal) PIN.  
1263            * wptCardDlg.cpp (card_keygen_dlg_proc): New.
1264  2004-01-23  Timo Schulz  <[email protected]>          (do_askpin): Handle the case there is no card.
1265            (card_edit_dlg_proc): Add 'New Keys' feature.
1266          * wptCardDlg.cpp (check_pin_len): New. Check if the          (card_changepin_dlg_proc): Implemented.
1267          PIN is long enough and give an appropriate error.          * WinPT.cpp (WinMain): Ability to start the card manager directly.
1268          (card_changepin_dlg_proc): Use the new check function.          * wptMainProc.cpp (smartcard_init): Global stuff to init the reader
1269            driver and the inserted card.
1270  2004-01-25  Timo Schulz  <[email protected]>  
1271    2003-10-17  Timo Schulz  <[email protected]>
1272          * WinPT.cpp (WinMain): Silently die when an instance is already  
1273          running. Do not confuse the user with a message. Suggested by          * wptGPGME.cpp (keycache_init): Do not use secring the first time.
1274          Sebastian.          * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short
1275          * wptKeyManager.cpp (delete_keys_from_cache): New.          keyid will be displayed.        
1276          (km_delete_keys): Use it here. Thanks to Achim.  
1277    2003-10-16  Timo Schulz  <[email protected]>
1278  2004-01-28  Timo Schulz  <[email protected]>  
1279            * Changed GPGME interface for edit card. Now one context is
1280          * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued          used for all edit card operations.
1281          if keys on the card exist but the user does not said overwrite.          * wptCardDlg.cpp (card_edit_dlg_proc): Support for working
1282            and admin PIN. Changed gpgme interface.
1283          Make sure the expire date is not in the past.          (ask_pin): Renamed to..
1284            (do_askpin): this. Provide more information about the card
1285          * wptMainProc.cpp (winpt_main_proc): Avoid to release the file          and its holder.
1286          lock twice. Not sure if this fixes some other problems but it          (do_proc_card_cmds): If no error, reset modify flags for
1287          was definitely a bug.          all controls. Show a short message that the operation ended.
1288            * wptCardPCSC.c (pcsc_free_readers): New.
1289          * wptMapi.cpp (mapi_init): Make sure all function ptrs are          (pcsc_scan_readers): New.
1290          initialized otherwise bail out.          (pcsc_get_reader): New.
1291          (mapi_send_message): New. Interface to allow to send an          (pcsc_get_card_status): New.
1292          encrypted mail with zero ore more encrypted attachments.  
1293          (secure_attachment): New.  
1294          (parse_recipients): New.  2003-10-14  Timo Schulz  <[email protected]>
1295    
1296  2004-02-02  Timo Schulz  <[email protected]>          * wptKeyList.cpp (do_addkey): Add the case the secret key
1297            is stored on a smart card.
1298          * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name          (km_check_for_seckey): Take care of the new code.
1299          is long enough. The same check for the mail address.          * wptKeyManager.cpp (km_delete_keys): Extra warning when
1300            the secret key is stored on a card.
1301          Thanks to Achim.          * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities
1302            to the list view. Now the user can see if the key is useable
1303  2004-02-03  Timo Schulz  <[email protected]>          for: signing, certifying or encrypting.
1304    
1305          * WinPT.cpp (check_crypto_engine): New. Factor out common code.  2003-10-13  Timo Schulz  <[email protected]>
1306          (WinMain): Check the crypto engine after the first start.  
1307            * Extended the GPGME API that it is possible to retrieve
1308          * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is          the key data. This is for the planned card login but it
1309          issued if the values could not stored. Revamped the core.          might be also useful for other purposes.
1310    
1311          * Removed the last appearance of the GPG agent support.          * wptCardPCSC.c: New. General code for PC/SC card readers.
1312    
1313          * wptGPG.cpp (init_gnupg_table): Do not use static buffers.  
1314          (free_gnupg_table): Free memory.  2003-10-12  Timo Schulz  <[email protected]>
1315    
1316          * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the          * wptCardDlg.cpp (guess_libname): New.
1317          ctx pointer get malloced and set the contents to zero.          (card_status): Simplified the code with an attribute
1318            table. Now it is a loop and not hard coded.
1319            * The card interface has changed. Now the surname and
1320  2004-02-04  Timo Schulz  <[email protected]>          the given name are two fields and not one field.
1321            * wptMainProc.cpp (winpt_main_proc): Check if the card
1322          * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.          reader is configured where appropriate.
1323    
1324  2004-02-05  Timo Schulz  <[email protected]>  2003-10-09  Timo Schulz  <[email protected]>
1325    
1326          * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle          * wptCardDlg.cpp (get_card_status): New.
1327          CMD_DISHOTKEYS. Thanks to the user who reminded me.          (show_card_status): New. Retrieve the card status and show an
1328          * wptMainProc.cpp (spawn_cryptdisk): New interface to          error if approprioate.
1329          the Cryptdisk application.          * Make sure that WinPT does not try to use non-OpenPGP cards.
1330            * Add GPGME support for the forthcoming AUTH flag for keys.
1331  2004-02-08  Timo Schulz  <[email protected]>          * Implemented the detection of keys where the secret key components
1332            are stored on a smart card.
1333          * wptCryptdisk.{cpp,h}: New. Support for the extended  
1334          filedisk application.  
1335          * wptMainProc.cpp (winpt_main_proc): Likewise.  2003-10-08  Timo Schulz  <[email protected]>
1336          * WinPT.cpp (WinMain): Make sure the new PTD lib is installed.  
1337            * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII
1338  2004-02-09  Timo Schulz  <[email protected]>          is used. Otherwise reject the value.
1339            (ask_pin): New. Enable PIN caching for the 'dialog session' so
1340          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.          the user does not need to re-enter it again and again.
1341          (do_reaping): New. Release the list if all items are 'expired'.  
1342          (cryptdisk_mount_dlg_proc): New.  2003-10-07  Timo Schulz  <[email protected]>
1343          (init_drives): New.  
1344          * wptMainProc.cpp (cryptdisk_proc): Renamed from...          * wptPINDlg.cpp (pin_cb_dlg_proc): New.
1345          (handle_cryptdisk): this. And filled with life.          * wptCardDlg.cpp (do_proc_card_cmds): New.
1346            (card_edit_dlg_proc): Use it here.
1347  2004-02-12  Timo Schulz  <[email protected]>  
1348    2003-10-06  Timo Schulz  <[email protected]>
1349          * wptErrors.cpp: New error codes for the cryptdisk feature.  
1350          * wptCryptdisk.cpp (do_dispatch): Better error handling.          * wptFileManager.cpp (fm_encrypt): Wipe files in both modes.
1351          (cryptdisk_mount_dlg_proc): Use it here.          * wptGPG.cpp (gnupg_display_error): Display general error
1352          (cryptdisk_umount_dlg_proc): Likewise.          when the file does not exit.
1353          (init_drives): Use system list.          * wptW32API.cpp (get_folder_dlg): New.
1354            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select
1355          Localized all strings.          the folder for the home directory.
1356            * wptKeyManager.cpp (km_update_default_key_str): Return length
1357  2004-02-17  Timo Schulz  <[email protected]>          of the string.
1358            (km_complete_status_bar): Use the offset of the default
1359          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt          key string so it is not appened twice.
1360          to the signers key. Suggested by Alexander.          * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.
1361          Use new keycache system, we use the public key part of the          * wptCard.h: New.
1362          cache because it has all flags set.          * wptCardDlg.cpp (new_card_driver): New.
1363          * wptGPG.cpp (default_key_from_cache): Use new cache system.          (load_card_driver): New.
1364          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.          (free_card_driver): New.
1365            (card_config_dlg_proc): If the reader is configured, load the
1366            values. This is needful to change the driver later.
1367  2004-02-18  Timo Schulz  <[email protected]>          (gpg_load_scard): Use driver as a parameter.
1368            * wptMainProc.cpp (winpt_main_proc): Load card driver and
1369          * Modify the cryptdisk code for crosscrypt 0.4.1.          unload it after use.
1370          * wptCryptDisk.cpp (do_mount): Add key algorithm param.  
1371    2003-09-28  Timo Schulz  <[email protected]>
1372  2004-02-21  Timo Schulz  <[email protected]>  
1373            * wptCardDlg.cpp (card_edit_dlg_proc): New.
1374          * wptCryptdisk.cpp (cryptdisk_cleanup): New.          (gpg_load_scard): New. Try to use GPG load the card info.
1375          (is_nt4): Because my Platform-SDK is too old I need to load          (print_fpr): New. Print beautified fingerprint.
1376          some prototypes dynamically.          (card_status): New. Set all dialog fields with the values from
1377          (init_drives): Return the first useable drive letter if          the card.
1378          called with appropriate parameters.          (prepare_dialog): New. Load combo boxes with pre-defined strings.
1379          * wptMainProc.cpp (winpt_main_proc): Use it here.  
1380    
1381  2004-02-22  Timo Schulz  <[email protected]>  2003-09-25  Timo Schulz  <[email protected]>
1382    
1383          * PTD: Cryptdisk seems to have problems with locking. Use          * wptProgressDlg.cpp (progress_cb_thread): New.
1384          a forced flag to tell the code if it should bail out or          (progress_callback): Use asynchron code.
1385          ignore locking errors.          * wptFileManager.cpp (fm_parse_files): Implement progress callback.
1386    
1387          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new  
1388          locking code.  2003-09-25  Timo Schulz  <[email protected]>
1389          (cryptdisk_new_dlg_proc): Adjust size of the volume.  
1390            * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.
1391  2004-02-24  Timo Schulz  <[email protected]>          (check_key): New.
1392            Removed the old Secret Key List dialog. Now the key can be directly
1393          * WinPT.cpp (WinMain): Call a selftest check procedure to          chose in the dialog.
1394          make sure all cryptographic code works as expected.          (seclist_init): New.
1395            (seclist_destroy): New.
1396  2004-02-25  Timo Schulz  <[email protected]>          (seclist_select_key): New.
1397            * wptFileManager.cpp (fm_sign): Ask for output file if needed.
1398          * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and  
1399          do not mix the names in the different menus.          * Client side implementation of the --enable-progress-filter feature.
1400    
1401          * wptSigList.cpp: Support to show the signature class.          * wptProgressDlg.cpp: Server side implementation.
1402            (progress_dlg_proc): New. The actual dialog procedure.
1403          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo          (progress_callback): The GPGME wrapper callback.
1404          box when there is no secret key available.  
1405    2003-09-24  Timo Schulz  <[email protected]>
1406          (do_init_keylist): Do not allow to use the owners key as a desig  
1407          revoker.          * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.
1408            * wptFileManager.cpp (fm_encrypt): Ask for output file if needed.
1409          * wptKeylist.cpp (get_key_trust): New.          * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from
1410          (do_addkey): Use it here.          the menu. We use import internally, but export was not useful and
1411            thus the code were removed.
1412  2004-02-26  Timo Schulz  <[email protected]>          * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at
1413            startup when they are not allowed.
1414          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.
1415          if no recipient was selected.          Make the parsing code much shorter (read).
1416    
1417          * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog  
1418          is destroyed. This fixes the bug that the dialog sometimes exist even  2003-09-22  Timo Schulz  <[email protected]>
1419          after the procedure ended.  
1420            * wptSigList.cpp (extract_filename): Make sure there is a '\',
1421          * wptProgressDlg.cpp (progress_callback): Change the if-then-else          otherwise just dup the string and return.
1422          struct to prevent zombie dialogs.          * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key
1423            to make the code more readable.
1424          * wptKeyserver.cpp: Removed unused prototypes.          * Implemented the GPGME part of the new smartcard interface.
1425            The WinPT interface will be open until the scard stuff is back
1426  2004-02-29  Timo Schulz  <[email protected]>          ported to GPG 1.3.x.
1427            * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.
1428          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.          Several code cleanups.
1429    
1430          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself  2003-09-08  Timo Schulz  <[email protected]>
1431          so we are not allowing to sign ourself.  
1432            * wptRegistry.cpp: Remove some hotkeys to correct index calculation.
1433          * wptSigList.cpp (siglist_add_key): Support for the signature          (get_reg_winpt_flag): Check buffer first.
1434          flags (local, non-revocably, ...).          (get_reg_winpt_prefs): Support for the new backup system.
1435            (set_reg_winpt_prefs): Likewise.
1436          * Key signing with GPG 1.2.x should work again. Hopefully.          * wptHotkey.h: Removed import and export hotkey. Re-ordered elements.
1437            * wptRegistry.h: Cleaned up the hotkey interface.
1438  2004-03-02  Timo Schulz  <[email protected]>          * wptPreferenceDlg.cpp (enable_backup_items): New.
1439            (prefs_dlg_proc): Simplified hotkey handling. Use new code.
1440          * wptGPG.cpp (check_keyring): Handle the case that the keyring          * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for
1441          is set in the gpg.conf file and the pubring.gpg file is zero bytes.          im- and export. Use the code directly.
1442            (currwnd_gpg_dlg): Likewise.
1443          (gnupg_backup_keyrings): Support backup of keyrings which were set          * wptGPG.cpp (gnupg_backup_keyrings): New.
1444          in gpg.conf. Thanks to the user who reminded me of this problem.          (backup_one_file): New.
1445    
1446          (gnupg_check_file_ext): Make check not case sentensive.  2003-09-04  Timo Schulz  <[email protected]>
1447    
1448          * (sfree_if_alloc): Overwrite the memory with zeros before freeing          * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,
1449          it. This only works with c-strings! Use it everywhere we handle          the packet parsing return value check was wrong again. Now it does
1450          sentensive information (passphrases).          not recognize Word documents as SECKEY or ENCRYPTED any longer.
1451    
1452          * Try to improve the usability with better menu names and new  2003-09-03  Timo Schulz  <[email protected]>
1453          ordering.  
1454            * The secret key listing does not contain any 'validity' or
1455          * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.          'status' flags any longer. Thus we only can use the cache to
1456            make sure we have a secret key. All attributes need to be retrieved
1457          * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now          from the public key listing.
1458          it is part of the WinPt about dialog. This way we can minimize the  
1459          elements in the popup menu.          * wptGPG.cpp (default_key_from_cache): New.
1460            (get_gnupg_default_key): Use new function to make sure we try
1461  2004-03-04  Timo Schulz  <[email protected]>          to get the key from cache if there is a problem with the config
1462            file.
1463          * wptKeyserver.cpp (finger_recvkey): Error if key was not found  
1464          or garbled.  2003-08-30  Timo Schulz  <[email protected]>
1465    
1466          * wptGPG.cpp (gpg_check_permissions): Take care of the entries          * wptGPG.h: Support for the GPG status messages REVKEYSIG and
1467          in gpg.conf.          EXPKEYSIG. With this new feature, GPG 1.2.3 is required.
1468            * Make sure that the signature status does not cause an
1469          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select          segfault.
1470          the signer. Suggested by Sebastian.          * WinPT.cpp: Use new check to detect the GPG version and make sure
1471            it is the minimum.
1472          * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to          * wptGPG.cpp (parse_version_nr): New.
1473          this file.          (check_gnupg_engine): Improved. Now it returns the actual version.
1474          (seclist_free): Likewise.  
1475          (seclist_select_key): Likewise.  2003-08-24  Timo Schulz <[email protected]>
1476    
1477          * wptFileManager.cpp (fm_encrypt): Handle the case the signer was          * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable
1478          already set.          dialog controls.
1479    
1480  2004-03-07  Timo Schulz  <[email protected]>  2003-08-17  Timo Schulz  <[email protected]>
1481    
1482          * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats          * wptKeyManagerDlg.cpp (keymanager_dlg_proc):
1483          dummy keyrings with a size of zero in the homedir.          #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The
1484            value was malformed.
1485          (gpg_check_permissions): Check for read-only keyrings and add code          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.
1486          for this case.          * wptKeyserver.cpp (kserver_load_conf): If the file does not exist,
1487            don't bother the user with an error message. Closes #782751.
1488          This problem fixes a lof of other problems related to the OpenPGP          * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the
1489          parsing stuff for the key cache.          "primary" edit key command.
1490            * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is
1491          * WinPT.cpp (check_crypto_engine): Store the GPG version for later use.          possible to supress the status message. This is useful when the whole
1492            keyring will be refreshed.
1493  2004-03-08  Timo Schulz  <[email protected]>          * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.
1494            (quote_file): Avoid double quotes.
1495          * wptGPG.cpp (gnupg_import_keyrings): cleanups.          * GPGME support for quoted file names.
1496            (fm_sym_encrypt): Double check password and to additional 8-bit checks.
1497          * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows          * WinPT.cpp (my_acces): Moved to this file..
1498          CP.          * wptGPG.cpp: ..here.
1499          (wincp_to_utf8): Likewise.          (gpg_check_permissions): Renamed from check_permissions and make it global.
1500          (conv_charset): Now internal and static.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we
1501            have write access to the keyring for some commands.
1502          * wptUTF8.h: New prototypes and remove the old prototypes.  
1503    2003-07-22  Timo Schulz  <[email protected]>
1504          * WinPT.cpp (WinMain): Destroy the windows handle in case of an error.  
1505            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of
1506            the text instead of allocating the maximum.
1507  2004-03-11  Timo Schulz  <[email protected]>  
1508    2003-07-13  Timo Schulz  <[email protected]>
1509          * The DLL is now complety C-source.  
1510            * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains
1511  2004-03-15  Timo Schulz  <[email protected]>          characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850
1512            it would be a bad idea to use such passphrases. And thus we disallow it.
1513          * Decrypt list box has now a vertical scroll bar.          * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.
1514            * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.
1515  2004-05-14  Timo Schulz  <[email protected]>          * wptHotkey.cpp (hotkeys_strerror): Use capital letters.
1516    
1517          * WinPT.cpp (check_crypto_engine): Due to some  2003-07-12  Timo Schulz  <[email protected]>
1518          internal  GPG changes the min. version for smart card  
1519          support is now 1.3.6.          * wptFileManager.cpp (fm_verify): Support for multiple signatures.
1520            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
1521          * wptProxySettingsDlg.cpp (read_proxy): Correct prefix          * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.
1522          handling. Thanks to the folks who reported this via SF.net.          * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.
1523            (kserver_connect): Likewise.
1524          * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.          (kserver_read_config): Likewise.
1525          Thanks to the folks on winpt-users who reported it.          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases
1526            are not equal.
1527          * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to
1528          the hotkeys are disabled.          generate a key pair.
1529    
1530          * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.  2003-06-24  Timo Schulz  <[email protected]>
1531    
1532          * wptFileManager.cpp (fm_get_file_type): Do not parse the entire          * Fixed filter code in Get{Open,Save}FileName. Changed all callers.
1533          file if the size is >= 256MB.          Thanks to Alex.
1534            * wptKeyManager.cpp (km_delete_keys): Quote the user-id.
1535  2004-05-31  Timo Schulz  <[email protected]>  
1536    
1537          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the  2003-06-13  Timo Schulz  <[email protected]>
1538          'X' close button. Noted by a friendly user.  
1539                    * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.
1540          Disable 'Save' button.          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to
1541            the fact the signer is now dymanic and not static.
1542          * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.          * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and
1543            change all code that it only shows an error if no plug-in was loaded.
1544          * wptFileManager.cpp (fm_set_status): Do not use the data file name          * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you
1545          for signatures but keep the original file name.          can revoke v3 keys.
1546            (do_editkey_revoke): Clarify command because it can be only used
1547          (fm_verify_pasted_detsig): Try to verify detached signatures from          for secondary keys.
1548          the clipboard.          * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error
1549            is issued when no key was selected. Thanks to vedaal.
1550  2004-06-02  Timo Schulz  <[email protected]>  
1551    2003-06-11  Timo Schulz  <[email protected]>
1552          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error  
1553          if there is no clipboard data.          * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the
1554            right order and we do not use the last user-id but the first
1555          Release memory in case of an error.          because this is always the primary user-id or the newest user-id.
1556            * wptGPGME.cpp (get_default_keyid): Removed. Some better code
1557          * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.          were added to get_gnupg_default_key.
1558    
1559          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.  2003-06-10  Timo Schulz  <[email protected]>
1560    
1561            * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys
1562  2004-06-08  Timo Schulz  <[email protected]>          are skipped.
1563            (keysign_dlg_proc): Removed some redundant code.
1564          * wptInet.cpp: New.          * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if
1565          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http          it is possible to change the passphrase.
1566          transfers.  
1567          * wptKeyManager.cpp (km_http_import): New.  2003-06-06  Timo Schulz  <[email protected]>
1568    
1569            * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning
1570  2004-06-12  Timo Schulz  <[email protected]>          message and include the user-id.
1571            * Encryption: use force overwrite (--yes) to make sure there are
1572          * wptInet.cpp: Updated.          no complications with GPG.
1573          * wptKeyManager.cpp (km_http_import): Use http_send_request2() to          * Import: skip all record types we do not understand.
1574          parse the URL.  
1575          * wptCommonDlg.cpp (http_file_dlg_proc): New.  
1576          (get_http_file_dlg): New.  2003-06-05  Timo Schulz  <[email protected]>
1577    
1578  2004-06-19  Timo Schulz  <[email protected]>          * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog
1579            shows all involved recipients and also the public key algorithm.
1580          * wptInet.cpp: Renamed to ...          * wptRegistry.cpp (reg_inst_winpt): If the user does not want
1581          * wptHttp.c: ... this.          the extensions, set the entry to "1" so the message is not shown
1582          * wptKeyManager.cpp (km_http_import): Release 'p' not too early.          again.
1583          * WinPT.cpp (WinMain): If there is a problem with the homedir,  
1584          jump to the first start settings.  2003-06-04  Timo Schulz  <[email protected]>
1585    
1586  2004-07-11  Timo Schulz  <[email protected]>          * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact
1587            that GPG uses the newest subkey by default, we always return
1588          * Bug fix for the validity revoked status. Now it is 'revoked'          the info of this subkey and not the first.
1589          and not 'unknown' any longer.          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one
1590            bug. Now the indicies are correctly.
1591          * Feature to disable encryption. This might be useful for filetypes          * wptGPG.cpp (gnupg_check_keyring): Do not free the value before
1592          GPG does not recognize as compress (movies, ...).          get_file_size is called.
1593            * WinPT.cpp (WinMain): Only check the GPG engine version if there
1594          * wptFileManager.cpp (fm_get_file_type): Skip packet detction if          were no problems with the GPG config. And differ between a problem
1595          the file is large and it has no openpgp extension.          to get the version and if a wrong version were detected.
1596    
1597  2004-07-12  Timo Schulz <[email protected]>  
1598    2003-06-01      Timo Schulz  <[email protected]>
1599          * wptRegistry.cpp: Support for disable compression of multi-media files.  
1600          (set_reg_winpt_single): New.          * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...
1601          (get_reg_winpt_single): New.          (KEYDOWN, KEYUP): macros for the functions above.
1602    
1603          * wptFileManager.cpp (is_multi_media): New.  2003-05-31  Timo Schulz  <[email protected]>
1604          (fm_encrypt): Disable compression of multi-media files.  
1605          (fm_state_new): Set comment to indicate armored files were generated          * wptKeyManager.cpp (km_key_is_v3): Return if the selected
1606          by WinPT. This is a replacement due to the fact the WinPT string is not          key is an old PGP 2 (v3) key.
1607          added in the 'Version' for larger files.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow
1608            (#ID_KEYMISC_EDITKEY): Bail out if no key was selected.
1609          * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.          to add extented items if the key is NOT version 3.
1610            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the
1611  2004-07-13  Timo Schulz  <[email protected]>          key is v3 and forbid most commands.
1612            (is_cmd_openpgp): New.
1613          * wptFileManager.cpp (fm_assume_onepass_sig): New.  
1614          Thanks to Vedaal who found out that armored one-pass sigs are not  2003-05-28  Timo Schulz  <[email protected]>
1615          correctly recognized.  
1616            * wptKeyManager.cpp (km_set_clip_info): New.
1617          (ask_filename): New.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.
1618          Again thanks to Vedaal who suggested to ask for a new output name          * wptImportList.cpp (implist_build): Some column changes for
1619          for the case the user does not want to overwrite the file.          the listview control.
1620            (implist_load): Return if secret keys were found.
1621          (fm_encrypt): Use it here.          * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys
1622          (fm_decrypt): Likewise.          were found.
1623          (fm_sign): Likewise.          (clip_import_dlg_proc): New message if secret keys were found.
1624    
1625          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry  
1626          to set secret keys to ultimate trust.    2003-05-25  Timo Schulz  <[email protected]>
1627    
1628          * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the          * wptImportList.cpp (implist_add_key): Address charset problem.
1629          key has ultimate trust.          * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.
1630          (km_set_implicit_trust): New.          * wptKeyserver.cpp (set_default_kserver): New.
1631            (wsock_init): Call the new function.
1632  2004-07-27  Timo Schulz  <[email protected]>          (kserver_load_conf): If the FP is invalid, skip to read the file.
1633            * WinPT.cpp (WinMain): Call set_default_kserver to make sure the
1634          * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new          item has a value.
1635          value for the ownertrust.  
1636    2003-05-24  Timo Schulz  <[email protected]>
1637          * wptKeyManager.cpp (get_key_trust): Make it public.  
1638          (get_key_trust_str): New.          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists
1639          (km_refresh_from_keyserver): Allow to select random keys.          to allow to use virtual keys (DEL, INS).
1640          (km_refresh_one_key): New.          Release the uid control context when the dialog will be destroyed.
1641    
1642          * wptKeyserver.cpp: Use default keyserver if possible.  
1643    2003-05-22  Timo Schulz  <[email protected]>
1644  2004-08-02  Timo Schulz  <[email protected]>  
1645            * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current
1646          * wptKeysigDlg.cpp (do_create_popup): New.          window mode sign+encrypt. This fixes a couple of other problems.
1647          (do_load_keyprops): New.          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the
1648            key when the cache was reloaded.
1649          (keysig_dlg_proc): Factor out some common code and use  
1650          do_load_keyprops.  
1651    2003-05-21  Timo Schulz  <[email protected]>
1652          * wptKeyServer.cpp (kserver_check_inet_connection): New.  
1653            * wptSiglist.cpp (siglist_add_key): Only list signatures which are
1654          * wptKeyManger.cpp (km_refresh_from_keyserver): First check          user-id certificates (0x10-0x13) and ignore key and subkey sigs.
1655          for an active internet connection. It's annoying for the          c-strings are now handle correctly and decoded into GPGME.
1656          user to confirm an connection error for each key (n>40).  
1657    2003-05-20  Timo Schulz  <[email protected]>
1658  2004-08-04  Timo Schulz  <[email protected]>  
1659            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change
1660          * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the          the passphrase from here to...
1661          edit-field to display the text. Now a RichEdit field is          * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.
1662          used. This solves the XP problem that the viewer is empty  
1663          even if there is text in it.  2003-05-19  Timo Schulz  <[email protected]>
1664    
1665          * wptKeyManger.cpp (km_file_export): Add WinPT specific comment.          * wptPasswdDlg.cpp (create_passwd_dlg): Removed.
1666            (request_passphrase): New.
1667          * wptKeySigDlg.cpp (sigprops_dlg_proc): New.          The passphrase_s context is now internal, all externl function use now
1668          (keysig_dlg_proc): Add new 'Properties' button and implement          request_passphrase. Changed all callers.
1669          the code for it.          * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase
1670            warning and a check for the comment field was added.
1671          * wptSigList.cpp: Add support to show the expiration date.          * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which
1672            has shown the subkeys and the userids.
1673          * wptGPGME.cpp (keycache_init): Support to show the progress bar.          * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.
1674          (keycache_release): Store the amount of keys in the registry for  
1675          the progress dialog.  2003-05-17  Timo Schulz  <[email protected]>
1676    
1677          * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate          * wptFileManager.cpp: Moved gpgme_file_get_extension to this file
1678          default keyserver.conf.          and renamed it to...
1679            (file_get_extension): this. gpgme_control now also returns the
1680          * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.          (get_file_name): Corrected the calculation of the basename.
1681          Fix possible buffer overflow.          state of the command if you use -1 as the value.
1682          (wsock_end): Release stored keyserver list.          * wptImportList.cpp (implist_load): Make sure we really have the key ID.
1683            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over
1684          * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for          the place.
1685          a specific recipient and select it.  
1686    2003-05-14  Timo Schulz  <[email protected]>
1687  2004-08-05  Timo Schulz  <[email protected]>  
1688            * wptKeyManager.cpp (km_enable_disable_key): New.
1689          * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag  
1690          when possible.  2003-05-13  Timo Schulz  <[email protected]>
1691          New dialog layout to enhance the readability of the text. Use  
1692          flat check boxes for the same reason.          * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.
1693            (key_check_validity): Moved from GPGME to this file.
1694          * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to          * wptKeyManager.cpp (km_get_key_status): New.
1695          the right column (3 not 4).  
1696    2003-05-09  Timo Schulz  <[email protected]>
1697          * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile  
1698          uses a unique name.          * wptMDSumDlg.cpp (mdsum_dlg_proc): New.
1699            * wptFileManager.cpp (fm_print_md): New.
1700            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD
1701  2004-08-06  Timo Schulz  <[email protected]>          command.
1702    
1703          * wptContext.h: Move subclass_s context to this file.  2003-05-08  Timo Schulz  <[email protected]>
1704    
1705          * wptKeysigDlg.cpp (subclass_dlg_proc): New.          * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current
1706            window mode.
1707            (currwnd_gpg_dlg): Likewise.
1708  2004-08-19  Timo Schulz  <[email protected]>          * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.
1709            * WinPT.cpp (WinMain): If the default key was not found, show the string
1710          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected          in the error message to make it easier for the user to fix the problem.
1711          key numbers.          * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret
1712            keys.
1713          * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.          * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.
1714          (is_sig): Change code to allow to check pre-defined fields.          This makes the priority of the rc2 update more urgent.
1715    
1716          * WinPT.cpp (WinMain): Allow read-only support for keyrings.  2003-05-07  Timo Schulz  <[email protected]>
1717    
1718  2004-08-20  Timo Schulz  <[email protected]>          * Clean up the outer GPGME interface. Internal functions should be
1719            invisible in gpgme.h.
1720          * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only          Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.
1721          mode the menu is not available.          * wptKeyserver.cpp: Some cleanups.
1722          (popup_gpg_readonly): New.          (finger_recvkey): Skip URL postfix if there.
1723          (menu_gpg_readonly): New.  
1724          (keymanager_dlg_proc): Use it here. Do not check the permissions  2003-05-06  Timo Schulz  <[email protected]>
1725          any longer since this is now handle via the read-only code.  
1726          * wptMainProc.cpp (winpt_main_proc): Check if the keyrings          * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys
1727          are in read-only mode.          are available. Removed old [unused] code.
1728          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.          Make sure we really have the key in the cache.
1729          * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably  
1730          signatures in expert mode.  2003-05-04  Timo Schulz  <[email protected]>
1731          * wptKEyEditDlgs.cpp (do_find_userid): Release context.  
1732          * wptGPG.cpp (gpg_check_permissions): Only print out a warning          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients
1733          in the interactive mode.          were found, output a more precise error message. Now the GPGME code
1734          * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left          first tests for special cases and if no one hit the nail on the head,
1735          mouse button is clicked.          a general error is used.
1736    
1737  2004-08-24  Timo Schulz  <[email protected]>  2003-05-03  Timo Schulz  <[email protected]>
1738    
1739          * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for          * wptParser.cpp: Renamed to...
1740          the user-ids.          * wptGPGParser.cpp: this.
1741          * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into          (release_option): Renamed to...
1742          expert mode when the non-interactive mode is used.          (release_gpg_options): this.
1743          * WinPT.cpp (WinMain): Start the keygen wizard instead of the          (commit_option): Renamed to...
1744          expert dialog and allow to switch to it.          (commit_gpg_options): this.
1745            (parse_option): Renamed to...
1746  2004-08-25  Timo Schulz  <[email protected]>          (parse_gpg_options): this.
1747            * wptGPG.cpp: Use new parser function names.
1748          * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB          (set_gnupg_default_key): Free memory.
1749          and skip to read large files on floppy discs.          * wptKeylist.cpp (keylist_add_groups): New group code.
1750          (fm_wipe): Display a 'wait' cursor until the wipe is complete.          * wptGroups.{c,h}: Removed. Now we use the GPG group command.
1751          (is_floppy_disc): New.          * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from
1752          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.          2 to 4.
1753          (file_manager_dlg_proc): Use subclassing to allow some hotkeys.          (recv_missing_keys): Likewise. Now it is possible to retrieve
1754            missing keys. Thanks to Klaus.
1755  2004-08-26  Timo Schulz  <[email protected]>          * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather
1756            than a static buffer to avoid garbled keys. There are some very
1757          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          large keys and these cause some trouble with a 16k buffer.
1758          from WinMain ().          (keyserver_dlg_proc): Localized some strings.
1759          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column
1760          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          names which are equal to the names we use in the Key Manager.
1761          in the list control, add at least the internal default HKP server.          * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but
1762          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          should be "==" bug.
1763          * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.          * wptKeygenDlg.cpp (mbox): Removed. Too much overhead.
1764          (keysign_dlg_proc): Likewise.          * Add --expert option for the GPG procedure call if needed.
1765          * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.  
1766          * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.  2003-05-02  Timo Schulz  <[email protected]>
1767          (kserver_connect): use it here.  
1768          (kserver_send_request): Likewise.          * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.
1769          (kserver_recvkey): Likewise.  
1770    2003-04-30  Timo Schulz  <[email protected]>
1771  2004-08-27  Timo Schulz  <[email protected]>  
1772            * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the
1773          * wptKeyserver.cpp (skip_whitespace): New.          next context menu ("Add"). Make sure the entries are disabled
1774          * Fix a problem with the key cache. The new hash item was          when the key has no secret key.
1775          not initialized to zero and thus the free caused an illegal access.          * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.
1776          Thanks to Ralf for pointing this out.          * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't
1777          * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.          cause a segfault when the pointer free tries to deallocate the
1778          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.          pointer.
1779          * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and  
1780          use a context to store the value. Loalize all text strings.  2003-04-27  Timo Schulz  <[email protected]>
1781          * wptKeyList.cpp (key_check_validity): Cannot use gettext here.  
1782          (keylist_get_recipients): Increase buffer for gettext messages.          * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows
1783            to show the properties of the signers keys.
1784  2004-08-28  Timo Schulz  <[email protected]>          * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.
1785    
1786          * WinPT.cpp (WinMain): Free gpg table in case of an error.  2003-04-26  Timo Schulz  <[email protected]>
1787          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.  
1788          (filemanager_dlg_proc): Subclass the list control.          * wptParser.cpp: A lot of structural changes. Always add items
1789          * Fix Alt+C for the winpt_prefs_dlg_proc.          at the end of the list so we don't need to make a copy of the list
1790          * wptKeyserver.cpp (kserver_load_conf): Ignore lines with          to restore the original order. Fix the group problem.
1791          just whitespaces. Thanks to the folks on winpt-users.          * wptKeylist.cpp (keylist_build): Use OR to get the flags and
1792            not ==.
1793  2004-09-01  Timo Schulz  <[email protected]>          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command
1794            (file) does not use the keyid as the file name when more than one
1795          * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.          keys were selected.
1796          (default_key_from_cache): Use new key attribute 'usable'.          Allow allow to set default keys which are not revoked or expired.
1797          * WinPT.cpp (show_unprotected_keys): Removed.          * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort
1798          * wptKeylist.cpp (check_key): Removed.          the columns.
1799          (seclist_init): Use new 'usable' key attribute.          Set the force trust flag in GPGME if there are some recipients
1800          (keylist_add_key): Likewise.          with no validity.
1801          * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to  
1802          add keys via 'INSERT'.  2003-04-25  Timo Schulz  <[email protected]>
1803          * wptListView.cpp (listview_select_one): New.  
1804          (listview_find): New.          * wptVerList.cpp (verlist_build): Change the name of some columns.
1805          * wptFileManager.cpp (fm_get_current_pos): If there is only          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the
1806          one item, return 0 but also select it. Thanks to Christian.          notation (if present!) present the user a general message box
1807            with extended signature information. This means the notation
1808  2004-09-07  Timo Schulz  <[email protected]>          data and a possible policy URL.
1809    
1810          * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.  
1811          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.  2003-04-24  Timo Schulz  <[email protected]>
1812    
1813  2004-09-08  Timo Schulz  <[email protected]>          * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init
1814            default values to make it easier for newbies.
1815          * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error
1816          in the list, return zero.          when no secret key was found. Also mention the public key algo.
1817            * wptFileManager.cpp (fm_decrypt): Likewise.
1818  2004-09-20  Timo Schulz  <[email protected]>  
1819    2003-04-23  Timo Schulz  <[email protected]>
1820          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in  
1821          context menus when the key is flagged as revoked.          * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function
1822          (update_ui_items): Likewise and set the 'ShowPhoto' flag only if          from GPGME#gpgme_ownertrust_to_string into WinPT.
1823          the key has such an item.  
1824    2003-04-20  Timo Schulz  <[email protected]>
1825  2004-10-01  Timo Schulz  <[email protected]>  
1826            * wptClipboard.cpp: Removed. All these functions and constants
1827          * wptClipSignDlg.cpp: Really use the selected subkey with the          are now available in MyGPGME/clip.c and thus part of GPGME.
1828          right '!' syntax. Thanks to Vedaal for pointing this out.          * wptKeylist.cpp (keylist_add_to_recipients): Renamed to...
1829          * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device          (keylist_get_recipients): this. Return the context instead of
1830          is accessable and writeable, otherwise inform the user. Kudos to          an argument.
1831          the one who reported this problem.          (get_key_size): Add key index.
1832            (get_key_algo): Likewise.
1833  2004-10-07  Timo Schulz  <[email protected]>          (keylist_build): Use a special mode when signing is used.
1834            (keylist_enum_recipients): Return a malloced pointer to the
1835          * wptErrors.cpp (winpt_errmsg): Use a generic header when no          recipients.
1836          filename is supplied.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint
1837          * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but          when we have a signature result and we do not trust the key.
1838          an error message which is more clean. Thanks to Ralf.  
1839          * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card  2003-04-20  Timo Schulz <[email protected]>
1840          admin mode.  
1841          * wptKeySignDlg.cpp (do_check_protection): Also check for smart          * wptFindWnd.h: Removed. We don't use it any longer.
1842          card protection.          * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.
1843          (get_keyinfo): Return if this is a smart card key.          (gpg_strerror): Removed. Now it is handled in winpt_strerror.
1844          * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before          * wptFileManager.cpp (fm_get_file_name): move this to
1845          comparing the names.          * wptVerifyList.cpp (get_file_name): ..this place and declare
1846          * winpt.cpp: Now depends on PTD 0.7.1.          it as static because no other file need this function.
1847    
1848  2004-10-15  Timo Schulz  <[email protected]>  2003-04-15  Timo Schulz  <[email protected]>
1849    
1850          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt          * wptClipImportDlg.cpp (data_cb_dlg_proc): New.
1851          is really initialized.          (data_cb_thread): New.
1852            (data_cb_dlg_create): New.
1853  2004-10-25  Timo Schulz  <[email protected]>          (data_cb_dlg_destroy): New.
1854            (data_cb_new): New.
1855          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box          (clip_import_dlg_proc): Use a callback dialog to
1856          if the PGP message is complete but broken during the transport.          show the user the data decoding procedure is in
1857          Thanks to Werner and Achim.          progress. This dialog is destroyed in the key
1858          * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks          import statistics dialog.
1859          to the gnupg-users.  
1860          * Automatically add '\r\n' to the text before signing. This solves  
1861          the problem the last line is not included if no \r\n is present.  2003-04-13  Timo Schulz  <[email protected]>
1862          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode  
1863          which prepends the text with '> '. This makes it easier to quote          * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback
1864          decrypted text.          context.
1865          * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored          * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.
1866          out from..          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect
1867          (keyserver_dlg_proc): ..here.          flag inside the KEY contect if needed.
1868            * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a
1869  2004-11-04  Timo Schulz  <[email protected]>          passphrase if the protect flag is set.
1870            Display the callback dialog to show the progress.
1871          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred          Implemented the "revkey" feature.
1872          keyserver sub packets.          * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.
1873            (do_add_new_userid): New. Add an entry to the list box
1874          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to          after the GPG process finished.
1875          indicate we need to reload the cache. If a user deletes a key          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig
1876          and exits the manager and loads it again the deleted key is          to zero to avoid segfaults.
1877          still in cache and provoked an error.  
1878            2003-04-12  Timo Schulz  <[email protected]>
1879          * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.  
1880            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new
1881          * wptW32API.cpp (center_window): Replaced with real code which calculates          GPGME code.
1882          the position relative to the desktop window.          * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
1883            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.
1884  2004-12-02  Timo Schulz  <[email protected]>          * wptFileManager.cpp (fm_decrypt): Likewise.
1885            * WinPT.cpp (check_default_key): Check if the keys in gpg.conf
1886          * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.          are valid and in the keyring.
1887            * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase
1888  2004-12-11  Timo Schulz  <[email protected]>          item if the key is not protected.
1889    
1890          * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect  
1891          the file type.  2003-04-09  Timo Schulz  <[email protected]>
1892          (fm_parse_command_line): Likewise.  
1893            * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as
1894  2004-12-15  Timo Schulz  <[email protected]>          invalid for cancel.
1895    
1896          * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right  2003-03-20  Timo Schulz  <[email protected]>
1897          temp name.  
1898          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button          * wptFindWnd.cpp: Removed.
1899          when no secret key is available.          * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of
1900            find_window.
1901  2004-12-20  Timo Schulz  <[email protected]>          * Whenever it's possible, use case insentensive searches to avoid
1902            problems.
1903          * wptGPG.cpp (check_gnupg_engine): Fixed version checking.  
1904          * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the  2003-03-19  Timo Schulz  <[email protected]>
1905          cache if it is not valid.  
1906                    * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.
1907          Fix problem with a NULL pointer.          * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly
1908            in the code.
1909  2004-12-30  Timo Schulz  <[email protected]>          * wptPasswdDlg.cpp: Likewise.
1910            (passphrase_cb_init): Declare as static.
1911          * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.          (passphrase_cb_gpgme): Modified to use the static function and rename
1912          This fixes the problem that the dialog crashes when the user selects          it to...
1913          anything. Thanks to my users.          (passphrase_gpgme_set_cb): ..this. New.
1914          (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.          * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA
1915                    and friends to assign data to each item.
1916  2005-01-07  Timo Schulz  <[email protected]>          Move dialog code to...
1917            * wptClipSignEncDlg.cpp: ..here.
1918          * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.          * MyGPGME/keycache.c: We first look for directly key signatures and
1919          (finger_recvkey): Use skip_type_prefix and prevent buffer overflows.          then we skip all other signatures if we've already seen the key. This
1920          (ldap_recvkey): Likewise.          is needed to gather the designated revoker keys.
1921          (check_hkp_response): Be more liberal with error strings.  
1922          (kserver_connect): Prevent buffer overflow and use the right return  2003-03-18  Timo Schulz  <[email protected]>
1923          code for inet_addr().  
1924          (kserver_search_chkresp): New.          * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index
1925          (kserver_search): Fixed. Now it works with modern keyservers.          of revocation from 9 to 8.
1926          * wptKeylist.cpp (seclist_init): Add new flags param.          Set the text that no key was updated only if no new sig, subkey,
1927          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key          userid and no public were added.
1928          listing.          Add more information: new {subkeys, signatures, userid}.
1929          * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.          * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.
1930          * wptMainProc.cpp (winpt_main_proc): GPGME cleanup.          * wptDlgs.cpp: Removed.
1931          * WinPT.cpp (WinMain): call GPGME init.          * wptDlgs.h: (dlg_fatal_error): New. Macro.
1932          Reword the 'you have no keyring' problem and revamp the first run dialog.  
1933          * wptGPG.cpp (gnupg_access_keyring): New.  2002-03-16  Timo Schulz  <[email protected]>
1934          (gnupg_check_keyring): Removed unused code.  
1935          * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the
1936          new texts and remove unused elements.          optional text in UTF-8 to avoid charset problems.
1937          * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The          * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead
1938          last annoying typo.          of a static buffer. Changed all callers.
1939          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of          * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions
1940          an error.          for the rest of the columns.
1941            (keylist_handle_column_click): New.
1942  2005-01-08  Timo Schulz  <[email protected]>          * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):
1943            Removed the 'Advanced' button because it only confuses users
1944          * Applied the patches to make the source G++ compatible.          and it is not often used.
1945          * wptKeyserver.cpp (kserver_load_conf): Use the stripped string.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-
1946          * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.          and import the trustdb values (ownertrust).
1947          * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to
1948            sort columns.
1949  2005-01-10  Timo Schulz  <[email protected]>  
1950    2002-03-09  Timo Schulz  <[email protected]>
1951          * WinPT.cpp (load_gettext): New.  
1952          (WinMain): Use it here to load it before --keymanager. Thanks to Ralf.          * 64-bit support for wipe operations.
1953    
1954  2005-01-20  Timo Schulz  <[email protected]>  2002-03-08  Timo Schulz  <[email protected]>
1955    
1956          * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the          * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'
1957          keyring check. If the file exists, it is enough.          because they are options rather than files.
1958          * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.          * WinPT.cpp (WinMain): Allow to start the key manager directly
1959          Several cleanups and allow to specify the port of the keyserver.          via --keymanager.
1960          * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure          * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.
1961          the application terminates clearly when Windows shutdown.          (wipe_cb): New. Wipe callback function.
1962            (fill_drive_combobox): New. Fill in all logical drives into
1963  2005-01-21  Timo Schulz  <[email protected]>          the given combo box.
1964            (wipe_thread): New. Worker thread.
1965          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys          (update_disc_stats): New. Set the disc statistics for the
1966          which are not in the keyring. Suggested by djek.          given drive entry.
1967          * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic          (space_wipefrees_dlg_proc): New.
1968          'Always on Top'.  
1969          Allow to send encrypted files via MAPI.          2002-03-01  Timo Schulz  <[email protected]>
1970          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache  
1971          if the HKP retrieval succeeded.          * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection
1972          * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer          logic. Now we can decrypt symmetrically encrypted files again.
1973          is not NULL.          Be stricter on memory alloaction checks.
1974          * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with          (fm_get_file_type): Be more strict with the return code of
1975          a header similar to 'gpg -k name'.          parse_packet. This avoids bogus file types for MS-Word files and
1976          * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible          other non-PGP data.
1977          with 'Always on Top' windows.          (fm_wipe): Use the wipe mode from the registry and not a fixed value.
1978          * wptFileManager.cpp (fm_parse_files): Set progress callback for          * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.
1979          wiping files.          (get_reg_winpt_prefs): Likewise.
1980          (fm_add_opened_files): Do not add the file in case of an error.          * wptFilePrefsDlg.cpp: Removed. We don't use it any longer.
1981          * wptKeyserverDlg.cpp (kserver_get_port): New.          * wptDlgs.h: Corrected all dialog protypes to BOOL.
1982          (save_default_ks): Save port.          LRESULT was not correct.
1983          * wptKeyserver.cpp (set_default_kserver): Get port or use default.  
1984          (kserver_connect): Logging.  2002-02-08  Timo Schulz  <[email protected]>
1985          (kserver_send_request): Likewise. Thanks to Markus.  
1986          * wptError.cpp (w32_fmt_msg): New.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export
1987          (winpt_strerror): Show the W32 API error if the hotkey could not          the secret key when a file was chosen.
1988          be registered.  
1989    2002-02-01  Timo Schulz  <[email protected]>
1990  2005-01-25  Timo Schulz  <[email protected]>  
1991            * wptKeyserver.cpp (kserver_search): Fix <KEYID bug.
1992          * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default  
1993          and that all values are 7-bit ASCII.  2002-01-25  Timo Schulz  <[email protected]>
1994          Use '*' for the passphrase field.  
1995          * wptGPG.cpp (multi_gnupg_path): New.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id
1996          (get_gnupg_path): Use it here.          and the fingerprint to the clipboard. Closes #674455.
1997          (check_homedir): Likewise.          Automatically reload the keycache when a command is chosen and the cache
1998          * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port          state is set to 'reload requested'. Closes #671218.
1999          is actually set.          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts
2000          * wptFileManager.cpp (fm_clearsign_8bit): New.          are not invalid.
2001          (fm_parse_files): Check if the file to clearsign is really 7-bit.          * WinPT.cpp (check_permissions): Make sure we have the permission to
2002          Thanks to djek.          write the keyring. Stop if not because it's expected at many other places.
2003          (fm_set_ftype): Factored out some code from...          * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.
2004          (fm_add_dropped_files): ...here. Simplied the code.          (siglist_build): Use a placeholder sig to avoid the position chaos.
2005          (fm_add_dir_files): New.          * wptKeyUidDlg.cpp: Unified text for 'user-ID'.
2006          * Removed MD5 from MyGPGME and the new default sym cipher is AES.          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found,
2007          * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var          display more information and use a GPG like output.
2008          to track the window handle.          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is
2009          (progress_cleanup): Try to close tracking handle first.          an invalid key in the list of recipients. Closes #674965.
2010    
2011  2005-01-26  Timo Schulz  <[email protected]>  
2012    2002-01-21  Timo Schulz  <[email protected]>
2013          * wptGPG.cpp (multi_gnupg_path): Zero buffer before use.  
2014          * wptKeyManagerDlg.cpp: Add 'Select All' feature.          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to
2015          Move 'Edit->Key' to 'Key->Edit'.          avoid typing mistakes.
2016          * wptFileManagerDlg.cpp: Likewise.  
2017          * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.  2003-01-19  Timo Schulz  <[email protected]>
2018          * wptKeyManager.cpp (spawn_loadimage): Removed.  
2019          (km_show_photo): Removed.          * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.
2020          * wptRevokersDlg.cpp (revokelist_init): Fixed index.          * wptKeyManagerDlg.cpp (do_resize_window): New.
2021          * wptErrors.cpp (winpt_strerror): Show system error for registry          (do_create_minpopup): New. Closes #669730.
2022          related problems.          * wptVerifyList.cpp (get_sig_date): Renamed to...
2023            (longdate_to_strdate): New. Changed all callers.
2024  2005-02-02  Timo Schulz  <[email protected]>          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains
2025            a signature, also display the time of it. Closes #669780.
2026          * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.
2027          it is invisible.          * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.
2028          * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric          * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability
2029          passphrases.          to choose the signer.
2030          * Enable the progress dialog for symmetric encryption.          (keysign_dlg_proc): Implemented a feature request. See above.
2031          * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in  
2032          FM_ENCRYPT mode.  2003-01-08  Timo Schulz   <[email protected]>
2033          * WinPT.cpp (WinMain): SETUP_EXISTING implemented.  
2034          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when          * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning
2035          no value is entered.          if the user tries to add the email address in the name field.
2036            * wptKeyserver.cpp: Add support for protocols.
2037  2005-02-04  Timo Schulz  <[email protected]>          (finger_readline): New.
2038            (finger_recvkey): New.
2039          * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke
2040          If the progress window survives by accident, it will be closed when the          message box to show it's a serious decision.
2041          File Manager (root window) is closed.          * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.
2042            * wptRegistry.cpp (regist_single_filetype): Now internal and we use
2043  2005-02-07  Timo Schulz  <[email protected]>          an easier way to get the location of the binary.
2044            (regist_inst_winpt): Implemented the 'with_ext' part and add a registry
2045          * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog          entry to avoid double file registering.
2046          for signing and verifying. But this does not fix the problem tha the  
2047          dialog sometimes stay and is not destroyed.  2003-01-07  Timo Schulz  <[email protected]>
2048    
2049  2005-02-23  Timo Schulz  <[email protected]>          * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window
2050            pos from the coordinates from the registry.
2051          * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.          (keymanager_dlg_proc): Store the window pos in the registry.
2052          (kserver_search): Be more strict.          * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.
2053          * WinPT.cpp (WinMain): Enable FM progress by default.          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when
2054          * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.          a revcert was found.
2055          (fm_parse_files): Use progress dialog only if it is          * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does
2056          enabled.          not succeed.
2057            (keyserver_dlg_proc): Corrected some listview index values.
2058  2005-03-03  Timo Schulz  <[email protected]>          * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.
2059    
2060          * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the  2002-12-23  Timo Schulz  <[email protected]>
2061          new PIN. Suggested by Achim.  
2062          Support to show the unmasked PIN.          * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver
2063          Modified TAB-order.          directory if does not exist.
2064          * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.          * wptKeyserver.cpp: Simpliefied config file.
2065            (kserver_change_proxy): Write config to the registry. Remove
2066          * Fixed wrong GPG --command-fd strings. Thanks to Achim.          code for the config file.
2067            * wptProxySettingsDlg.cpp (read_proxy): More robust code.
2068  2005-03-04  Timo Schulz  <[email protected]>          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature
2069            to send keys. The Key Manager is better for this.
2070          * GPG asks twice for the new PIN. Thanks to Achim.  
2071          * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.  
2072          Only check the passphrase if the backup flag is enabled. Again thanks to  2002-12-21  Timo Schulz  <[email protected]>
2073          Achim.  
2074            * Fixed some language mistakes.
2075  2005-03-06  Timo Schulz  <[email protected]>          * wptMainproc.cpp: Use the desktop window as the parent window
2076            for the main dialogs so they are visible in the taskbar.
2077          * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without          * wptKeyManagerDlg.cpp: Enable minimize.
2078          a public key. Noted by Kurt Fitzner.          * wptFileManager.cpp (fm_parse_command_line): Support for detached
2079            signatures.
2080  2005-03-22  Timo Schulz  <[email protected]>          (fm_encrypt_directory): New.
2081            * wptKeylist.cpp (keylist_add_key): Check the current key if it
2082          * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.          is not expired, not the primary (idx=0).
2083          (enable_mobile_mode): New.  
2084          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new  2002-12-18  Timo Schulz  <[email protected]>
2085          ID's for adding subkeys.  
2086            * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead
2087  2005-04-04  Timo Schulz  <[email protected]>          of the old name "options".
2088            * WinPT.cpp (WinMain): Try to repair broken home directories
2089          * WinPT.cpp (check_crypto_engine): Correct version          in the registry. Thanks to Gustavo who reminded me of it.
2090          check. Noted by Werner.          * wptKeyserver.cpp (check_hkp_response): Only copy the text
2091            between <p> and </p> when possible.
2092            * wptAgent.cpp: Re-activated the old code. Now the passphrase
2093            timer can be used.
2094    
2095    2002-12-14  Timo Schulz  <[email protected]>
2096    
2097            * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean
2098            any longer there is also a secret key.
2099            (km_check_photo): New.
2100            (km_complete_status_bar): New.
2101            * wptFileManager.cpp (fm_verify): Support for bad signatures.
2102            Set the sigmode if not set.
2103            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when
2104            the ownertrust of a non-valid (not signed) key is changed.
2105            * wptRegistry.cpp (expand_path): New. Use this code because it's
2106            much shorter.
2107    
2108    2002-10-14  Timo Schulz  <[email protected]>
2109    
2110            * wptKeyserver.c: Replaced all strdup's with m_strdup and free
2111            with free_if_alloc.
2112            (ldap_recvkey): Fill with life. We use the GPG plugin to avoid
2113            all the LDAP overhead.
2114    
2115    2002-10-13  Timo Schulz  <[email protected]>
2116    
2117            * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static
2118            any longer.
2119    
2120    2002-10-31  Timo Schulz  <[email protected]>
2121    
2122            * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.
2123            Thanks to Gustavo.
2124            * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect
2125            whether it's a key pair or not.
2126            * Callback struct into KEY so we can modify the values in the background.
2127            * wptKeyPropsDlg.cpp (change_ownertrust): New.
2128    
2129    2002-10-30  Timo Schulz  <[email protected]>
2130    
2131            * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe
2132            LDAP plugin for this purpose.
2133            * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.
2134            * wldap32.lib is now not longer needed.
2135            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.
2136            * Updated the resource file.
2137            * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff
2138            for 'Decrypt', 'Verify', 'Import'.
2139    
2140    2002-10-15  Timo Schulz  <[email protected]>
2141    
2142            * Changed all s(n)printf -> msg_box constructs to log_box.
2143    
2144    2002-10-13  Timo Schulz  <[email protected]>
2145    
2146            * wptKeylist.cpp (get_key_expire_date): New.
2147            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.
2148    
2149            * Removed global keycache from GPGME. It's a bad style to mix
2150            general and specific interfaces.
2151    
2152            * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation
2153            details. Useful to replace it later.
2154            (get_seckey): Ditto.
2155            (keycache_reload): Moved from the GPGME library.
2156            (keycache_release): New.
2157            (keycache_init): New.
2158            (keycache_set_reload): New.
2159            (keycache_get_reload): New.
2160            (keycache_get_ctx): New.
2161    
2162            * wptSigList.cpp (siglist_add_key): Use the new code.
2163            (siglist_build): Ditto.
2164    
2165    
2166    2002-10-10  Timo Schulz  <[email protected]>
2167    
2168            * wptW32API.cpp (get_filename_dlg): Added default filename parameter.
2169            Changed all callers.
2170            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the
2171            new get_filename_dlg.
2172            * wptFileManager.cpp (fm_export): Likewise.
2173            * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.
2174            * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.
2175            Use signature class dialog.
2176            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the
2177            keyid instead of the userid to avoid charset problems.
2178            (err_message): New.
2179    
2180            * Moved all wipe specific code (random, rmd160) to the DLL so we can
2181            save some memory for the tray section.
2182    
2183            * wptKeyRevokersDlg.cpp (revokelist_build): New.
2184            (revokelist_init): New.
2185            (key_revokers_dlg_proc): New.
2186    
2187            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker
2188            code here when available.
2189    
2190    2002-09-25  Timo Schulz  <[email protected]>
2191    
2192            * wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text
2193            is dash escaped. This is useful for keys to avoid errors.
2194            * wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an
2195            OpenPGP key from the clipboard which is dash escaped.
2196            (km_clip_import): Use the new code here.
2197    
2198    2002-09-23  Timo Schulz  <[email protected]>
2199    
2200            * wptParser.cpp (add_multi_option): Support for values with more ' 's
2201            and skip the ' ' after the name.
2202            (modify_entry): New.
2203            * wptGPG.cpp (gnupg_save_options): Removed.
2204            (gnupg_load_options): Removed.
2205            (gnupg_release_options): Removed.
2206            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code.
2207    
2208    2002-09-17  Timo Schulz  <[email protected]>
2209    
2210            * winpt.cpp (WinMain): Use make_filename and no static buffer.
2211            Modified for the new gnupg interface.
2212            * wptFile.cpp (make_filename): New.
2213            * wptGpgCmds.h: New from GPG 1.1.92
2214            * wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers
2215            and make_filename.
2216            * wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and
2217            make_filename instead of static buffers.
2218            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise.
2219            * wptParser.cpp: Changed to new allocation instead of malloc.
2220            * wptGPGOptSkel.h: Updated from GPG 1.1.92
2221            * wptRegistry.cpp (get_reg_entry): Expand %s like registry strings.
2222    
2223    2002-09-13  Timo Schulz  <[email protected]>
2224    
2225            * wptKeyManager.cpp (km_show_photo): Use a const buffer for the
2226            image and do NOT free it.
2227            * wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function.
2228            (find_user_id): Use keyid to find the key. Changed all callers.
2229    
2230            * Removed global gpg_version variable. Now we also support GPG 1.1.9x
2231            so we don't need to check this after the start again.
2232    
2233    2002-09-12  Timo Schulz  <[email protected]>
2234    
2235            * wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature.
2236            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret
2237            key export.
2238            * wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to
2239            check if the encryption failed.
2240            (km_show_photo): Fixed offset calculation.
2241            Use keyid as filename and delete the tempfile after use.
2242            * wptFile.cpp (init_file_lock): Use dynamic buffer.
2243            (release_file_lock): Free this buffer.
2244            * wptFileManager.cpp (quote_filename): Removed.
2245            (quote_file): New. Use dynamic buffers.
2246            (fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export):
2247            Use it here.
2248            * wptFileStatDlg.cpp (do_list_packets): Do not cache FD.
2249            Initalize packet at the begin and during the loop.
2250            * wptFileManager.cpp: Replaced all static memory handling with
2251            dynamic routines.
2252            * wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust
2253            functions.
2254            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.        
2255    
2256    2002-09-10  Timo Schulz  <[email protected]>
2257    
2258            * wptFileManager.cpp (fm_get_file_type): Disable FD cache.
2259            (fm_decrypt): Only cut off the extension if it belong to GPG.
2260            Added user ID to the box if the file was signed.
2261            Ask for the filename if the name has no valid GPG extension.
2262    
2263    2002-09-09  Timo Schulz  <[email protected]>
2264    
2265            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for
2266            the privat key (export).
2267    
2268    2002-09-08  Timo Schulz  <[email protected]>
2269    
2270            * wptKeygenDlg.cpp (ask_for_backup): Check if the copy process
2271            really succeeded.
2272            (mbox): Alias for msg_box with fixed title to avoid long lines.
2273            * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow
2274            to generate keys with a length til 4096 bits.
2275            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for
2276            invalid recipients and print out the reasons.
2277            * wptKeylist.cpp (keylist_add_to_recipients): Improved error message
2278            and corrected the validity checking.
2279    
2280    2002-09-07  Timo Schulz  <[email protected]>
2281    
2282            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc):
2283            Print notation data when available.
2284            Show if the signature is expired or not.
2285    
2286            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo
2287            command to the context menu.
2288    
2289            * wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792.
2290            This is 256 bits more than the old size. Hopefully it's enough
2291            security to protect against the most enemies ;-).
2292    
2293    2002-09-04  Timo Schulz  <[email protected]>
2294    
2295            * wptKeyManager.cpp (km_check_key_status): Parse new fields.
2296    
2297    2002-09-03  Timo Schulz  <[email protected]>
2298    
2299            Removed all OpenCDK code from PTD. The code is not tested very
2300            well and it might contain some errors. Now we used a stripped down
2301            version of GnuPG code. This has two advantages. First the code is
2302            stable and second we can easier port other parts to native GPG code.
2303    
2304            * wptFileManager.cpp (fm_get_file_type): Use native GPG code.
2305            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the
2306            keyring when present to the keycache.
2307            * wptKeyManager.cpp (km_show_photo): Fixes to work again with the
2308            modified code.
2309            (km_check_for_seckey): Check substrings of the value because we
2310            don't use '**' values any longer.
2311            * wptFileStat.cpp (do_list_packets): New. Adapted from the old code.
2312            (file_stat_dlg_proc): Uses the new code.
2313    
2314    2002-09-02  Timo Schulz  <[email protected]>
2315    
2316            * wptKeyManager.cpp (km_privkey_export): Check return codes and
2317            some types has been changed.
2318            (km_file_export): Likewise.
2319    
2320    2002-09-01  Timo Schulz  <[email protected]>
2321    
2322            * wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice
2323            of the dialog.
2324            * WinPT.cpp (WinMain): Use it here. Reworded the error message.
2325            * wptGPG.cpp (gpg_import_keyrings): New.
2326            Let the user chose the keyrings and then they are copied to the
2327            homedir. After the procedure, the key cache will be reloaded.
2328            * wptKeyManager.cpp (km_delete_keys): New delete confirmation messages.
2329            * wptSigClassDlg.cpp (sig_class_dlg_proc): New.
2330            (get_sig_class_choice): New.
2331            * wptKeySignDlg.cpp (get_printable_fpr): New. More human readable
2332            fingerprint.
2333            (keysign_dlg_proc): Added new value for the GPG callback to handle
2334            the signature class.
2335            * wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the
2336            userID by calling edit-key with colons.
2337            (keyuid_dlg_proc): Use it here.
2338    
2339    2002-08-31  Timo Schulz  <[email protected]>
2340    
2341            * wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes.
2342            (check_homedir): Ask the user whether to create the directory.
2343            * wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works
2344            to retrieve missing keys from a HKP server.
2345            (recv_missing_keys): Likewise.
2346            * wptPassphraseCB.cpp (passphrase_callback_proc):
2347            Implemented     the "Hide Typing" feature.
2348            (hide_typing): New.
2349            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages.
2350            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling.
2351            Due to some attacks a MDC error is treated as a fatal error and a
2352            possible security risk.
2353            * wptClipImportDlg.cpp (print_import_status): Use a dialog instead
2354            of a silly message box. Furthermore the user gets more information
2355            about the import procedure.
2356            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New.
2357            * wptFileManager.cpp (fm_import): Report invalid user ID's.
2358            (fm_verify): Try to guess the data name for detached signatures
2359            before we bother the user. When it's found, use it.
2360            * wptKeyManager.cpp (km_file_import): Ditto.
2361    
2362    2002-08-28  Timo Schulz  <[email protected]>
2363    
2364            * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.
2365            * wptFileMananger.cpp (fm_check_armor_type): Ditto.
2366    
2367    
2368    2002-08-26  Timo Schulz  <[email protected]>
2369    
2370            * wptTypes.h (free_if_alloc, CHECK_BOUND): New.
2371            * wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure
2372            the memory is really released. Some strict checks for return values.
2373            Ident file.
2374    
2375            * wptAboutDlg.cpp: Ditto. (ident)
2376            * wptGPGAboutDlg.cpp: Ditto.
2377            * wptClipDecryptDlg.cpp: Ditto.
2378            (clip_decrypt_dlg): Stricter return value checkings.
2379            Avoid one indent level.
2380    
2381            * wptImportList.cpp (implist_add_key): More strict return value
2382            checking.
2383            * wptKeylist.cpp (keylist_cmp_cb): Fixed a typo.
2384            (add_key): New key status system.
2385            (keylist_get_keyflags): New.
2386            (keylist_enum_recipients): Simplified and use the new key flags.
2387    
2388            * wptSiglist.cpp (siglist_add_key): Fix possible overflows.
2389            (verlist_add_sig_log): More stricter checks.
2390    
2391            * wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug.
2392    
2393    2002-06-16      Timo Schulz <[email protected]>
2394    
2395            Don't put the questions in the message box title bar.
2396    
2397            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it
2398            is really opened. Thanks to Nelson.
2399    
2400            * wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title
2401            for chaning the passphrase. Suggested by Ed.
2402    
2403    2002-06-07      Timo Schulz <[email protected]>
2404    
2405            * wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys.
2406            * wptKeyManagerDlg.cpp: Refresh keys was added in the menu.
2407            * wptListView.cpp (listview_select_all): New.
2408            * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code.
2409    
2410    2002-05-31      Timo Schulz <[email protected]>
2411    
2412            * wptTrayPop.cpp: Revamped some parts of the code.
2413    
2414            Changed all status_box functions to show_msg. The advantage
2415            is that we only wait a fixed time and the user doesn't need
2416            to hit the OK key. We should add  the time delay in the preferences.
2417    
2418            * wptKeyManager.cpp (km_show_photo): New.
2419    
2420    2002-05-30  Timo Schulz <[email protected]>
2421    
2422            * wptFileManager.cpp (fm_verify): Corrected the handling
2423            for detached RSA signatures.
2424            (fm_add_sig_stat): Added support for short fingerprints.
2425    
2426    2002-05-08      Timo Schulz <[email protected]>
2427    
2428            * wptKeyserver.cpp (kserver_change_proxy): Check the values.
2429            Thanks to njek for reporting it.
2430    
2431    2002-05-07      Timo Schulz <[email protected]>
2432    
2433            * wptGPG.cpp (check_gpg_engine): New.
2434    
2435            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible
2436            routines.
2437    
2438            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.
2439    
2440            * wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto.
2441    
2442    2002-05-06      Timo Schulz <[email protected]>
2443    
2444            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of
2445            the buttons.
2446    
2447    2002-05-05      Timo Schulz <[email protected]>
2448    
2449            * Fixed problem with rev certs for imports stats.
2450    
2451            * Cosmetical changes for the GPGME libraray.
2452    
2453    2002-05-01      Timo Schulz <[email protected]>
2454    
2455            * wptKeygenDlg.cpp (fill_keytype_box): New.
2456            (keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7
2457            there is full RSA support.
2458    
2459            Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out
2460            what the problem was when no encryption was done.
2461    
2462            * wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make
2463            sure it was not already signed (ALREADY_SIGNED).
2464    
2465            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system,
2466            now we also support to sign ultimate trusted keys.
2467    
2468            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button
2469            is checked and do not check it.
2470    
2471            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify
2472            box and now we also support the date of the signature.
2473    
2474            Applied Rich's spelling and grammer mistakes.
2475            Fixed a lot of minor spelling mistakes and capital letters for dialogs.
2476    
2477    2002-04-30      Timo Schulz <[email protected]>
2478    
2479            Merge ownertrust handling into the keycache. Now GPG outputs the
2480            ownertrust in the key listing which means we can get the ownertrust
2481            value from the keycache.
2482    
2483            (keymisc_dlg_proc): Add a button to rebuild the sig database cache.
2484            Please not that this is not the same as the key cache! The key cache
2485            will be updated when a new key was imported or a subkey was added/changed.
2486            The signature cache only affects the validity of the keys.
2487    
2488            Removed the MyGPGME trustlist code. Now we can use the field in the key
2489            listing to determine the ownertrust (which makes things a lot of easier).
2490    
2491    2002-04-29      Timo Schulz <[email protected]>
2492    
2493            Adjustments for GPG 1.0.7
2494    
2495            * wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust
2496            and ask the user if he knows what he's doing.
2497            * wptKeyManager.cpp
2498            (keylist_subclass_proc): Use double click to open the props.
2499            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a
2500            ultimate ownertrust value.
2501            * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for
2502            new RSA keys.
2503    
2504    2002-04-28      Timo Schulz <[email protected]>
2505    
2506            * wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode.
2507            (set_reg_winpt_prefs): Ditto.
2508            * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option.
2509            (set_keylist_mode): New.
2510    
2511            Implement minimal keylist mode. Suggested by Fabian.
2512    
2513            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here.
2514            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
2515            * wptKeylist.cpp (keylist_add_key): Ditto.
2516            (keylist_load): Ditto.
2517            (keylist_build): Ditto.
2518    
2519    2002-04-27      Timo Schulz <[email protected]>
2520    
2521            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the  new dialog.
2522            * wptFileSaveDlg.cpp (file_save_dlg_proc): New.
2523            * wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values.
2524            * wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's.
2525            (currwnd_gpg_dlg): Ditto.
2526            
2527            Now it's possible to parse cleartext signatures which contains an
2528            encrypted message inside the body.
2529    
2530            * wptTextInputDlg.cpp (load_file_contents): New.
2531            (text_input_dlg_proc): Support for choosing the data file.
2532    
2533            * wptFileManager.cpp (fm_verify): Support for detached signatures.
2534            (fm_parse_files): Ditto.
2535    
2536    
2537    2002-04-26      Timo Schulz <[email protected]>
2538    
2539            * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.
2540            * wptKeyUidDlg.cpp: Ditto.
2541    
2542    2002-04-25      Timo Schulz <[email protected]>
2543    
2544            * wptImplist.cpp (implist_add_key): Catch possible segfault.
2545            * wptVerifyList.cpp (verlist_add_sig): Ditto.
2546            * wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7.
2547            * wptKeylist.cpp (find_secret_key): New.
2548            (add_key): Use it here.
2549            (keylist_add_key): And here.
2550    
2551            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent
2552            to fetch the key.
2553    
2554    2002-04-24      Timo Schulz <[email protected]>
2555    
2556            * wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows.
2557            
2558            Changed the way to modify the "Version:" string.
2559    
2560            * wptKeyserver.cpp (add_node): New.
2561            (kserver_change_proxy): New.
2562            (kserver_read_config): New.
2563            (kserver_write_config): New.    
2564            (kserver_cfgfile_release): New.
2565            (proxy_release): New.
2566    
2567            * wptProxySettingsDlg.cpp (read_proxy): New.
2568            * wptFileStatDlg.cpp (file_stat_dlg_proc): New.
2569            * wptFileManager.cpp (fm_list): New.
2570            (fm_parse_files): Support the new list command.
2571    
2572    2002-04-23      Timo Schulz <[email protected]>
2573    
2574            * wptRFC2440.cpp: Removed. We now use the OpenCDK package.
2575            * wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code.
2576            (fm_encrypt): Modified code to allow sign & encrypt.
2577            (fm_parse_file): Ditto.
2578            (fm_decrypt): Support for checking signatures.
2579            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto.
2580    
2581    2002-04-19      Timo Schulz <[email protected]>
2582    
2583            * wptImplist.cpp (implist_load): Support for the advanced PGP parser code.
2584    
2585    2002-04-05      Timo Schulz <[email protected]>
2586    
2587            * wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire.
2588            * wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto.
2589            * wptKeySignDlg.cpp (keysign_dlg_proc): Ditto.
2590            * wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto.
2591    
2592    2002-03-31      Timo Schulz <[email protected]>
2593    
2594            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to
2595            select the key used for signing.
2596            * wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting.
2597            * wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-).
2598            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after
2599            fetching keys via HKP and try to update the Gpgmekey inside.
2600            * wptVerifyList.cpp (verlist_add_sig): Check if the key context was
2601            set inside the signature. Fixes some segfaults related to the HKP key
2602            fetching during verification. Thanks to Julian. And force to use UTF8
2603            for user ID's.
2604            * wptClipSignDlg.cpp (one_key_proc): If only one secret exists,
2605            prevent that the dialog is loaded and ask for the passphrase directly.
2606    
2607    
2608    2002-03-29      Timo Schulz <[email protected]>
2609    
2610            * wptGPG.cpp (create_groupdb): Only close the file handling if it
2611            really exists. Thanks to Mark.
2612            (gpg_check_homedir): Applied the patch. Now we're a little stricter
2613            about the homedir checks.
2614            (check_homedir): Fixed a possible memory leak.
2615            * WinPT.cpp (WinMain): Check the homedir functions to exit the program
2616            if      we've found some problems.
2617            * wptErrors.cpp (winpt_strerror): New value if a directory could not
2618            created.
2619            * wptMainProc (winpt_main_proc): Use new code for the current window mode.
2620            * wptCurrWnd.cpp (get_curr_wnd): Ditto.
2621            (get_window_contents): Always set focus to the current window.
2622    
2623    2002-03-22      Timo Schulz <[email protected]>
2624    
2625            * wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't
2626            set window contents for some commands.
2627            (winpt_main_proc): Use the code here.
2628            * wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits.
2629            * wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New.
2630            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here.
2631            * wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings.
2632    
2633    2002-03-02      Timo Schulz <[email protected]>
2634    
2635            * Use capital letters in the main menus and applied Patricks spelling
2636            corrections.
2637    
2638            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string
2639            not an integer. Thanks to scrumpy.      
2640            * wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'.
2641            (overwrite): Some bugfixes to set the pointer to the begin of the file.
2642            * wptVerlist.cpp (verlist_build): New keyID column.
2643            (verlist_add_sig): Use it here.
2644    
2645    2002-03-01      Timo Schulz <[email protected]>
2646    
2647            * wptWipeFile: Replaced all low level I/O functions with W32 API
2648            functions. And support for more wiping modes. I don't know to
2649            support all, but those makes sense for me:
2650            1. Simple (2 random passes)
2651            2. DoD (as described in the standard)
2652            3. Peter Gutmanns method (from the paper)
2653    
2654    
2655    2002-02-28      Timo Schulz <[email protected]>
2656    
2657            * wptImplist.cpp (implist_add_key): UTF8 support.
2658            Handle invalid userID's.
2659            * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.
2660            (passphrase_callback_proc): Ditto.
2661    
2662    
2663    2002-02-23      Timo Schulz     <[email protected]>
2664    
2665            * wptListview.cpp (listview_del_items): New.
2666            * wptKeyManager.cpp (km_delete_keys): Use it here.
2667            * wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support.
2668            * wptKeylist.cpp (add_key): UTF8 support.
2669    
2670    2002-02-08      Timo Schulz <[email protected]>
2671    
2672            * wptNLS.c: Now it's C-source because GPGME needs gettext too.
2673            (stpcpy): Makes it static.
2674            * errors.c: localize all error strings.
2675            * WinPT.cpp (get_gettext_lang): Move the code in this file because
2676            we can't use it in plain C.
2677    
2678    2002-02-05      Timo Schulz <[email protected]>
2679    
2680            * wptGPG.cpp (gpg_save_options): Catch the case when the options file
2681            exist but it has a length of zero.
2682            (gpg_display_error): Print out the data from the GPG stderr
2683            (when available).
2684            * w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if
2685            not, return NULL.
2686            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret
2687            keys.
2688    
2689            * Fixed a lot of memory allocation all over the place.
2690    
2691    2002-02-05      Timo Schulz <[email protected]>
2692            
2693            wptGPG.cpp (gpg_save_options): Fixed the code for the case the
2694            values don't exist in the options file. Thanks to Lutz who found this out.
2695            (get_gpg_default): First search for "default-key" then for "encrypt-to".
2696    
2697    2002-02-04      Timo Schulz <[email protected]>
2698    
2699            * WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements
2700            which need it. Thanks to Timo who find this out.
2701            * WinPT.cpp (WinMain): We don't quit in the case the user changed
2702            the preferences.
2703            (update_keycache): New. Handy function to update the keycache.
2704    
2705            * Use quotation for the options file in any case.
2706    
2707            * clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status
2708            is set, we don' try to get the sig key.
2709    
2710            * wptGPG.cpp (get_gpg_default_key): Revamped.
2711    
2712    2002-01-26      Timo Schulz <[email protected]>
2713    
2714            * wptKeylist.cpp (keylist_add_key): Use flags for the file manager
2715            to avoid to show all userid's. Thanks to Frank.
2716            * wptDateDlg.cpp (date_dlg_proc): New context to use different
2717            window texts and some other features.
2718            * wptKeygenDlg.cpp (keygen_dlg_proc): Use it here.
2719            * wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto.
2720            * wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if
2721            it doesn't exist.
2722            * WinPT.cpp (WinMain): Use the new code here.
2723    
2724    2002-01-23      Timo Schulz <[email protected]>
2725    
2726            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for
2727            loading a file.
2728            Add new code to save file with clipboard contents.
2729    
2730    2002-01-20      Timo Schulz <[email protected]>
2731    
2732            * wptMainProc.cpp (winpt_main_proc): Fix the error, that the user
2733            have to click twice before the menu appears. Richard told me this.
2734    
2735    
2736    2002-01-18      Timo Schulz <[email protected]>
2737    
2738            * wptMainProc.cpp (winpt_main_proc): NLS support for new menu style.
2739            * wptPassphraseCB.cpp (parse_gpg_description): Support when no
2740            description was given. One example is when symmetric was used.
2741    
2742    2002-01-13      Timo Schulz <[email protected]>
2743    
2744            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche
2745            settings.
2746            * wptGPG.cpp (gpg_backup_options): New.
2747            (gpg_load_options): Ignore comment lines.
2748            (gpg_save_options): Rewritten.
2749    
2750    2002-01-06  Timo Schulz <[email protected]>
2751    
2752        * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt
2753        hotkey.
2754            * wptRegistry.cpp: Ditto.
2755            * wptRegistry.h: Ditto.
2756            * wptHotkey.h: Ditto.
2757            * wptGPG.cpp (gpg_load_options): New.
2758            (gpg_save_options): New.
2759    
2760    2002-01-01      Timo Schulz <[email protected]>
2761    
2762            * wptFileManager.cpp (fm_verify): Support for the case there is
2763            no public key to verify the signature.
2764    
2765    2001-12-30      Timo Schulz <[email protected]>
2766    
2767            * wptFileManager.cpp (fm_sign): Always use callbacks for the
2768            passphrase.
2769            (fm_decrypt): Ditto.
2770            (fm_parse_files): Cache the passphrase for the session and check
2771            if the file still exists.
2772            * wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use
2773            low level stuff here.
2774            * wptFile.cpp (get_keyid_from_file): Ditto.
2775    
2776    2001-12-21      Timo Schulz <[email protected]>
2777    
2778            * wptTextInputDlg.cpp (text_input_dlg_proc): New.
2779            * wptMainProc (clip_gpg_dlg): Support for deached signatures.
2780            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
2781    
2782    2001-12-19      Timo Schulz <[email protected]>
2783    
2784            * Completed work on the temporary file support for GPG.
2785            * wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the
2786            plaintext viewer option. Suggested by Markus Winkler.
2787            (get_reg_winpt_prefs): Ditto.
2788            * wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto.
2789            * wptMainProc.cpp (winpt_main_proc): Ditto.
2790    
2791    2001-12-15  Timo Schulz <[email protected]>
2792    
2793        * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for
2794        copy and paste.
2795    
2796    2001-12-02      Timo Schulz <[email protected]>
2797    
2798            * wptGroups.c: Revamped from the base. Arggg.
2799    
2800    2001-11-29      Timo Schulz <[email protected]>
2801    
2802            * wptKeyManager.cpp (km_groupdb_expand_recipients): New.
2803            * wptMainProc.cpp (clip_gpg_dlg): New.
2804            Modify the whole event loop so we don't need all the same code
2805            for each command. And we use the new foreground code.
2806            * wptW32API.cpp (check_date): Fixed.
2807    
2808    2001-11-27      Timo Schulz <[email protected]>
2809    
2810            * wptKeyserver.cpp (base64_encode): New. Marco provided HTTP
2811            proxy authentifcation support for each command.
2812            (kserver_update_proxyuser): New. Ditto.
2813            (kserver_send_request): Ditto.
2814            (kserver_recv_request): Ditto.
2815            (kserver_search_init): Ditto.
2816    
2817    2001-11-24      Timo Schulz <[email protected]>
2818    
2819            * wptKeyManager.cpp (km_groups_new): New.
2820            (km_groups_release): New.
2821            (km_groups_load): Rewritten.
2822            (km_groups_add): New.
2823            (km_groups_del): New.
2824            (km_groupdb_open): New.
2825            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support.
2826            * wptGroups.c (groupdb_enum_read): Store the record before increment it.
2827    
2828    2001-11-23      Timo Schulz <[email protected]>
2829    
2830            * wptW32API.cpp (set_active_window): New.
2831            (reset_active_window): New.
2832            (window_reminder): New. This is a delayed thread procedure to
2833            force the focus (foreground) to the dialogs for the current
2834            window mode.
2835            * wptMainProc.cpp (winpt_main_proc): Use it here.
2836            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto.
2837            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
2838            * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
2839            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
2840    
2841    2001-11-22      Timo Schulz <[email protected]>
2842    
2843            * wptW32API.cpp (set_foreground_wnd): New.
2844    
2845            Fixed the return value of all EndDialogs.
2846    
2847            * wptMainProc.cpp: Remove all code parts which did the same for the
2848            current window support. Now the code uses a dialog switch which is
2849            much smaller.
2850    
2851    2001-11-18  Timo Schulz <[email protected]>
2852    
2853        * wptKeyManager.cpp: New. Contains all handy functions from the
2854        wptKeyManagerDlg.cpp. This should help to cleanup the dialog code.
2855        (km_quote_uid): New.
2856        (km_check_for_seckey): New.
2857        (km_check_key_status): New.
2858        (km_clip_export): New.
2859        (km_clip_import): New.
2860        (km_file_export): New.
2861        (km_file_import): New.
2862        (km_delete_keys): New.
2863        (km_send_to_keyserver): New.
2864        (km_refersh_from_keyserver): New.
2865        (km_update_default_key_str): New.
2866            * wptKeygenDlg.cpp (ask_for_backup): New.
2867            (keygen_dlg_proc): Use new function to give the chance to the
2868            user for a complete backup.
2869    
2870    2001-11-13      Timo Schulz <[email protected]>
2871    
2872            * wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry
2873            is set but to "". Then use default gpg directory.
2874            * wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys.
2875            (refresh_from_keyserver): New. Context entry for update keys.
2876            (keymisc_dlg_proc): Modify the way the popup is shown.
2877    
2878    2001-11-07      Timo Schulz <[email protected]>
2879    
2880            * wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing
2881            the key id.
2882            * wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret
2883            key imports.
2884            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and
2885            the user doesn't set the field, try to do this automatically.
2886    
2887    2001-11-03      Timo Schulz <[email protected]>
2888    
2889            (fm_remove_crit_file_attrs): First check if the file exists.
2890            Thanks to Peter.
2891    
2892    2001-11-02      Timo Schulz <[email protected]>
2893    
2894            * WinPT.cpp (WinMain): Add the chance to start the preferences dialog
2895            in the case a GPG error was detected.
2896            * wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected
2897            keys.
2898    
2899    2001-10-30      Timo Schulz <[email protected]>
2900    
2901            * wptHotkey.h: Fixed typo. Thanks to Timo.
2902            * wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo.
2903            (get_gpg_default_key): Skip comment lines immediately.
2904            * wptRegisty.cpp (get_reg_winpt_prefs): Ditto.
2905            * wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure
2906            for subclassing.
2907    
2908            Remove all unsafe WM_NOTIFY stuff because this was propably the
2909            reason for the crashes. And add as a sanity check if the control
2910            sent the message.
2911    
2912    2001-10-28      Timo Schulz <[email protected]>
2913    
2914            * wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support
2915            for ENTER/SPACE and DELETE. Suggested by Graham.
2916            * wptKeyList.cpp (add_key): New code to figure out how trustworthy
2917            a expired/revoked secret key is.
2918            (keylist_enum_recipients): Show the key ID of the key when it's
2919            revoked.
2920            * wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not
2921            only the first to figure out if a secret is available. Thanks to
2922            Graham.
2923            * wptFile.cpp (get_keyid_from_file): Ditto.
2924    
2925    2001-10-27      Timo Schulz <[email protected]>
2926    
2927            * wptKeylist.cpp (keylist_enum_recipients): Add a type to make
2928            the code more flexible.
2929            * wptKeyMiscDlg.cpp (file_import): New.
2930            (file_export): New.
2931            * wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo.
2932    
2933            Removed all OE code snippets.
2934    
2935    2001-10-26      Timo Schulz <[email protected]>
2936    
2937            * wptExtensions.cpp: Removed.
2938            * wptLDAPExt.cpp: Removed.
2939            * wptLDAP.cpp: New. This code now contains a direct interface to
2940            the WLDAP library so we don't need extra DLL's to handle LDAP keyservers.
2941            (wldap_init): New.
2942            (wldap_end): New.
2943            (ldap_set_verbose): New.
2944            (ldap_get_key_info): New.
2945            (ldap_recvkey): New.
2946            (init_ldap): New. Internal use only.
2947            (get_key): New. Ditto.
2948            (send_key): New. Ditto.
2949            * wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll.
2950    
2951    2001-10-25      Timo Schulz <[email protected]>
2952    
2953            * wptGPG.cpp (get_gpg_default_key): Support for the users options file.
2954            (check_gpg_path): Ditto.
2955            (get_gpg_options): Ditto.
2956            (set_gpg_default_key): Ditto.
2957            (set_gpg_options): Ditto.
2958            (gpg_check_keyring): Ditto.
2959            (set_gpg_default_keyid): Fix a typo.
2960            * wptGPGME.cpp (get_default_keyid): Rewrote most of the code.
2961    
2962    2001-10-23      Timo Schulz <[email protected]>
2963    
2964            * wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while
2965            because it's shorter.
2966            * wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of
2967            the default keyid.
2968            * wptFileManager.cpp (fm_sign): Remove the default key ID code. Now
2969            we use the signer from the keylist.
2970            * wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix
2971            some silly bugs.
2972            * WinPT.cpp (WinMain): if there is no valid keyring after the new
2973            preferences, start the key generation dialog.
2974    
2975    2001-10-22      Timo Schulz <[email protected]>
2976    
2977            Remove all MyGPGME code from the main project. Now we use the
2978            libmygpgme.dll to provide all cryptographic functions and interfaces.
2979    
2980            * wptKeylist.cpp (key_array_new): New.
2981            (key_array_release): New.
2982            (key_array_search): New.
2983            * wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was
2984            already checked and don't bother the user if all userid's were selected.
2985            * wptPassphraseCB.cpp (passphrase_cb_init): Now void.
2986            (passphrase_cb_gpgme): Ditto.
2987            (passphrase_callback_proc): Support for a list of recipients.
2988            * wptImportList.cpp (implist_add_key): Support for secret keys.
2989    
2990    2001-10-19  Timo Schulz <[email protected]>
2991    
2992        * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various
2993        option files.
2994        * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and
2995        use a popup menu.
2996        * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE
2997        plug-in.
2998        (gpgoe_unload_plugin): New.
2999    
3000    2001-10-17  Timo Schulz <[email protected]>
3001    
3002        * wptCurrWnd.cpp (get_window_contents): Only minimize the window
3003        when the clipboard contains text.
3004        * wptKeylist.cpp (keylist_add_key): Check only for invalid keys
3005        in the mainloop. The other flags are checked in the various cases.
3006        (add_key): Use the ** foo ** notation for invalid flags instead of
3007        skipping the key.
3008        * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print
3009        out a warning.
3010        Change all error messages to one header.
3011        (check_key_status): Check if the key is valid in the sense of
3012        revocation and expire dates. If not, print out a warning.
3013        (keymisc_dlg_proc): Use the new code.
3014    
3015    2001-10-16  Timo Schulz <[email protected]>
3016    
3017        * wptW32API.cpp (check_date): New.
3018        (get_open_filename): New.
3019        * wptDlgs.cpp (init_dtp): New. Initialize a special common control.
3020        * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates.
3021    
3022    2001-10-15  Timo Schulz <[email protected]>
3023    
3024        * wptFileManager.cpp (fm_wipe): New.
3025        (fm_set_status): Add temporary wipe status and handle default values.
3026        (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped
3027        files with a successful opeation.
3028        * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure.
3029        (keygen_cb_thread): New. Static dialog thread.
3030        (keygen_cb_dlg_create): New. Interface.
3031        (keygen_cb_dlg_destroy): New. Destroy the dialog.
3032        (keygen_cb): GPGME interface.
3033    
3034    2001-10-13  Timo Schulz <[email protected]>
3035    
3036        Set all ListviewControls to 'NULL' in all dialogs to be more crash
3037        resistent.
3038    
3039        * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface.
3040        * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto.
3041        * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto.
3042        * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
3043        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto.
3044        * wptStringUtil.cpp: Removed.
3045        * wptFileManager.cpp: Rewrote the complete interface code for
3046        the file manager.
3047        * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog.
3048    
3049    2001-10-10      Timo Schulz <[email protected]>
3050    
3051            * wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the
3052            file is longer then the keyid.
3053            (get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the
3054            entry is an userid.
3055            * wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file
3056            more then one time.
3057            (fm_add_dropped_files): Use it here.
3058        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common
3059        keys.
3060    
3061    2001-10-09  Timo Schulz <[email protected]>
3062    
3063        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return
3064        code of sunlink.
3065        * wptGPG.cpp (get_keyring_from_optfile): New.
3066        Renamed gpg_errstr to gpg_strerror.
3067        (set_default_key): New.
3068        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting.
3069        
3070    2001-10-08  Timo Schulz <[email protected]>
3071    
3072        * wptKeyserver (kserver_connect): If the proxy settings are valid,
3073        use the proxy port instead of the HKP port.
3074        (kserver_recvkey): Proxy support.
3075        (kserver_search_init): Ditto.
3076    
3077    2001-10-06  Timo Schulz <[email protected]>
3078    
3079        * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.
3080    
3081    2001-10-05  Timo Schulz <[email protected]>
3082    
3083        * wptKeylist.cpp: (addkey): Check if the used userID is not revoked.
3084        In the case it is, use the first userID.
3085        * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox.
3086        Remove the Pos column and add a status column instead.
3087        Add expire stuff for subkeys.
3088        (init_dtp): Initialize the common control.
3089        * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file
3090        into the clipboard.
3091        * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description
3092        of the ownertrust value.
3093        (keyprops_dlg_proc): Fixed ownertrust handling.
3094    
3095    2001-10-04  Timo Schulz <[email protected]>
3096    
3097        * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer.
3098        * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL.
3099        Both were pointed out my Timo (not me ;-)).
3100        * wptKeylist.cpp (add_key): Fix a typo and now the code is more
3101        strict with returned attributes.
3102        * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface
3103        for local signatures.
3104    
3105    2001-09-28  Timo Schulz <[email protected]>
3106    
3107        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle
3108        the double click messages.
3109        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3110        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3111        * wptFileManager.cpp (overwrite_file): Check if the file exists and
3112        then let the user decide.
3113        (fm_encrypt): Use the code here.
3114        (fm_sign): And here.
3115        (fm_sym_encrypt): And here. Now we use the passphrase dialog.
3116        (fm_decrypt): And here.
3117        * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need
3118        a secure wipe.
3119    
3120        Make the memory checking more strict.
3121    
3122    2001-09-27  Timo Schulz <[email protected]>
3123    
3124        * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who
3125        discovered this.
3126        * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the
3127        passphrase.
3128        * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to
3129        the various other dialogs to make the use more easier.
3130        * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here.
3131        * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto.
3132    
3133    
3134    2001-09-26  Timo Schulz <[email protected]>
3135    
3136        * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.
3137        (listbox_get_cursel): Ditto.
3138    
3139    
3140    2001-09-23  Timo Schulz <[email protected]>
3141    
3142        * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys.
3143        The same as the userid dialog.
3144        * wptWndSwitchDlg.cpp: Removed.
3145        * wptWipeExt.cpp: Removed. Code is now included.
3146        * wptGPGME.cpp (get_default_keyid): If the keyid from the options
3147        file is in the keycache.
3148        * wptKeylist.cpp (keylist_reload): New. Reload a keylist.
3149    
3150    2001-09-17  Timo Schulz <[email protected]>
3151    
3152        * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs
3153        who prevent the correct return value in the case of an clipboard error.
3154        (clip_parse_pgp_id): New. Returns the PGP message type.
3155        * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes.
3156        (hotkey_single_register): Return correct error value.
3157        (hotkey_single_unregister): Ditto.
3158        * wptW32API.cpp (get_thread_id): Removed.
3159        (attach_thread_input): Ditto.
3160        (detach_thread_input): Ditto.
3161        * wptCurrWnd.cpp (get_window_contents): Store main and focused window
3162        for later use.
3163        (set_window_contents): Use the new code.
3164    
3165    2001-09-16  Timo Schulz <[email protected]>
3166    
3167        * wptExtensions.h: New. This file is now used for the extenion
3168        declarations.
3169        * wptExtensions.new: (register_extensions): New. Enumerate and
3170        load all possible extensions.
3171        (unregister_extentions): New. Release all loaded extensions.
3172        * wptKeyserver.cpp (kserver_load_conf): Added support for different
3173        keyservers. Currently only HTTP/LDAP.
3174        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support.
3175        (hkp_recv_key): Ditto.
3176        * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents
3177        to set the focus.
3178        * (oe_check_recipient): New. Checks if the key is able to encrypt
3179        and valid in the sense of revocation.
3180    
3181    2001-09-14  Timo Schulz <[email protected]>
3182    
3183        * wptWAB.cpp: (wab_read): New. Interface to read all address book
3184        entries.
3185        (wab_open): New. Internal function to load the WAB.
3186        (wab_release): New. Release the WAB contexts.
3187        (wab_load): New. Load the contents of the WAB into a linked list.
3188        (addr_list_new): New. Linked address list.
3189        (addr_list_add): New.
3190        (addr_list_release): New.
3191    
3192    2001-09-13  Timo Schulz <[email protected]>
3193    
3194        * Revamped the whole plugin code for OE5.
3195        * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure.
3196        (oe_plugin_releae): New.
3197        (oe_plugin_init): New. Searches for the OE main window and select
3198        all the recipients from the fields.
3199        (oe_get_msg): This code now uses the menu command id's to
3200        execute the commands.
3201        (oe_set_msg): Ditto.
3202        (oe_encrypt): Changed for the new code.
3203        * wptMainProc.cpp (wpt_main_proc): Re-activate the code.
3204        * wptHotkeys.cpp: Ditto.
3205        * Removed the hook project.
3206    
3207    2001-09-12  Timo Schulz <[email protected]>
3208    
3209        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.
3210        Thanks to Rich who pointed this out.
3211    
3212    2001-09-07  Timo Schulz <[email protected]>
3213    
3214        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.
3215    
3216    2001-09-05  Timo Schulz <[email protected]>
3217    
3218        * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys.
3219        (clip_import): New. Handy function to import keys.
3220        * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase
3221        is too short.
3222    
3223    2001-09-04  Timo Schulz <[email protected]>
3224    
3225        * Rewrote most parts of the keymanager.
3226        * Ditto for the filemanager.
3227    
3228    2001-09-01  Timo Schulz <[email protected]>
3229    
3230        * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations.
3231        These code is now part of the key manager.
3232        * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions.
3233        * wptKeylist.cpp (get_key_algo): New.
3234        (get_key_created): New.
3235        (get_key_type): New.
3236        (get_key_size): New.
3237        (get_key_fpr): New.
3238        * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now
3239        a part of the keymanager.
3240    
3241    2001-08-31  Timo Schulz <[email protected]>
3242    
3243        * wptFileManager.cpp (fm_add_opened_files): New. Use a standard
3244        file open dialog instead of drag & drop.
3245        * wptHotkeys.cpp (hotkey_strerror): More detailed information which
3246        hotkey couldn't set up.
3247        (hotkey_register_single): Ditto.
3248    
3249    2001-08-30  Timo Schulz <[email protected]>
3250    
3251        * wptFilemanager.cpp (fm_encrypt): Add minor changes.
3252         (fm_decrypt): Ditto.
3253         (fm_sign): Ditto.
3254         (fm_verify): Make the code more modular.
3255         (fm_add_sig_stat): New. For new fm_verify code.
3256    
3257    2001-08-28  Timo Schulz <[email protected]>
3258    
3259        * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.
3260        * wptKeyserver.cpp (kserver_load_conf): Proxy support
3261        (kserver_connect): Ditto.
3262    
3263    2001-08-26  Timo Schulz <[email protected]>
3264    
3265        * wptFileManager.cpp (fm_entry_new): New.
3266        (fm_entry_release): New.
3267        (fm_state_new): New.
3268        (fm_state_release). New.
3269        (fm_get_current_file): New.
3270        * wptKeylist.cpp (strlist_add_recipients): New.
3271    
3272    2001-08-25  Timo Schulz <[email protected]>
3273    
3274        * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.
3275        (strlist_release): New. Release the linked list.
3276        (strlist_add): New.
3277    
3278    2001-08-21  Timo Schulz <[email protected]>
3279    
3280        * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it
3281        also supports "encrypt-to" entries as default keys.
3282        * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide
3283        secure wiping.
3284        (wipe_deinit_ext): New. Unload the DLL and free all pointer.
3285        (wipe_loaded_ext): New. Checks wether the DLL was loaded.
3286        * wptW32API.cpp (set_menu_state): New.
3287    
3288    2001-08-20  Timo Schulz <[email protected]>
3289    
3290        * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas.
3291        * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable
3292        the hotkeys. Automatically enable or disable the hotkey field depend
3293        on the switch.
3294    
3295    2001-08-17  Timo Schulz <[email protected]>
3296    
3297        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only
3298        one by default.
3299        * wptKeyList.cpp (keylist_add_to_recipients): Ditto.
3300        * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram
3301        entry in the registry in the case it's missing (whenever it's possible!).
3302        (check_gpg_path): Rewrite parts of the code.
3303    
3304    2001-08-11  Timo Schulz <[email protected]>
3305    
3306        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and
3307        separate the fingerprint from the othr information.
3308        * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the
3309        file, specified in the options line, does exist.
3310    
3311    2001-08-08  Timo Schulz <[email protected]>
3312    
3313        * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file.
3314        Support for more configurations.
3315        * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode.
3316        Add all strings to the translation suite.
3317        * Updated all NLS dialog strings.
3318        * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB.
3319        * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file,
3320        with a dynamic callback for the passphrase.
3321    
3322    2001-08-06  Timo Schulz <[email protected]>
3323    
3324        * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.
3325    
3326    2001-08-05  Timo Schulz <[email protected]>
3327    
3328        * wptKeylist.cpp (keylist_add_key): Change the schematics to support
3329        all keyids.
3330        * wptSigList.cpp (siglist_build): New. Interface code to load the
3331        signature list.
3332        * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build.
3333    
3334    2001-08-03  Timo Schulz <[email protected]>
3335    
3336        * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now
3337        we support this code in the key manager.
3338        * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands.
3339        * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request):
3340        Removed. The code moved into the main functions.
3341        (kserver_send), (kserver_recv): Ditto.
3342        (sock_write): Improved code.
3343        (sock_read): Ditto and some additional timeout.
3344        (sock_select): New. Figure out the socket state.
3345        (kserver_search_init): New. Make connection to the server.
3346        * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new
3347        keyserver code.
3348        * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker
3349        packet. Thanks to Alan.
3350        (check_for_symenc_data): Ditto.
3351        * wptFileManager.cpp (fm_get_file_type): Ditto.
3352        (fm_decrypt): Move the keycache in the if loop and fix the keycache
3353        type.
3354    
3355    2001-08-02  Timo Schulz <[email protected]>
3356    
3357        * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too.
3358        Useful in the case the file was generated but it's empty.
3359        * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos.
3360    
3361    
3362    2001-08-01  Timo Schulz <[email protected]>
3363    
3364        * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible
3365        request for uploading a key.
3366        (kserver_send_request): Use the urlencode to send the key.
3367        (sock_read): New. Improved read function to replace recv.
3368        (sock_write): New. Improved write function to replace send.
3369        * wptFileManager.cpp (fm_get_file_type): If the data is armored,
3370        call fm_check_armor_type().
3371        (fm_check_armor_type): New. Figure out the armor type of the data.
3372        * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the
3373        buttons. Optimized the code.
3374    
3375    2001-07-30  Timo Schulz <[email protected]>
3376    
3377        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code
3378        for the agent.
3379        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3380    
3381    2001-07-29  Timo Schulz <[email protected]>
3382    
3383        * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating
3384        a key revocation certificate. Add a hint to show how sentensive this
3385        data is.
3386        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the
3387        revocation.
3388        * wptAgent.cpp: Source for the server interface removed.
3389        (agent_is_avail): New. Checks if the agent is available.
3390        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code
3391        for the agent.
3392    
3393    2001-07-26  Timo Schulz <[email protected]>
3394    
3395        * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring
3396        exists. Useful if the keyring was moved during some commands.
3397        * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to
3398        Rich to discover this.
3399    
3400    2001-07-25  Timo Schulz <[email protected]>
3401    
3402        * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect
3403        serious GPG errors.
3404        * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption.
3405        Suggested by Graham.
3406        (fm_decrypt): Change code to support symmetric decryption.
3407        (fm_get_file_type): Fixed some typos.
3408    
3409    2001-07-24  Timo Schulz <[email protected]>
3410    
3411        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after
3412        reloading the keycache. Fixed the memory leaks. Thanks to Andreas.
3413        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform
3414        the user about errors.
3415        * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure
3416        in our own context.
3417        (treeview_insert_item): New. Handy function to insert an entry.
3418        (treeview_create_child_item): New. Insert a trustlist node.
3419        (treeview_add_trustpath): New. Add recursively the whole trust path
3420        int the tree view.
3421        * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the
3422        signature list contains entries with a NOKEY status.
3423        (recv_missing_keys): New. Receive all keys with a NOKEY as the signature
3424        status.
3425        * wptImportList.cpp (implist_load): New. Initialize the listview item
3426        with an import overview.
3427        * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead
3428        of the code.
3429        (print_import_status): Summarize the results. We need this because file
3430        import needs the same function.
3431        * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the
3432        file manager.
3433        * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key
3434        import from file.
3435        * wptFileManager.cpp (fm_import): New. Ditto.
3436        * wptKeyserver.cpp (kserver_connect): Take care for some return values
3437        and set the socket to non blocking mode.
3438        Moved the Winsock2 init code to wptMainProc.cpp
3439        * wptMainProc.cpp (wpt_main_proc): Wsock2 code.
3440        * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code.
3441    
3442    2001-07-22  Timo Schulz <[email protected]>
3443    
3444         * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New.
3445         (get_key_created): New. Transform ulong timestamp to ascii.
3446         (get_key_algo): New. Returns a formatted algorithm (depend on subkeys).
3447         (get_key_size): New. Returns a formatted size depend (depend on subkeys).
3448         * wptSigList.cpp (siglist_add_key): Fix the timestamp.
3449         * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace
3450         this with list trust path.
3451         * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function
3452         because we always check the signatures.
3453         * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New.
3454        
3455    2001-07-21  Timo Schulz <[email protected]>
3456    
3457        * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in
3458        the case of IDCANCEL.
3459        * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
3460        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair
3461        pair and only if activate the passphrase dlg items.
3462        Do sanity checks for all buttons that require key pairs.
3463        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code.
3464        
3465    2001-07-20  Timo Schulz <[email protected]>
3466    
3467        * wptKeyserver.cpp: (kserver_send_request): Correct the octect length
3468        of the request.
3469        (check_hkp_response): If an error ocurred, copy the error message into
3470        the static buffer.
3471        (kserver_strerror): Interface for the static error buffer.
3472        * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message
3473        box.
3474        (hkp_send_key): Add more verbose messages at the end.
3475        (hkp_recv_key): Ditto.
3476        (check_pattern): Rewrote the entire code to be more bug proof.
3477        * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate
3478        that the recipient list contains untrusted entries.
3479        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to
3480        force GPG to add the need options.
3481        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3482    
3483    2001-07-19  Timo Schulz <[email protected]>
3484    
3485        * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more
3486        detailed error messages in the case for a missing key or an included
3487        signature.
3488    
3489    2001-07-17  Timo Schulz <[email protected]>
3490    
3491        * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox
3492        and increment the 'cols' variable inside the structure for further use.
3493        (add_key): Watch for the 'cols' variable to figure out how much columns
3494        are used.
3495        * wptListView.cpp (listview_set_ext_style): Set an extended style for
3496        the given listview.
3497        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the
3498        selected server.
3499        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3500        * wptKeyserver.cpp (kserver_connect): IP address support. This is faster
3501        and no DNS lookup is needed.
3502    
3503    2001-07-14  Timo Schulz <[email protected]>
3504    
3505        * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding
3506        it to the signing keylist.
3507        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase
3508        is empty.
3509        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3510    
3511    
3512    2001-07-13  Timo Schulz <[email protected]>
3513    
3514        * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to
3515        the request. Arggg!
3516        (check_hkp_response): Add flag to differ between 'send' and 'recv' mode.
3517    
3518    
3519    2001-07-12  Timo Schulz <[email protected]>
3520    
3521        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,
3522        just quit without any messages. Suggested by Rich.
3523    
3524    
3525    2001-07-11  Timo Schulz <[email protected]>
3526    
3527        * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add
3528        the integer.
3529        (keyserver_create_conf): Create a config file instead of the error.
3530        * wptGPG.cpp (create_gpg_options): If the file doesn't exist create
3531        a default file. This prevents confusing error messages.
3532        (get_gpg_options): Use new code.
3533        * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells
3534        the user how to find the files.
3535    
3536    2001-07-05  Timo Schulz <[email protected]>
3537    
3538        * wptHotkey.cpp (mod_hotkeys): Fix a small typo.
3539    
3540    2001-07-04  Timo Schulz <[email protected]>
3541    
3542        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key
3543        if the user agree.
3544        * wptKeylist.cpp (keyload_load): Use the mode from the param, not
3545        the hardcoded.
3546        * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup.
3547        Rename 'load' to 'reload' to make sense with the new code.
3548        * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the
3549        registry stuff.
3550        * wptRegistry.cpp (set_reg_winpt_prefs): Ditto.
3551        (get_reg_winpt_prefs): Ditto.
3552        (regist_inst_winpt): Remove the old code.
3553        (register_single_filetype): Replacement for the old code.
3554    
3555    2001-07-01  Timo Schulz <[email protected]>
3556    
3557        * wptFileManager.cpp (fm_verify): New.
3558        (fm_decrypt): New.
3559        * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.
3560    
3561    
3562    2001-06-30  Timo Schulz <[email protected]>
3563    
3564        * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase
3565        code.
3566        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3567        * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto.
3568        * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager.
3569        (fm_delete): New.
3570        (fm_encrypt): New.
3571        (fm_get_current_pos): New.
3572        (fm_get_file_type): New.
3573        (fm_add_dropped_files): New.
3574    
3575    2001-06-29  Timo Schulz <[email protected]>
3576    
3577        * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent
3578        to send data to the clipboard.
3579        * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to
3580        destroy the window immediately.
3581        * wptKeyserver.cpp (kserver_getip): Removed.
3582        (kserver_get_langname): Removed.
3583        (kserver_load_conf): New. Load the keyserver.conf file and set the
3584        included keyserver addresses into the global context.
3585        * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the
3586        keyserver context.
3587        * wptImplist.cpp (get_key_date): New. Transform integer timestamp
3588        to ISO date.
3589        (implist_add_key): Now it uses the context instead of all single
3590        variables.
3591    
3592    2001-06-28  Timo Schulz <[email protected]>
3593    
3594        * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new
3595        flag variables to support RFC1991.
3596        (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991.
3597        (get_rfc1991_pktlen): Ditto.
3598    
3599    2001-06-27  Timo Schulz <[email protected]>
3600    
3601        * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type.
3602        (get_pkt_len): New. Extract the OpenPGP packet length.
3603        (parse_pke_sesskey): Read a public key encrypted session key
3604        but without data.
3605        * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the
3606        filename contains spaces. Just to make GPG happy.
3607        (file_manager_dlg_proc): Check if the file exist after encryption.
3608        * wptFile.cpp (get_keyid_from_file): Checks the file for an valid
3609        packet and then extract the keyid.
3610    
3611    2001-06-25  Timo Schulz <[email protected]>
3612    
3613        * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with
3614        the contents from the given cache context.
3615        (keylist_add_to_recipients): New. Add the selected keys to the
3616        recipient set.
3617        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist
3618        function to load the listview.
3619        * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto.
3620        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3621        * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid
3622        and the keyid hint.
3623    
3624    2001-06-24  Timo Schulz <[email protected]>
3625    
3626        * wptGPG.cpp (get_gpg_path): Add null termination to the string.
3627        Thanks to Jonathan who pointed this out.
3628        (get_gpg_prog): Ditto.
3629        (gpg_check_file_ext): Check the file extension for the given GPG
3630        type.
3631        (get_gpg_default_keyid): Return null if there isn't an entry in the
3632        options file.
3633        * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx
3634        style functions.
3635        * wptImpList.cpp (implist_add_key): Ditto.
3636        * wptSigList.cpp (siglist_add_key): Ditto.
3637        * wptVerifyList.cpp (verlist_add_key): Ditto.
3638    
3639    2001-06-23  Timo Schulz <[email protected]>
3640    
3641        * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the
3642        options file.
3643    
3644    2001-06-22  Timo Schulz <[email protected]>
3645    
3646        * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform
3647        keyserver seraching. As an additional feature it's also posible to
3648        import the keys directly.
3649    
3650    2001-06-18  Timo Schulz <[email protected]>
3651    
3652        * wptKeyserver.cpp (check_hkp_response): More detailed error check
3653        of the http response.
3654        (kserver_send_request): Debug mode now uses logfile.
3655        (kserver_recv_request): Ditto.
3656        (kserver_index_request): New. Create a request for a key index.
3657        (kserver_send): Now uses check_hkp_response.
3658        (kserver_recv): Ditto.
3659        (kserver_search): New. Start the key index loop.
3660        * wptKeyserverDlg.cpp (recv_key): Check if the key was really
3661        imported and received.
3662    
3663    2001-06-17  Timo Schulz <[email protected]>
3664    
3665        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the
3666        default key for signing.
3667    
3668    2001-06-16  Timo Schulz <[email protected]>
3669    
3670        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return.
3671        Corrected return values.
3672        * wptErrors.cpp (winpt_strerror): Removed all unused error strings.
3673        * wptGPG.cpp (get_gpg_path): Change to default path and prevent
3674        buffer overflows.
3675        (get_gpg_prog): Ditto.
3676    
3677    
3678    2001-06-15  Timo Schulz <[email protected]>
3679    
3680        * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode.
3681        Differ between the new keylist styles.
3682        * wptGPGME.cpp (keycache_xxx): Move the caching interface to this
3683        file. For an easier handling between dialogs and code.
3684        (keycache_rewind): New. Rewind a global keycache context.
3685        (keycache_next_key): New. Retrieve the next key from the keycache.
3686        (get_default_key): New. Return the default key, this is the secret
3687        key with the index 0.
3688        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key
3689        handling. Now the signer is set in any case. Prevent hanging GPG
3690        processes.
3691        * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory.
3692        (vm_safe_init_noswap): New. Initialize safe memory with tail data.
3693        See source for more information.
3694        (vm_safe_free): New. Free all used pointer and burn all buffers.
3695        (vm_safe_get): New. Get the begin of the alloced buffer.
3696        (vm_safe_set_swapfile): New. Set global swapfile name.
3697        (vm_safe_create_swapfile): New. Creats a swapfile and set its
3698        contents to zero.
3699    
3700    2001-06-12  Timo Schulz <[email protected]>
3701    
3702        * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is
3703        a big letter, otherwise convert.
3704        (preferences_dlg_proc): Check hotkeys.
3705        * wptKeylist.cpp (add_keys): Static functions to add a single key.
3706        (keylist_add_key): Now it adds all subkeys to the dialog.
3707        (keylist_alloc): Remove because it's not needed any longer.
3708        * wptImportList.cpp (implist_alloc): Ditto.    
3709        * wptSigList.cpp (siglist_alloc): Ditto.
3710        * wptVerifyList.cpp (verlist_alloc): Ditto.
3711    
3712    2001-06-10  Timo Schulz <[email protected]>
3713    
3714        * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single
3715        hotkey.
3716        (mod_hotkeys): Take care of the enable flags.
3717        (register_hotkeys): Ditto.
3718        (unregister_hotkeys): Ditto.
3719        * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist,
3720        don't try to modify hotkeys.
3721        * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to
3722        the foreground.
3723    
3724    2001-06-08  Timo Schulz <[email protected]>
3725    
3726        * wptHotkey.cpp (mod_hotkeys): Change code to support the new
3727        registry style.
3728        * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable
3729        single hotkeys. Suggested by Jonathan.
3730        * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable
3731        single hotkeys.
3732        * wptKeyserver.cpp (kserver_connect): Reset winsock error var.
3733        (keyserver_recv): Ditto.
3734        (keyserver_send): Ditto.
3735        (wsock_strerror): Returns a description of the winsock problem.
3736        * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer
3737        is valid.
3738    
3739    2001-06-07  Timo Schulz <[email protected]>
3740    
3741        * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,
3742        add windows title.
3743    
3744    2001-06-05  Timo Schulz <[email protected]>
3745    
3746        * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned
3747        buffer is valid. Remove the fixme, because it's possible that there
3748        were new cipher modules loaded.
3749        * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the
3750        context is valid.
3751        * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid.
3752        * wptW32API.cpp (status_box): New. Message box that is always forced
3753        to the foreground.
3754    
3755    2001-06-04  Timo Schulz <[email protected]>
3756    
3757        * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for
3758        the improved import status.
3759    
3760    
3761    2001-06-01  Timo Schulz <[email protected]>
3762    
3763        * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST:
3764        Release context in the case of an error.
3765        * wptMainProc.cpp (wpt_main_proc): Fix typo.
3766        * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use
3767        a static gpg object array that contains all filenames.
3768    
3769    
3770    2001-05-27  Timo Schulz <[email protected]>
3771    
3772        * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping.
3773        (get_reg_winpt_prefs): Ditto.
3774        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the
3775        gpg process finished.
3776        * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to
3777        a humand readable date.
3778    
3779    
3780    2001-05-25  Timo Schulz <[email protected]>
3781    
3782        * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen
3783        user id. End the dialog if there was an error during the Gpgme operations.
3784        * wptClipboard.cpp (clip_istext_avail): First check if the pointer is
3785        valid and then look at the length. Avoid crashes for some texts.
3786    
3787    2001-05-21  Timo Schulz <[email protected]>
3788    
3789        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid
3790        management.
3791        * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids
3792        from a special key.
3793    
3794    2001-05-20  Timo Schulz <[email protected]>
3795    
3796        * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries
3797        to figure out if both parts are available.
3798    
3799    2001-05-19  Timo Schulz <[email protected]>
3800    
3801        * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey
3802        flag is set, also disable all input items.
3803        (disable_dlg_item): New. Disable dialog items (windows).
3804        * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys
3805        flag isn't set.
3806        * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as
3807        a result the code only sended parts of the key.
3808        * wptConfig.cpp: Removed. Not used any longer.
3809    
3810    2001-05-18  Timo Schulz <[email protected]>
3811    
3812        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various
3813        edit key commands. In the case the dialog was canceled, return without
3814        modifying anything.
3815        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the
3816        signature. If it doesn't contain a valid key, do nothing.
3817        * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't
3818        quit the program. In some cases the hotkeys are possible locked.
3819        * WinPT.cpp (WinMain): If there is an error with the gpg program/path,
3820        give the user the chance to start the GPG preference dialog.
3821        * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey
3822        support. Flag to disable all hotkeys. Reload new hotkeys (in the case
3823        they changed). Load the registry entry on startup.
3824        * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the
3825        stored registry entries.
3826    
3827    2001-05-13  Timo Schulz <[email protected]>
3828    
3829        * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist
3830        the function create it.
3831        (set_reg_winpt_prefs): Use the new function to set the subkey values.
3832        All functions now return WPTERR_REGISTRY instead of 1.
3833        Add some error handling to prevent errors in the registry.
3834        * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard
3835        hotkeys and the caching time.
3836    
3837    
3838    2001-05-12  Timo Schulz <[email protected]>
3839    
3840        * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption
3841        call.
3842    
3843    2001-05-11  Timo Schulz <[email protected]>
3844    
3845        * wptMainProc (wpt_main_proc): Change all related menu entries from
3846        Encrypt & sign to Sign & Encrypt. Added the command to the current
3847        window menu and the handling of the window messages.
3848        * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text.
3849        * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT
3850        preferences in the registry.
3851        (get_reg_winpt_prefs): Read all preferences from the registry into
3852        the options context.
3853        * WinPT.cpp (WinMain): Read in the registry preferences at the begin
3854        and store it.
3855        * wptAgent.cpp (agent_init): Check if the environment variable
3856        GPG_AGENT_INFO is set, otherwise set it.
3857        (agent_is_running): Check wether the agent is running.
3858        (agent_start): Automated function that read all needed information
3859        from global variables.
3860    
3861    2001-05-10  Timo Schulz <[email protected]>
3862    
3863        * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve
3864        the handle of the specified window.
3865        * wptAgent.cpp (agent_timer_proc): Changed the agent interface
3866        to window messages instead of socket connections.
3867        * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog
3868        and menu entry.
3869        * wptPreferencesDlg.cpp: New.
3870    
3871    2001-05-09  Timo Schulz <[email protected]>
3872    
3873        * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket.
3874        (gpga_readn): Read 'n' bytes from a socket.
3875        (gpga_open): Open the interface to the GPG-Agent.
3876        (gpga_close): Close the GPG-Agent socket.
3877        (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent.
3878        (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits,
3879        this keys will be remove from the GPG-Agent cache.
3880        (agent_delete_fpr): Remove a fingerprint from the cache.
3881        (agent_init): Clear the cache.
3882        (agent_timer_proc): Remove all stored passphrases which were
3883        requested through the chache.
3884    
3885    2001-05-08  Timo Schulz <[email protected]>
3886    
3887        * wptKeyserver.cpp (wsock_init): Replace the kserver init
3888        code which initialized the Wsock2 interface.
3889        (wsock_end): Ditto.
3890        * wptAgent.cpp: Remove the passphrase caching code and add
3891        the GPG agent code.
3892    
3893    2001-05-05  Timo Schulz <[email protected]>
3894    
3895        * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve
3896        the current window handle. This code doesn't use the hook DLL.
3897        Thanks to Oliver Nittka for his patch.
3898        * wptErrors.cpp (winpt_strerror): Fixed a small typo.
3899        * wptGPG.cpp (check_last_gpg_access): Remove debug code.
3900        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading
3901        scheme to prevent reloading the cache twice.
3902    
3903    2001-05-04  Timo Schulz <[email protected]>
3904    
3905        * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp.
3906        * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg):
3907        Move all the GPGME specific code to the main dialog. Now only
3908        the context values are set.
3909        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust
3910        code.
3911    
3912    2001-05-02  Timo Schulz <[email protected]>
3913    
3914        * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional
3915        subkeys for the mainkeys.
3916        * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground
3917        window flag.
3918        * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the
3919        addkey feature.
3920    
3921    2001-05-01  Timo Schulz <[email protected]>
3922    
3923        * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence
3924        to a window.
3925        (wnd_msg_copy): New. Send the CTRL+c key sequence to a window.
3926        (wnd_msg_paste): New. Send the CTRL+v key sequence to a window.
3927        (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos.
3928        * wptMainProc.cpp (wpt_main_proc): Fix some message string for
3929        the hotkey handling. Quit the program if a registration procedure
3930        failed.
3931        * wptErrors.cpp (log_box): Improved log handling to dump states
3932        of variables during regression tests.
3933    
3934    2001-04-30  Timo Schulz <[email protected]>
3935    
3936        * wptClipEditDlg.cpp: Now the dialog uses the Courier font to
3937        enhance the format of keys and other GPG data.
3938        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod
3939        flag after receiving a key.
3940        * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when
3941        no listbox entry was choosen.
3942        * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to
3943        the NLS suite.
3944        * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag
3945        instead of refresh the keycache.
3946    
3947    2001-04-29  Timo Schulz <[email protected]>
3948    
3949        * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items.
3950        (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the
3951        adduid command.
3952        * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize
3953        the dialog with a KEY structure that holds the keyid and the userid.
3954        * wptWndHook.cpp: Remove the global context and use instead of it
3955        static variables. Put all static variables into the SHARED data
3956        segment in the DLL.
3957    
3958    2001-04-28  Timo Schulz <[email protected]>
3959    
3960        * wptGPGME.cpp: New. Move some additional GPGME code into WinPT.
3961        So it's easier to update GPGME and we can use NLS to translate
3962        error strings.
3963        * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code
3964        because we only use it here.
3965        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase'
3966        feature to the edit-key interface.
3967    
3968    2001-04-27  Timo Schulz <[email protected]>
3969    
3970        * wptCurrWnd.cpp (get_window_contents): Change the code for the last
3971        window concept. Thanks to Oliver.
3972        (set_window_contents): Add some stuff to set the position if the
3973        current window is an edit control.
3974        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid'
3975        stuff.
3976        * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to
3977        create a new user id for a GPG key.
3978    
3979    2001-04-26  Timo Schulz <[email protected]>
3980    
3981        * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various
3982        edit-key commands.
3983        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit
3984        key code.
3985    
3986    2001-04-25  Timo Schulz <[email protected]>
3987    
3988        * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME
3989        callback system to pass the keyedit information to GPG.
3990        * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto.
3991    
3992    2001-04-24  Timo Schulz <[email protected]>
3993    
3994        * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview
3995        item and set it to zero.
3996        * wptSignDlg.cpp (sign_dlg_proc): Ditto.
3997        * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto.
3998        * wptVerifyDlg.cpp (verify_dlg_proc): Ditto.
3999        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto.
4000        (keymisc_dlg_proc): Provide the functionality to delete key pairs
4001        secret+public.
4002        * wptWndHook.cpp (is_winpt_wnd): Remove this function and put
4003        all code into (check_wnd).
4004        (check_wnd): Check if the window doesn't is a application related
4005        window.
4006    
4007    2001-04-23  Timo Schulz <[email protected]>
4008    
4009        * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality
4010        is not needed because all dialog windows are top level windows.
4011    
4012    2001-04-22  Timo Schulz <[email protected]>
4013    
4014        * wptGPG.cpp (check_last_gpg_access): Reset switch before testing
4015        the condition.
4016        * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate
4017        all children windows.
4018        (find_parent_wnd_proc): New. Callback to enumerate all parent windows.
4019        (find_window): New. Return if the specified windows as found.
4020        * wptW32API.cpp: (dialog_box_param): New. Alias with the additional
4021        feature to check if the dialog already exist (and then preventing
4022        the creation).
4023        * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with
4024        then new dialog_box_param function. Thanks to Martin who told me
4025        about this dialog problem.
4026        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto.
4027        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the
4028        new signature buttons.
4029    
4030    2001-04-21  Timo Schulz <[email protected]>
4031    
4032        * wptWndHook.cpp (install_cbt_hook): Remove the thread because the
4033        system already is into a DLL.
4034        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use
4035        instead of it a button to check the key signatures.
4036        * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp
4037        from the given gpg object.
4038        (check_last_gpg_access): New. Compare the last file timestamp with the
4039        new timestamp.
4040        (init_gpg_table): New. Initialize the table with gpg objects who shall
4041        be watched.
4042        (keyring_check_last_access): Use the new code.
4043        * wptCurrWnd.cpp (set_window_contents): Restore the window if it is
4044        now iconic.
4045        * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the
4046        current window stuff.
4047    
4048    2001-04-17  Timo Schulz <[email protected]>
4049    
4050        * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window
4051        belongs to the taskbar area.
4052        (is_winpt_wnd): New. Alias to check if the window belongs to WinPT.
4053        (cbt_proc): Change code to include both functions.
4054        * wptCurrWnd.cpp (get_window_contents): Add switch if we use the
4055        foreground or the CBT window.
4056        * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the
4057        current window mode set the no_cbt variable.
4058        * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring
4059        was modified by an external program.
4060        * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external
4061        keyring changes.
4062    
4063    2001-04-16  Timo Schulz <[email protected]>
4064    
4065        * wptWndHook,cpp (cbt_proc): Compare process ids to differ between
4066        WinPT and normal windows.
4067        (install_cbt_hook): Add pid to the context.
4068    
4069    2001-04-14  Timo Schulz <[email protected]>
4070    
4071        * wptCurrWnd.cpp: (get_window_contents): Add an event to switch
4072        the windows. This is needed by the current code.
4073        (set_window_contents): Ditto.
4074        * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog
4075        and force it to the foreground. This is the event needed by the code
4076        above.
4077        (create_wndswitch_event): Execute the dialog.
4078        * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey
4079        section. Add message entries for the code.
4080        * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE
4081        mailer code.
4082        (insert_window_from_clip): Ditto.
4083        * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add
4084        the event to switch the windows.
4085        (oe_get_message): Ditto.
4086    
4087    2001-04-13  Timo Schulz <[email protected]>
4088    
4089        * wptMailPlugin.cpp: (oe_set_message): Change the id's for
4090        the attach_thread_input.
4091        (oe_get_message): Ditto.
4092        * wptCurrWnd.cpp: (get_window_contents): Ditto.
4093        (set_window_contents): Ditto.
4094    
4095    2001-04-12  Timo Schulz <[email protected]>
4096    
4097        * wptHotkeys.cpp: (register_single_hotkey): Add code for the current
4098        window stuff.
4099        * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window
4100        hotkeys.
4101        * wptW32API.cpp: (attach_thread_input): Split up the functions into
4102        two parts. The attach flags is always set.
4103        (detach_thread_input): See above. The attach flags is never set.
4104        * wptCurrWnd.cpp: New. Code for the current window stuff.
4105        (get_window_contents): Extract the text from the given window to
4106        the clipboard.
4107        (set_window_contents): Insert clipboard into the given window.
4108    
4109    2001-04-09  Timo Schulz <[email protected]>
4110    
4111        * wptGPG.cpp: (check_line): Ignore empty lines.
4112        (check_gpg_options): Ditto.
4113    
4114    2001-04-09  Timo Schulz <[email protected]>
4115    
4116        * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet
4117        type. Kludge for decrypt/verify.
4118        * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the
4119        code into the decrypt routine.
4120        * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start
4121        the key management after import.
4122    
4123    2001-04-07  Timo Schulz <[email protected]>
4124    
4125        * wptAgent.cpp: (agent_new): Rename to agent_init and modify source.
4126        (agent_destroy): Ditto.
4127        (agent_passphrase_cache): Ditto.
4128        (agent_passphrase_remove): Ditto.
4129        (agent_passphrase_get): Ditto.
4130    
4131    2001-04-06  Timo Schulz <[email protected]>
4132    
4133        * wptGPG.cpp: (check_gpg_path): Fix a small error.
4134        * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the
4135        first time a user started WinPT.
4136        * wptClipboard.cpp: (clip_isalready_secured): Check the begin and
4137        end PGP header.
4138    
4139    2001-04-06  Timo Schulz <[email protected]>
4140    
4141        * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.
4142        * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the
4143        ownertrust dialog.
4144    
4145    2001-04-04  Timo Schulz <[email protected]>
4146    
4147        * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static
4148        passphrase. Now a callback context is used.
4149        (passphrase_cb): Ditto.
4150        (clip_decrypt_dlg): Ditto.
4151        * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook.
4152        (install_cbt_hook): Modify for the new thread model.
4153        (remove_cbt_hook): Ditto.
4154        * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe.
4155        (delete_critical_section): Ditto.
4156        (lock): Ditto.
4157        (unlock): Ditto.
4158    
4159    2001-04-02  Timo Schulz <[email protected]>
4160    
4161        * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable.
4162        * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only
4163        contains valid keys.
4164        * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto.
4165    
4166    2001-03-31  Timo Schulz <[email protected]>
4167    
4168        * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,
4169        the GPG default key will be used.
4170    
4171    2001-03-30  Timo Schulz <[email protected]>
4172    
4173        * wptW32API.cpp: (new_strdup): Remove.
4174        * wptW32API.h: Ditto.
4175        * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window.
4176        * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields.
4177    
4178    2001-03-28  Timo Schulz <[email protected]>
4179    
4180        * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc):
4181        Added the keyid to the "no trust" message.
4182        * wptKeyserverDlg.cpp: (check_pattern): New:
4183        Do some sanity checks of the search pattern.
4184        * wptMainProc.cpp: (wpt_main_proc): Add agent support.
4185        * wptHotkey.cpp: Add agent support.
4186    
4187    2001-03-21  Timo Schulz <[email protected]>
4188    
4189        * WinPT.cpp: (WinMain): Re-activate the enable debug switch.
4190        * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.
4191    
4192    2001-03-20  Timo Schulz <[email protected]>
4193    
4194        * wptClipDecryptDlg.cpp: Rewrote
4195    
4196    2001-03-19  Timo Schulz <[email protected]>
4197    
4198        * wptVerifyList.cpp: New control for the verify dialog.
4199        * wptClipVerifyDlg.cpp: Rewrote
4200    
4201    2001-03-18  Timo Schulz <[email protected]>
4202    
4203        * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.
4204        * wptAgent.cpp: New: Experimental passphrase caching.
4205    
4206    2001-03-16  Timo Schulz <[email protected]>
4207    
4208        * wptDlgs.h: Add new dialog callback function.
4209        * wptKeysigDlg.cpp: New. Key signature listing dialog.
4210    
4211    2001-03-15  Timo Schulz <[email protected]>
4212    
4213        * wptClipEncryptDlg.cpp: Fix translation.
4214        * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).
4215        * wptKeymiscDlg.cpp: Fix the key deleting stuff.
4216    
4217    2001-02-27  Timo Schulz <[email protected]>
4218    
4219        * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.
4220        * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):
4221        Fixed.
4222    
4223    2001-02-25  Timo Schulz <[email protected]>
4224    
4225        * wptGPGPrefsDlg.cpp: Add some new translation strings.
4226        * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.
4227        * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.
4228        * wptClipImportDlg.cpp: Finished basic interface.
4229    
4230    2001-02-24  Timo Schulz <[email protected]>
4231    
4232        * wptGPG.cpp: (check_gpg_path): Fix a bug.
4233       (check_gpg_options): Fix some bugs.
4234    
4235    2001-02-22  Timo Schulz <[email protected]>
4236    
4237        * wptGPG.cpp: (check_line): New. Check if the line contains a valid
4238        gpg argument.
4239        (check_gpg_options): New. Parses each buffer line to check_line().
4240    
4241    2001-02-21  Timo Schulz <[email protected]>
4242    
4243        * wptGPG.cpp: Fix the check_gpg_optfile() code.
4244            (gpg_errstr): Define some error constants to be more verbose.
4245            (set_gpg_options): New. Manipulate the options file.
4246            (get_gpg_options): New. Read in the options file.
4247        * wptFile.cpp: (get_file_size): New.
4248        * wptGPGOptDlg.cpp: New. Dialog for editing the options file
4249    
4250    2001-02-20  Timo Schulz <[email protected]>
4251    
4252        * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.
4253        * wptClipImportDlg.cpp: Add some new code.
4254    
4255    2001-02-19  Timo Schulz <[email protected]>
4256    
4257        * wptRegistry.cpp: (is_installed): Remove.
4258        (regist_inst_winpt): Add selfcheck.
4259        (regist_inst_gpg): New. Add gpg releated registry entries.
4260        (regist_inst_mo): New. Add nls related path.
4261        (get_reg_entry), set_reg_entry(): Modify to be more flexible.
4262        (set_reg_entry_gpg): Handy functions for get_reg_entry.
4263        (set_reg_entry_mo): Ditto.
4264        (get_reg_entry_gpg): Ditto.
4265        (get_reg_entry_mo(): Ditto.
4266        * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.
4267        * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.
4268        include keyring entries (2x)
4269        (check_gpg_path): Include the check_gpg_optfile() check.
4270    
4271    2001-02-17  Timo Schulz <[email protected]>
4272    
4273        * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from
4274        the registry.
4275        (set_reg_entry): Set a gnupg registry key.
4276        * wptGPG.cpp: Modify all function for the use with get_reg_entry().
4277        * WinPT.cpp: Change the way for the gpg searching mechanism.
4278        * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.
4279        * wptClipImportDlg.cpp: (key import dialog): New.
4280        * wptKeylistElement.cpp:
4281        (wpt_lv_implist_build): Build up the key import list.
4282        (wpt_lv_implist_add_key): Insert a key into the import list.
4283        (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.
4284    
4285    2001-02-10  Timo Schulz <[email protected]>
4286    
4287        * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.
4288        * wptKeylistElement.cpp: New.
4289        * wptListElement.cpp: Remove.
4290        * wptW32API.cpp: Insert all lv_*** functions.
4291        * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.
4292        (wpt_lv_keylist_release_keys): Ditto.
4293        * wptW32API.cpp: (w32_get_thread_id): New.
4294        (w32_attach_thread_input): New.
4295        * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.
4296        (oe_get_message): Add thread attach mechanism.
4297        (oe_encrypt): Modify for the attach treach mechanism.
4298        Add sanity check for recipients.
4299    
4300    2001-02-07    Timo Schulz <[email protected]>
4301    
4302        * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.
4303        * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.
4304    
4305    2001-02-04    Timo Schulz <[email protected]>
4306    
4307        * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.
4308        * wptMainProc.cpp: (wpt_main_proc):
4309        Remove ciphertext checks for signing and encrypting.
4310        (allow double encryption).
4311    
4312    2001-02-03  Timo Schulz <[email protected]>
4313    
4314        * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.
4315        (oe_find_addr_window): Ditto.
4316        (oe_find_main_window): Ditto.
4317    
4318    2001-02-02  Timo Schulz <[email protected]>
4319    
4320        * wptW32API.cpp: (w32_hit_key): New.
4321        (w32_rel_key): New.
4322        (w32_copy_to_clip): New.
4323        (w32_insert_from_clip): New.
4324        (w32_get_clip_text): New.
4325        (w32_set_clip_text: New.
4326        (w32_show_if_icon): New.
4327    
4328    2001-02-01 Timo Schulz <[email protected]>
4329    
4330        * wptW32API.cpp: (w32_get_edit_text): New.
4331        (w32_set_menu_text): New.
4332        (w32_strdup): New.
4333        * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.
4334        * Create all dialogs windows in the foreground.
4335    
4336    2001-01-31  Timo Schulz <[email protected]>
4337    
4338        * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.
4339        * wptW32API.cpp: New.
4340        * WinPT.cpp: (WinMain): Change the keyring checking code.
4341    
4342    2001-01-29  Timo Schulz <[email protected]>
4343    
4344        * wptClipboard.cpp: (clip_is_already_secure):
4345        Modify the pgp data detection.
4346    
4347    2001-01-28  Timo Schulz <[email protected]>
4348    
4349        * wptHotkey.cpp: (register_hotkey): Hotkey registration.
4350        (unregister_hotkey): Hotkey removing.
4351        * wptHokey.h: New.
4352        * wptWndHook.cpp:
4353        (wpt_cpt_proc): Window hook to save the current windows.
4354        * wptWndHoo.h: New.
4355        * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.
4356        * WinPT.cpp: (WinMain): Add hotkey registration.
4357    
4358    2001-01-21  Timo Schulz <[email protected]>
4359    
4360        * wptNLS.cpp: ported to C++.
4361        (gettext): Remove CP850 to ISO88591 conversation.
4362    

Legend:
Removed from v.8  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26