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

Diff of /trunk/Src/ChangeLog

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

revision 14 by twoaday, Wed May 4 07:59:42 2005 UTC revision 225 by twoaday, Tue Jun 6 13:37:59 2006 UTC
# Line 1  Line 1 
1  2001-01-21  Timo Schulz <[email protected]>  2006-06-06  Timo Schulz  <[email protected]>
2    
3      * wptNLS.cpp: ported to C++.          * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
4      (gettext): Remove CP850 to ISO88591 conversation.          if no expire date were given.
5            
6  2001-01-28  Timo Schulz <[email protected]>  2006-06-05  Timo Schulz  <[email protected]>
7    
8      * wptHotkey.cpp: (register_hotkey): Hotkey registration.          * wptPassphraseDlg.cpp (request_passphrase): Release mem
9      (unregister_hotkey): Hotkey removing.          in case of errors.
10      * wptHokey.h: New.          (request_key_passphrase): New.
11      * wptWndHook.cpp:          (set_passphrase_hint): New.
12      (wpt_cpt_proc): Window hook to save the current windows.          * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
13      * wptWndHoo.h: New.          hint. Suggested by vedaal.
14      * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.          
15      * WinPT.cpp: (WinMain): Add hotkey registration.  2006-06-03  Timo Schulz  <[email protected]>
16    
17  2001-01-29  Timo Schulz <[email protected]>          * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
18            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
19      * wptClipboard.cpp: (clip_is_already_secure):          the case that 'encrypt-to' points to a non-existing item.
20      Modify the pgp data detection.          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
21            the dialog if an error occurred.
22  2001-01-31  Timo Schulz <[email protected]>          * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
23            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
24      * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.          in case of errors.
25      * wptW32API.cpp: New.          * wptKeyserverDlg.cpp (check_pattern): Improved code.
26      * WinPT.cpp: (WinMain): Change the keyring checking code.          (keyserver_dlg_proc): All comparisons are case insentensive.
27            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
28  2001-02-01 Timo Schulz <[email protected]>          
29    2006-06-02  Timo Schulz  <[email protected]>
30      * wptW32API.cpp: (w32_get_edit_text): New.  
31      (w32_set_menu_text): New.          * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
32      (w32_strdup): New.          
33      * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.  2006-06-01  Timo Schulz  <[email protected]>
34      * Create all dialogs windows in the foreground.  
35            * wptKeyserver.cpp (check_URL): change semantic.
36  2001-02-02  Timo Schulz <[email protected]>          (skip_type_prefix): Use check_URL().
37            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
38      * wptW32API.cpp: (w32_hit_key): New.          include secret keyring backups. Change all callers.
39      (w32_rel_key): New.          * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
40      (w32_copy_to_clip): New.          (set_reg_winpt_prefs): Likewise.
41      (w32_insert_from_clip): New.          * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
42      (w32_get_clip_text): New.          
43      (w32_set_clip_text: New.  2006-05-29  Timo Schulz  <[email protected]>
44      (w32_show_if_icon): New.  
45            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
46  2001-02-03  Timo Schulz <[email protected]>  
47    2006-05-27  Timo Schulz  <[email protected]>
48      * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.  
49      (oe_find_addr_window): Ditto.          * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
50      (oe_find_main_window): Ditto.          passphrase requests.
51            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
52  2001-02-04    Timo Schulz <[email protected]>          for global use.
53            * wptFileManager.cpp (fm_decrypt): Use it here.
54      * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
55      * wptMainProc.cpp: (wpt_main_proc):          
56      Remove ciphertext checks for signing and encrypting.  2006-05-25  Timo Schulz  <[email protected]>
57      (allow double encryption).  
58            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
59  2001-02-07    Timo Schulz <[email protected]>          * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
60            * wptVerifyList.cpp (verlist_build): New argument type.
61      * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.          Change all callers.
62      * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.          (verlist_set_info_control): New.
63            (verlist_set_additional_info): New.
64  2001-02-10  Timo Schulz <[email protected]>          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
65            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
66      * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.          * wptFileCBS.cpp (read_cb, write_cb): Add logging.
67      * wptKeylistElement.cpp: New.          
68      * wptListElement.cpp: Remove.  2006-05-23  Timo Schulz  <[email protected]>
69      * wptW32API.cpp: Insert all lv_*** functions.  
70      * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.          * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
71      (wpt_lv_keylist_release_keys): Ditto.          problem.
72      * wptW32API.cpp: (w32_get_thread_id): New.          (keyedit_main_dlg_proc): Popup menu for the user ID list
73      (w32_attach_thread_input): New.          with common commands.
74      * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
75      (oe_get_message): Add thread attach mechanism.          disable search for ldap servers.
76      (oe_encrypt): Modify for the attach treach mechanism.          Use subkeys.pgp.net by default when no server was selected.
77      Add sanity check for recipients.  
78    2006-05-22  Timo Schulz  <[email protected]>
79  2001-02-17  Timo Schulz <[email protected]>  
80            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
81      * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from          Support for the new 'default ext' value.
82      the registry.          * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
83      (set_reg_entry): Set a gnupg registry key.          (prefs_dlg_proc): Likewise.
84      * wptGPG.cpp: Modify all function for the use with get_reg_entry().          * wptFileManager.cpp (file_get_extension): Likewise.
85      * WinPT.cpp: Change the way for the gpg searching mechanism.          (get_output_file): Likewise.
86      * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.          (fm_export): Likewise.
87      * wptClipImportDlg.cpp: (key import dialog): New.          
88      * wptKeylistElement.cpp:  2006-05-20  Timo Schulz  <[email protected]>
89      (wpt_lv_implist_build): Build up the key import list.  
90      (wpt_lv_implist_add_key): Insert a key into the import list.          * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
91      (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.          process call when no photo is available.
92            (keyprops_dlg_proc): avoid static data.
93  2001-02-19  Timo Schulz <[email protected]>          * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
94            of on demand key requests.
95      * wptRegistry.cpp: (is_installed): Remove.          (show_verify_result): Likewise.
96      (regist_inst_winpt): Add selfcheck.          (secret_key_available): Likewise.
97      (regist_inst_gpg): New. Add gpg releated registry entries.          (fm_decrypt, fm_sign): Handle the new on demand key request
98      (regist_inst_mo): New. Add nls related path.          mode and free all memory.
99      (get_reg_entry), set_reg_entry(): Modify to be more flexible.          
100      (set_reg_entry_gpg): Handy functions for get_reg_entry.  2006-05-15  Timo Schulz  <[email protected]>
101      (set_reg_entry_mo): Ditto.  
102      (get_reg_entry_gpg): Ditto.          * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
103      (get_reg_entry_mo(): Ditto.          apply patch. Thanks to vedaal.
104      * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.          
105      * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.  2006-05-14  Timo Schulz  <[email protected]>
106      include keyring entries (2x)  
107      (check_gpg_path): Include the check_gpg_optfile() check.          * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
108            preferred keyserver URL.
109  2001-02-20  Timo Schulz <[email protected]>          * wptHTTP.cpp (extractHostInfo): Fix segv.
110            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
111      * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.          gpg.conf.
112      * wptClipImportDlg.cpp: Add some new code.          * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
113            assume an existing user id.
114  2001-02-21  Timo Schulz <[email protected]>          * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
115            if no passphrase is available.
116      * wptGPG.cpp: Fix the check_gpg_optfile() code.  
117          (gpg_errstr): Define some error constants to be more verbose.  2006-05-13  Timo Schulz  <[email protected]>
118          (set_gpg_options): New. Manipulate the options file.  
119          (get_gpg_options): New. Read in the options file.          * wpMainProc.cpp (secret_key_available): Move it...
120      * wptFile.cpp: (get_file_size): New.          * wptGPGME.cpp: ..to this file.
121      * wptGPGOptDlg.cpp: New. Dialog for editing the options file          (check_ultimate_trusted_key): Handle the case there
122            is no secret key available.
123  2001-02-22  Timo Schulz <[email protected]>          * wptFileManagerDlg.cpp (update_ui_items): Improved.
124            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
125      * wptGPG.cpp: (check_line): New. Check if the line contains a valid          some functions when no secret key is available.
126      gpg argument.          * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
127      (check_gpg_options): New. Parses each buffer line to check_line().          code and also display pubkey algorithm.
128            * wptKeyserver.cpp (safe_alloc): New.
129  2001-02-24  Timo Schulz <[email protected]>          (count_keys_in_response): New.
130            (parse_pub_record): New.
131      * wptGPG.cpp: (check_gpg_path): Fix a bug.          (parse_uid_record): New.
132     (check_gpg_options): Fix some bugs.          (kserver_release_key): New.
133            (kserver_search_begin, kserver_search_next_key):
134  2001-02-25  Timo Schulz <[email protected]>          Adjust for the machine readable output. Removed old code.
135            (parse_keyserver_url): New.
136      * wptGPGPrefsDlg.cpp: Add some new translation strings.          * wptUtil.cpp (substr): New.
137      * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.          * wptKeyManager.cpp (km_refresh_one_key): Properly
138      * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.          parse the keyserver URL.
139      * wptClipImportDlg.cpp: Finished basic interface.          
140    2006-05-11  Timo Schulz  <[email protected]>
141  2001-02-27  Timo Schulz <[email protected]>  
142            * wptPassphraseCB.cpp (release_gpg_recipients): New.
143      * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.          (release_gpg_recipients): Use it here.
144      * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):          * wptFileManager.cpp (fm_decrypt): List all recipients.
145      Fixed.          Thanks to vedaal.
146            * wptGPG.cpp (extract_keyid): New.
147  2001-03-15  Timo Schulz <[email protected]>          (get_gnupg_default_key): Use it here.
148            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
149      * wptClipEncryptDlg.cpp: Fix translation.          one-pass-sigs again.
150      * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).          
151      * wptKeymiscDlg.cpp: Fix the key deleting stuff.  2006-05-09  Timo Schulz  <[email protected]>
152    
153  2001-03-16  Timo Schulz <[email protected]>          * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
154            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
155      * wptDlgs.h: Add new dialog callback function.          * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
156      * wptKeysigDlg.cpp: New. Key signature listing dialog.          
157    2006-05-07  Timo Schulz  <[email protected]>
158  2001-03-18  Timo Schulz <[email protected]>  
159            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
160      * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.          * wptKeyserver.cpp (wsock_strerror): Likewise.
161      * wptAgent.cpp: New: Experimental passphrase caching.          * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
162            Change all callers.
163  2001-03-19  Timo Schulz <[email protected]>          * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
164            problem.
165      * wptVerifyList.cpp: New control for the verify dialog.          
166      * wptClipVerifyDlg.cpp: Rewrote  2006-05-06  Timo Schulz  <[email protected]>
167    
168  2001-03-20  Timo Schulz <[email protected]>          * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
169            sorting order if available.
170      * wptClipDecryptDlg.cpp: Rewrote          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
171            for the key ID.
172  2001-03-21  Timo Schulz <[email protected]>          (get_pref_cipher): Differ between the AES algorithm IDs.
173            (key_is_valid): New.
174      * WinPT.cpp: (WinMain): Re-activate the enable debug switch.          * wptKeyserverDlg.cpp (check_pattern): Simplified.
175      * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.          
176    2006-05-03  Timo Schulz  <[email protected]>
177  2001-03-28  Timo Schulz <[email protected]>  
178            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
179      * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc):          Thanks to Mathias.
180      Added the keyid to the "no trust" message.          
181      * wptKeyserverDlg.cpp: (check_pattern): New:  2006-05-02  Timo Schulz  <[email protected]>
182      Do some sanity checks of the search pattern.  
183      * wptMainProc.cpp: (wpt_main_proc): Add agent support.          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
184      * wptHotkey.cpp: Add agent support.          caption for the radio button group.
185            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
186  2001-03-30  Timo Schulz <[email protected]>          * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
187            ldap_recvkey): Avoid fixed buffers.
188      * wptW32API.cpp: (new_strdup): Remove.          (do_spawn_ldap_helper): New.
189      * wptW32API.h: Ditto.          (ldap_recvkey): Factor out code into helper function.
190      * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window.          * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
191      * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields.          Increase width of the list box to make sure even large
192            user IDs will be completly displayed.
193  2001-03-31  Timo Schulz <[email protected]>          
194    2006-05-01  Timo Schulz  <[email protected]>
195      * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,  
196      the GPG default key will be used.          * WinPT.cpp (WinMain): Check if the user has admin privileges.
197            * wptW32API.cpp (user_is_admin): New.
198  2001-04-02  Timo Schulz <[email protected]>          * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
199            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
200      * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable.          to re-activate the window again.
201      * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only          * wptKeylist.cpp (get_key_trust2): Differ between "full"
202      contains valid keys.          and "ultimate".
203      * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto.          * wptKeyCache.cpp (keycache_prepare2): Primary user-id
204            has now highest priority.
205  2001-04-04  Timo Schulz <[email protected]>          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
206            system.
207      * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static          
208      passphrase. Now a callback context is used.  2006-04-30  Timo Schulz  <[email protected]>
209      (passphrase_cb): Ditto.  
210      (clip_decrypt_dlg): Ditto.          * wptKeyCache.cpp (gpg_keycache_release): Release revoker
211      * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook.          list if needed.
212      (install_cbt_hook): Modify for the new thread model.          * wptKeyRevokersDlg.cpp (key_get_revokers): New.
213      (remove_cbt_hook): Ditto.          (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
214      * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe.          * wptKeyEditDlgs.cpp (check_desig_rev): New.
215      (delete_critical_section): Ditto.          (do_editkey_minimize): New.
216      (lock): Ditto.          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
217      (unlock): Ditto.          generate a revoc cert as a desig revoker.
218            
219  2001-04-06  Timo Schulz <[email protected]>  2006-04-29  Timo Schulz  <[email protected]>
220    
221      * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.          * wptVerifyList.cpp (verlist_build): Adjusted code for new
222      * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the          list view interface.
223      ownertrust dialog.          * wptSigList.cpp (siglist_build): Likewise.
224            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
225  2001-04-06  Timo Schulz <[email protected]>          to display the preferences of the selected UID. Thanks to Mathias.
226            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
227      * wptGPG.cpp: (check_gpg_path): Fix a small error.          of an error.
228      * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the          * wptKeyCache.cpp (gpg_keycache_update_key): Always update
229      first time a user started WinPT.          the utf8 decoded uid list.
230      * wptClipboard.cpp: (clip_isalready_secured): Check the begin and          * wptImportList.cpp (decode_userid): Do utf8 decoding here.
231      end PGP header.          * wptListView.cpp (listview_new): New param for HWND handle.
232            Change all callers.
233  2001-04-07  Timo Schulz <[email protected]>          * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
234            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
235      * wptAgent.cpp: (agent_new): Rename to agent_init and modify source.          * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
236      (agent_destroy): Ditto.          keyid extraction.
237      (agent_passphrase_cache): Ditto.          
238      (agent_passphrase_remove): Ditto.  2006-04-28  Timo Schulz  <[email protected]>
239      (agent_passphrase_get): Ditto.  
240            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
241  2001-04-09  Timo Schulz <[email protected]>          * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
242            for handling policy URLs.
243      * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet          * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
244      type. Kludge for decrypt/verify.          New option KMSortBy.
245      * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the          * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
246      code into the decrypt routine.          * wptKeyEdit.cpp (minimizeKey): New.
247      * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start          * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
248      the key management after import.          
249    2006-04-27  Timo Schulz  <[email protected]>
250  2001-04-09  Timo Schulz <[email protected]>  
251            * wptKeyManager.cpp (km_get_key_ptr): New.
252      * wptGPG.cpp: (check_line): Ignore empty lines.          * wptListview.cpp (listview_get_item_text): Drop utf8 support.
253      (check_gpg_options): Ditto.          * wptKeyCache.cpp (keycache_decode_uids): New.
254            (free_native_uids): New.
255  2001-04-12  Timo Schulz <[email protected]>          * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
256            
257      * wptHotkeys.cpp: (register_single_hotkey): Add code for the current  2006-04-26  Timo Schulz  <[email protected]>
258      window stuff.  
259      * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window          * wptKeylist.cpp (get_keyid_from_fpr): New.
260      hotkeys.          * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
261      * wptW32API.cpp: (attach_thread_input): Split up the functions into          * wptVerifyList.cpp (verlist_add_sig): Likewise.
262      two parts. The attach flags is always set.          
263      (detach_thread_input): See above. The attach flags is never set.  2006-04-25  Timo Schulz  <[email protected]>
264      * wptCurrWnd.cpp: New. Code for the current window stuff.  
265      (get_window_contents): Extract the text from the given window to          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
266      the clipboard.          * wptMDSumDlg.cpp (hash_selected_files): New.
267      (set_window_contents): Insert clipboard into the given window.          (mdsum_dlg_proc): Cleanups.
268            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
269  2001-04-13  Timo Schulz <[email protected]>          
270    2006-04-23  Timo Schulz  <[email protected]>
271      * wptMailPlugin.cpp: (oe_set_message): Change the id's for  
272      the attach_thread_input.          * wptW32API.cpp (SetDlgItemText_utf8): New.
273      (oe_get_message): Ditto.          (SetWindowText_utf8): New.
274      * wptCurrWnd.cpp: (get_window_contents): Ditto.          (GetDlgItemText_utf8): New.
275      (set_window_contents): Ditto.          * wptListView.cpp (listview_add_sub_item): Internal
276            utf8 support.
277  2001-04-14  Timo Schulz <[email protected]>          
278    2006-04-22  Timo Schulz  <[email protected]>
279      * wptCurrWnd.cpp: (get_window_contents): Add an event to switch  
280      the windows. This is needed by the current code.          * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
281      (set_window_contents): Ditto.          revoker name in UTF8.
282      * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog          * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
283      and force it to the foreground. This is the event needed by the code          with the window title.
284      above.          
285      (create_wndswitch_event): Execute the dialog.  2006-04-20  Timo Schulz  <[email protected]>
286      * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey  
287      section. Add message entries for the code.          * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
288      * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE          * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
289      mailer code.          c++ memory allocation.
290      (insert_window_from_clip): Ditto.          * wptFileManager.cpp (show_verify_result): Show PKA status
291      * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add          if possible.
292      the event to switch the windows.          * wptClipVerifyDlg.cpp (get_pka_status): New.
293      (oe_get_message): Ditto.          (clip_verify_dlg_proc): Show PKA status if possible.
294            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
295  2001-04-16  Timo Schulz <[email protected]>          to use ESC to quit the dialog.
296            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
297      * wptWndHook,cpp (cbt_proc): Compare process ids to differ between          encode the comment in UTF8. Thanks to Werner and Jan.
298      WinPT and normal windows.          
299      (install_cbt_hook): Add pid to the context.  2006-04-16  Timo Schulz  <[email protected]>
300    
301  2001-04-17  Timo Schulz <[email protected]>          * wptHTTP.cpp (getErrorCode): New.
302            (connect): Store winsock error code.
303      * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window          * wptGPGMEData.cpp (is_armor_header): New.
304      belongs to the taskbar area.          * wptGPG.cpp (check_gnupg_engine): Free context.
305      (is_winpt_wnd): New. Alias to check if the window belongs to WinPT.          (gnupg_backup_keyrings): Do not use global vars.
306      (cbt_proc): Change code to include both functions.          * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
307      * wptCurrWnd.cpp (get_window_contents): Add switch if we use the          
308      foreground or the CBT window.  2006-04-15  Timo Schulz  <[email protected]>
309      * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the  
310      current window mode set the no_cbt variable.          * wptKeyManager.cpp (km_get_key): New.
311      * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring          (km_key_show_revoc_info): New.
312      was modified by an external program.          * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
313      * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external          (on_init_dialog): New.
314      keyring changes.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
315            out some common code and use km_get_key() instead.
316  2001-04-21  Timo Schulz <[email protected]>          * wptKeyEditDlgs.cpp (do_init_keylist): Change second
317            param type. Change all callers.
318      * wptWndHook.cpp (install_cbt_hook): Remove the thread because the          * wptKeyEdit.cpp (addNotation): New.
319      system already is into a DLL.          * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
320      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use          param everywhere. Change all callers.
321      instead of it a button to check the key signatures.          
322      * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp  2006-04-09  Timo Schulz  <[email protected]>
323      from the given gpg object.  
324      (check_last_gpg_access): New. Compare the last file timestamp with the          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
325      new timestamp.          if the homedir value was changed.
326      (init_gpg_table): New. Initialize the table with gpg objects who shall          * wptGPG.cpp (default_key_from_cache): Only return secret key
327      be watched.          if public part is available.
328      (keyring_check_last_access): Use the new code.          (set_gnupg_default_key): Fix NULL problem.
329      * wptCurrWnd.cpp (set_window_contents): Restore the window if it is          * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
330      now iconic.          * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
331      * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
332      current window stuff.          'always-on-top' correctly.
333            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
334  2001-04-22  Timo Schulz <[email protected]>          mem to hold all possible keys.
335            (keylist_enum_keys): Likewise.
336      * wptGPG.cpp (check_last_gpg_access): Reset switch before testing          
337      the condition.  2006-04-08  Timo Schulz  <[email protected]>
338      * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate  
339      all children windows.          * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
340      (find_parent_wnd_proc): New. Callback to enumerate all parent windows.          * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
341      (find_window): New. Return if the specified windows as found.          * wptKeyserverSearchDlg.cpp (fetch_keys): New.
342      * wptW32API.cpp: (dialog_box_param): New. Alias with the additional          * WinPT.cpp (WinMain): if the default key was not found, reset
343      feature to check if the dialog already exist (and then preventing          the gpg.conf entry.
344      the creation).          * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
345      * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with          file name.
346      then new dialog_box_param function. Thanks to Martin who told me          (show_verify_result): Always use utf8 output.
347      about this dialog problem.          (get_output_file): Case in-sentensive comparison.
348      * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto.          (fm_assume_onepass_sig): Fixed temp file handling.
349      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the          * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
350      new signature buttons.          output.
351            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
352  2001-04-23  Timo Schulz <[email protected]>          
353    2006-04-07  Timo Schulz  <[email protected]>
354      * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality  
355      is not needed because all dialog windows are top level windows.          * wptW32API.cpp (set_clip_text): Change code so it also
356            works again with non-XP systems.
357  2001-04-24  Timo Schulz <[email protected]>          
358    2006-04-02  Timo Schulz  <[email protected]>
359      * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview  
360      item and set it to zero.          * wptKeyserver.cpp: decrease general threshold for timeout.
361      * wptSignDlg.cpp (sign_dlg_proc): Ditto.          * wptKeyEditDlgs.cpp (do_editkey_clean): New.
362      * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto.          
363      * wptVerifyDlg.cpp (verify_dlg_proc): Ditto.  2006-04-01  Timo Schulz  <[email protected]>
364      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto.  
365      (keymisc_dlg_proc): Provide the functionality to delete key pairs          * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
366      secret+public.          * wptFileManager.cpp (restore_original_name): New.
367      * wptWndHook.cpp (is_winpt_wnd): Remove this function and put          (fm_decrypt): Restore original file name from literal
368      all code into (check_wnd).          packet if possible.
369      (check_wnd): Check if the window doesn't is a application related          
370      window.  2006-03-31  Timo Schulz  <[email protected]>
371    
372  2001-04-25  Timo Schulz <[email protected]>          * wptCommonDlg.cpp (nls_load_langlist): New.
373            (nsl_set_language): New.
374      * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME          (nls_dlg_proc): New.
375      callback system to pass the keyedit information to GPG.          (select_language): New. Allow user to select the language.
376      * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto.          * wptNLS.c (get_gettext_langid): Updated available languages.
377            * WinPT.cpp (WinMain): Allow to select the languag on first
378  2001-04-26  Timo Schulz <[email protected]>          start in non-installer environments.
379            * wptVerifyList.cpp (verlist_build): Simplified.
380      * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various          (verlist_add_sig_log): Likewise.
381      edit-key commands.          * wptListview.cpp (listview_set_column_width,
382      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit          listview_get_selected_item): New.
383      key code.          * wptKeyManager.cpp (gpg_clip_export): Merged into..
384            (km_clip_export): ..this function.
385  2001-04-27  Timo Schulz <[email protected]>          
386    2006-03-30  Timo Schulz  <[email protected]>
387      * wptCurrWnd.cpp (get_window_contents): Change the code for the last  
388      window concept. Thanks to Oliver.          * wptW32API.cpp (insert_menu_item): New.
389      (set_window_contents): Add some stuff to set the position if the          * wptSigTreeDlg.cpp (create_popup): Use it.
390      current window is an edit control.          (sigtree_dlg_proc): Only show the name of the owner in the title.
391      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid'          * wptMainProc.cpp (init_common_controls): Initialize all
392      stuff.          common controls here.
393      * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
394      create a new user id for a GPG key.          keyserver menu concept. Add all keyservers dynamically.
395            
396  2001-04-28  Timo Schulz <[email protected]>  2006-03-29  Timo Schulz  <[email protected]>
397    
398      * wptGPGME.cpp: New. Move some additional GPGME code into WinPT.          * wptKeyManager.cpp (km_refresh_one_key): Fix problem
399      So it's easier to update GPGME and we can use NLS to translate          with preferred keyserver.
400      error strings.          * wptCommonDlg.cpp (check_URL): Allow non-http URL.
401      * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code          * wptKeyEditDlgs.cpp (subkey_subclass_proc,
402      because we only use it here.          uid_subclass_proc): Disable shortcuts for non keypairs.
403      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase'          * wptMainProc.cpp (winpt_main_proc): No user interaction
404      feature to the edit-key interface.          on automatic shutdown. Thanks to Werner.
405            * wptGPGUtil.cpp (xcalloc): New.
406  2001-04-29  Timo Schulz <[email protected]>          (gpg_rebuild_cache): Use --batch.
407            
408      * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items.  2006-03-26  Timo Schulz  <[email protected]>
409      (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the  
410      adduid command.          * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
411      * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize          * wptMainProc.cpp (winpt_main_proc): Reload key cache
412      the dialog with a KEY structure that holds the keyid and the userid.          when the GPG settings were changed.
413      * wptWndHook.cpp: Remove the global context and use instead of it          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
414      static variables. Put all static variables into the SHARED data          keygen_dlg_proc): Improved check for the email address.
415      segment in the DLL.          * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
416            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
417  2001-04-30  Timo Schulz <[email protected]>          
418    2006-03-22  Timo Schulz  <[email protected]>
419      * wptClipEditDlg.cpp: Now the dialog uses the Courier font to  
420      enhance the format of keys and other GPG data.          * wptClipSignDlg.cpp (on_init_dialog): New.
421      * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod          Check that there is at least one useable signing key.
422      flag after receiving a key.          * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
423      * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when          * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
424      no listbox entry was choosen.          if needed.
425      * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to          
426      the NLS suite.  2006-03-21  Timo Schulz  <[email protected]>
427      * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag  
428      instead of refresh the keycache.          * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
429            (utf8_to_native): Likewise. Remove cp850 conversion.
430  2001-05-01  Timo Schulz <[email protected]>          * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
431            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
432      * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence          flag.
433      to a window.          
434      (wnd_msg_copy): New. Send the CTRL+c key sequence to a window.  2006-03-20  Timo Schulz  <[email protected]>
435      (wnd_msg_paste): New. Send the CTRL+v key sequence to a window.  
436      (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos.          * wptUTF8.cpp (get_native_charset): Removed.
437      * wptMainProc.cpp (wpt_main_proc): Fix some message string for          (utf8_to_native): Rewritten.
438      the hotkey handling. Quit the program if a registration procedure          * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
439      failed.          handling.
440      * wptErrors.cpp (log_box): Improved log handling to dump states          * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
441      of variables during regression tests.          
442    2006-03-16  Timo Schulz  <[email protected]>
443  2001-05-02  Timo Schulz <[email protected]>  
444            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
445      * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional          * wptCryptDisk.cpp: Disable code.
446      subkeys for the mainkeys.          * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
447      * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground          NONE proxy protocol.
448      window flag.          (init_proxy_procotol): Likewise.
449      * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the          (read_proxy): Likewise.
450      addkey feature.          * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
451            (keyserver_search_dlg_proc): Use it here.
452  2001-05-04  Timo Schulz <[email protected]>          * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
453            * wptKeyserver.cpp (kserver_search_end): New.
454      * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp.          (kserver_search_begin): Be more strict on mem allocation.
455      * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg):          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
456      Move all the GPGME specific code to the main dialog. Now only          problem.
457      the context values are set.          * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
458      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust          
459      code.  2006-03-12  Timo Schulz  <[email protected]>
460    
461  2001-05-05  Timo Schulz <[email protected]>          * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
462            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
463      * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve          sym algorithm preferences if needed.
464      the current window handle. This code doesn't use the hook DLL.          * wptKeysignDlg.cpp (date_is_today): New.
465      Thanks to Oliver Nittka for his patch.          (keysign_dlg_proc): Only allow to set cert expire date if
466      * wptErrors.cpp (winpt_strerror): Fixed a small typo.          the option was found.
467      * wptGPG.cpp (check_last_gpg_access): Remove debug code.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
468      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading          'ask-cert-expire'.
469      scheme to prevent reloading the cache twice.          
470    2006-03-10  Timo Schulz  <[email protected]>
471  2001-05-08  Timo Schulz <[email protected]>  
472            * wptHTTP.c: deleted.
473      * wptKeyserver.cpp (wsock_init): Replace the kserver init          * wptHTTP.cpp (wHTTP): Transformed old code into an object.
474      code which initialized the Wsock2 interface.          * wptKeyManager.cpp (km_http_import): Use new code.
475      (wsock_end): Ditto.          (km_refresh_one_key): Use preferred keyserver if possible.
476      * wptAgent.cpp: Remove the passphrase caching code and add          * wptComonDlg.cpp (check_URL): Better conformance checking.
477      the GPG agent code.          * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
478            set keyserver for all userids.
479  2001-05-09  Timo Schulz <[email protected]>          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
480            to set preferred keyserver.
481      * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket.          * wptKeyCache.cpp (decode_subpacket): New.
482      (gpga_readn): Read 'n' bytes from a socket.          (gpg_keycache_update_attr): New.
483      (gpga_open): Open the interface to the GPG-Agent.          * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
484      (gpga_close): Close the GPG-Agent socket.          * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
485      (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent.          -1 as an index for all userids.
486      (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits,          
487      this keys will be remove from the GPG-Agent cache.  2006-03-07  Timo Schulz  <[email protected]>
488      (agent_delete_fpr): Remove a fingerprint from the cache.  
489      (agent_init): Clear the cache.          * WinPT.cpp (set_default_keyserver): New.
490      (agent_timer_proc): Remove all stored passphrases which were          * wptKeyserver.cpp (kserver_set_socket_timeout): New.
491      requested through the chache.          (kserver_set_default_keyserver): Initialize default settings
492            if needed.
493  2001-05-10  Timo Schulz <[email protected]>          * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
494            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
495      * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve          (passphrase_dlg_proc): Support new safe edit window procedure.
496      the handle of the specified window.          * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
497      * wptAgent.cpp (agent_timer_proc): Changed the agent interface          * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
498      to window messages instead of socket connections.          if user disable it.
499      * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog          * wptKeylist.cpp (keylist_build): Do not scale images but use
500      and menu entry.          original size.
501      * wptPreferencesDlg.cpp: New.          * wptListView.cpp (listview_set_image_list): New size params.
502            Change all callers.
503  2001-05-11  Timo Schulz <[email protected]>          
504    2006-03-01  Timo Schulz  <[email protected]>
505      * wptMainProc (wpt_main_proc): Change all related menu entries from  
506      Encrypt & sign to Sign & Encrypt. Added the command to the current          * wptW32API.cpp (set_clip_text): Free all memory.
507      window menu and the handling of the window messages.          
508      * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text.  2006-02-27  Timo Schulz  <[email protected]>
509      * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT  
510      preferences in the registry.          * wptSOCKS.cpp (socks_handshake): New.
511      (get_reg_winpt_prefs): Read all preferences from the registry into          * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
512      the options context.          the key manager in teh foreground if possible.
513      * WinPT.cpp (WinMain): Read in the registry preferences at the begin          * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
514      and store it.          * wptRegistry.cpp (get_reg_proxy_prefs,
515      * wptAgent.cpp (agent_init): Check if the environment variable          set_reg_proxy_prefs): Use directly the proxy context.
516      GPG_AGENT_INFO is set, otherwise set it.          Changed all callers.
517      (agent_is_running): Check wether the agent is running.          * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
518      (agent_start): Automated function that read all needed information          (keyserver_proxy_dlg_proc): Use directly the proxy context.
519      from global variables.          * wptKeyserver.cpp (kserver_connect): Better proxy support.
520            (kserver_send_request, kserver_recvkey_request): Likewise.
521  2001-05-12  Timo Schulz <[email protected]>          * wptKeyserverDlg.cpp (name_from_proto): New.
522            (set_proxy): Adjusted for the new code.
523      * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption          
524      call.  2006-02-26  Timo Schulz  <[email protected]>
525    
526  2001-05-13  Timo Schulz <[email protected]>          * WinPT.cpp (WinMain): Removed hotkey_modify() code.
527            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
528      * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist          v4 keys.
529      the function create it.          * wptKeyserver.cpp (sock_getline): Skip '\r'.
530      (set_reg_winpt_prefs): Use the new function to set the subkey values.          (base64_encode): Remove @maxlen param. Changed all callers.
531      All functions now return WPTERR_REGISTRY instead of 1.          (finger_readline): Removed.
532      Add some error handling to prevent errors in the registry.          (finger_recvkey): Use internal functions.
533      * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard          * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
534      hotkeys and the caching time.          (show_sigprops): New.
535            (create_popup): New.
536            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
537  2001-05-18  Timo Schulz <[email protected]>          now in minutes.
538            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
539      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various          Change code to use hotkeys directly.
540      edit key commands. In the case the dialog was canceled, return without          * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
541      modifying anything.          
542      * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the  2006-02-24  Timo Schulz  <[email protected]>
543      signature. If it doesn't contain a valid key, do nothing.  
544      * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't          * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
545      quit the program. In some cases the hotkeys are possible locked.          when parameter is NULL.
546      * WinPT.cpp (WinMain): If there is an error with the gpg program/path,          * wptKeyManager.cpp (check_exist_default_key): New.
547      give the user the chance to start the GPG preference dialog.          (km_delete_keys): Check if the default key is still valid,
548      * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey          if not delete entry.
549      support. Flag to disable all hotkeys. Reload new hotkeys (in the case          * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
550      they changed). Load the registry entry on startup.          button.
551      * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the          
552      stored registry entries.  2006-02-21  Timo Schulz  <[email protected]>
553    
554  2001-05-19  Timo Schulz <[email protected]>          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
555            cleanups.
556      * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey          * wptGPGUtil.cpp (file_extract_recipients): New.
557      flag is set, also disable all input items.          (clip_extract_recipients): New.
558      (disable_dlg_item): New. Disable dialog items (windows).          (gpg_get_recipients): New.
559      * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys          * wptPassphraseCB.cpp (passphrase_callback_proc): Support
560      flag isn't set.          external recipient listings.
561      * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as          
562      a result the code only sended parts of the key.  2006-02-15  Timo Schulz  <[email protected]>
563      * wptConfig.cpp: Removed. Not used any longer.  
564            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
565  2001-05-20  Timo Schulz <[email protected]>          * wptFileStatDlg.cpp (get_s2k_algo): New.
566            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
567      * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries          formats.
568      to figure out if both parts are available.          
569    2006-02-14  Timo Schulz  <[email protected]>
570  2001-05-21  Timo Schulz <[email protected]>  
571            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
572      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid          * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
573      management.          * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
574      * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids          (fm_parse_files): Handle cancel.
575      from a special key.          
576    2006-02-10  Timo Schulz  <[email protected]>
577  2001-05-25  Timo Schulz <[email protected]>  
578            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
579      * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen          * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
580      user id. End the dialog if there was an error during the Gpgme operations.          for the dialog param.
581      * wptClipboard.cpp (clip_istext_avail): First check if the pointer is          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
582      valid and then look at the length. Avoid crashes for some texts.          signature dialog by default.
583            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
584  2001-05-27  Timo Schulz <[email protected]>          gpgme_key_sig_t as param.
585            (keysig_dlg_proc): Change param for property dialog.
586      * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping.          * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
587      (get_reg_winpt_prefs): Ditto.          and use icons.
588      * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the          (sigtree_dlg_proc): Allow to execute old list dialog to
589      gpg process finished.          edit the signatures.
590      * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to          
591      a humand readable date.  2006-02-09  Timo Schulz  <[email protected]>
592    
593            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
594  2001-06-01  Timo Schulz <[email protected]>          * wptNLS.c (gettext_localize_dialog): New.
595            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
596      * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST:          to avoid to reload the key cache.
597      Release context in the case of an error.          * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
598      * wptMainProc.cpp (wpt_main_proc): Fix typo.          list mode.
599      * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
600      a static gpg object array that contains all filenames.          * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
601            initiation code to this function.
602            (prefs_dlg_proc): Use it here.
603  2001-06-04  Timo Schulz <[email protected]>          
604    2006-02-07  Timo Schulz  <[email protected]>
605      * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for  
606      the improved import status.          * wptKeyEdit.cpp (setNoPassphrase): New.
607            (getValidDays): New.
608            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
609  2001-06-05  Timo Schulz <[email protected]>          if the key is protected.
610            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
611      * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned          keys without a passphrase.
612      buffer is valid. Remove the fixme, because it's possible that there          (keyedit_addrevoker_dlg_proc): Likewise.
613      were new cipher modules loaded.          
614      * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the  2006-02-04  Timo Schulz  <[email protected]>
615      context is valid.  
616      * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
617      * wptW32API.cpp (status_box): New. Message box that is always forced          at least one ultimately trusted key.
618      to the foreground.          * wptKeyManager.cpp (km_refresh_key_from_keyserver):
619            Only check inet connection if we refresh all keys.
620  2001-06-07  Timo Schulz <[email protected]>          * wptGPGUtil.cpp (gpg_extract_keys): New.
621            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
622      * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
623      add windows title.          * wptClipSignDlg.cpp (get_selected_key): New.
624            (one_key_proc): Use it here.
625  2001-06-08  Timo Schulz <[email protected]>          (count_useable_seckeys): New.
626            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
627      * wptHotkey.cpp (mod_hotkeys): Change code to support the new          * wptKeyEditDlgs.cpp (diff_time): Removed.
628      registry style.          (w32_mktime): New.
629      * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable          (keyedit_addsubkey_dlg_proc): Use it here.
630      single hotkeys. Suggested by Jonathan.          
631      * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable  2006-02-02  Timo Schulz  <[email protected]>
632      single hotkeys.  
633      * wptKeyserver.cpp (kserver_connect): Reset winsock error var.          * wptW32API.cpp (get_temp_name): New.
634      (keyserver_recv): Ditto.          * wptKeyserver.cpp (ldap_recvkey): Use it here.
635      (keyserver_send): Ditto.          * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
636      (wsock_strerror): Returns a description of the winsock problem.          * wptGPGUtil.cpp (create_tempfile): Likewise.
637      * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer          * wptImportList.cpp (implist_load): Likewise.
638      is valid.          * wptKeyCache.cpp (parse_attr_data): Likewise.
639            (w32_tempfile): Removed.
640  2001-06-10  Timo Schulz <[email protected]>          * wptGPGME.cpp (check_ultimate_trusted_key): New.
641            
642      * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single  2006-01-31  Timo Schulz  <[email protected]>
643      hotkey.  
644      (mod_hotkeys): Take care of the enable flags.          * wptMainProc.cpp (winpt_main_proc): Fix usage of the
645      (register_hotkeys): Ditto.          help system.
646      (unregister_hotkeys): Ditto.          * wptListView.cpp (listview_set_chkbox_style): New.
647      * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist,          (listview_get_item_state): Support new checkbox style.
648      don't try to modify hotkeys.          (listview_new): Reset flag var.
649      * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to          * wptKeylist.cpp (keylist_build): Support new checkbox style.
650      the foreground.          
651    2006-01-30  Timo Schulz  <[email protected]>
652  2001-06-12  Timo Schulz <[email protected]>  
653            * WinPT.cpp (check_readonly_attr): New.
654      * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is          (load_gpg_env): Use it here.
655      a big letter, otherwise convert.          (WinPT): Make the the default key is searched in the
656      (preferences_dlg_proc): Check hotkeys.          secret key cache.
657      * wptKeylist.cpp (add_keys): Static functions to add a single key.          Change error message.
658      (keylist_add_key): Now it adds all subkeys to the dialog.          * wptRegistry.cpp (regist_int_winpt): Make sure
659      (keylist_alloc): Remove because it's not needed any longer.          the register extension is only offered once to the user.
660      * wptImportList.cpp (implist_alloc): Ditto.              * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
661      * wptSigList.cpp (siglist_alloc): Ditto.          temp directory. Fixed a privilege problem.
662      * wptVerifyList.cpp (verlist_alloc): Ditto.          
663    2006-01-29  Timo Schulz  <[email protected]>
664  2001-06-15  Timo Schulz <[email protected]>  
665            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
666      * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode.          to quit dialog.
667      Differ between the new keylist styles.          * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
668      * wptGPGME.cpp (keycache_xxx): Move the caching interface to this          translations. Directly return sig class.
669      file. For an easier handling between dialogs and code.          (keysign_dlg_proc): Change msgbox title.
670      (keycache_rewind): New. Rewind a global keycache context.          * wptKeyEdit.cpp (signUserid): New.
671      (keycache_next_key): New. Retrieve the next key from the keycache.          (getUseridIndex): New.
672      (get_default_key): New. Return the default key, this is the secret          (getKeyIndex): New.
673      key with the index 0.          (getSigIndex): New.
674      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key          (clear): New.
675      handling. Now the signer is set in any case. Prevent hanging GPG          * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
676      processes.          user-id first.
677      * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory.          * wptKeyEditDlgs.cpp (lookup_cmd): New.
678      (vm_safe_init_noswap): New. Initialize safe memory with tail data.          (do_editkey_sign_userid): New.
679      See source for more information.          (do_init_cmdlist): Differ between key pairs and public keys
680      (vm_safe_free): New. Free all used pointer and burn all buffers.          and allowed actions.
681      (vm_safe_get): New. Get the begin of the alloced buffer.          (keyedit_change_ownertrust): Show msgbox on success.
682      (vm_safe_set_swapfile): New. Set global swapfile name.          (get_default_key): New.
683      (vm_safe_create_swapfile): New. Creats a swapfile and set its          * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
684      contents to zero.          
685    2006-01-27  Timo Schulz  <[email protected]>
686  2001-06-16  Timo Schulz <[email protected]>  
687            * WinPT.cpp (WinMain): Set minimal list mode as default.
688      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return.          * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
689      Corrected return values.          
690      * wptErrors.cpp (winpt_strerror): Removed all unused error strings.  2006-01-25  Timo Schulz  <[email protected]>
691      * wptGPG.cpp (get_gpg_path): Change to default path and prevent  
692      buffer overflows.          * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
693      (get_gpg_prog): Ditto.          the key exist with no value.
694            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
695            * wptKeysignDlg.cpp (do_fill_seclist): Select the
696  2001-06-17  Timo Schulz <[email protected]>          default key if possible.
697            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
698      * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the          return the choice.
699      default key for signing.          * wptKeylist.cpp (get_key_desc): New.
700            (keylist_upd_key): Free memory.
701  2001-06-18  Timo Schulz <[email protected]>          * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
702            (gpg_keycache_set_default_key): New.
703      * wptKeyserver.cpp (check_hkp_response): More detailed error check          * WinPT.cpp (gpg_prefs_ok): New.
704      of the http response.          (WinMain): Only start gpg prefs if needed.
705      (kserver_send_request): Debug mode now uses logfile.          
706      (kserver_recv_request): Ditto.  2006-01-24  Timo Schulz  <[email protected]>
707      (kserver_index_request): New. Create a request for a key index.  
708      (kserver_send): Now uses check_hkp_response.          * wptKeyManager.cpp (km_dropped_file_import): New.
709      (kserver_recv): Ditto.          * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
710      (kserver_search): New. Start the key index loop.          to drop files and try to import them.
711      * wptKeyserverDlg.cpp (recv_key): Check if the key was really          (keymanager_dlg_proc): Pass kmi as opaque to the subclass
712      imported and received.          proc.
713            
714  2001-06-22  Timo Schulz <[email protected]>  2006-01-23  Timo Schulz  <[email protected]>
715    
716      * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform          * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
717      keyserver seraching. As an additional feature it's also posible to          to the clipboard.
718      import the keys directly.          * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
719            (do_editkey_enable_disable): New.
720  2001-06-23  Timo Schulz <[email protected]>          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
721            close the dialog if the user cancelled the ownertrust dialog.
722      * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
723      options file.          an update of any value.
724            
725  2001-06-24  Timo Schulz <[email protected]>  2006-01-21  Timo Schulz  <[email protected]>
726    
727      * wptGPG.cpp (get_gpg_path): Add null termination to the string.          * wptKeyCache.cpp (keycache_next_key): Handle the case
728      Thanks to Jonathan who pointed this out.          that there is a secret key without a public part.
729      (get_gpg_prog): Ditto.          * wptKeyserver.cpp (kserver_save_conf): Save ports.
730      (gpg_check_file_ext): Check the file extension for the given GPG          * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
731      type.          Reset keyserver name.
732      (get_gpg_default_keyid): Return null if there isn't an entry in the          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
733      options file.          an update, do not update the cache.
734      * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx          * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
735      style functions.          dialog for both clipboard and file imports.
736      * wptImpList.cpp (implist_add_key): Ditto.          * wptKeyManager.cpp (km_file_import, km_clip_import):
737      * wptSigList.cpp (siglist_add_key): Ditto.          Changes to support new update system.
738      * wptVerifyList.cpp (verlist_add_key): Ditto.          (gpg_clip_import): New.
739            * wptKeyManagerDlg.cpp (km_gui_import): New.
740  2001-06-25  Timo Schulz <[email protected]>          (find_keypos): Rewritten.
741            (refresh_keylist): Improved error checking.
742      * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with          
743      the contents from the given cache context.  2006-01-20  Timo Schulz  <[email protected]>
744      (keylist_add_to_recipients): New. Add the selected keys to the  
745      recipient set.          * wptKeyCache.cpp (w32_tmpfile): New.
746      * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist          (parse_attr_data): Use it here.
747      function to load the listview.          * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
748      * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto.          
749      * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.  2006-01-19  Timo Schulz  <[email protected]>
750      * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid  
751      and the keyid hint.          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
752            reload the entire cache, just update the key.
753  2001-06-27  Timo Schulz <[email protected]>          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
754            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
755      * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type.          * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
756      (get_pkt_len): New. Extract the OpenPGP packet length.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
757      (parse_pke_sesskey): Read a public key encrypted session key          if need after showing the properties.
758      but without data.          * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
759      * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the          * wptKeyManager.cpp (km_import_file): New param. Changed
760      filename contains spaces. Just to make GPG happy.          all callers.
761      (file_manager_dlg_proc): Check if the file exist after encryption.          (km_import_clip): Likewise.
762      * wptFile.cpp (get_keyid_from_file): Checks the file for an valid          (delete_keys_from_cache): Delete secret part if available.
763      packet and then extract the keyid.          * wptClipImportDlg.cpp (print_import_status): If there
764            are too many new keys, use reload code.
765  2001-06-28  Timo Schulz <[email protected]>          
766    2006-01-18  Timo Schulz  <[email protected]>
767      * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new  
768      flag variables to support RFC1991.          * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
769      (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991.          the self sig is always index 0. Noted by Kurt.
770      (get_rfc1991_pktlen): Ditto.          * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
771            the key user-ID contains an email address.
772  2001-06-29  Timo Schulz <[email protected]>          * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
773            (do_editkey_deluid): Likewise.
774      * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent          (do_editkey_revuid): Likewise.
775      to send data to the clipboard.          
776      * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to  2006-01-18  Timo Schulz  <[email protected]>
777      destroy the window immediately.  
778      * wptKeyserver.cpp (kserver_getip): Removed.          * wptListview.cpp (listview_del_sel_items): Fixed index
779      (kserver_get_langname): Removed.          calculation. This fixed a lot of problems with the KM listview
780      (kserver_load_conf): New. Load the keyserver.conf file and set the          update.
781      included keyserver addresses into the global context.          (listview_del_all): Renamed to...
782      * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the          (listview_del_all_items): ..this. Changed all callers.
783      keyserver context.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
784      * wptImplist.cpp (get_key_date): New. Transform integer timestamp          list when file import contained new/updated keys.
785      to ISO date.          * wptKeyManager.cpp (km_file_import): Indicate if the
786      (implist_add_key): Now it uses the context instead of all single          import contained any new/update keys.
787      variables.          * wptClipImportDlg.cpp (print_import_status): Just mark
788            keys which actually changed.
789  2001-06-30  Timo Schulz <[email protected]>          
790    2006-01-17  Timo Schulz  <[email protected]>
791      * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase  
792      code.          * wptMAPI.cpp (mapi_send_pubkey_ext): New.
793      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.          * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
794      * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto.          update it.
795      * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
796      (fm_delete): New.          careful about const pointers.
797      (fm_encrypt): New.          * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
798      (fm_get_current_pos): New.          (get_subkey_keyid): ..this. Fix problem that key was updated
799      (fm_get_file_type): New.          twice and this corrupted.
800      (fm_add_dropped_files): New.          (keyedit_add_subkey): Set @lv item in the callback context.
801            
802  2001-07-01  Timo Schulz <[email protected]>  2006-01-16  Timo Schulz  <[email protected]>
803    
804      * wptFileManager.cpp (fm_verify): New.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
805      (fm_decrypt): New.          window if it lost focus during the operation. Thanks to Kurt.
806      * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.          Update keylist when the window is enabled.
807            (find_keypos): New.
808            * wptKeyCache.cpp (keycache_next_key): Reset update status.
809  2001-07-04  Timo Schulz <[email protected]>          (gpg_keycache_next_updated_key): New arg @r_status. Change all
810            callers.
811      * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key          (gpg_keycache_update_key): Different status for new and updated.
812      if the user agree.          Include key signatures.
813      * wptKeylist.cpp (keyload_load): Use the mode from the param, not          * wptClipImportDlg.cpp (print_import_status): Mark all
814      the hardcoded.          imported keys.
815      * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup.          * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
816      Rename 'load' to 'reload' to make sense with the new code.          Thanks to Kurt.
817      * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the          * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
818      registry stuff.          (do_delsig): Directly reload key. Thanks to Kurt.
819      * wptRegistry.cpp (set_reg_winpt_prefs): Ditto.          * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
820      (get_reg_winpt_prefs): Ditto.          Removed.
821      (regist_inst_winpt): Remove the old code.          * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
822      (register_single_filetype): Replacement for the old code.          * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
823            FALSE if no keys were updated or operation was cancelled.
824  2001-07-05  Timo Schulz <[email protected]>          * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
825            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
826      * wptHotkey.cpp (mod_hotkeys): Fix a small typo.          * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
827            Do not allow to change ownertrust of invalid keys.
828  2001-07-11  Timo Schulz <[email protected]>          Changed translation.
829            Slightly different user interface.
830      * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add          
831      the integer.  2006-11-14  Timo Schulz  <[email protected]>
832      (keyserver_create_conf): Create a config file instead of the error.  
833      * wptGPG.cpp (create_gpg_options): If the file doesn't exist create          * wptW32API.cpp (make_special_filename): New.
834      a default file. This prevents confusing error messages.          * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
835      (get_gpg_options): Use new code.          Removed 'KeyServer' item.
836      * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells          * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
837      the user how to find the files.          config item.
838            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
839  2001-07-12  Timo Schulz <[email protected]>          window until we really use it.
840            * wptKeyserver.cpp (kserver_save_conf): New.
841      * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,          (wsock_end): Save keyserver config file.
842      just quit without any messages. Suggested by Rich.          * wptKeyserverDlg.cpp (keyserver_edit): New.
843            (keyserver_remove): New.
844            (keyserver_add): New.
845  2001-07-13  Timo Schulz <[email protected]>          (fill_keyserv_types): New.
846            (keyserver_modify_dlg_proc): New.
847      * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to          (keyserver_dlg_proc): Provide context menu to modify the
848      the request. Arggg!          keyserver list.
849      (check_hkp_response): Add flag to differ between 'send' and 'recv' mode.          (keyserver_build_list): Remove 'proto' column because it is
850            not really useful.
851            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
852  2001-07-14  Timo Schulz <[email protected]>          $APPDATA\winpt. If keyserver.conf exists in the current folder
853            move it to the new destination.
854      * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding          
855      it to the signing keylist.  2006-11-13  Timo Schulz  <[email protected]>
856      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase  
857      is empty.          * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
858      * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
859            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
860            dialog isn't shown twice.
861  2001-07-17  Timo Schulz <[email protected]>          * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
862            (gpg_keycache_update_key): Set update flag.
863      * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox          * wptKeyManagerDlg.cpp (refresh_keylist): New.
864      and increment the 'cols' variable inside the structure for further use.          (keymanager_dlg_proc): Use new refresh system for keyservers.
865      (add_key): Watch for the 'cols' variable to figure out how much columns          * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
866      are used.          Update keycache.
867      * wptListView.cpp (listview_set_ext_style): Set an extended style for          * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
868      the given listview.          * wptKeyserver.cpp (socket_read_ext): New.
869      * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the          (kserver_recv_key_ext): New.
870      selected server.          (kserver_read_config, kserver_write_config): Removed.
871      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.          
872      * wptKeyserver.cpp (kserver_connect): IP address support. This is faster  2006-01-12  Timo Schulz  <[email protected]>
873      and no DNS lookup is needed.  
874            * wptListView.cpp (listview_set_image_list): Make icons
875  2001-07-19  Timo Schulz <[email protected]>          always transparent.
876            * wptImageList.cpp (imagelist_load): New icons.
877      * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more          * wptGPGMEData.cpp (gpg_data_putc): New.
878      detailed error messages in the case for a missing key or an included          * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
879      signature.          (keymanager_dlg_proc): Add tooltips.
880            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
881  2001-07-20  Timo Schulz <[email protected]>          * wptKeyserver.cpp (URL_encode): New.
882            (URL_must_encode): New.
883      * wptKeyserver.cpp: (kserver_send_request): Correct the octect length          (kserver_search_init): Properly encode pattern.
884      of the request.          (parse_iso_date): New.
885      (check_hkp_response): If an error ocurred, copy the error message into          (keyserver_search): Be more strict to prevent buffer overflows.
886      the static buffer.          
887      (kserver_strerror): Interface for the static error buffer.  2006-01-11  Timo Schulz  <[email protected]>
888      * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message  
889      box.          * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
890      (hkp_send_key): Add more verbose messages at the end.          (keymanager_dlg_proc): Adjust tooltips.
891      (hkp_recv_key): Ditto.          (update_ui_items): Handle new icons.
892      (check_pattern): Rewrote the entire code to be more bug proof.          * wptImageList.cpp (imagelist_load): New icons.
893      * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate          
894      that the recipient list contains untrusted entries.  2006-01-10  Timo Schulz  <[email protected]>
895      * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to  
896      force GPG to add the need options.          * wptMainProc.cpp (winpt_main_proc): Restore iconic
897      * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.          File/Key Manager windows if needed.
898            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
899  2001-07-21  Timo Schulz <[email protected]>          * wptSiglist.cpp (init_cmp): New.
900            (siglist_sort): New.
901      * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in          (siglist_cmp_cb): New.
902      the case of IDCANCEL.          (siglist_add_key): Force NOKEY status when key was not found.
903      * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.          * wptKeysigDlg.cpp (recv_single_key): New.
904      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair          (recv_missing_keys): Reload entire key when more than one key
905      pair and only if activate the passphrase dlg items.          was fetched.
906      Do sanity checks for all buttons that require key pairs.          (keysig_dlg_proc): Support sorting the listview items.
907      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code.          
908        2006-01-09  Timo Schulz  <[email protected]>
909  2001-07-22  Timo Schulz <[email protected]>  
910            * WinPT.cpp (load_gettext): Remove file locking.
911       * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New.          (WinMain): Use pre-defined autoconf constants.
912       (get_key_created): New. Transform ulong timestamp to ascii.          * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
913       (get_key_algo): New. Returns a formatted algorithm (depend on subkeys).          * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
914       (get_key_size): New. Returns a formatted size depend (depend on subkeys).          Change all callers.
915       * wptSigList.cpp (siglist_add_key): Fix the timestamp.          
916       * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace  2006-01-07  Timo Schulz  <[email protected]>
917       this with list trust path.  
918       * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function          * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
919       because we always check the signatures.          import status if just one key was selected.
920       * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New.  
921        2006-01-04  Timo Schulz  <[email protected]>
922  2001-07-24  Timo Schulz <[email protected]>  
923            * wptGPGMEWrapper.c (setChangeVersion): New.
924      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after          (exportToBuffer, exportToFile, exportToClipboard): New.
925      reloading the keycache. Fixed the memory leaks. Thanks to Andreas.          (setArmor, getArmor): New.
926      * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform          * wptKeylist.cpp (get_key_expire_date): Return locale specific
927      the user about errors.          date.
928      * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure          (keylist_get_recipients): Do not fetch the key again.
929      in our own context.          (keylist_enum_recipients): Likewise.
930      (treeview_insert_item): New. Handy function to insert an entry.          * wptGPG.cpp (create_empty_keyring): New.
931      (treeview_create_child_item): New. Insert a trustlist node.          (get_gnupg_keyring): Fixed 'strict' logic.
932      (treeview_add_trustpath): New. Add recursively the whole trust path          * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
933      int the tree view.          when no secret keys are available.
934      * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the          * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
935      signature list contains entries with a NOKEY status.          before the MAPI call is made.
936      (recv_missing_keys): New. Receive all keys with a NOKEY as the signature          * WinPT.cpp (check_for_empty_keyrings): New.
937      status.          
938      * wptImportList.cpp (implist_load): New. Initialize the listview item  2006-01-03  Timo Schulz  <[email protected]>
939      with an import overview.  
940      * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead          * pubkey.ico, keypair.ico: New.
941      of the code.          * wptListview.cpp (listview_add_item_image): New.
942      (print_import_status): Summarize the results. We need this because file          (listview_set_image_list): New.
943      import needs the same function.          * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
944      * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the          * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
945      file manager.          JPEG data.
946      * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
947      import from file.          add items to revoked keys.
948      * wptFileManager.cpp (fm_import): New. Ditto.          * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
949      * wptKeyserver.cpp (kserver_connect): Take care for some return values          keyid buffer. This fixes a segv.
950      and set the socket to non blocking mode.          * wptKeyserver.cpp (spawn_application): New.
951      Moved the Winsock2 init code to wptMainProc.cpp          (ldap_recv_key): Support recent protocols and several cleanups.
952      * wptMainProc.cpp (wpt_main_proc): Wsock2 code.          * wptKeylist.cpp (do_addkey): Set image which depends on the
953      * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code.          key type.
954            (keylist_enum_recipients): Cleanups.
955  2001-07-25  Timo Schulz <[email protected]>          (keylist_get_keyflags): Rewritten.
956            * wptKeyCache.cpp (free_attr_list): New.
957      * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect          (parse_attr_list): New.
958      serious GPG errors.          (parse_attr_data): New.
959      * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption.          (keycache_update_photo): New.
960      Suggested by Graham.          (keycache_update_photos): New.
961      (fm_decrypt): Change code to support symmetric decryption.          (gpg_keycache_update_key): Automatically reload photos if needed.
962      (fm_get_file_type): Fixed some typos.          * wptGPGUtil.cpp (create_process): New param @err. Change all
963            callers.
964  2001-07-26  Timo Schulz <[email protected]>          (map_tmpfile): New param @nread. Change all callers.
965            (gpg_get_photoid_data): New.
966      * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
967      exists. Useful if the keyring was moved during some commands.          add items to revoked keys.
968      * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to          (subkey_init_list): Store gpgme key object.
969      Rich to discover this.          
970    2005-12-29  Timo Schulz  <[email protected]>
971  2001-07-29  Timo Schulz <[email protected]>  
972            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
973      * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating          (gpg_genkey_params): Simplified.
974      a key revocation certificate. Add a hint to show how sentensive this          * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
975      data is.          exclusion of the dialog items.
976      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the          * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
977      revocation.          quit the dialog.
978      * wptAgent.cpp: Source for the server interface removed.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
979      (agent_is_avail): New. Checks if the agent is available.          * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
980      * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code          (id2algo): New.
981      for the agent.  
982    2005-12-28  Timo Schulz  <[email protected]>
983  2001-07-30  Timo Schulz <[email protected]>  
984            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
985      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code          * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
986      for the agent.          * wptKeylist.cpp (keylist_udp_key): Likewise.
987      * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.          * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
988            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
989  2001-08-01  Timo Schulz <[email protected]>          when no signing key was found.
990            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
991      * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible          user IDs.
992      request for uploading a key.          (translate_popup_strings): s/Revoke/Revoke Cert.
993      (kserver_send_request): Use the urlencode to send the key.          * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
994      (sock_read): New. Improved read function to replace recv.          0x prefixed keyid.
995      (sock_write): New. Improved write function to replace send.          * wptKeyEditCB.cpp (editkey_command_handler): Also reset
996      * wptFileManager.cpp (fm_get_file_type): If the data is armored,          step in case of a bad passphrase.
997      call fm_check_armor_type().          
998      (fm_check_armor_type): New. Figure out the armor type of the data.  2005-12-27  Timo Schulz  <[email protected]>
999      * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the  
1000      buttons. Optimized the code.          * wptListView.cpp (listview_set_view): New.
1001            (listview_del_column): New.
1002  2001-08-02  Timo Schulz <[email protected]>          * wptW32API.cpp (get_locale_date): New.
1003            (get_menu_state): New.
1004      * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too.          (force_foreground_window): New.
1005      Useful in the case the file was generated but it's empty.          * wptVerifyList.cpp (strtimestamp): Support for
1006      * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos.          locale date formats.
1007            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
1008            passphrases.
1009  2001-08-03  Timo Schulz <[email protected]>          * wptKeyEditCB.cpp (editkey_command_handler): Immediately
1010            return when a bad passphrase was submitted.
1011      * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now          * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
1012      we support this code in the key manager.          column order.
1013      * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands.          * wptKeylist.cpp (keylist_upd_col): New.
1014      * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request):          * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
1015      Removed. The code moved into the main functions.          'Revocation' for public keys.
1016      (kserver_send), (kserver_recv): Ditto.          (translate_menu_strings): s/Revoke/Revoke Cert.
1017      (sock_write): Improved code.          (modify_listview_columns): New.
1018      (sock_read): Ditto and some additional timeout.          
1019      (sock_select): New. Figure out the socket state.  2005-12-18  Timo Schulz  <[email protected]>
1020      (kserver_search_init): New. Make connection to the server.  
1021      * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new          * wptKeyManagerDlg.cpp (save_column_size): New.
1022      keyserver code.          (restore_column_size): New.
1023      * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker          (keymanager_dlg_proc): Save and restore column sizes for
1024      packet. Thanks to Alan.          the listview control.
1025      (check_for_symenc_data): Ditto.          * wptKeyManager.cpp (key_get_info): New.
1026      * wptFileManager.cpp (fm_get_file_type): Ditto.          (km_delete_keys): Use it here to have a consistent message.
1027      (fm_decrypt): Move the keycache in the if loop and fix the keycache          Use stored key context and not the column data.
1028      type.          (km_enable_disable_key): Likewise.
1029            (km_send_to_keyserver): Likewise.
1030  2001-08-05  Timo Schulz <[email protected]>          (km_set_implicit_trust): Likewise.
1031            * wptKeylist.cpp (get_key_pubalgo2): New.
1032      * wptKeylist.cpp (keylist_add_key): Change the schematics to support          
1033      all keyids.  2005-12-17  Timo Schulz  <[email protected]>
1034      * wptSigList.cpp (siglist_build): New. Interface code to load the  
1035      signature list.          * wptUTF8.cpp: Removed unused charset array.
1036      * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build.          * wptSigList.cpp (siglist_build): Increase size for 'class'
1037            column.
1038  2001-08-06  Timo Schulz <[email protected]>          * wptGPG.cpp (get_gnupg_path): Simplified.
1039            * WinPT.cpp (load_gpg_env): New.
1040      * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.          (check_crypto_engine): Return type is now bool.
1041            * wptRegistry.cpp (is_gpg4win_installed): New.
1042  2001-08-08  Timo Schulz <[email protected]>          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
1043            dialog design.
1044      * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file.          * wptKeyManagerDlg.cpp (translate_menu_strings): New.
1045      Support for more configurations.          (translate_popupmenu_strings): New.
1046      * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode.          * wptKeyEditDlgs.cpp (is_jpg_file): New.
1047      Add all strings to the translation suite.          
1048      * Updated all NLS dialog strings.  2005-12-13  Timo Schulz  <[email protected]>
1049      * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB.  
1050      * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file,          * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
1051      with a dynamic callback for the passphrase.          * wptKeyManagerDlg.cpp (change_edit_menu): New.
1052            (change_key_menu): Renamed from...
1053  2001-08-11  Timo Schulz <[email protected]>          (menu_gpg_readonly): ..this.
1054            (clip_contains_pgpkey): New.
1055      * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and          (update_ui_items): Do not allow to sign expired keys.
1056      separate the fingerprint from the othr information.          (keymanager_dlg_proc): Same for popup menu.
1057      * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the          * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
1058      file, specified in the options line, does exist.          * wptKeyCache.cpp (copy_uid_prefs):
1059            (gpg_keycache_sync): Copy uid prefs so the key property
1060  2001-08-17  Timo Schulz <[email protected]>          dialog show the correct values. Thanks to Shane.
1061            
1062      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only  2005-12-11  Timo Schulz  <[email protected]>
1063      one by default.  
1064      * wptKeyList.cpp (keylist_add_to_recipients): Ditto.          * wptW32API.cpp (get_file_version): New.
1065      * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram          * wptGPGUtil.cpp (create_process): Always hide window.
1066      entry in the registry in the case it's missing (whenever it's possible!).          * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
1067      (check_gpg_path): Rewrite parts of the code.          instead of 'Exit'.
1068            * wptKeyManager.cpp (km_http_import): New filename
1069  2001-08-20  Timo Schulz <[email protected]>          generation code.
1070            (km_send_to_mail_recipient): Cleanups.
1071      * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas.          * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
1072      * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable          * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
1073      the hotkeys. Automatically enable or disable the hotkey field depend          when multiple keys are selected.
1074      on the switch.          (popup_multiple): New.
1075            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
1076  2001-08-21  Timo Schulz <[email protected]>          file versions are equal. Rewrote --keymanager code.
1077            
1078      * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it  2005-12-08  Timo Schulz  <[email protected]>
1079      also supports "encrypt-to" entries as default keys.  
1080      * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide          * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
1081      secure wiping.          (hkp_recv_key2): Show user-id of the imported key instead
1082      (wipe_deinit_ext): New. Unload the DLL and free all pointer.          of just the pattern.
1083      (wipe_loaded_ext): New. Checks wether the DLL was loaded.          * wptFileCBS.cpp (read_cb): Changed to W32 API.
1084      * wptW32API.cpp (set_menu_state): New.          (write_cb): Likewise. Create output file on demand.
1085            (gpg_file_data_new): Adjusted code for new API.
1086  2001-08-25  Timo Schulz <[email protected]>          * wptKeyEdit.cpp (cleanKey): New.
1087            * wptKeyEditCB.cpp (cmd_clean_handler): New.
1088      * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.          (editkey_command_handler): Call clean handler.
1089      (strlist_release): New. Release the linked list.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
1090      (strlist_add): New.          keylist after inserting items.
1091            * wptFileManager.cpp (fm_set_status): Take care of
1092  2001-08-26  Timo Schulz <[email protected]>          cleartext sigs.
1093            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
1094      * wptFileManager.cpp (fm_entry_new): New.          sure can be closed.
1095      (fm_entry_release): New.          
1096      (fm_state_new): New.  2005-12-07  Timo Schulz  <[email protected]>
1097      (fm_state_release). New.  
1098      (fm_get_current_file): New.          * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
1099      * wptKeylist.cpp (strlist_add_recipients): New.          Use 'Close' instead of 'Exit'.
1100            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
1101  2001-08-28  Timo Schulz <[email protected]>          * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
1102            as the destination dir. Thanks to Werner.
1103      * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.          * wptRegistry.cpp (is_gpgee_installed): New.
1104      * wptKeyserver.cpp (kserver_load_conf): Proxy support          (regist_inst_winpt): Do not register file extensions
1105      (kserver_connect): Ditto.          if GPGee is available.
1106            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
1107  2001-08-30  Timo Schulz <[email protected]>          use of local vars.
1108            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
1109      * wptFilemanager.cpp (fm_encrypt): Add minor changes.          no illegal backup mode is saved.
1110       (fm_decrypt): Ditto.          * wptKeyserverDlg.cpp (show_imported_key): New.
1111       (fm_sign): Ditto.          (hkp_recv_key2): Show imported keys if the blob
1112       (fm_verify): Make the code more modular.          contained more than one.
1113       (fm_add_sig_stat): New. For new fm_verify code.          
1114    2005-12-06  Timo Schulz  <[email protected]>
1115  2001-08-31  Timo Schulz <[email protected]>  
1116            * WinPT.cpp (WinMain): Load the gettext environment soon
1117      * wptFileManager.cpp (fm_add_opened_files): New. Use a standard          as possible so all 'first start' messages are localized.
1118      file open dialog instead of drag & drop.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
1119      * wptHotkeys.cpp (hotkey_strerror): More detailed information which          received via the keyserver, return the gpgme key context on
1120      hotkey couldn't set up.          success and add it directly to the list.
1121      (hotkey_register_single): Ditto.          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
1122            to store the key.
1123  2001-09-01  Timo Schulz <[email protected]>          (hkp_recv_key2): Add extra param for the fingerprint.
1124            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
1125      * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations.          
1126      These code is now part of the key manager.  2005-12-02  Werner Koch  <[email protected]>
1127      * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions.  
1128      * wptKeylist.cpp (get_key_algo): New.          * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
1129      (get_key_created): New.  
1130      (get_key_type): New.  2005-12-01  Timo Schulz  <[email protected]>
1131      (get_key_size): New.  
1132      (get_key_fpr): New.          * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
1133      * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now          for get_gpg_sigstat().
1134      a part of the keymanager.          * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
1135            As a macro strings will not be translated at runtime.
1136  2001-09-04  Timo Schulz <[email protected]>          * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
1137            need to update the cache. Thanks to Jan-Oliver.
1138      * Rewrote most parts of the keymanager.          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
1139      * Ditto for the filemanager.          
1140    2005-11-30  Timo Schulz  <[email protected]>
1141  2001-09-05  Timo Schulz <[email protected]>  
1142            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
1143      * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys.          * WinPT-en.rc: Removed string list.
1144      (clip_import): New. Handy function to import keys.          * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
1145      * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase          * wptKeylist.cpp (keylist_build): Cannot use global
1146      is too short.          arrays for the columns due to gettext.
1147            
1148  2001-09-07  Timo Schulz <[email protected]>  2005-11-29  Timo Schulz  <[email protected]>
1149    
1150      * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.          * WinPT.cpp (WinMain): Modify --keymanager. If an instance
1151            is running, just send the command to open the manager.
1152  2001-09-12  Timo Schulz <[email protected]>          
1153    2005-11-25  Timo Schulz  <[email protected]>
1154      * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.  
1155      Thanks to Rich who pointed this out.          * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
1156            process when the revoker is already there.
1157  2001-09-13  Timo Schulz <[email protected]>          
1158    2005-11-24  Timo Schulz  <[email protected]>
1159      * Revamped the whole plugin code for OE5.  
1160      * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure.          * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
1161      (oe_plugin_releae): New.          signing dialog items.
1162      (oe_plugin_init): New. Searches for the OE main window and select          * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
1163      all the recipients from the fields.          * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
1164      (oe_get_msg): This code now uses the menu command id's to          * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
1165      execute the commands.          * wptKeylist.cpp (key_check_validity): Likewise.
1166      (oe_set_msg): Ditto.          * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
1167      (oe_encrypt): Changed for the new code.          
1168      * wptMainProc.cpp (wpt_main_proc): Re-activate the code.  2005-11-22  Timo Schulz  <[email protected]>
1169      * wptHotkeys.cpp: Ditto.  
1170      * Removed the hook project.          * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
1171            macro debug output will be generated in release version.
1172  2001-09-14  Timo Schulz <[email protected]>          
1173    2005-11-21  Timo Schulz  <[email protected]>
1174      * wptWAB.cpp: (wab_read): New. Interface to read all address book  
1175      entries.          * WinPT.cpp (WinMain): Implement --stop switch.
1176      (wab_open): New. Internal function to load the WAB.          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
1177      (wab_release): New. Release the WAB contexts.          missing string.
1178      (wab_load): New. Load the contents of the WAB into a linked list.          * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
1179      (addr_list_new): New. Linked address list.          * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
1180      (addr_list_add): New.          first. Thanks to Ralf.
1181      (addr_list_release): New.          * wptFileManagerDlg.cpp (update_ui_items): New.
1182            * wptFileManager.cpp (fm_set_status): New sigmode param.
1183  2001-09-16  Timo Schulz <[email protected]>          Changed all callers.
1184            
1185      * wptExtensions.h: New. This file is now used for the extenion  2005-11-17  Timo Schulz  <[email protected]>
1186      declarations.  
1187      * wptExtensions.new: (register_extensions): New. Enumerate and          * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
1188      load all possible extensions.          the cache will be loaded twice.
1189      (unregister_extentions): New. Release all loaded extensions.          * wptRegistry.cpp (regist_inst_winpt): More comments.
1190      * wptKeyserver.cpp (kserver_load_conf): Added support for different          * wptKeyManagerDlg.cpp (do_center_window): Make sure that
1191      keyservers. Currently only HTTP/LDAP.          neg. coordinates are never used.
1192      * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support.          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
1193      (hkp_recv_key): Ditto.          strings.
1194      * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents          * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
1195      to set the focus.          * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
1196      * (oe_check_recipient): New. Checks if the key is able to encrypt          and save 'AlwaysOnTop' in the registry.
1197      and valid in the sense of revocation.          
1198    2005-11-16  Timo Schulz  <[email protected]>
1199  2001-09-17  Timo Schulz <[email protected]>  
1200            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
1201      * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs          * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
1202      who prevent the correct return value in the case of an clipboard error.          mode.
1203      (clip_parse_pgp_id): New. Returns the PGP message type.          * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
1204      * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes.          * wptRegistry.cpp (regist_inst_winpt): Set install directory.
1205      (hotkey_single_register): Return correct error value.          Useful for other programs to figure out the path to the EXE.
1206      (hotkey_single_unregister): Ditto.          
1207      * wptW32API.cpp (get_thread_id): Removed.  2005-11-14  Timo Schulz  <[email protected]>
1208      (attach_thread_input): Ditto.  
1209      (detach_thread_input): Ditto.          * wptGPG.cpp (check_gnupg_engine): Fix version check.
1210      * wptCurrWnd.cpp (get_window_contents): Store main and focused window          * wptMainProc.cpp (winpt_main_proc): Check keyring
1211      for later use.          file permissions always and do not use interative output
1212      (set_window_contents): Use the new code.          when the windows session ends.
1213            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
1214  2001-09-23  Timo Schulz <[email protected]>          Localize all strings.
1215            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
1216      * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys.          * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
1217      The same as the userid dialog.          * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
1218      * wptWndSwitchDlg.cpp: Removed.          non-valid keys.
1219      * wptWipeExt.cpp: Removed. Code is now included.          
1220      * wptGPGME.cpp (get_default_keyid): If the keyid from the options  2005-11-12  Timo Schulz  <[email protected]>
1221      file is in the keycache.  
1222      * wptKeylist.cpp (keylist_reload): New. Reload a keylist.          Fix more GCC warnings.
1223    
1224  2001-09-26  Timo Schulz <[email protected]>  2005-11-10  Timo Schulz  <[email protected]>
1225    
1226      * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.          * wptClipSignDlg.cpp (one_key_proc): Use
1227      (listbox_get_cursel): Ditto.          release_gpg_passphrase_cb() to free the context.
1228            * wptListView.cpp (listview_deselect_all): New.
1229            * wptMAPI.cpp (mapi_send_pubkey): Works again.
1230  2001-09-27  Timo Schulz <[email protected]>          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
1231            zip.    
1232      * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who          * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
1233      discovered this.          caching for signing operations.
1234      * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the          * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
1235      passphrase.          * wptFileManager.cpp (fm_send_file): Likewise.
1236      * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to          (fm_encrypt_into_zip): New.      
1237      the various other dialogs to make the use more easier.          
1238      * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here.  2005-11-09  Timo Schulz  <[email protected]>
1239      * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto.  
1240            * wptNLS.c (get_gettext_langid): Map user language id to
1241            printable gettext language strings.
1242  2001-09-28  Timo Schulz <[email protected]>          * wptRegistry.cpp (get_reg_entry_mo): Support for the
1243            gettext environment.
1244      * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle          * wptFileManager.cpp (fm_encrypt): Close all files before
1245      the double click messages.          the wipe procedure is called.
1246      * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.          * wptVerlist.cpp (verlist_add_sig): Handle the case the
1247      * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.          issuer is not valid but the signature is.
1248      * wptFileManager.cpp (overwrite_file): Check if the file exists and          (verlist_add_sig_log): Likewise. Thanks to the folks on
1249      then let the user decide.          winpt-users.
1250      (fm_encrypt): Use the code here.          
1251      (fm_sign): And here.  2005-11-08  Werner Koch  <[email protected]>
1252      (fm_sym_encrypt): And here. Now we use the passphrase dialog.  
1253      (fm_decrypt): And here.          * SAFE.ICO, SIGN.ICO: Fixed capitalization.
1254      * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need          * WinPT-en.rc: Ditto.
1255      a secure wipe.          * winpt_km.ico:  Moved from ../.
1256    
1257      Make the memory checking more strict.          * Makefile.am (resource_files): Add missing backslash.
1258    
1259  2001-10-04  Timo Schulz <[email protected]>  2005-11-08  Timo Schulz  <[email protected]>
1260    
1261      * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer.          More minor changes to avoid GCC warnings.
1262      * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL.          
1263      Both were pointed out my Timo (not me ;-)).          * wptGPG.cpp (check_homedir): Free memory in case of errors.
1264      * wptKeylist.cpp (add_key): Fix a typo and now the code is more          (multi_gnupg_path): Add strict mode. If non-strict mode return
1265      strict with returned attributes.          the folder even if it does not exist.
1266      * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface          (check_for_gpgwin): New.
1267      for local signatures.          * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
1268            initialized.
1269  2001-10-05  Timo Schulz <[email protected]>          * wptRegistry.cpp (get_reg_entry_gpg4win): New.
1270            (get_reg_entry_mo): Support for gpg4win.
1271      * wptKeylist.cpp: (addkey): Check if the used userID is not revoked.          
1272      In the case it is, use the first userID.  2005-11-07  Timo Schulz  <[email protected]>
1273      * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox.  
1274      Remove the Pos column and add a status column instead.          * wptMainProc.cpp (winpt_main_proc): Disable
1275      Add expire stuff for subkeys.          some menu items when no secret key is available.
1276      (init_dtp): Initialize the common control.          
1277      * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file  2005-11-05  Timo Schulz  <[email protected]>
1278      into the clipboard.  
1279      * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description          More minor changes to avoid GCC warnings.
1280      of the ownertrust value.          
1281      (keyprops_dlg_proc): Fixed ownertrust handling.          * wptErrors.cp (winpt_strerror): Return w32
1282            formatted error and do not use 'break'.
1283  2001-10-06  Timo Schulz <[email protected]>          
1284    2005-11-04  Werner Koch  <[email protected]>
1285      * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.  
1286            * WinPT-en.rc: Fixed locations of icons.
1287  2001-10-08  Timo Schulz <[email protected]>  
1288    2005-11-03  Timo Schulz  <[email protected]>
1289      * wptKeyserver (kserver_connect): If the proxy settings are valid,  
1290      use the proxy port instead of the HKP port.          A lot of minor changes to avoid GCC warnings.
1291      (kserver_recvkey): Proxy support.  
1292      (kserver_search_init): Ditto.          * wptGPG.cpp (get_gnupg_keyring): Only check size for
1293            public keyring.
1294  2001-10-09  Timo Schulz <[email protected]>          * wptKeyManager.cpp (km_update_default_key_str): Do
1295            not issue a bug message when no secret key was found.
1296      * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return          * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
1297      code of sunlink.          
1298      * wptGPG.cpp (get_keyring_from_optfile): New.  2005-11-02  Werner Koch  <[email protected]>
1299      Renamed gpg_errstr to gpg_strerror.  
1300      (set_default_key): New.          * WinPT.cpp (WinMain): Disabled PTD version tests.
1301      * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting.          (check_crypto_engine): Fixed version check for scard.
1302        
1303  2001-10-10      Timo Schulz <[email protected]>          * wptErrors.cpp (debug_end): Add dummy function.
1304    
1305          * wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the          * Makefile.am (code_files): Added wptCardEditCB.cpp and
1306          file is longer then the keyid.          wptKeyEditCB.cpp.
1307          (get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the  
1308          entry is an userid.  2005-10-31  Werner Koch  <[email protected]>
1309          * wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file  
1310          more then one time.          * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
1311          (fm_add_dropped_files): Use it here.          functions.
1312      * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common  
1313      keys.          * wptKeyEditDlgs.cpp: Include oleauto.h
1314            * wptKeyEdit.cpp: Include time.h.
1315  2001-10-13  Timo Schulz <[email protected]>          * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
1316            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
1317      Set all ListviewControls to 'NULL' in all dialogs to be more crash  
1318      resistent.          * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
1319            wptKeyEdit.cpp and wptKeycache.cpp.
1320      * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface.  
1321      * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto.          * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
1322      * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto.          * wptImportList.cpp (implist_load): Use remove and not unlink.
1323      * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.          * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
1324      * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto.          * wptImportList.cpp (implist_load): Use remove and not unlink.
1325      * wptStringUtil.cpp: Removed.          * wptKeyManager.cpp (km_http_import): Ditto
1326      * wptFileManager.cpp: Rewrote the complete interface code for          * wptMainProc.cpp: Include wptCrypto.h
1327      the file manager.          * wptKeyManager.cpp: Ditto.
1328      * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog.          * wptFileManager.cpp: Ditto.
1329            * wptImportList.cpp (parse_colon_key): Need to cast argument for
1330  2001-10-15  Timo Schulz <[email protected]>          isdigit.  Include ctype.h.
1331            * wptGPG.cpp: Include shlobj.h.
1332      * wptFileManager.cpp (fm_wipe): New.  
1333      (fm_set_status): Add temporary wipe status and handle default values.          Fixed double inclusion of windows.h.
1334      (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped          
1335      files with a successful opeation.          * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
1336      * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure.          * wptKeylist.cpp (get_key_created): Broke up trigraph.
1337      (keygen_cb_thread): New. Static dialog thread.          (get_key_status): Removed dangerous use of sprintf.  Still other
1338      (keygen_cb_dlg_create): New. Interface.          flaws present, see comment.
1339      (keygen_cb_dlg_destroy): New. Destroy the dialog.  
1340      (keygen_cb): GPGME interface.          * wptCardPCSC.c: Don't include winscard.h.
1341            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
1342  2001-10-16  Timo Schulz <[email protected]>          use these types.
1343            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
1344      * wptW32API.cpp (check_date): New.          (SCARD_S_SUCCESS): Changed all compares to test the value directly
1345      (get_open_filename): New.          against zero.
1346      * wptDlgs.cpp (init_dtp): New. Initialize a special common control.  
1347      * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates.          * WinPT.cpp: Include wptCrypto.h.
1348            (WinMain): Don't shard S. Removed usunsed variable SIZE.
1349  2001-10-17  Timo Schulz <[email protected]>          * Makefile.am (code_files): Actually add files by adding a first
1350            backslash.
1351      * wptCurrWnd.cpp (get_window_contents): Only minimize the window          * wptMDSumDlg.cpp: Include wptCrypto.h.
1352      when the clipboard contains text.          * wptProxySettingsDlg.cpp: Included ctype.h.
1353      * wptKeylist.cpp (keylist_add_key): Check only for invalid keys          * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
1354      in the mainloop. The other flags are checked in the various cases.          * wptKeysignDlg.cpp: Ditto
1355      (add_key): Use the ** foo ** notation for invalid flags instead of          * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
1356      skipping the key.          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
1357      * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print          Removed unused variable.
1358      out a warning.          * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
1359      Change all error messages to one header.          silly c++ operator synonyms.
1360      (check_key_status): Check if the key is valid in the sense of          * wptKeyEditDlgs.cpp: Include time.h.
1361      revocation and expire dates. If not, print out a warning.          * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
1362      (keymisc_dlg_proc): Use the new code.          * wptFileManagerDlg.cpp: Ditto.
1363            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
1364  2001-10-19  Timo Schulz <[email protected]>          matter if it does an rmdir for a directory.
1365    
1366      * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various          Fixed include of resource.h which is not anymore in the top
1367      option files.          directory.
1368      * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and  
1369      use a popup menu.  2005-10-28  Werner Koch  <[email protected]>
1370      * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE  
1371      plug-in.          * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
1372      (gpgoe_unload_plugin): New.          unsigned.  Never ever use a possible signed char as argument for
1373            ctype tests.  An alternative is to first test using isascii ().
1374  2001-10-22      Timo Schulz <[email protected]>          (keyserver_proxy_dlg_proc): Removed unused variable.
1375    
1376          Remove all MyGPGME code from the main project. Now we use the  2005-10-27  Timo Schulz  <[email protected]>
1377          libmygpgme.dll to provide all cryptographic functions and interfaces.  
1378            * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.
1379          * wptKeylist.cpp (key_array_new): New.          * wptKeylist.cpp (keylist_add_key): Check global key flag to
1380          (key_array_release): New.          see if the key is disabled and not each subkey.
1381          (key_array_search): New.          (seclist_init): Likewise.
1382          * wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was          * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use
1383          already checked and don't bother the user if all userid's were selected.          gpgme_op_decrypt_verify.
1384          * wptPassphraseCB.cpp (passphrase_cb_init): Now void.          (clip_decrypt_dlg_proc): Fixed fingerprint
1385          (passphrase_cb_gpgme): Ditto.          to keyid conversation. This also fixes a crash.
1386          (passphrase_callback_proc): Support for a list of recipients.          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
1387          * wptImportList.cpp (implist_add_key): Support for secret keys.          * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key
1388            already expired if the user wants to change the date.
1389  2001-10-23      Timo Schulz <[email protected]>          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old
1390            'v3 sig' option with the 'ask cert level' option. Sync
1391          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while          with global preferences.
1392          because it's shorter.          * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the
1393          * wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of          gpg.conf contains 'ask-cert-level'. If not disable button.
1394          the default keyid.          * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable
1395          * wptFileManager.cpp (fm_sign): Remove the default key ID code. Now          the button when the key is available.
1396          we use the signer from the keylist.          Reload key directly, not the entire cache.
1397          * wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix          
1398          some silly bugs.  2005-10-26  Timo Schulz  <[email protected]>
1399          * WinPT.cpp (WinMain): if there is no valid keyring after the new  
1400          preferences, start the key generation dialog.          * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but
1401            possible overflow.
1402  2001-10-25      Timo Schulz <[email protected]>          (is_openpgp_ext): Compare case insentensive.
1403            (add_single_file): New.
1404          * wptGPG.cpp (get_gpg_default_key): Support for the users options file.          (fm_add_opened_files): Support multi file selection.
1405          (check_gpg_path): Ditto.          * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed.
1406          (get_gpg_options): Ditto.          * wptKeyManager.cpp (km_enable_disable_key): Do not set cache
1407          (set_gpg_default_key): Ditto.          reload flag. Just update the single key.
1408          (set_gpg_options): Ditto.          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var
1409          (gpg_check_keyring): Ditto.          and disable anonymize recipient for now.
1410          (set_gpg_default_keyid): Fix a typo.  
1411          * wptGPGME.cpp (get_default_keyid): Rewrote most of the code.          Begin to port code to GCC. Fix all warning issued by the gcc
1412            compiler.
1413  2001-10-26      Timo Schulz <[email protected]>  
1414    2005-10-25  Timo Schulz  <[email protected]>
1415          * wptExtensions.cpp: Removed.  
1416          * wptLDAPExt.cpp: Removed.          * wptGPGUtil.cpp (create_process): Hide window.
1417          * wptLDAP.cpp: New. This code now contains a direct interface to          * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
1418          the WLDAP library so we don't need extra DLL's to handle LDAP keyservers.          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
1419          (wldap_init): New.          static var 'enable'.
1420          (wldap_end): New.          * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
1421          (ldap_set_verbose): New.          (gpg_genkey_params): Make sure all primary keys are capable
1422          (ldap_get_key_info): New.          for signing and certification.
1423          (ldap_recvkey): New.          * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
1424          (init_ldap): New. Internal use only.          * wptGPG.cpp (gnupg_access_keyring): Check return value for
1425          (get_key): New. Ditto.          NULL. Noted by Ralf.
1426          (send_key): New. Ditto.          (get_gnupg_prog): Simplified.
1427          * wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll.          (check_homedir): Fixed. Return 0 when the dir is successfully created.
1428            * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
1429  2001-10-27      Timo Schulz <[email protected]>          indicate a pending GPG process.
1430            * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
1431          * wptKeylist.cpp (keylist_enum_recipients): Add a type to make          and and of an operation. For now just the cursor changes.
1432          the code more flexible.          (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
1433          * wptKeyMiscDlg.cpp (file_import): New.          * WinPT.cpp (WinMain): Check if there is already an instance and
1434          (file_export): New.          set a variable early as possible.
1435          * wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo.          (load_gettext): If a previous instance was found, do not output
1436            any errors. Kudos to Ralf.      
1437          Removed all OE code snippets.  
1438    2005-10-24  Timo Schulz  <[email protected]>
1439  2001-10-28      Timo Schulz <[email protected]>  
1440            * wptPassphraseCB.cpp (passphrase_callback_proc): Allow to use
1441          * wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support          pre-defined recipients.
1442          for ENTER/SPACE and DELETE. Suggested by Graham.          (release_gpg_passphrase_cb): Release recipients.
1443          * wptKeyList.cpp (add_key): New code to figure out how trustworthy          * wptKeyPropsDlg.cpp (keyprops_load_photo): Set photo-id
1444          a expired/revoked secret key is.          validity if needed.
1445          (keylist_enum_recipients): Show the key ID of the key when it's          (keyprops_dlg_proc): Issue a warning if the photo is valid.
1446          revoked.  
1447          * wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not  2005-10-23  Timo Schulz  <[email protected]>
1448          only the first to figure out if a secret is available. Thanks to  
1449          Graham.          * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.  
1450          * wptFile.cpp (get_keyid_from_file): Ditto.          * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
1451            (get_ext_validity): New.
1452  2001-10-30      Timo Schulz <[email protected]>          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
1453            * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
1454          * wptHotkey.h: Fixed typo. Thanks to Timo.          this function.
1455          * wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo.          (load_clipboard_from_file): Likewise.
1456          (get_gpg_default_key): Skip comment lines immediately.          (save_clipboard_to_file): New.
1457          * wptRegisty.cpp (get_reg_winpt_prefs): Ditto.          * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.
1458          * wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure  
1459          for subclassing.  2005-10-22  Timo Schulz  <[email protected]>
1460    
1461          Remove all unsafe WM_NOTIFY stuff because this was propably the          Localized a lot of more strings.
1462          reason for the crashes. And add as a sanity check if the control  
1463          sent the message.          * wptMainProc.cpp (load_smartcard): New.
1464            * wptFileManager.cpp (fm_parse_command_line): Simplify code.
1465  2001-11-02      Timo Schulz <[email protected]>          (fm_check_armor_type): Add new arg. Change all callers.
1466            (fm_get_file_type): Likewise.
1467          * WinPT.cpp (WinMain): Add the chance to start the preferences dialog          * wptKeyPropsDlg.cpp (display_key_info): New.  
1468          in the case a GPG error was detected.          (keyprops_show_photo): Factored out some code into..
1469          * wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected          (keyprops_load_photo): ..this function.
1470          keys.  
1471    2005-10-21  Timo Schulz  <[email protected]>
1472  2001-11-03      Timo Schulz <[email protected]>  
1473            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use
1474          (fm_remove_crit_file_attrs): First check if the file exists.          WM_INITPOPUPMENU to localize popup menu texts.
1475          Thanks to Peter.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
1476            * wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset.  
1477  2001-11-07      Timo Schulz <[email protected]>  
1478    2005-10-20  Timo Schulz  <[email protected]>
1479          * wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing  
1480          the key id.          Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0.
1481          * wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret  
1482          key imports.          * wptPassphraseCB.cpp (passphrase_cb): Complete card support.
1483          * wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and          * wptCardEdit.cpp (genKey): Handle cancel case.
1484          the user doesn't set the field, try to do this automatically.          * keycache.c: Renamed into...
1485            * wptKeyCache.cpp: ...this.
1486  2001-11-13      Timo Schulz <[email protected]>          * wptW32API.cpp (set_menu_text): Removed unused code.
1487            (set_menu_text_bypos): New.
1488          * wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry          * wptCrypto.h: New.
1489          is set but to "". Then use default gpg directory.          * wptMainProc.cpp (winpt_main_proc): Complete localize
1490          * wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys.          menu texts.
1491          (refresh_from_keyserver): New. Context entry for update keys.          * wptErrors.cpp (log_debug): Use a static var so the file
1492          (keymisc_dlg_proc): Modify the way the popup is shown.          is only opened once.
1493            (debug_end): Cleanup. Currently just close the log file.
1494  2001-11-18  Timo Schulz <[email protected]>          * wptErrors.h (wipememory): New.
1495            (sfree_if_alloc): Use it here.
1496      * wptKeyManager.cpp: New. Contains all handy functions from the          * WinPT.cpp (WinMain): Display the min. GPGME version which
1497      wptKeyManagerDlg.cpp. This should help to cleanup the dialog code.          is needed in case of an error.
1498      (km_quote_uid): New.  
1499      (km_check_for_seckey): New.  2005-10-17  Timo Schulz  <[email protected]>
1500      (km_check_key_status): New.  
1501      (km_clip_export): New.          Free all memory returned by the GPGME dll with gpgme_free ().
1502      (km_clip_import): New.  
1503      (km_file_export): New.          s/GPG_ERR_CARD_REMOVED/GPG_ERR_CARD_NOT_PRESENT.
1504      (km_file_import): New.  
1505      (km_delete_keys): New.          * wptKeyEdit.cpp (getCardStatus): Remove dummy key.
1506      (km_send_to_keyserver): New.          (list_handler): With user interaction to allow to insert
1507      (km_refersh_from_keyserver): New.          the card into the reader.
1508      (km_update_default_key_str): New.          * wptKeyEditCB.cpp (gpg_edit_card): Likewise.
1509          * wptKeygenDlg.cpp (ask_for_backup): New.          (common_card_handler): Fixed incorrect command string.
1510          (keygen_dlg_proc): Use new function to give the chance to the          * wptKeyPropsDlg.cpp (get_card_type): New.
1511          user for a complete backup.          (keyprops_dlg_proc): Show card information if present.
1512            * wptFileManager.cpp (secret_key_available): Make the code faster.
1513  2001-11-22      Timo Schulz <[email protected]>          
1514    
1515          * wptW32API.cpp (set_foreground_wnd): New.  2005-10-16  Timo Schulz  <[email protected]>
1516    
1517          Fixed the return value of all EndDialogs.          * wptPassphraseCB.cpp (passphrase_cb): Fix problem
1518            with hanging GPG process on cancel.
1519          * wptMainProc.cpp: Remove all code parts which did the same for the          * keycache.c (gpg_keycache_release): Release all objects.
1520          current window support. Now the code uses a dialog switch which is  
1521          much smaller.  2005-10-15  Timo Schulz  <[email protected]>
1522    
1523  2001-11-23      Timo Schulz <[email protected]>          * wptCardEdit.cpp (setResult, getResult): New.
1524            (reset): New.
1525          * wptW32API.cpp (set_active_window): New.          (getCardStatus): Check return codes and release all objects
1526          (reset_active_window): New.          in case of errors.
1527          (window_reminder): New. This is a delayed thread procedure to          * wptCardEditCB.cpp (change_pin_handler): Call reset()
1528          force the focus (foreground) to the dialogs for the current          before quit.
1529          window mode.          (editcard_handler): Likewise.
1530          * wptMainProc.cpp (winpt_main_proc): Use it here.          (common_card_handler): New.
1531          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto.          * wptCardDlg.cpp (card_changepin_dlg_proc): Also unmask
1532          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.          the old PIN when 'Hide Typing' is disabled.
1533          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.          * wptPassphraseCB.cpp (passphrase_cb): The card detection
1534          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.          works again. Support to re-enter passphrase.
1535    
1536  2001-11-24      Timo Schulz <[email protected]>  2005-10-14  Timo Schulz  <[email protected]>
1537    
1538          * wptKeyManager.cpp (km_groups_new): New.          * wptCardDlg.cpp (card_status): New fields for the
1539          (km_groups_release): New.          fingerprint creation time. Display card info as title.
1540          (km_groups_load): Rewritten.          (get_printable_version): New.
1541          (km_groups_add): New.          * wptCardEditCB.cpp (editcard_handler): Fix problem
1542          (km_groups_del): New.          with the counter comparison.
1543          (km_groupdb_open): New.  
1544          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support.  2005-10-11  Timo Schulz  <[email protected]>
1545          * wptGroups.c (groupdb_enum_read): Store the record before increment it.  
1546            Port to GPGME basically finished.
1547  2001-11-27      Timo Schulz <[email protected]>  
1548    2005-09-20  Timo Schulz  <[email protected]>
1549          * wptKeyserver.cpp (base64_encode): New. Marco provided HTTP  
1550          proxy authentifcation support for each command.          * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc):
1551          (kserver_update_proxyuser): New. Ditto.          Do not use gpgme_recipients_t but the listview directly
1552          (kserver_send_request): Ditto.          to add the selected files.
1553          (kserver_recv_request): Ditto.  
1554          (kserver_search_init): Ditto.  2005-09-07  Timo Schulz  <[email protected]>
1555    
1556  2001-11-29      Timo Schulz <[email protected]>          * Make sure all GetOpenFileName filters are terminated by \0\0.
1557    
1558          * wptKeyManager.cpp (km_groupdb_expand_recipients): New.  2005-09-01  Timo Schulz  <[email protected]>
1559          * wptMainProc.cpp (clip_gpg_dlg): New.  
1560          Modify the whole event loop so we don't need all the same code          * wptW32API.cpp (center_window): New argument for parent window.
1561          for each command. And we use the new foreground code.          Change all callers.
1562          * wptW32API.cpp (check_date): Fixed.          (center_window2): Likewise.
1563            * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'.
1564  2001-12-02      Timo Schulz <[email protected]>          * wptGPG.cpp (gnupg_backup_options): Remove param. One backup
1565            file is enough. Changed all callers.
1566          * wptGroups.c: Revamped from the base. Arggg.  
1567    2005-08-15  Timo Schulz  <[email protected]>
1568  2001-12-15  Timo Schulz <[email protected]>  
1569            * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys.
1570      * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for          * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title.
1571      copy and paste.          * Make sure the passphrase is always overwritten before it is
1572            freed (or the function returns).
1573  2001-12-19      Timo Schulz <[email protected]>          * wptKeyPropDlg.cpp (get_pref_cipher): New.
1574            (keyprops_dlg_proc): Use it here.
1575          * Completed work on the temporary file support for GPG.  
1576          * wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the  2005-08-06  Timo Schulz  <[email protected]>
1577          plaintext viewer option. Suggested by Markus Winkler.  
1578          (get_reg_winpt_prefs): Ditto.          * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
1579          * wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto.          of the secret key.
1580          * wptMainProc.cpp (winpt_main_proc): Ditto.          (keycache_init): cache name of secret keyring.
1581            * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
1582  2001-12-21      Timo Schulz <[email protected]>          (get_key_type): Do not assume 'ultimate' means key pair.
1583            * wptKeyEditDlgs.cpp (diff_time): New.
1584          * wptTextInputDlg.cpp (text_input_dlg_proc): New.          (keyedit_addsubkey_dlg_proc): Changed design and use
1585          * wptMainProc (clip_gpg_dlg): Support for deached signatures.          diff_time. Drop checks for invalid keylength (< 1024, > 4096)
1586          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.          because the combo box automatically handles this.
1587            * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
1588  2001-12-30      Timo Schulz <[email protected]>          * wptGPG.cpp (get_backup_name): New.
1589            (gnupg_backup_keyrings): Rotate backup names, from 0..3.
1590          * wptFileManager.cpp (fm_sign): Always use callbacks for the          * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
1591          passphrase.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
1592          (fm_decrypt): Ditto.          not the long keyid.
1593          (fm_parse_files): Cache the passphrase for the session and check  
1594          if the file still exists.  2005-08-05  Timo Schulz  <[email protected]>
1595          * wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use  
1596          low level stuff here.          * wptListView.cpp (listview_set_item2): New.
1597          * wptFile.cpp (get_keyid_from_file): Ditto.          * wptKeyManager.cpp (km_check_if_protected): Directly
1598            retrieve gpgme_key_t from the list.
1599  2002-01-01      Timo Schulz <[email protected]>          (km_check_key_status): Likewise.        
1600            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use
1601          * wptFileManager.cpp (fm_verify): Support for the case there is          a human-readable name for secret key export.
1602          no public key to verify the signature.          Reload just the keys which were affected by updates
1603            (edit-key).
1604  2002-01-06  Timo Schulz <[email protected]>          (update_key): New.
1605            * wptKeyList.cpp ((keylist_upd_key): Stripped down
1606      * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt          version of keylist_add_key.
1607      hotkey.          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not
1608          * wptRegistry.cpp: Ditto.          reload the keycache here, just flag 'update'. Give the
1609          * wptRegistry.h: Ditto.          control to the calling dialog.
1610          * wptHotkey.h: Ditto.          * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t
1611          * wptGPG.cpp (gpg_load_options): New.          as parameter. Changed all callers.
1612          (gpg_save_options): New.          Add date of expiration to the key info.
1613            (get_expire_date): New.
1614  2002-01-13      Timo Schulz <[email protected]>          Use a checkbox to allow to ask for the cert level.
1615            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload
1616          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche          the cache.
1617          settings.  
1618          * wptGPG.cpp (gpg_backup_options): New.  2005-08-04  Timo Schulz  <[email protected]>
1619          (gpg_load_options): Ignore comment lines.  
1620          (gpg_save_options): Rewritten.          * wptListView.cpp (listview_scroll): New.
1621            (listview_get_item2): New.
1622  2002-01-18      Timo Schulz <[email protected]>          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the
1623            item was found, make it visible with scrolling.
1624          * wptMainProc.cpp (winpt_main_proc): NLS support for new menu style.          * wptKeyManager.cpp (km_find_key): New.
1625          * wptPassphraseCB.cpp (parse_gpg_description): Support when no          (keylist_subclass_proc): Support to handle some acceleators.
1626          description was given. One example is when symmetric was used.          Strg+{C, P, F, A}.
1627            (km_get_key_status): Get the gpgme_key_t object directly
1628  2002-01-20      Timo Schulz <[email protected]>          from the list.
1629            * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set
1630          * wptMainProc.cpp (winpt_main_proc): Fix the error, that the user          the config file (if it exists).
1631          have to click twice before the menu appears. Richard told me this.          * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code
1632            to handle the click->activate situation.
1633            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
1634  2002-01-23      Timo Schulz <[email protected]>          Support to check the passphrase quality.
1635            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
1636          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for          (request_passphrase): Rename 'init' to 'flags' to allow more
1637          loading a file.          options.
1638          Add new code to save file with clipboard contents.          * wptMAPI.cpp: Check all *alloc results.
1639            * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary
1640  2002-01-26      Timo Schulz <[email protected]>          passphrase quality check.
1641            * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file
1642          * wptKeylist.cpp (keylist_add_key): Use flags for the file manager          format and allow to save the checksum in a file.
1643          to avoid to show all userid's. Thanks to Frank.          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning
1644          * wptDateDlg.cpp (date_dlg_proc): New context to use different          when the PGP mode is disabled.
1645          window texts and some other features.          wptKeyEditDlgs.cpp (do_editkey_primary): Return if just
1646          * wptKeygenDlg.cpp (keygen_dlg_proc): Use it here.          one user-ID exists.
1647          * wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto.          (keyedit_dlg_proc): Fixed index problem.
1648          * wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if          * wptKeyPropsDlg.cpp (get_validity): New.
1649          it doesn't exist.          (keyprops_dlg_proc): Actually show extended validity if possible.
1650          * WinPT.cpp (WinMain): Use the new code here.          * wptKeyList.cpp (get_key_fpr): Support for old v3 format.
1651            (do_addkey): Use listview_add_item2 to store key as opaque
1652  2002-02-04      Timo Schulz <[email protected]>          param inside the list.
1653            * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.
1654          * WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements          (file_stat_dlg_proc): End dialog if no PGP data was found.
1655          which need it. Thanks to Timo who find this out.          (do_list_packets): Return the number of valid PGP packets
1656          * WinPT.cpp (WinMain): We don't quit in the case the user changed          of the file.
1657          the preferences.  
1658          (update_keycache): New. Handy function to update the keycache.  2005-08-02  Timo Schulz  <[email protected]>
1659    
1660          * Use quotation for the options file in any case.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of
1661            using 'Default Keyserver' add the real keyserver name to
1662          * clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status          the menu.
1663          is set, we don' try to get the sig key.          The rebuild command does not reload the cache any longer.
1664            Use ATTR_NAME + .asc as the filename and not keyid + .asc.
1665          * wptGPG.cpp (get_gpg_default_key): Revamped.          * wptProxySettingsDlg.cpp (enable_proxy_auth): New.
1666            (keyserver_proxy_dlg_proc): Changed the design a little
1667  2002-02-05      Timo Schulz <[email protected]>          and add some additional sanity checks.
1668                    * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.
1669          wptGPG.cpp (gpg_save_options): Fixed the code for the case the          This fixes the problem that the GPG option dialog does not show
1670          values don't exist in the options file. Thanks to Lutz who found this out.          very nice lines.
1671          (get_gpg_default): First search for "default-key" then for "encrypt-to".          * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.
1672            * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected
1673  2002-02-05      Timo Schulz <[email protected]>          check for 'NOKEY' before asking a keyserver.
1674            * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.
1675          * wptGPG.cpp (gpg_save_options): Catch the case when the options file          If a lot of keys were selected, ask if the user wants to confirm
1676          exist but it has a length of zero.          each delete procedure or allow to cancel the operation.
1677          (gpg_display_error): Print out the data from the GPG stderr          * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much
1678          (when available).          keys the file contain.
1679          * w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if          * wptKeyList.cpp (get_key_algo): Beautified.
1680          not, return NULL.          (get_key_status): Drop the "[XYZ] Unknown" format, it is too
1681          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret          confusing for users.
1682          keys.          * wptKeyManager.cpp (km_check_key_status): Adjustments for the
1683            new code.
1684          * Fixed a lot of memory allocation all over the place.          (km_check_for_seckey): Reset utrust parameter. Return -1 for
1685            invalid (exp+rev+dis) keys.
1686  2002-02-08      Timo Schulz <[email protected]>  
1687    2005-08-01  Timo Schulz  <[email protected]>
1688          * wptNLS.c: Now it's C-source because GPGME needs gettext too.  
1689          (stpcpy): Makes it static.          * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given
1690          * errors.c: localize all error strings.          sizes.
1691          * WinPT.cpp (get_gettext_lang): Move the code in this file because          (check_IP_or_hostname): New.
1692          we can't use it in plain C.          (kserver_load_conf): Correct finger URL parsing problem.
1693            (port_from_proto): New.
1694  2002-02-23      Timo Schulz     <[email protected]>          (keyserver_load_conf): Guess the port.
1695            (keyserver_set_default): Allocate new buffer.
1696          * wptListview.cpp (listview_del_items): New.          (kserver_load_conf): Likewise.
1697          * wptKeyManager.cpp (km_delete_keys): Use it here.          * wptHTTP.c (parse_reqline, parse_request): Removed.
1698          * wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support.          Use WinPT error code and remove all unused code.
1699          * wptKeylist.cpp (add_key): UTF8 support.          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.
1700            * wptProxySettingsDlg.cpp (read_proxy): Simple check for
1701  2002-02-28      Timo Schulz <[email protected]>          invalid host/IP addresses.
1702            * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.
1703          * wptImplist.cpp (implist_add_key): UTF8 support.          Changed all callers.
1704          Handle invalid userID's.          * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,
1705          * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.          automatically set 'backup to homedir'.
1706          (passphrase_callback_proc): Ditto.          * WinPT.cpp (WinMain): Use desktop window as the parent window
1707            to load 'first-start' dialogs.
1708            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'
1709  2002-03-01      Timo Schulz <[email protected]>          flag after deleting keys.
1710            * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure
1711          * wptWipeFile: Replaced all low level I/O functions with W32 API          for passing the arguments.
1712          functions. And support for more wiping modes. I don't know to          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for
1713          support all, but those makes sense for me:          the OptFile. This was responsible for a lot of 'General Errors'
1714          1. Simple (2 random passes)          after the first start related to key caching.
1715          2. DoD (as described in the standard)          Automatically set the gpg binary if possible.
1716          3. Peter Gutmanns method (from the paper)  
1717    2005-07-22  Timo Schulz  <[email protected]>
1718    
1719  2002-03-02      Timo Schulz <[email protected]>          * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
1720            messages and make sure WinPT make a keyring backup in this case.
1721          * Use capital letters in the main menus and applied Patricks spelling          * wptGPGME.cpp (keycache_reload): Do not rebuild the signature
1722          corrections.          cache each time. Just do it on startup.
1723            * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
1724          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
1725          not an integer. Thanks to scrumpy.                was set by the calling function.
1726          * wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'.          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
1727          (overwrite): Some bugfixes to set the pointer to the begin of the file.          (keygen_dlg_proc): Only add the generated key to the keycache
1728          * wptVerlist.cpp (verlist_build): New keyID column.          and do not reload the entire cache.
1729          (verlist_add_sig): Use it here.          * wptKeyManager.cpp (km_delete_keys): Store the number of keys
1730            because in each loop iteration it will be new calculated.
1731  2002-03-22      Timo Schulz <[email protected]>          * wptListView.cpp (listview_del_items): Likewise.
1732            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
1733          * wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't          generated key to the list instead of reloading the entire cache.
1734          set window contents for some commands.          * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.
1735          (winpt_main_proc): Use the code here.  
1736          * wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits.  2005-05-09  Timo Schulz  <[email protected]>
1737          * wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New.  
1738          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here.          * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..
1739          * wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings.          (http_dlg_proc): ..this.
1740            (get_keyserver_URL_dlg): New.
1741  2002-03-29      Timo Schulz <[email protected]>          (check_URL): New.
1742            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): New.
1743          * wptGPG.cpp (create_groupdb): Only close the file handling if it          (keyedit_main_dlg_proc): Avoid massive keycache reloads, just reload
1744          really exists. Thanks to Mark.          the single key.
1745          (gpg_check_homedir): Applied the patch. Now we're a little stricter          * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Show the key
1746          about the homedir checks.          properties of the selected desig. revoker.
1747          (check_homedir): Fixed a possible memory leak.          * wptVerifyList.cpp (verlist_build): Increase the column
1748          * WinPT.cpp (WinMain): Check the homedir functions to exit the program          size of 'keyid'.
1749          if      we've found some problems.          * wptGPGME.cpp (keycache_update): New.
1750          * wptErrors.cpp (winpt_strerror): New value if a directory could not          * wptKeySigDlg.cpp (keysig_dlg_proc): Update the key if a signature
1751          created.          was deleted.
1752          * wptMainProc (winpt_main_proc): Use new code for the current window mode.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Zeroing the key struct
1753          * wptCurrWnd.cpp (get_curr_wnd): Ditto.          before we set any values.      
1754          (get_window_contents): Always set focus to the current window.  
1755    2005-05-03  Timo Schulz  <[email protected]>
1756  2002-03-31      Timo Schulz <[email protected]>  
1757            * wptFileManager.cpp (fm_parse_command_line): Handle
1758          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to          'SYMKEYENC' files. Thanks to the user who reported it.
1759          select the key used for signing.          * wptKeyEditDlgs.cpp (do_find_userid): Optionally return the context.
1760          * wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting.          (showpref_dlg_proc): New.
1761          * wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-).          (keyedit_main_dlg_proc): Support SHOWPREF.
1762          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after          (userid_list_init): New field 'Email'. Split userID into 'Name' + 'Email'.
1763          fetching keys via HKP and try to update the Gpgmekey inside.          (do_add_new_userid): Adjust for new ListView.
1764          * wptVerifyList.cpp (verlist_add_sig): Check if the key context was          (do_find_userid): Use email for searching.
1765          set inside the signature. Fixes some segfaults related to the HKP key          (parse_preflist): New.
1766          fetching during verification. Thanks to Julian. And force to use UTF8  
1767          for user ID's.  2005-04-19  Timo Schulz  <[email protected]>
1768          * wptClipSignDlg.cpp (one_key_proc): If only one secret exists,  
1769          prevent that the dialog is loaded and ask for the passphrase directly.          * wptKeyserver.cpp (kserver_update_proxyuser): Fixed
1770            buffer overflow that occurred when the proxy password
1771            is > 29 chars. Thanks to the friendly user who reported this.
1772  2002-04-05      Timo Schulz <[email protected]>          (kserver_search): Handle the case the key is revoked. Thanks
1773            to Ralf.
1774          * wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire.          (kserver_connect): More logging.
1775          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto.          (kserver_sendkey): Likewise.
1776          * wptKeySignDlg.cpp (keysign_dlg_proc): Ditto.          * wptProxySettingsDlg.cpp (check_number): New.
1777          * wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto.          (read_proxy): Check the entered port number.
1778            * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
1779  2002-04-19      Timo Schulz <[email protected]>          * wptW32API.cpp (get_folder_dlg): Free memory.
1780    
1781          * wptImplist.cpp (implist_load): Support for the advanced PGP parser code.  2005-04-11  Timo Schulz  <[email protected]>
1782    
1783  2002-04-23      Timo Schulz <[email protected]>          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
1784            'enable' flag always at the begin.
1785          * wptRFC2440.cpp: Removed. We now use the OpenCDK package.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
1786          * wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code.          key trust. Noted by a friendly user.
1787          (fm_encrypt): Modified code to allow sign & encrypt.          * wptListView.cpp (listview_add_item_pos): New.
1788          (fm_parse_file): Ditto.          * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
1789          (fm_decrypt): Support for checking signatures.          the fact that GPG does not return the fingerprint of
1790          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto.          the generated subkey any longer, we need to get it manually.
1791            Thanks to Maxime Brandt.
1792  2002-04-24      Timo Schulz <[email protected]>          (keyedit_addsubkey_dlg_proc): If key size too large, ask
1793            if this was a mistake.
1794          * wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows.          (keyedit_add_subkey): Use it here.
1795                    (do_add_new_subkey): Fix list contrl insertion.
1796          Changed the way to modify the "Version:" string.          * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.
1797    
1798          * wptKeyserver.cpp (add_node): New.  2005-04-04  Timo Schulz  <[email protected]>
1799          (kserver_change_proxy): New.  
1800          (kserver_read_config): New.          * WinPT.cpp (check_crypto_engine): Correct version
1801          (kserver_write_config): New.              check. Noted by Werner.
1802          (kserver_cfgfile_release): New.  
1803          (proxy_release): New.  2005-03-22  Timo Schulz  <[email protected]>
1804    
1805          * wptProxySettingsDlg.cpp (read_proxy): New.          * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.
1806          * wptFileStatDlg.cpp (file_stat_dlg_proc): New.          (enable_mobile_mode): New.
1807          * wptFileManager.cpp (fm_list): New.          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new
1808          (fm_parse_files): Support the new list command.          ID's for adding subkeys.
1809    
1810  2002-04-25      Timo Schulz <[email protected]>  2005-03-06  Timo Schulz  <[email protected]>
1811    
1812          * wptImplist.cpp (implist_add_key): Catch possible segfault.          * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
1813          * wptVerifyList.cpp (verlist_add_sig): Ditto.          a public key. Noted by Kurt Fitzner.
1814          * wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7.  
1815          * wptKeylist.cpp (find_secret_key): New.  2005-03-04  Timo Schulz  <[email protected]>
1816          (add_key): Use it here.  
1817          (keylist_add_key): And here.          * GPG asks twice for the new PIN. Thanks to Achim.
1818            * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.
1819          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent          Only check the passphrase if the backup flag is enabled. Again thanks to
1820          to fetch the key.          Achim.
1821    
1822  2002-04-26      Timo Schulz <[email protected]>  2005-03-03  Timo Schulz  <[email protected]>
1823    
1824          * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.          * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
1825          * wptKeyUidDlg.cpp: Ditto.          new PIN. Suggested by Achim.
1826            Support to show the unmasked PIN.
1827  2002-04-27      Timo Schulz <[email protected]>          Modified TAB-order.
1828            * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.
1829          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the  new dialog.  
1830          * wptFileSaveDlg.cpp (file_save_dlg_proc): New.          * Fixed wrong GPG --command-fd strings. Thanks to Achim.
1831          * wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values.  
1832          * wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's.  2005-02-23  Timo Schulz  <[email protected]>
1833          (currwnd_gpg_dlg): Ditto.  
1834                    * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.
1835          Now it's possible to parse cleartext signatures which contains an          (kserver_search): Be more strict.
1836          encrypted message inside the body.          * WinPT.cpp (WinMain): Enable FM progress by default.
1837            * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.
1838          * wptTextInputDlg.cpp (load_file_contents): New.          (fm_parse_files): Use progress dialog only if it is
1839          (text_input_dlg_proc): Support for choosing the data file.          enabled.
1840    
1841          * wptFileManager.cpp (fm_verify): Support for detached signatures.  2005-02-07  Timo Schulz  <[email protected]>
1842          (fm_parse_files): Ditto.  
1843            * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog
1844            for signing and verifying. But this does not fix the problem tha the
1845  2002-04-28      Timo Schulz <[email protected]>          dialog sometimes stay and is not destroyed.
1846    
1847          * wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode.  2005-02-04  Timo Schulz  <[email protected]>
1848          (set_reg_winpt_prefs): Ditto.  
1849          * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option.          * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
1850          (set_keylist_mode): New.          If the progress window survives by accident, it will be closed when the
1851            File Manager (root window) is closed.
1852          Implement minimal keylist mode. Suggested by Fabian.  
1853    2005-02-02  Timo Schulz  <[email protected]>
1854          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here.  
1855          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.          * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
1856          * wptKeylist.cpp (keylist_add_key): Ditto.          it is invisible.
1857          (keylist_load): Ditto.          * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
1858          (keylist_build): Ditto.          passphrases.
1859            * Enable the progress dialog for symmetric encryption.
1860  2002-04-29      Timo Schulz <[email protected]>          * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
1861            FM_ENCRYPT mode.
1862          Adjustments for GPG 1.0.7          * WinPT.cpp (WinMain): SETUP_EXISTING implemented.
1863            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
1864          * wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust          no value is entered.
1865          and ask the user if he knows what he's doing.  
1866          * wptKeyManager.cpp  2005-01-26  Timo Schulz  <[email protected]>
1867          (keylist_subclass_proc): Use double click to open the props.  
1868          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a          * wptGPG.cpp (multi_gnupg_path): Zero buffer before use.
1869          ultimate ownertrust value.          * wptKeyManagerDlg.cpp: Add 'Select All' feature.
1870          * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for          Move 'Edit->Key' to 'Key->Edit'.
1871          new RSA keys.          * wptFileManagerDlg.cpp: Likewise.
1872            * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.
1873  2002-04-30      Timo Schulz <[email protected]>          * wptKeyManager.cpp (spawn_loadimage): Removed.
1874            (km_show_photo): Removed.
1875          Merge ownertrust handling into the keycache. Now GPG outputs the          * wptRevokersDlg.cpp (revokelist_init): Fixed index.
1876          ownertrust in the key listing which means we can get the ownertrust          * wptErrors.cpp (winpt_strerror): Show system error for registry
1877          value from the keycache.          related problems.
1878    
1879          (keymisc_dlg_proc): Add a button to rebuild the sig database cache.  2005-01-25  Timo Schulz  <[email protected]>
1880          Please not that this is not the same as the key cache! The key cache  
1881          will be updated when a new key was imported or a subkey was added/changed.          * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default
1882          The signature cache only affects the validity of the keys.          and that all values are 7-bit ASCII.
1883            Use '*' for the passphrase field.
1884          Removed the MyGPGME trustlist code. Now we can use the field in the key          * wptGPG.cpp (multi_gnupg_path): New.
1885          listing to determine the ownertrust (which makes things a lot of easier).          (get_gnupg_path): Use it here.
1886            (check_homedir): Likewise.
1887  2002-05-01      Timo Schulz <[email protected]>          * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port
1888            is actually set.
1889          * wptKeygenDlg.cpp (fill_keytype_box): New.          * wptFileManager.cpp (fm_clearsign_8bit): New.
1890          (keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7          (fm_parse_files): Check if the file to clearsign is really 7-bit.
1891          there is full RSA support.          Thanks to djek.
1892            (fm_set_ftype): Factored out some code from...
1893          Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out          (fm_add_dropped_files): ...here. Simplied the code.
1894          what the problem was when no encryption was done.          (fm_add_dir_files): New.
1895            * Removed MD5 from MyGPGME and the new default sym cipher is AES.
1896          * wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make          * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var
1897          sure it was not already signed (ALREADY_SIGNED).          to track the window handle.
1898            (progress_cleanup): Try to close tracking handle first.
1899          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system,  
1900          now we also support to sign ultimate trusted keys.  2005-01-21  Timo Schulz  <[email protected]>
1901    
1902          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys
1903          is checked and do not check it.          which are not in the keyring. Suggested by djek.
1904            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic
1905          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify          'Always on Top'.
1906          box and now we also support the date of the signature.          Allow to send encrypted files via MAPI.        
1907            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache
1908          Applied Rich's spelling and grammer mistakes.          if the HKP retrieval succeeded.
1909          Fixed a lot of minor spelling mistakes and capital letters for dialogs.          * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer
1910            is not NULL.
1911  2002-05-05      Timo Schulz <[email protected]>          * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with
1912            a header similar to 'gpg -k name'.
1913          * Fixed problem with rev certs for imports stats.          * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible
1914            with 'Always on Top' windows.
1915          * Cosmetical changes for the GPGME libraray.          * wptFileManager.cpp (fm_parse_files): Set progress callback for
1916            wiping files.
1917  2002-05-06      Timo Schulz <[email protected]>          (fm_add_opened_files): Do not add the file in case of an error.
1918            * wptKeyserverDlg.cpp (kserver_get_port): New.
1919          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of          (save_default_ks): Save port.
1920          the buttons.          * wptKeyserver.cpp (set_default_kserver): Get port or use default.
1921            (kserver_connect): Logging.
1922  2002-05-07      Timo Schulz <[email protected]>          (kserver_send_request): Likewise. Thanks to Markus.
1923            * wptError.cpp (w32_fmt_msg): New.
1924          * wptGPG.cpp (check_gpg_engine): New.          (winpt_strerror): Show the W32 API error if the hotkey could not
1925            be registered.
1926          * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible  
1927          routines.  2005-01-20  Timo Schulz  <[email protected]>
1928    
1929          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.          * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the
1930            keyring check. If the file exists, it is enough.
1931          * wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto.          * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.
1932            Several cleanups and allow to specify the port of the keyserver.
1933  2002-05-08      Timo Schulz <[email protected]>          * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure
1934            the application terminates clearly when Windows shutdown.
1935          * wptKeyserver.cpp (kserver_change_proxy): Check the values.  
1936          Thanks to njek for reporting it.  2005-01-10  Timo Schulz  <[email protected]>
1937    
1938  2002-05-30  Timo Schulz <[email protected]>          * WinPT.cpp (load_gettext): New.
1939            (WinMain): Use it here to load it before --keymanager. Thanks to Ralf.
1940          * wptFileManager.cpp (fm_verify): Corrected the handling  
1941          for detached RSA signatures.  2005-01-08  Timo Schulz  <[email protected]>
1942          (fm_add_sig_stat): Added support for short fingerprints.  
1943            * Applied the patches to make the source G++ compatible.
1944  2002-05-31      Timo Schulz <[email protected]>          * wptKeyserver.cpp (kserver_load_conf): Use the stripped string.
1945            * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.
1946          * wptTrayPop.cpp: Revamped some parts of the code.          * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.
1947    
1948          Changed all status_box functions to show_msg. The advantage  2005-01-07  Timo Schulz  <[email protected]>
1949          is that we only wait a fixed time and the user doesn't need  
1950          to hit the OK key. We should add  the time delay in the preferences.          * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.
1951            (finger_recvkey): Use skip_type_prefix and prevent buffer overflows.
1952          * wptKeyManager.cpp (km_show_photo): New.          (ldap_recvkey): Likewise.
1953            (check_hkp_response): Be more liberal with error strings.
1954  2002-06-07      Timo Schulz <[email protected]>          (kserver_connect): Prevent buffer overflow and use the right return
1955            code for inet_addr().
1956          * wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys.          (kserver_search_chkresp): New.
1957          * wptKeyManagerDlg.cpp: Refresh keys was added in the menu.          (kserver_search): Fixed. Now it works with modern keyservers.
1958          * wptListView.cpp (listview_select_all): New.          * wptKeylist.cpp (seclist_init): Add new flags param.
1959          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code.          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key
1960            listing.
1961  2002-06-16      Timo Schulz <[email protected]>          * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
1962            * wptMainProc.cpp (winpt_main_proc): GPGME cleanup.
1963          Don't put the questions in the message box title bar.          * WinPT.cpp (WinMain): call GPGME init.
1964            Reword the 'you have no keyring' problem and revamp the first run dialog.
1965          * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it          * wptGPG.cpp (gnupg_access_keyring): New.
1966          is really opened. Thanks to Nelson.          (gnupg_check_keyring): Removed unused code.
1967            * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the
1968          * wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title          new texts and remove unused elements.
1969          for chaning the passphrase. Suggested by Ed.          * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The
1970            last annoying typo.
1971  2002-08-26  Timo Schulz  <[email protected]>          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of
1972            an error.
1973          * wptTypes.h (free_if_alloc, CHECK_BOUND): New.  
1974          * wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure  2004-12-30  Timo Schulz  <[email protected]>
1975          the memory is really released. Some strict checks for return values.  
1976          Ident file.          * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.
1977            This fixes the problem that the dialog crashes when the user selects
1978          * wptAboutDlg.cpp: Ditto. (ident)          anything. Thanks to my users.
1979          * wptGPGAboutDlg.cpp: Ditto.          (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.
1980          * wptClipDecryptDlg.cpp: Ditto.          
1981          (clip_decrypt_dlg): Stricter return value checkings.  2004-12-20  Timo Schulz  <[email protected]>
1982          Avoid one indent level.  
1983            * wptGPG.cpp (check_gnupg_engine): Fixed version checking.
1984          * wptImportList.cpp (implist_add_key): More strict return value          * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the
1985          checking.          cache if it is not valid.
1986          * wptKeylist.cpp (keylist_cmp_cb): Fixed a typo.          
1987          (add_key): New key status system.          Fix problem with a NULL pointer.
1988          (keylist_get_keyflags): New.  
1989          (keylist_enum_recipients): Simplified and use the new key flags.  2004-12-15  Timo Schulz  <[email protected]>
1990    
1991          * wptSiglist.cpp (siglist_add_key): Fix possible overflows.          * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right
1992          (verlist_add_sig_log): More stricter checks.          temp name.
1993            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button
1994          * wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug.          when no secret key is available.
1995    
1996  2002-08-28  Timo Schulz  <[email protected]>  2004-12-11  Timo Schulz  <[email protected]>
1997    
1998          * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.          * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect
1999          * wptFileMananger.cpp (fm_check_armor_type): Ditto.          the file type.
2000            (fm_parse_command_line): Likewise.
2001    
2002  2002-08-31  Timo Schulz  <[email protected]>  2004-12-02  Timo Schulz  <[email protected]>
2003    
2004          * wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes.          * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.
2005          (check_homedir): Ask the user whether to create the directory.  
2006          * wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works  2004-11-04  Timo Schulz  <[email protected]>
2007          to retrieve missing keys from a HKP server.  
2008          (recv_missing_keys): Likewise.          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred
2009          * wptPassphraseCB.cpp (passphrase_callback_proc):          keyserver sub packets.
2010          Implemented     the "Hide Typing" feature.  
2011          (hide_typing): New.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to
2012          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages.          indicate we need to reload the cache. If a user deletes a key
2013          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling.          and exits the manager and loads it again the deleted key is
2014          Due to some attacks a MDC error is treated as a fatal error and a          still in cache and provoked an error.
2015          possible security risk.          
2016          * wptClipImportDlg.cpp (print_import_status): Use a dialog instead          * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.
2017          of a silly message box. Furthermore the user gets more information  
2018          about the import procedure.          * wptW32API.cpp (center_window): Replaced with real code which calculates
2019          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New.          the position relative to the desktop window.
2020          * wptFileManager.cpp (fm_import): Report invalid user ID's.  
2021          (fm_verify): Try to guess the data name for detached signatures  2004-10-25  Timo Schulz  <[email protected]>
2022          before we bother the user. When it's found, use it.  
2023          * wptKeyManager.cpp (km_file_import): Ditto.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box
2024            if the PGP message is complete but broken during the transport.
2025  2002-09-01  Timo Schulz  <[email protected]>          Thanks to Werner and Achim.
2026            * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks
2027          * wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice          to the gnupg-users.
2028          of the dialog.          * Automatically add '\r\n' to the text before signing. This solves
2029          * WinPT.cpp (WinMain): Use it here. Reworded the error message.          the problem the last line is not included if no \r\n is present.
2030          * wptGPG.cpp (gpg_import_keyrings): New.          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode
2031          Let the user chose the keyrings and then they are copied to the          which prepends the text with '> '. This makes it easier to quote
2032          homedir. After the procedure, the key cache will be reloaded.          decrypted text.
2033          * wptKeyManager.cpp (km_delete_keys): New delete confirmation messages.          * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored
2034          * wptSigClassDlg.cpp (sig_class_dlg_proc): New.          out from..
2035          (get_sig_class_choice): New.          (keyserver_dlg_proc): ..here.
2036          * wptKeySignDlg.cpp (get_printable_fpr): New. More human readable  
2037          fingerprint.  2004-10-15  Timo Schulz  <[email protected]>
2038          (keysign_dlg_proc): Added new value for the GPG callback to handle  
2039          the signature class.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt
2040          * wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the          is really initialized.
2041          userID by calling edit-key with colons.  
2042          (keyuid_dlg_proc): Use it here.  2004-10-07  Timo Schulz  <[email protected]>
2043    
2044  2002-09-02  Timo Schulz  <[email protected]>          * wptErrors.cpp (winpt_errmsg): Use a generic header when no
2045            filename is supplied.
2046          * wptKeyManager.cpp (km_privkey_export): Check return codes and          * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but
2047          some types has been changed.          an error message which is more clean. Thanks to Ralf.
2048          (km_file_export): Likewise.          * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card
2049            admin mode.
2050  2002-09-03  Timo Schulz  <[email protected]>          * wptKeySignDlg.cpp (do_check_protection): Also check for smart
2051            card protection.
2052          Removed all OpenCDK code from PTD. The code is not tested very          (get_keyinfo): Return if this is a smart card key.
2053          well and it might contain some errors. Now we used a stripped down          * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before
2054          version of GnuPG code. This has two advantages. First the code is          comparing the names.
2055          stable and second we can easier port other parts to native GPG code.          * winpt.cpp: Now depends on PTD 0.7.1.
2056    
2057          * wptFileManager.cpp (fm_get_file_type): Use native GPG code.  2004-10-01  Timo Schulz  <[email protected]>
2058          * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the  
2059          keyring when present to the keycache.          * wptClipSignDlg.cpp: Really use the selected subkey with the
2060          * wptKeyManager.cpp (km_show_photo): Fixes to work again with the          right '!' syntax. Thanks to Vedaal for pointing this out.
2061          modified code.          * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device
2062          (km_check_for_seckey): Check substrings of the value because we          is accessable and writeable, otherwise inform the user. Kudos to
2063          don't use '**' values any longer.          the one who reported this problem.
2064          * wptFileStat.cpp (do_list_packets): New. Adapted from the old code.  
2065          (file_stat_dlg_proc): Uses the new code.  2004-09-20  Timo Schulz  <[email protected]>
2066    
2067  2002-09-04  Timo Schulz  <[email protected]>          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in
2068            context menus when the key is flagged as revoked.
2069          * wptKeyManager.cpp (km_check_key_status): Parse new fields.          (update_ui_items): Likewise and set the 'ShowPhoto' flag only if
2070            the key has such an item.
2071  2002-09-07  Timo Schulz  <[email protected]>  
2072    2004-09-08  Timo Schulz  <[email protected]>
2073          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc):  
2074          Print notation data when available.          * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is
2075          Show if the signature is expired or not.          in the list, return zero.
2076    
2077          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo  2004-09-07  Timo Schulz  <[email protected]>
2078          command to the context menu.  
2079            * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.
2080          * wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
2081          This is 256 bits more than the old size. Hopefully it's enough  
2082          security to protect against the most enemies ;-).  2004-09-01  Timo Schulz  <[email protected]>
2083    
2084  2002-09-08  Timo Schulz  <[email protected]>          * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.
2085            (default_key_from_cache): Use new key attribute 'usable'.
2086          * wptKeygenDlg.cpp (ask_for_backup): Check if the copy process          * WinPT.cpp (show_unprotected_keys): Removed.
2087          really succeeded.          * wptKeylist.cpp (check_key): Removed.
2088          (mbox): Alias for msg_box with fixed title to avoid long lines.          (seclist_init): Use new 'usable' key attribute.
2089          * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow          (keylist_add_key): Likewise.
2090          to generate keys with a length til 4096 bits.          * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to
2091          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for          add keys via 'INSERT'.
2092          invalid recipients and print out the reasons.          * wptListView.cpp (listview_select_one): New.
2093          * wptKeylist.cpp (keylist_add_to_recipients): Improved error message          (listview_find): New.
2094          and corrected the validity checking.          * wptFileManager.cpp (fm_get_current_pos): If there is only
2095            one item, return 0 but also select it. Thanks to Christian.
2096  2002-09-09  Timo Schulz  <[email protected]>  
2097    2004-08-28  Timo Schulz  <[email protected]>
2098          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for  
2099          the privat key (export).          * WinPT.cpp (WinMain): Free gpg table in case of an error.
2100            * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
2101  2002-09-10  Timo Schulz  <[email protected]>          (filemanager_dlg_proc): Subclass the list control.
2102            * Fix Alt+C for the winpt_prefs_dlg_proc.
2103          * wptFileManager.cpp (fm_get_file_type): Disable FD cache.          * wptKeyserver.cpp (kserver_load_conf): Ignore lines with
2104          (fm_decrypt): Only cut off the extension if it belong to GPG.          just whitespaces. Thanks to the folks on winpt-users.
2105          Added user ID to the box if the file was signed.  
2106          Ask for the filename if the name has no valid GPG extension.  2004-08-27  Timo Schulz  <[email protected]>
2107    
2108  2002-09-12  Timo Schulz  <[email protected]>          * wptKeyserver.cpp (skip_whitespace): New.
2109            * Fix a problem with the key cache. The new hash item was
2110          * wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature.          not initialized to zero and thus the free caused an illegal access.
2111          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret          Thanks to Ralf for pointing this out.
2112          key export.          * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.
2113          * wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
2114          check if the encryption failed.          * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and
2115          (km_show_photo): Fixed offset calculation.          use a context to store the value. Loalize all text strings.
2116          Use keyid as filename and delete the tempfile after use.          * wptKeyList.cpp (key_check_validity): Cannot use gettext here.
2117          * wptFile.cpp (init_file_lock): Use dynamic buffer.          (keylist_get_recipients): Increase buffer for gettext messages.
2118          (release_file_lock): Free this buffer.  
2119          * wptFileManager.cpp (quote_filename): Removed.  2004-08-26  Timo Schulz  <[email protected]>
2120          (quote_file): New. Use dynamic buffers.  
2121          (fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export):          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
2122          Use it here.          from WinMain ().
2123          * wptFileStatDlg.cpp (do_list_packets): Do not cache FD.          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
2124          Initalize packet at the begin and during the loop.          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
2125          * wptFileManager.cpp: Replaced all static memory handling with          in the list control, add at least the internal default HKP server.
2126          dynamic routines.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.
2127          * wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust          * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.
2128          functions.          (keysign_dlg_proc): Likewise.
2129          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.                  * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.
2130            * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.
2131  2002-09-13  Timo Schulz  <[email protected]>          (kserver_connect): use it here.
2132            (kserver_send_request): Likewise.
2133          * wptKeyManager.cpp (km_show_photo): Use a const buffer for the          (kserver_recvkey): Likewise.
2134          image and do NOT free it.  
2135          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function.  2004-08-25  Timo Schulz  <[email protected]>
2136          (find_user_id): Use keyid to find the key. Changed all callers.  
2137            * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB
2138          * Removed global gpg_version variable. Now we also support GPG 1.1.9x          and skip to read large files on floppy discs.
2139          so we don't need to check this after the start again.          (fm_wipe): Display a 'wait' cursor until the wipe is complete.
2140            (is_floppy_disc): New.
2141  2002-09-17  Timo Schulz  <[email protected]>          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
2142            (file_manager_dlg_proc): Use subclassing to allow some hotkeys.
2143          * winpt.cpp (WinMain): Use make_filename and no static buffer.  
2144          Modified for the new gnupg interface.  2004-08-24  Timo Schulz  <[email protected]>
2145          * wptFile.cpp (make_filename): New.  
2146          * wptGpgCmds.h: New from GPG 1.1.92          * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for
2147          * wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers          the user-ids.
2148          and make_filename.          * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into
2149          * wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and          expert mode when the non-interactive mode is used.
2150          make_filename instead of static buffers.          * WinPT.cpp (WinMain): Start the keygen wizard instead of the
2151          * wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise.          expert dialog and allow to switch to it.
2152          * wptParser.cpp: Changed to new allocation instead of malloc.  
2153          * wptGPGOptSkel.h: Updated from GPG 1.1.92  2004-08-20  Timo Schulz  <[email protected]>
2154          * wptRegistry.cpp (get_reg_entry): Expand %s like registry strings.  
2155            * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only
2156  2002-09-23  Timo Schulz  <[email protected]>          mode the menu is not available.
2157            (popup_gpg_readonly): New.
2158          * wptParser.cpp (add_multi_option): Support for values with more ' 's          (menu_gpg_readonly): New.
2159          and skip the ' ' after the name.          (keymanager_dlg_proc): Use it here. Do not check the permissions
2160          (modify_entry): New.          any longer since this is now handle via the read-only code.
2161          * wptGPG.cpp (gnupg_save_options): Removed.          * wptMainProc.cpp (winpt_main_proc): Check if the keyrings
2162          (gnupg_load_options): Removed.          are in read-only mode.
2163          (gnupg_release_options): Removed.          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.
2164          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code.          * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably
2165            signatures in expert mode.
2166  2002-09-25  Timo Schulz  <[email protected]>          * wptKEyEditDlgs.cpp (do_find_userid): Release context.
2167            * wptGPG.cpp (gpg_check_permissions): Only print out a warning
2168          * wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text          in the interactive mode.
2169          is dash escaped. This is useful for keys to avoid errors.          * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left
2170          * wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an          mouse button is clicked.
2171          OpenPGP key from the clipboard which is dash escaped.  
2172          (km_clip_import): Use the new code here.  2004-08-19  Timo Schulz  <[email protected]>
2173    
2174  2002-10-10  Timo Schulz  <[email protected]>          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected
2175            key numbers.
2176          * wptW32API.cpp (get_filename_dlg): Added default filename parameter.  
2177          Changed all callers.          * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.
2178          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the          (is_sig): Change code to allow to check pre-defined fields.
2179          new get_filename_dlg.  
2180          * wptFileManager.cpp (fm_export): Likewise.          * WinPT.cpp (WinMain): Allow read-only support for keyrings.
2181          * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.  
2182          * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.  2004-08-06  Timo Schulz  <[email protected]>
2183          Use signature class dialog.  
2184          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the          * wptContext.h: Move subclass_s context to this file.
2185          keyid instead of the userid to avoid charset problems.  
2186          (err_message): New.          * wptKeysigDlg.cpp (subclass_dlg_proc): New.
2187    
2188          * Moved all wipe specific code (random, rmd160) to the DLL so we can  
2189          save some memory for the tray section.  2004-08-05  Timo Schulz  <[email protected]>
2190    
2191          * wptKeyRevokersDlg.cpp (revokelist_build): New.          * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag
2192          (revokelist_init): New.          when possible.
2193          (key_revokers_dlg_proc): New.          New dialog layout to enhance the readability of the text. Use
2194            flat check boxes for the same reason.
2195          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker  
2196          code here when available.          * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to
2197            the right column (3 not 4).
2198  2002-10-13  Timo Schulz  <[email protected]>  
2199            * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile
2200          * wptKeylist.cpp (get_key_expire_date): New.          uses a unique name.
2201          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.  
2202    
2203          * Removed global keycache from GPGME. It's a bad style to mix  2004-08-04  Timo Schulz  <[email protected]>
2204          general and specific interfaces.  
2205            * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the
2206          * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation          edit-field to display the text. Now a RichEdit field is
2207          details. Useful to replace it later.          used. This solves the XP problem that the viewer is empty
2208          (get_seckey): Ditto.          even if there is text in it.
2209          (keycache_reload): Moved from the GPGME library.  
2210          (keycache_release): New.          * wptKeyManger.cpp (km_file_export): Add WinPT specific comment.
2211          (keycache_init): New.  
2212          (keycache_set_reload): New.          * wptKeySigDlg.cpp (sigprops_dlg_proc): New.
2213          (keycache_get_reload): New.          (keysig_dlg_proc): Add new 'Properties' button and implement
2214          (keycache_get_ctx): New.          the code for it.
2215    
2216          * wptSigList.cpp (siglist_add_key): Use the new code.          * wptSigList.cpp: Add support to show the expiration date.
2217          (siglist_build): Ditto.  
2218            * wptGPGME.cpp (keycache_init): Support to show the progress bar.
2219            (keycache_release): Store the amount of keys in the registry for
2220  2002-10-15  Timo Schulz  <[email protected]>          the progress dialog.
2221    
2222          * Changed all s(n)printf -> msg_box constructs to log_box.          * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate
2223            default keyserver.conf.
2224  2002-10-30  Timo Schulz  <[email protected]>  
2225            * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.
2226          * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe          Fix possible buffer overflow.
2227          LDAP plugin for this purpose.          (wsock_end): Release stored keyserver list.
2228          * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.  
2229          * wldap32.lib is now not longer needed.          * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for
2230          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.          a specific recipient and select it.
2231          * Updated the resource file.  
2232          * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff  2004-08-02  Timo Schulz  <[email protected]>
2233          for 'Decrypt', 'Verify', 'Import'.  
2234            * wptKeysigDlg.cpp (do_create_popup): New.
2235  2002-10-31  Timo Schulz  <[email protected]>          (do_load_keyprops): New.
2236    
2237          * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.          (keysig_dlg_proc): Factor out some common code and use
2238          Thanks to Gustavo.          do_load_keyprops.
2239          * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect  
2240          whether it's a key pair or not.          * wptKeyServer.cpp (kserver_check_inet_connection): New.
2241          * Callback struct into KEY so we can modify the values in the background.  
2242          * wptKeyPropsDlg.cpp (change_ownertrust): New.          * wptKeyManger.cpp (km_refresh_from_keyserver): First check
2243            for an active internet connection. It's annoying for the
2244  2002-10-13  Timo Schulz  <[email protected]>          user to confirm an connection error for each key (n>40).
2245    
2246          * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static  2004-07-27  Timo Schulz  <[email protected]>
2247          any longer.  
2248            * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new
2249  2002-10-14  Timo Schulz  <[email protected]>          value for the ownertrust.
2250    
2251          * wptKeyserver.c: Replaced all strdup's with m_strdup and free          * wptKeyManager.cpp (get_key_trust): Make it public.
2252          with free_if_alloc.          (get_key_trust_str): New.
2253          (ldap_recvkey): Fill with life. We use the GPG plugin to avoid          (km_refresh_from_keyserver): Allow to select random keys.
2254          all the LDAP overhead.          (km_refresh_one_key): New.
2255    
2256  2002-12-14  Timo Schulz  <[email protected]>          * wptKeyserver.cpp: Use default keyserver if possible.
2257    
2258          * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean  2004-07-13  Timo Schulz  <[email protected]>
2259          any longer there is also a secret key.  
2260          (km_check_photo): New.          * wptFileManager.cpp (fm_assume_onepass_sig): New.
2261          (km_complete_status_bar): New.          Thanks to Vedaal who found out that armored one-pass sigs are not
2262          * wptFileManager.cpp (fm_verify): Support for bad signatures.          correctly recognized.
2263          Set the sigmode if not set.  
2264          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when          (ask_filename): New.
2265          the ownertrust of a non-valid (not signed) key is changed.          Again thanks to Vedaal who suggested to ask for a new output name
2266          * wptRegistry.cpp (expand_path): New. Use this code because it's          for the case the user does not want to overwrite the file.
2267          much shorter.  
2268            (fm_encrypt): Use it here.
2269  2002-12-18  Timo Schulz  <[email protected]>          (fm_decrypt): Likewise.
2270            (fm_sign): Likewise.
2271          * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead  
2272          of the old name "options".          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry
2273          * WinPT.cpp (WinMain): Try to repair broken home directories          to set secret keys to ultimate trust.  
2274          in the registry. Thanks to Gustavo who reminded me of it.  
2275          * wptKeyserver.cpp (check_hkp_response): Only copy the text          * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the
2276          between <p> and </p> when possible.          key has ultimate trust.
2277          * wptAgent.cpp: Re-activated the old code. Now the passphrase          (km_set_implicit_trust): New.
2278          timer can be used.  
2279    2004-07-12  Timo Schulz <[email protected]>
2280  2002-12-21  Timo Schulz  <[email protected]>  
2281            * wptRegistry.cpp: Support for disable compression of multi-media files.
2282          * Fixed some language mistakes.          (set_reg_winpt_single): New.
2283          * wptMainproc.cpp: Use the desktop window as the parent window          (get_reg_winpt_single): New.
2284          for the main dialogs so they are visible in the taskbar.  
2285          * wptKeyManagerDlg.cpp: Enable minimize.          * wptFileManager.cpp (is_multi_media): New.
2286          * wptFileManager.cpp (fm_parse_command_line): Support for detached          (fm_encrypt): Disable compression of multi-media files.
2287          signatures.          (fm_state_new): Set comment to indicate armored files were generated
2288          (fm_encrypt_directory): New.          by WinPT. This is a replacement due to the fact the WinPT string is not
2289          * wptKeylist.cpp (keylist_add_key): Check the current key if it          added in the 'Version' for larger files.
2290          is not expired, not the primary (idx=0).  
2291            * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.
2292  2002-12-23  Timo Schulz  <[email protected]>  
2293    2004-07-11  Timo Schulz  <[email protected]>
2294          * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver  
2295          directory if does not exist.          * Bug fix for the validity revoked status. Now it is 'revoked'
2296          * wptKeyserver.cpp: Simpliefied config file.          and not 'unknown' any longer.
2297          (kserver_change_proxy): Write config to the registry. Remove  
2298          code for the config file.          * Feature to disable encryption. This might be useful for filetypes
2299          * wptProxySettingsDlg.cpp (read_proxy): More robust code.          GPG does not recognize as compress (movies, ...).
2300          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature  
2301          to send keys. The Key Manager is better for this.          * wptFileManager.cpp (fm_get_file_type): Skip packet detction if
2302            the file is large and it has no openpgp extension.
2303    
2304  2003-01-07  Timo Schulz  <[email protected]>  2004-06-19  Timo Schulz  <[email protected]>
2305    
2306          * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window          * wptInet.cpp: Renamed to ...
2307          pos from the coordinates from the registry.          * wptHttp.c: ... this.
2308          (keymanager_dlg_proc): Store the window pos in the registry.          * wptKeyManager.cpp (km_http_import): Release 'p' not too early.
2309          * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.          * WinPT.cpp (WinMain): If there is a problem with the homedir,
2310          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when          jump to the first start settings.
2311          a revcert was found.  
2312          * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does  2004-06-12  Timo Schulz  <[email protected]>
2313          not succeed.  
2314          (keyserver_dlg_proc): Corrected some listview index values.          * wptInet.cpp: Updated.
2315          * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.          * wptKeyManager.cpp (km_http_import): Use http_send_request2() to
2316            parse the URL.
2317  2003-01-08  Timo Schulz   <[email protected]>          * wptCommonDlg.cpp (http_file_dlg_proc): New.
2318            (get_http_file_dlg): New.
2319          * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning  
2320          if the user tries to add the email address in the name field.  2004-06-08  Timo Schulz  <[email protected]>
2321          * wptKeyserver.cpp: Add support for protocols.  
2322          (finger_readline): New.          * wptInet.cpp: New.
2323          (finger_recvkey): New.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http
2324          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke          transfers.
2325          message box to show it's a serious decision.          * wptKeyManager.cpp (km_http_import): New.
2326          * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.  
2327          * wptRegistry.cpp (regist_single_filetype): Now internal and we use  
2328          an easier way to get the location of the binary.  2004-06-02  Timo Schulz  <[email protected]>
2329          (regist_inst_winpt): Implemented the 'with_ext' part and add a registry  
2330          entry to avoid double file registering.          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error
2331            if there is no clipboard data.
2332  2003-01-19  Timo Schulz  <[email protected]>  
2333            Release memory in case of an error.
2334          * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.  
2335          * wptKeyManagerDlg.cpp (do_resize_window): New.          * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.
2336          (do_create_minpopup): New. Closes #669730.  
2337          * wptVerifyList.cpp (get_sig_date): Renamed to...          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
2338          (longdate_to_strdate): New. Changed all callers.  
2339          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains  
2340          a signature, also display the time of it. Closes #669780.  2004-05-31  Timo Schulz  <[email protected]>
2341          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.  
2342          * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the
2343          * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability          'X' close button. Noted by a friendly user.
2344          to choose the signer.          
2345          (keysign_dlg_proc): Implemented a feature request. See above.          Disable 'Save' button.
2346    
2347  2002-01-21  Timo Schulz  <[email protected]>          * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.
2348    
2349          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to          * wptFileManager.cpp (fm_set_status): Do not use the data file name
2350          avoid typing mistakes.          for signatures but keep the original file name.
2351    
2352  2002-01-25  Timo Schulz  <[email protected]>          (fm_verify_pasted_detsig): Try to verify detached signatures from
2353            the clipboard.
2354          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id  
2355          and the fingerprint to the clipboard. Closes #674455.  2004-05-14  Timo Schulz  <[email protected]>
2356          Automatically reload the keycache when a command is chosen and the cache  
2357          state is set to 'reload requested'. Closes #671218.          * WinPT.cpp (check_crypto_engine): Due to some
2358          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts          internal  GPG changes the min. version for smart card
2359          are not invalid.          support is now 1.3.6.
2360          * WinPT.cpp (check_permissions): Make sure we have the permission to  
2361          write the keyring. Stop if not because it's expected at many other places.          * wptProxySettingsDlg.cpp (read_proxy): Correct prefix
2362          * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.          handling. Thanks to the folks who reported this via SF.net.
2363          (siglist_build): Use a placeholder sig to avoid the position chaos.  
2364          * wptKeyUidDlg.cpp: Unified text for 'user-ID'.          * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.
2365          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found,          Thanks to the folks on winpt-users who reported it.
2366          display more information and use a GPG like output.  
2367          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is          * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of
2368          an invalid key in the list of recipients. Closes #674965.          the hotkeys are disabled.
2369    
2370            * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.
2371  2002-02-01  Timo Schulz  <[email protected]>  
2372            * wptFileManager.cpp (fm_get_file_type): Do not parse the entire
2373          * wptKeyserver.cpp (kserver_search): Fix <KEYID bug.          file if the size is >= 256MB.
2374    
2375  2002-02-08  Timo Schulz  <[email protected]>  2004-03-15  Timo Schulz  <[email protected]>
2376    
2377          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export          * Decrypt list box has now a vertical scroll bar.
2378          the secret key when a file was chosen.  
2379    2004-03-11  Timo Schulz  <[email protected]>
2380  2002-03-01  Timo Schulz  <[email protected]>  
2381            * The DLL is now complety C-source.
2382          * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection  
2383          logic. Now we can decrypt symmetrically encrypted files again.  2004-03-08  Timo Schulz  <[email protected]>
2384          Be stricter on memory alloaction checks.  
2385          (fm_get_file_type): Be more strict with the return code of          * wptGPG.cpp (gnupg_import_keyrings): cleanups.
2386          parse_packet. This avoids bogus file types for MS-Word files and  
2387          other non-PGP data.          * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows
2388          (fm_wipe): Use the wipe mode from the registry and not a fixed value.          CP.
2389          * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.          (wincp_to_utf8): Likewise.
2390          (get_reg_winpt_prefs): Likewise.          (conv_charset): Now internal and static.
2391          * wptFilePrefsDlg.cpp: Removed. We don't use it any longer.  
2392          * wptDlgs.h: Corrected all dialog protypes to BOOL.          * wptUTF8.h: New prototypes and remove the old prototypes.
2393          LRESULT was not correct.  
2394            * WinPT.cpp (WinMain): Destroy the windows handle in case of an error.
2395  2002-03-08  Timo Schulz  <[email protected]>  
2396    
2397          * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'  2004-03-07  Timo Schulz  <[email protected]>
2398          because they are options rather than files.  
2399          * WinPT.cpp (WinMain): Allow to start the key manager directly          * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats
2400          via --keymanager.          dummy keyrings with a size of zero in the homedir.
2401          * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.  
2402          (wipe_cb): New. Wipe callback function.          (gpg_check_permissions): Check for read-only keyrings and add code
2403          (fill_drive_combobox): New. Fill in all logical drives into          for this case.
2404          the given combo box.  
2405          (wipe_thread): New. Worker thread.          This problem fixes a lof of other problems related to the OpenPGP
2406          (update_disc_stats): New. Set the disc statistics for the          parsing stuff for the key cache.
2407          given drive entry.  
2408          (space_wipefrees_dlg_proc): New.          * WinPT.cpp (check_crypto_engine): Store the GPG version for later use.
2409    
2410  2002-03-09  Timo Schulz  <[email protected]>  2004-03-04  Timo Schulz  <[email protected]>
2411    
2412          * 64-bit support for wipe operations.          * wptKeyserver.cpp (finger_recvkey): Error if key was not found
2413            or garbled.
2414  2002-03-16  Timo Schulz  <[email protected]>  
2415            * wptGPG.cpp (gpg_check_permissions): Take care of the entries
2416          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the          in gpg.conf.
2417          optional text in UTF-8 to avoid charset problems.  
2418          * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select
2419          of a static buffer. Changed all callers.          the signer. Suggested by Sebastian.
2420          * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions  
2421          for the rest of the columns.          * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to
2422          (keylist_handle_column_click): New.          this file.
2423          * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):          (seclist_free): Likewise.
2424          Removed the 'Advanced' button because it only confuses users          (seclist_select_key): Likewise.
2425          and it is not often used.  
2426          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-          * wptFileManager.cpp (fm_encrypt): Handle the case the signer was
2427          and import the trustdb values (ownertrust).          already set.
2428          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to  
2429          sort columns.  2004-03-02  Timo Schulz  <[email protected]>
2430    
2431  2003-03-18  Timo Schulz  <[email protected]>          * wptGPG.cpp (check_keyring): Handle the case that the keyring
2432            is set in the gpg.conf file and the pubring.gpg file is zero bytes.
2433          * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index  
2434          of revocation from 9 to 8.          (gnupg_backup_keyrings): Support backup of keyrings which were set
2435          Set the text that no key was updated only if no new sig, subkey,          in gpg.conf. Thanks to the user who reminded me of this problem.
2436          userid and no public were added.  
2437          Add more information: new {subkeys, signatures, userid}.          (gnupg_check_file_ext): Make check not case sentensive.
2438          * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.  
2439          * wptDlgs.cpp: Removed.          * (sfree_if_alloc): Overwrite the memory with zeros before freeing
2440          * wptDlgs.h: (dlg_fatal_error): New. Macro.          it. This only works with c-strings! Use it everywhere we handle
2441            sentensive information (passphrases).
2442  2003-03-19  Timo Schulz  <[email protected]>  
2443            * Try to improve the usability with better menu names and new
2444          * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.          ordering.
2445          * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly  
2446          in the code.          * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.
2447          * wptPasswdDlg.cpp: Likewise.  
2448          (passphrase_cb_init): Declare as static.          * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now
2449          (passphrase_cb_gpgme): Modified to use the static function and rename          it is part of the WinPt about dialog. This way we can minimize the
2450          it to...          elements in the popup menu.
2451          (passphrase_gpgme_set_cb): ..this. New.  
2452          * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA  2004-02-29  Timo Schulz  <[email protected]>
2453          and friends to assign data to each item.  
2454          Move dialog code to...          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.
2455          * wptClipSignEncDlg.cpp: ..here.  
2456          * MyGPGME/keycache.c: We first look for directly key signatures and          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself
2457          then we skip all other signatures if we've already seen the key. This          so we are not allowing to sign ourself.
2458          is needed to gather the designated revoker keys.  
2459            * wptSigList.cpp (siglist_add_key): Support for the signature
2460  2003-03-20  Timo Schulz  <[email protected]>          flags (local, non-revocably, ...).
2461    
2462          * wptFindWnd.cpp: Removed.          * Key signing with GPG 1.2.x should work again. Hopefully.
2463          * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of  
2464          find_window.  2004-02-26  Timo Schulz  <[email protected]>
2465          * Whenever it's possible, use case insentensive searches to avoid  
2466          problems.          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error
2467            if no recipient was selected.
2468  2003-04-09  Timo Schulz  <[email protected]>  
2469            * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog
2470          * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as          is destroyed. This fixes the bug that the dialog sometimes exist even
2471          invalid for cancel.          after the procedure ended.
2472    
2473  2003-04-12  Timo Schulz  <[email protected]>          * wptProgressDlg.cpp (progress_callback): Change the if-then-else
2474            struct to prevent zombie dialogs.
2475          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new  
2476          GPGME code.          * wptKeyserver.cpp: Removed unused prototypes.
2477          * wptVerifyList.cpp (verlist_add_sig_log): Likewise.  
2478          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.  2004-02-25  Timo Schulz  <[email protected]>
2479          * wptFileManager.cpp (fm_decrypt): Likewise.  
2480          * WinPT.cpp (check_default_key): Check if the keys in gpg.conf          * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and
2481          are valid and in the keyring.          do not mix the names in the different menus.
2482          * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase  
2483          item if the key is not protected.          * wptSigList.cpp: Support to show the signature class.
2484    
2485            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo
2486  2003-04-13  Timo Schulz  <[email protected]>          box when there is no secret key available.
2487    
2488          * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback          (do_init_keylist): Do not allow to use the owners key as a desig
2489          context.          revoker.
2490          * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.  
2491          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect          * wptKeylist.cpp (get_key_trust): New.
2492          flag inside the KEY contect if needed.          (do_addkey): Use it here.
2493          * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a  
2494          passphrase if the protect flag is set.  2004-02-24  Timo Schulz  <[email protected]>
2495          Display the callback dialog to show the progress.  
2496          Implemented the "revkey" feature.          * WinPT.cpp (WinMain): Call a selftest check procedure to
2497          * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.          make sure all cryptographic code works as expected.
2498          (do_add_new_userid): New. Add an entry to the list box  
2499          after the GPG process finished.  2004-02-22  Timo Schulz  <[email protected]>
2500          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig  
2501          to zero to avoid segfaults.          * PTD: Cryptdisk seems to have problems with locking. Use
2502            a forced flag to tell the code if it should bail out or
2503  2003-04-15  Timo Schulz  <[email protected]>          ignore locking errors.
2504    
2505          * wptClipImportDlg.cpp (data_cb_dlg_proc): New.          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new
2506          (data_cb_thread): New.          locking code.
2507          (data_cb_dlg_create): New.          (cryptdisk_new_dlg_proc): Adjust size of the volume.
2508          (data_cb_dlg_destroy): New.  
2509          (data_cb_new): New.  2004-02-21  Timo Schulz  <[email protected]>
2510          (clip_import_dlg_proc): Use a callback dialog to  
2511          show the user the data decoding procedure is in          * wptCryptdisk.cpp (cryptdisk_cleanup): New.
2512          progress. This dialog is destroyed in the key          (is_nt4): Because my Platform-SDK is too old I need to load
2513          import statistics dialog.          some prototypes dynamically.
2514            (init_drives): Return the first useable drive letter if
2515            called with appropriate parameters.
2516  2003-04-20  Timo Schulz <[email protected]>          * wptMainProc.cpp (winpt_main_proc): Use it here.
2517    
2518          * wptFindWnd.h: Removed. We don't use it any longer.  2004-02-18  Timo Schulz  <[email protected]>
2519          * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.  
2520          (gpg_strerror): Removed. Now it is handled in winpt_strerror.          * Modify the cryptdisk code for crosscrypt 0.4.1.
2521          * wptFileManager.cpp (fm_get_file_name): move this to          * wptCryptDisk.cpp (do_mount): Add key algorithm param.
2522          * wptVerifyList.cpp (get_file_name): ..this place and declare  
2523          it as static because no other file need this function.  2004-02-17  Timo Schulz  <[email protected]>
2524    
2525  2003-04-20  Timo Schulz  <[email protected]>          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt
2526            to the signers key. Suggested by Alexander.
2527          * wptClipboard.cpp: Removed. All these functions and constants          Use new keycache system, we use the public key part of the
2528          are now available in MyGPGME/clip.c and thus part of GPGME.          cache because it has all flags set.
2529          * wptKeylist.cpp (keylist_add_to_recipients): Renamed to...          * wptGPG.cpp (default_key_from_cache): Use new cache system.
2530          (keylist_get_recipients): this. Return the context instead of          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
2531          an argument.  
2532          (get_key_size): Add key index.  
2533          (get_key_algo): Likewise.  2004-02-12  Timo Schulz  <[email protected]>
2534          (keylist_build): Use a special mode when signing is used.  
2535          (keylist_enum_recipients): Return a malloced pointer to the          * wptErrors.cpp: New error codes for the cryptdisk feature.
2536          recipients.          * wptCryptdisk.cpp (do_dispatch): Better error handling.
2537          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint          (cryptdisk_mount_dlg_proc): Use it here.
2538          when we have a signature result and we do not trust the key.          (cryptdisk_umount_dlg_proc): Likewise.
2539            (init_drives): Use system list.
2540  2003-04-23  Timo Schulz  <[email protected]>  
2541            Localized all strings.
2542          * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function  
2543          from GPGME#gpgme_ownertrust_to_string into WinPT.  2004-02-09  Timo Schulz  <[email protected]>
2544    
2545  2003-04-24  Timo Schulz  <[email protected]>          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.
2546            (do_reaping): New. Release the list if all items are 'expired'.
2547          * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init          (cryptdisk_mount_dlg_proc): New.
2548          default values to make it easier for newbies.          (init_drives): New.
2549          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error          * wptMainProc.cpp (cryptdisk_proc): Renamed from...
2550          when no secret key was found. Also mention the public key algo.          (handle_cryptdisk): this. And filled with life.
2551          * wptFileManager.cpp (fm_decrypt): Likewise.  
2552    2004-02-08  Timo Schulz  <[email protected]>
2553  2003-04-25  Timo Schulz  <[email protected]>  
2554            * wptCryptdisk.{cpp,h}: New. Support for the extended
2555          * wptVerList.cpp (verlist_build): Change the name of some columns.          filedisk application.
2556          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the          * wptMainProc.cpp (winpt_main_proc): Likewise.
2557          notation (if present!) present the user a general message box          * WinPT.cpp (WinMain): Make sure the new PTD lib is installed.
2558          with extended signature information. This means the notation  
2559          data and a possible policy URL.  2004-02-05  Timo Schulz  <[email protected]>
2560    
2561            * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle
2562  2003-04-26  Timo Schulz  <[email protected]>          CMD_DISHOTKEYS. Thanks to the user who reminded me.
2563            * wptMainProc.cpp (spawn_cryptdisk): New interface to
2564          * wptParser.cpp: A lot of structural changes. Always add items          the Cryptdisk application.
2565          at the end of the list so we don't need to make a copy of the list  
2566          to restore the original order. Fix the group problem.  2004-02-04  Timo Schulz  <[email protected]>
2567          * wptKeylist.cpp (keylist_build): Use OR to get the flags and  
2568          not ==.          * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.
2569          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command  
2570          (file) does not use the keyid as the file name when more than one  2004-02-03  Timo Schulz  <[email protected]>
2571          keys were selected.  
2572          Allow allow to set default keys which are not revoked or expired.          * WinPT.cpp (check_crypto_engine): New. Factor out common code.
2573          * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort          (WinMain): Check the crypto engine after the first start.
2574          the columns.  
2575          Set the force trust flag in GPGME if there are some recipients          * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is
2576          with no validity.          issued if the values could not stored. Revamped the core.
2577    
2578  2003-04-27  Timo Schulz  <[email protected]>          * Removed the last appearance of the GPG agent support.
2579    
2580          * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows          * wptGPG.cpp (init_gnupg_table): Do not use static buffers.
2581          to show the properties of the signers keys.          (free_gnupg_table): Free memory.
2582          * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.  
2583            * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the
2584  2003-04-30  Timo Schulz  <[email protected]>          ctx pointer get malloced and set the contents to zero.
2585    
2586          * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the  
2587          next context menu ("Add"). Make sure the entries are disabled  2004-02-02  Timo Schulz  <[email protected]>
2588          when the key has no secret key.  
2589          * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.          * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name
2590          * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't          is long enough. The same check for the mail address.
2591          cause a segfault when the pointer free tries to deallocate the  
2592          pointer.          Thanks to Achim.
2593    
2594  2003-05-02  Timo Schulz  <[email protected]>  2004-01-28  Timo Schulz  <[email protected]>
2595    
2596          * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.          * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued
2597            if keys on the card exist but the user does not said overwrite.
2598  2003-05-03  Timo Schulz  <[email protected]>  
2599            Make sure the expire date is not in the past.
2600          * wptParser.cpp: Renamed to...  
2601          * wptGPGParser.cpp: this.          * wptMainProc.cpp (winpt_main_proc): Avoid to release the file
2602          (release_option): Renamed to...          lock twice. Not sure if this fixes some other problems but it
2603          (release_gpg_options): this.          was definitely a bug.
2604          (commit_option): Renamed to...  
2605          (commit_gpg_options): this.          * wptMapi.cpp (mapi_init): Make sure all function ptrs are
2606          (parse_option): Renamed to...          initialized otherwise bail out.
2607          (parse_gpg_options): this.          (mapi_send_message): New. Interface to allow to send an
2608          * wptGPG.cpp: Use new parser function names.          encrypted mail with zero ore more encrypted attachments.
2609          (set_gnupg_default_key): Free memory.          (secure_attachment): New.
2610          * wptKeylist.cpp (keylist_add_groups): New group code.          (parse_recipients): New.
2611          * wptGroups.{c,h}: Removed. Now we use the GPG group command.  
2612          * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from  2004-01-25  Timo Schulz  <[email protected]>
2613          2 to 4.  
2614          (recv_missing_keys): Likewise. Now it is possible to retrieve          * WinPT.cpp (WinMain): Silently die when an instance is already
2615          missing keys. Thanks to Klaus.          running. Do not confuse the user with a message. Suggested by
2616          * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather          Sebastian.
2617          than a static buffer to avoid garbled keys. There are some very          * wptKeyManager.cpp (delete_keys_from_cache): New.
2618          large keys and these cause some trouble with a 16k buffer.          (km_delete_keys): Use it here. Thanks to Achim.
2619          (keyserver_dlg_proc): Localized some strings.  
2620          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column  2004-01-23  Timo Schulz  <[email protected]>
2621          names which are equal to the names we use in the Key Manager.  
2622          * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but          * wptCardDlg.cpp (check_pin_len): New. Check if the
2623          should be "==" bug.          PIN is long enough and give an appropriate error.
2624          * wptKeygenDlg.cpp (mbox): Removed. Too much overhead.          (card_changepin_dlg_proc): Use the new check function.
2625          * Add --expert option for the GPG procedure call if needed.  
2626    2004-01-22  Timo Schulz  <[email protected]>
2627  2003-05-04  Timo Schulz  <[email protected]>  
2628            * Remove all internal card reader config. It's up to the
2629          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients          user to do this. It would be too error proune to offer it.
2630          were found, output a more precise error message. Now the GPGME code          * wptCard.h: Removed all card driver stuff.
2631          first tests for special cases and if no one hit the nail on the head,          * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ
2632          a general error is used.          between the admin and the user (normal) PIN.
2633    
2634  2003-05-06  Timo Schulz  <[email protected]>  2004-01-04  Timo Schulz  <[email protected]>
2635    
2636          * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys          * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.
2637          are available. Removed old [unused] code.          * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas
2638          Make sure we really have the key in the cache.          and minor changes.
2639            * wptListView.cpp (listview_sort_items): Likewise.
2640  2003-05-07  Timo Schulz  <[email protected]>          * wptKeyManager.cpp (key_manager_dlg_proc): Likewise.
2641            (regist_sep_wnd): Factored out some code.
2642          * Clean up the outer GPGME interface. Internal functions should be  
2643          invisible in gpgme.h.  2004-01-03  Timo Schulz  <[email protected]>
2644          Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.  
2645          * wptKeyserver.cpp: Some cleanups.          * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow
2646          (finger_recvkey): Skip URL postfix if there.          to import secret keys.
2647    
2648  2003-05-08  Timo Schulz  <[email protected]>  2003-12-31  Timo Schulz  <[email protected]>
2649    
2650          * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current          * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort
2651          window mode.          the list otherwise the index is wrong.
2652          (currwnd_gpg_dlg): Likewise.          * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set
2653          * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.          a signature expire date.
2654          * WinPT.cpp (WinMain): If the default key was not found, show the string  
2655          in the error message to make it easier for the user to fix the problem.  2003-12-30  Timo Schulz  <[email protected]>
2656          * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret  
2657          keys.          * fixed the GPG edit-key commands sign and addrevoker.
2658          * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.  
2659          This makes the priority of the rc2 update more urgent.  2003-12-23  Timo Schulz  <[email protected]>
2660    
2661  2003-05-09  Timo Schulz  <[email protected]>          * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove
2662            ElGamal s+e support. Oops, this should be already done.
2663          * wptMDSumDlg.cpp (mdsum_dlg_proc): New.          * wptGPGME.cpp (keycache_init): Sync both key caches. In other
2664          * wptFileManager.cpp (fm_print_md): New.          words transfer some flags from the sec-cache to the pub-cache.
2665          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD          * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the
2666          command.          key sign procedure. If it is already signed, the process
2667            sometimes hangs.
2668  2003-05-13  Timo Schulz  <[email protected]>  
2669    2003-12-14  Timo Schulz  <[email protected]>
2670          * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.  
2671          (key_check_validity): Moved from GPGME to this file.          * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.
2672          * wptKeyManager.cpp (km_get_key_status): New.          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.
2673            (do_editkey_setpref): Implement updpref command.
2674  2003-05-14  Timo Schulz  <[email protected]>  
2675    
2676          * wptKeyManager.cpp (km_enable_disable_key): New.  2003-12-10  Timo Schulz  <[email protected]>
2677    
2678  2003-05-17  Timo Schulz  <[email protected]>          * GPGME support to change key preferences.
2679            * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.
2680          * wptFileManager.cpp: Moved gpgme_file_get_extension to this file          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.
2681          and renamed it to...  
2682          (file_get_extension): this. gpgme_control now also returns the  
2683          (get_file_name): Corrected the calculation of the basename.  2003-11-29  Timo Schulz  <[email protected]>
2684          state of the command if you use -1 as the value.  
2685          * wptImportList.cpp (implist_load): Make sure we really have the key ID.          * wptMAPI.cpp (mapi_init): New.
2686          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over          (mapi_deinit): New.
2687          the place.          (mapi_send_pubkey): New.
2688            * wptKeyManager.cpp (km_send_to_mail_recipient): New.
2689  2003-05-19  Timo Schulz  <[email protected]>          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support
2690            to send the public key via MAPI to a recipient.
2691          * wptPasswdDlg.cpp (create_passwd_dlg): Removed.          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind
2692          (request_passphrase): New.          the secret key cache so it's not at the end.
2693          The passphrase_s context is now internal, all externl function use now          (keysign_dlg_proc): Issue a warning when no secret key was
2694          request_passphrase. Changed all callers.          found which could be used for signing the key.
2695          * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase          * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.
2696          warning and a check for the comment field was added.          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
2697          * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which  
2698          has shown the subkeys and the userids.  2003-11-28  Timo Schulz  <[email protected]>
2699          * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.  
2700            * Remove all support for ElGamal sign+encrypt keys.
2701  2003-05-20  Timo Schulz  <[email protected]>  
2702            There is a flaw in GPG which makes all such keys useable and
2703          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change          they are comprised even if one signature they made is accessable.
2704          the passphrase from here to...          And due to the fact the key is self signed, such a sig is always
2705          * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.          available for the public.
2706    
2707  2003-05-21  Timo Schulz  <[email protected]>          We warn the user at startup if such keys were found!
2708    
2709          * wptSiglist.cpp (siglist_add_key): Only list signatures which are          * wptMainProc.cpp (elgamal_warn_dlg_proc): New.
2710          user-id certificates (0x10-0x13) and ignore key and subkey sigs.          * wptGPGME.cpp (count_insecure_elgkeys): New.
2711          c-strings are now handle correctly and decoded into GPGME.          * WinPT (WinMain): Use it here.
2712    
2713  2003-05-22  Timo Schulz  <[email protected]>  2003-11-14  Timo Schulz  <[email protected]>
2714    
2715          * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current          * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.
2716          window mode sign+encrypt. This fixes a couple of other problems.  
2717          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the  2003-11-13  Timo Schulz  <[email protected]>
2718          key when the cache was reloaded.  
2719            * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.
2720            * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.
2721  2003-05-24  Timo Schulz  <[email protected]>          Thanks to Achim.
2722            * Change PIN interface. Now it is easier when an operation requires
2723          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists          both PINs.
2724          to allow to use virtual keys (DEL, INS).          * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs
2725          Release the uid control context when the dialog will be destroyed.          to change card attributes. Do not ask me why, but now the user
2726            needs to enter 2 PINs.
2727    
2728  2003-05-25  Timo Schulz  <[email protected]>          Name parts were swapped, now they have the right order again.
2729    
2730          * wptImportList.cpp (implist_add_key): Address charset problem.  2003-10-02  Timo Schulz  <[email protected]>
2731          * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.  
2732          * wptKeyserver.cpp (set_default_kserver): New.          * Prepare test release.
2733          (wsock_init): Call the new function.          * wptGPGCmds.h: New from GPG 1.3.4-cvs.
2734          (kserver_load_conf): If the FP is invalid, skip to read the file.  
2735          * WinPT.cpp (WinMain): Call set_default_kserver to make sure the  2003-10-29  Timo Schulz  <[email protected]>
2736          item has a value.  
2737            * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.
2738  2003-05-28  Timo Schulz  <[email protected]>  
2739            * Create a new interface for an interactive card callback. GPG
2740          * wptKeyManager.cpp (km_set_clip_info): New.          provides card control status messages if the wrong card is inserted.
2741          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.  
2742          * wptImportList.cpp (implist_build): Some column changes for          * wptCardManager.cpp (card_cb_dlg_proc): New.
2743          the listview control.          (card_callback): New.
2744          (implist_load): Return if secret keys were found.  
2745          * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys          * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use
2746          were found.          the ASCII functions and not the Unicode function names. Thanks to
2747          (clip_import_dlg_proc): New message if secret keys were found.          Werner for pointing this out.
2748    
2749            * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the
2750  2003-05-31  Timo Schulz  <[email protected]>          serial card number is shown to help the user to find the right card.
2751    
2752          * wptKeyManager.cpp (km_key_is_v3): Return if the selected          * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.
2753          key is an old PGP 2 (v3) key.  
2754          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow  2003-10-26  Timo Schulz  <[email protected]>
2755          (#ID_KEYMISC_EDITKEY): Bail out if no key was selected.  
2756          to add extented items if the key is NOT version 3.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.
2757          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the  
2758          key is v3 and forbid most commands.          * Changed the code at several other places to support the new logging
2759          (is_cmd_openpgp): New.          scheme.
2760    
2761  2003-06-01      Timo Schulz  <[email protected]>  
2762    2003-10-24  Timo Schulz  <[email protected]>
2763          * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...  
2764          (KEYDOWN, KEYUP): macros for the functions above.          * Implemented a better logging system. If the return code
2765            of GPG is != 0 and the error is not known, display the errors
2766  2003-06-04  Timo Schulz  <[email protected]>          from stderr.
2767    
2768          * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact          * wptGPGME.cpp (logging_cb): New.
2769          that GPG uses the newest subkey by default, we always return  
2770          the info of this subkey and not the first.  2003-10-23  Timo Schulz  <[email protected]>
2771          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one  
2772          bug. Now the indicies are correctly.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output
2773          * wptGPG.cpp (gnupg_check_keyring): Do not free the value before          if the error is unknown.
2774          get_file_size is called.          (clip_sign_dlg_proc): Likewise.
2775          * WinPT.cpp (WinMain): Only check the GPG engine version if there          (clip_signenc_dlg_proc): Likewise.
2776          were no problems with the GPG config. And differ between a problem          (clip_import_dlg_proc): Likewise.
2777          to get the version and if a wrong version were detected.  
2778    2003-10-21  Timo Schulz  <[email protected]>
2779    
2780  2003-06-05  Timo Schulz  <[email protected]>          * wptClipDecryptDlg.cpp (list_recipients): New.
2781            (algo_from_list): New.
2782          * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog          (clip_decrypt_dlg): New concept to list all recipients.
2783          shows all involved recipients and also the public key algorithm.          * wptFileManager.cpp (fm_list_keys): New.
2784          * wptRegistry.cpp (reg_inst_winpt): If the user does not want          (fm_decrypt): Same changes as for the clipboard decryption.
2785          the extensions, set the entry to "1" so the message is not shown  
2786          again.  2003-10-21  Timo Schulz  <[email protected]>
2787    
2788  2003-06-06  Timo Schulz  <[email protected]>          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase
2789            was wrong, delete the cache item (if available).
2790          * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning          * wptClipSignDlg.cpp (clip_sign_dlg): Likewise.
2791          message and include the user-id.          * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.
2792          * Encryption: use force overwrite (--yes) to make sure there are          * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'
2793          no complications with GPG.          flag to zero.
2794          * Import: skip all record types we do not understand.          
2795    
2796    2003-10-19  Timo Schulz  <[email protected]>
2797  2003-06-10  Timo Schulz  <[email protected]>  
2798            * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and
2799          * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys          the working PIN.
2800          are skipped.          wptCardDlg.cpp (free_pincb): New.
2801          (keysign_dlg_proc): Removed some redundant code.          (card_keygen_dlg_proc): Pin callback implemented.
2802          * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if          Simple check for the e-mail address.
2803          it is possible to change the passphrase.          (card_edit_dlg_proc): End the dialog if no changes were made.
2804    
2805  2003-06-11  Timo Schulz  <[email protected]>          * Expanded GPGME passphrase interface to work both with PINs
2806            and passphrases.
2807          * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the  
2808          right order and we do not use the last user-id but the first  2003-10-18  Timo Schulz  <[email protected]>
2809          because this is always the primary user-id or the newest user-id.  
2810          * wptGPGME.cpp (get_default_keyid): Removed. Some better code          * wptCardDlg.cpp (card_keygen_dlg_proc): New.
2811          were added to get_gnupg_default_key.          (do_askpin): Handle the case there is no card.
2812            (card_edit_dlg_proc): Add 'New Keys' feature.
2813  2003-06-13  Timo Schulz  <[email protected]>          (card_changepin_dlg_proc): Implemented.
2814            * WinPT.cpp (WinMain): Ability to start the card manager directly.
2815          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.          * wptMainProc.cpp (smartcard_init): Global stuff to init the reader
2816          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to          driver and the inserted card.
2817          the fact the signer is now dymanic and not static.  
2818          * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and  2003-10-17  Timo Schulz  <[email protected]>
2819          change all code that it only shows an error if no plug-in was loaded.  
2820          * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you          * wptGPGME.cpp (keycache_init): Do not use secring the first time.
2821          can revoke v3 keys.          * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short
2822          (do_editkey_revoke): Clarify command because it can be only used          keyid will be displayed.        
2823          for secondary keys.  
2824          * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error  2003-10-16  Timo Schulz  <[email protected]>
2825          is issued when no key was selected. Thanks to vedaal.  
2826            * Changed GPGME interface for edit card. Now one context is
2827  2003-06-24  Timo Schulz  <[email protected]>          used for all edit card operations.
2828            * wptCardDlg.cpp (card_edit_dlg_proc): Support for working
2829          * Fixed filter code in Get{Open,Save}FileName. Changed all callers.          and admin PIN. Changed gpgme interface.
2830          Thanks to Alex.          (ask_pin): Renamed to..
2831          * wptKeyManager.cpp (km_delete_keys): Quote the user-id.          (do_askpin): this. Provide more information about the card
2832            and its holder.
2833            (do_proc_card_cmds): If no error, reset modify flags for
2834  2003-07-12  Timo Schulz  <[email protected]>          all controls. Show a short message that the operation ended.
2835            * wptCardPCSC.c (pcsc_free_readers): New.
2836          * wptFileManager.cpp (fm_verify): Support for multiple signatures.          (pcsc_scan_readers): New.
2837          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.          (pcsc_get_reader): New.
2838          * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.          (pcsc_get_card_status): New.
2839          * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.  
2840          (kserver_connect): Likewise.  
2841          (kserver_read_config): Likewise.  2003-10-14  Timo Schulz  <[email protected]>
2842          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases  
2843          are not equal.          * wptKeyList.cpp (do_addkey): Add the case the secret key
2844          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to          is stored on a smart card.
2845          generate a key pair.          (km_check_for_seckey): Take care of the new code.
2846            * wptKeyManager.cpp (km_delete_keys): Extra warning when
2847  2003-07-13  Timo Schulz  <[email protected]>          the secret key is stored on a card.
2848            * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities
2849          * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains          to the list view. Now the user can see if the key is useable
2850          characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850          for: signing, certifying or encrypting.
2851          it would be a bad idea to use such passphrases. And thus we disallow it.  
2852          * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.  2003-10-13  Timo Schulz  <[email protected]>
2853          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.  
2854          * wptHotkey.cpp (hotkeys_strerror): Use capital letters.          * Extended the GPGME API that it is possible to retrieve
2855            the key data. This is for the planned card login but it
2856  2003-07-22  Timo Schulz  <[email protected]>          might be also useful for other purposes.
2857    
2858          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of          * wptCardPCSC.c: New. General code for PC/SC card readers.
2859          the text instead of allocating the maximum.  
2860    
2861  2003-08-17  Timo Schulz  <[email protected]>  2003-10-12  Timo Schulz  <[email protected]>
2862    
2863          * wptKeyManagerDlg.cpp (keymanager_dlg_proc):          * wptCardDlg.cpp (guess_libname): New.
2864          #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The          (card_status): Simplified the code with an attribute
2865          value was malformed.          table. Now it is a loop and not hard coded.
2866          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.          * The card interface has changed. Now the surname and
2867          * wptKeyserver.cpp (kserver_load_conf): If the file does not exist,          the given name are two fields and not one field.
2868          don't bother the user with an error message. Closes #782751.          * wptMainProc.cpp (winpt_main_proc): Check if the card
2869          * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the          reader is configured where appropriate.
2870          "primary" edit key command.  
2871          * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is  2003-10-09  Timo Schulz  <[email protected]>
2872          possible to supress the status message. This is useful when the whole  
2873          keyring will be refreshed.          * wptCardDlg.cpp (get_card_status): New.
2874          * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.          (show_card_status): New. Retrieve the card status and show an
2875          (quote_file): Avoid double quotes.          error if approprioate.
2876          * GPGME support for quoted file names.          * Make sure that WinPT does not try to use non-OpenPGP cards.
2877          (fm_sym_encrypt): Double check password and to additional 8-bit checks.          * Add GPGME support for the forthcoming AUTH flag for keys.
2878          * WinPT.cpp (my_acces): Moved to this file..          * Implemented the detection of keys where the secret key components
2879          * wptGPG.cpp: ..here.          are stored on a smart card.
2880          (gpg_check_permissions): Renamed from check_permissions and make it global.  
2881          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we  
2882          have write access to the keyring for some commands.  2003-10-08  Timo Schulz  <[email protected]>
2883    
2884  2003-08-24  Timo Schulz <[email protected]>          * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII
2885            is used. Otherwise reject the value.
2886          * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable          (ask_pin): New. Enable PIN caching for the 'dialog session' so
2887          dialog controls.          the user does not need to re-enter it again and again.
2888    
2889  2003-08-30  Timo Schulz  <[email protected]>  2003-10-07  Timo Schulz  <[email protected]>
2890    
2891          * wptGPG.h: Support for the GPG status messages REVKEYSIG and          * wptPINDlg.cpp (pin_cb_dlg_proc): New.
2892          EXPKEYSIG. With this new feature, GPG 1.2.3 is required.          * wptCardDlg.cpp (do_proc_card_cmds): New.
2893          * Make sure that the signature status does not cause an          (card_edit_dlg_proc): Use it here.
2894          segfault.  
2895          * WinPT.cpp: Use new check to detect the GPG version and make sure  2003-10-06  Timo Schulz  <[email protected]>
2896          it is the minimum.  
2897          * wptGPG.cpp (parse_version_nr): New.          * wptFileManager.cpp (fm_encrypt): Wipe files in both modes.
2898          (check_gnupg_engine): Improved. Now it returns the actual version.          * wptGPG.cpp (gnupg_display_error): Display general error
2899            when the file does not exit.
2900  2003-09-03  Timo Schulz  <[email protected]>          * wptW32API.cpp (get_folder_dlg): New.
2901            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select
2902          * The secret key listing does not contain any 'validity' or          the folder for the home directory.
2903          'status' flags any longer. Thus we only can use the cache to          * wptKeyManager.cpp (km_update_default_key_str): Return length
2904          make sure we have a secret key. All attributes need to be retrieved          of the string.
2905          from the public key listing.          (km_complete_status_bar): Use the offset of the default
2906            key string so it is not appened twice.
2907          * wptGPG.cpp (default_key_from_cache): New.          * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.
2908          (get_gnupg_default_key): Use new function to make sure we try          * wptCard.h: New.
2909          to get the key from cache if there is a problem with the config          * wptCardDlg.cpp (new_card_driver): New.
2910          file.          (load_card_driver): New.
2911            (free_card_driver): New.
2912  2003-09-04  Timo Schulz  <[email protected]>          (card_config_dlg_proc): If the reader is configured, load the
2913            values. This is needful to change the driver later.
2914          * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,          (gpg_load_scard): Use driver as a parameter.
2915          the packet parsing return value check was wrong again. Now it does          * wptMainProc.cpp (winpt_main_proc): Load card driver and
2916          not recognize Word documents as SECKEY or ENCRYPTED any longer.          unload it after use.
2917    
2918  2003-09-08  Timo Schulz  <[email protected]>  2003-09-28  Timo Schulz  <[email protected]>
2919    
2920          * wptRegistry.cpp: Remove some hotkeys to correct index calculation.          * wptCardDlg.cpp (card_edit_dlg_proc): New.
2921          (get_reg_winpt_flag): Check buffer first.          (gpg_load_scard): New. Try to use GPG load the card info.
2922          (get_reg_winpt_prefs): Support for the new backup system.          (print_fpr): New. Print beautified fingerprint.
2923          (set_reg_winpt_prefs): Likewise.          (card_status): New. Set all dialog fields with the values from
2924          * wptHotkey.h: Removed import and export hotkey. Re-ordered elements.          the card.
2925          * wptRegistry.h: Cleaned up the hotkey interface.          (prepare_dialog): New. Load combo boxes with pre-defined strings.
2926          * wptPreferenceDlg.cpp (enable_backup_items): New.  
2927          (prefs_dlg_proc): Simplified hotkey handling. Use new code.  
2928          * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for  2003-09-25  Timo Schulz  <[email protected]>
2929          im- and export. Use the code directly.  
2930          (currwnd_gpg_dlg): Likewise.          * wptProgressDlg.cpp (progress_cb_thread): New.
2931          * wptGPG.cpp (gnupg_backup_keyrings): New.          (progress_callback): Use asynchron code.
2932          (backup_one_file): New.          * wptFileManager.cpp (fm_parse_files): Implement progress callback.
2933    
2934  2003-09-22  Timo Schulz  <[email protected]>  
2935    2003-09-25  Timo Schulz  <[email protected]>
2936          * wptSigList.cpp (extract_filename): Make sure there is a '\',  
2937          otherwise just dup the string and return.          * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.
2938          * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key          (check_key): New.
2939          to make the code more readable.          Removed the old Secret Key List dialog. Now the key can be directly
2940          * Implemented the GPGME part of the new smartcard interface.          chose in the dialog.
2941          The WinPT interface will be open until the scard stuff is back          (seclist_init): New.
2942          ported to GPG 1.3.x.          (seclist_destroy): New.
2943          * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.          (seclist_select_key): New.
2944          Several code cleanups.          * wptFileManager.cpp (fm_sign): Ask for output file if needed.
2945    
2946  2003-09-24  Timo Schulz  <[email protected]>          * Client side implementation of the --enable-progress-filter feature.
2947    
2948          * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.          * wptProgressDlg.cpp: Server side implementation.
2949          * wptFileManager.cpp (fm_encrypt): Ask for output file if needed.          (progress_dlg_proc): New. The actual dialog procedure.
2950          * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from          (progress_callback): The GPGME wrapper callback.
2951          the menu. We use import internally, but export was not useful and  
2952          thus the code were removed.  2003-09-24  Timo Schulz  <[email protected]>
2953          * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at  
2954          startup when they are not allowed.          * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.
2955          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.          * wptFileManager.cpp (fm_encrypt): Ask for output file if needed.
2956          Make the parsing code much shorter (read).          * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from
2957            the menu. We use import internally, but export was not useful and
2958            thus the code were removed.
2959  2003-09-25  Timo Schulz  <[email protected]>          * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at
2960            startup when they are not allowed.
2961          * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.
2962          (check_key): New.          Make the parsing code much shorter (read).
2963          Removed the old Secret Key List dialog. Now the key can be directly  
2964          chose in the dialog.  
2965          (seclist_init): New.  2003-09-22  Timo Schulz  <[email protected]>
2966          (seclist_destroy): New.  
2967          (seclist_select_key): New.          * wptSigList.cpp (extract_filename): Make sure there is a '\',
2968          * wptFileManager.cpp (fm_sign): Ask for output file if needed.          otherwise just dup the string and return.
2969            * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key
2970          * Client side implementation of the --enable-progress-filter feature.          to make the code more readable.
2971            * Implemented the GPGME part of the new smartcard interface.
2972          * wptProgressDlg.cpp: Server side implementation.          The WinPT interface will be open until the scard stuff is back
2973          (progress_dlg_proc): New. The actual dialog procedure.          ported to GPG 1.3.x.
2974          (progress_callback): The GPGME wrapper callback.          * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.
2975            Several code cleanups.
2976  2003-09-25  Timo Schulz  <[email protected]>  
2977    2003-09-08  Timo Schulz  <[email protected]>
2978          * wptProgressDlg.cpp (progress_cb_thread): New.  
2979          (progress_callback): Use asynchron code.          * wptRegistry.cpp: Remove some hotkeys to correct index calculation.
2980          * wptFileManager.cpp (fm_parse_files): Implement progress callback.          (get_reg_winpt_flag): Check buffer first.
2981            (get_reg_winpt_prefs): Support for the new backup system.
2982            (set_reg_winpt_prefs): Likewise.
2983  2003-09-28  Timo Schulz  <[email protected]>          * wptHotkey.h: Removed import and export hotkey. Re-ordered elements.
2984            * wptRegistry.h: Cleaned up the hotkey interface.
2985          * wptCardDlg.cpp (card_edit_dlg_proc): New.          * wptPreferenceDlg.cpp (enable_backup_items): New.
2986          (gpg_load_scard): New. Try to use GPG load the card info.          (prefs_dlg_proc): Simplified hotkey handling. Use new code.
2987          (print_fpr): New. Print beautified fingerprint.          * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for
2988          (card_status): New. Set all dialog fields with the values from          im- and export. Use the code directly.
2989          the card.          (currwnd_gpg_dlg): Likewise.
2990          (prepare_dialog): New. Load combo boxes with pre-defined strings.          * wptGPG.cpp (gnupg_backup_keyrings): New.
2991            (backup_one_file): New.
2992    
2993  2003-10-06  Timo Schulz  <[email protected]>  2003-09-04  Timo Schulz  <[email protected]>
2994    
2995          * wptFileManager.cpp (fm_encrypt): Wipe files in both modes.          * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,
2996          * wptGPG.cpp (gnupg_display_error): Display general error          the packet parsing return value check was wrong again. Now it does
2997          when the file does not exit.          not recognize Word documents as SECKEY or ENCRYPTED any longer.
2998          * wptW32API.cpp (get_folder_dlg): New.  
2999          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select  2003-09-03  Timo Schulz  <[email protected]>
3000          the folder for the home directory.  
3001          * wptKeyManager.cpp (km_update_default_key_str): Return length          * The secret key listing does not contain any 'validity' or
3002          of the string.          'status' flags any longer. Thus we only can use the cache to
3003          (km_complete_status_bar): Use the offset of the default          make sure we have a secret key. All attributes need to be retrieved
3004          key string so it is not appened twice.          from the public key listing.
3005          * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.  
3006          * wptCard.h: New.          * wptGPG.cpp (default_key_from_cache): New.
3007          * wptCardDlg.cpp (new_card_driver): New.          (get_gnupg_default_key): Use new function to make sure we try
3008          (load_card_driver): New.          to get the key from cache if there is a problem with the config
3009          (free_card_driver): New.          file.
3010          (card_config_dlg_proc): If the reader is configured, load the  
3011          values. This is needful to change the driver later.  2003-08-30  Timo Schulz  <[email protected]>
3012          (gpg_load_scard): Use driver as a parameter.  
3013          * wptMainProc.cpp (winpt_main_proc): Load card driver and          * wptGPG.h: Support for the GPG status messages REVKEYSIG and
3014          unload it after use.          EXPKEYSIG. With this new feature, GPG 1.2.3 is required.
3015            * Make sure that the signature status does not cause an
3016  2003-10-07  Timo Schulz  <[email protected]>          segfault.
3017            * WinPT.cpp: Use new check to detect the GPG version and make sure
3018          * wptPINDlg.cpp (pin_cb_dlg_proc): New.          it is the minimum.
3019          * wptCardDlg.cpp (do_proc_card_cmds): New.          * wptGPG.cpp (parse_version_nr): New.
3020          (card_edit_dlg_proc): Use it here.          (check_gnupg_engine): Improved. Now it returns the actual version.
3021    
3022  2003-10-08  Timo Schulz  <[email protected]>  2003-08-24  Timo Schulz <[email protected]>
3023    
3024          * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII          * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable
3025          is used. Otherwise reject the value.          dialog controls.
3026          (ask_pin): New. Enable PIN caching for the 'dialog session' so  
3027          the user does not need to re-enter it again and again.  2003-08-17  Timo Schulz  <[email protected]>
3028    
3029  2003-10-09  Timo Schulz  <[email protected]>          * wptKeyManagerDlg.cpp (keymanager_dlg_proc):
3030            #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The
3031          * wptCardDlg.cpp (get_card_status): New.          value was malformed.
3032          (show_card_status): New. Retrieve the card status and show an          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.
3033          error if approprioate.          * wptKeyserver.cpp (kserver_load_conf): If the file does not exist,
3034          * Make sure that WinPT does not try to use non-OpenPGP cards.          don't bother the user with an error message. Closes #782751.
3035          * Add GPGME support for the forthcoming AUTH flag for keys.          * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the
3036          * Implemented the detection of keys where the secret key components          "primary" edit key command.
3037          are stored on a smart card.          * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is
3038            possible to supress the status message. This is useful when the whole
3039            keyring will be refreshed.
3040  2003-10-12  Timo Schulz  <[email protected]>          * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.
3041            (quote_file): Avoid double quotes.
3042          * wptCardDlg.cpp (guess_libname): New.          * GPGME support for quoted file names.
3043          (card_status): Simplified the code with an attribute          (fm_sym_encrypt): Double check password and to additional 8-bit checks.
3044          table. Now it is a loop and not hard coded.          * WinPT.cpp (my_acces): Moved to this file..
3045          * The card interface has changed. Now the surname and          * wptGPG.cpp: ..here.
3046          the given name are two fields and not one field.          (gpg_check_permissions): Renamed from check_permissions and make it global.
3047          * wptMainProc.cpp (winpt_main_proc): Check if the card          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we
3048          reader is configured where appropriate.          have write access to the keyring for some commands.
3049    
3050  2003-10-13  Timo Schulz  <[email protected]>  2003-07-22  Timo Schulz  <[email protected]>
3051    
3052          * Extended the GPGME API that it is possible to retrieve          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of
3053          the key data. This is for the planned card login but it          the text instead of allocating the maximum.
3054          might be also useful for other purposes.  
3055    2003-07-13  Timo Schulz  <[email protected]>
3056          * wptCardPCSC.c: New. General code for PC/SC card readers.  
3057            * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains
3058            characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850
3059  2003-10-14  Timo Schulz  <[email protected]>          it would be a bad idea to use such passphrases. And thus we disallow it.
3060            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.
3061          * wptKeyList.cpp (do_addkey): Add the case the secret key          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.
3062          is stored on a smart card.          * wptHotkey.cpp (hotkeys_strerror): Use capital letters.
3063          (km_check_for_seckey): Take care of the new code.  
3064          * wptKeyManager.cpp (km_delete_keys): Extra warning when  2003-07-12  Timo Schulz  <[email protected]>
3065          the secret key is stored on a card.  
3066          * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities          * wptFileManager.cpp (fm_verify): Support for multiple signatures.
3067          to the list view. Now the user can see if the key is useable          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
3068          for: signing, certifying or encrypting.          * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.
3069            * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.
3070  2003-10-16  Timo Schulz  <[email protected]>          (kserver_connect): Likewise.
3071            (kserver_read_config): Likewise.
3072          * Changed GPGME interface for edit card. Now one context is          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases
3073          used for all edit card operations.          are not equal.
3074          * wptCardDlg.cpp (card_edit_dlg_proc): Support for working          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to
3075          and admin PIN. Changed gpgme interface.          generate a key pair.
3076          (ask_pin): Renamed to..  
3077          (do_askpin): this. Provide more information about the card  2003-06-24  Timo Schulz  <[email protected]>
3078          and its holder.  
3079          (do_proc_card_cmds): If no error, reset modify flags for          * Fixed filter code in Get{Open,Save}FileName. Changed all callers.
3080          all controls. Show a short message that the operation ended.          Thanks to Alex.
3081          * wptCardPCSC.c (pcsc_free_readers): New.          * wptKeyManager.cpp (km_delete_keys): Quote the user-id.
3082          (pcsc_scan_readers): New.  
3083          (pcsc_get_reader): New.  
3084          (pcsc_get_card_status): New.  2003-06-13  Timo Schulz  <[email protected]>
3085    
3086            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.
3087  2003-10-17  Timo Schulz  <[email protected]>          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to
3088            the fact the signer is now dymanic and not static.
3089          * wptGPGME.cpp (keycache_init): Do not use secring the first time.          * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and
3090          * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short          change all code that it only shows an error if no plug-in was loaded.
3091          keyid will be displayed.                  * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you
3092            can revoke v3 keys.
3093  2003-10-18  Timo Schulz  <[email protected]>          (do_editkey_revoke): Clarify command because it can be only used
3094            for secondary keys.
3095          * wptCardDlg.cpp (card_keygen_dlg_proc): New.          * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error
3096          (do_askpin): Handle the case there is no card.          is issued when no key was selected. Thanks to vedaal.
3097          (card_edit_dlg_proc): Add 'New Keys' feature.  
3098          (card_changepin_dlg_proc): Implemented.  2003-06-11  Timo Schulz  <[email protected]>
3099          * WinPT.cpp (WinMain): Ability to start the card manager directly.  
3100          * wptMainProc.cpp (smartcard_init): Global stuff to init the reader          * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the
3101          driver and the inserted card.          right order and we do not use the last user-id but the first
3102            because this is always the primary user-id or the newest user-id.
3103  2003-10-19  Timo Schulz  <[email protected]>          * wptGPGME.cpp (get_default_keyid): Removed. Some better code
3104            were added to get_gnupg_default_key.
3105          * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and  
3106          the working PIN.  2003-06-10  Timo Schulz  <[email protected]>
3107          wptCardDlg.cpp (free_pincb): New.  
3108          (card_keygen_dlg_proc): Pin callback implemented.          * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys
3109          Simple check for the e-mail address.          are skipped.
3110          (card_edit_dlg_proc): End the dialog if no changes were made.          (keysign_dlg_proc): Removed some redundant code.
3111            * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if
3112          * Expanded GPGME passphrase interface to work both with PINs          it is possible to change the passphrase.
3113          and passphrases.  
3114    2003-06-06  Timo Schulz  <[email protected]>
3115  2003-10-21  Timo Schulz  <[email protected]>  
3116            * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning
3117          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase          message and include the user-id.
3118          was wrong, delete the cache item (if available).          * Encryption: use force overwrite (--yes) to make sure there are
3119          * wptClipSignDlg.cpp (clip_sign_dlg): Likewise.          no complications with GPG.
3120          * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.          * Import: skip all record types we do not understand.
3121          * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'  
3122          flag to zero.  
3123            2003-06-05  Timo Schulz  <[email protected]>
3124    
3125  2003-10-21  Timo Schulz  <[email protected]>          * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog
3126            shows all involved recipients and also the public key algorithm.
3127          * wptClipDecryptDlg.cpp (list_recipients): New.          * wptRegistry.cpp (reg_inst_winpt): If the user does not want
3128          (algo_from_list): New.          the extensions, set the entry to "1" so the message is not shown
3129          (clip_decrypt_dlg): New concept to list all recipients.          again.
3130          * wptFileManager.cpp (fm_list_keys): New.  
3131          (fm_decrypt): Same changes as for the clipboard decryption.  2003-06-04  Timo Schulz  <[email protected]>
3132    
3133  2003-10-23  Timo Schulz  <[email protected]>          * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact
3134            that GPG uses the newest subkey by default, we always return
3135          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output          the info of this subkey and not the first.
3136          if the error is unknown.          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one
3137          (clip_sign_dlg_proc): Likewise.          bug. Now the indicies are correctly.
3138          (clip_signenc_dlg_proc): Likewise.          * wptGPG.cpp (gnupg_check_keyring): Do not free the value before
3139          (clip_import_dlg_proc): Likewise.          get_file_size is called.
3140            * WinPT.cpp (WinMain): Only check the GPG engine version if there
3141  2003-10-24  Timo Schulz  <[email protected]>          were no problems with the GPG config. And differ between a problem
3142            to get the version and if a wrong version were detected.
3143          * Implemented a better logging system. If the return code  
3144          of GPG is != 0 and the error is not known, display the errors  
3145          from stderr.  2003-06-01      Timo Schulz  <[email protected]>
3146    
3147          * wptGPGME.cpp (logging_cb): New.          * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...
3148            (KEYDOWN, KEYUP): macros for the functions above.
3149  2003-10-26  Timo Schulz  <[email protected]>  
3150    2003-05-31  Timo Schulz  <[email protected]>
3151          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.  
3152            * wptKeyManager.cpp (km_key_is_v3): Return if the selected
3153          * Changed the code at several other places to support the new logging          key is an old PGP 2 (v3) key.
3154          scheme.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow
3155            (#ID_KEYMISC_EDITKEY): Bail out if no key was selected.
3156            to add extented items if the key is NOT version 3.
3157  2003-10-29  Timo Schulz  <[email protected]>          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the
3158            key is v3 and forbid most commands.
3159          * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.          (is_cmd_openpgp): New.
3160    
3161          * Create a new interface for an interactive card callback. GPG  2003-05-28  Timo Schulz  <[email protected]>
3162          provides card control status messages if the wrong card is inserted.  
3163            * wptKeyManager.cpp (km_set_clip_info): New.
3164          * wptCardManager.cpp (card_cb_dlg_proc): New.          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.
3165          (card_callback): New.          * wptImportList.cpp (implist_build): Some column changes for
3166            the listview control.
3167          * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use          (implist_load): Return if secret keys were found.
3168          the ASCII functions and not the Unicode function names. Thanks to          * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys
3169          Werner for pointing this out.          were found.
3170            (clip_import_dlg_proc): New message if secret keys were found.
3171          * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the  
3172          serial card number is shown to help the user to find the right card.  
3173    2003-05-25  Timo Schulz  <[email protected]>
3174          * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.  
3175            * wptImportList.cpp (implist_add_key): Address charset problem.
3176  2003-10-02  Timo Schulz  <[email protected]>          * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.
3177            * wptKeyserver.cpp (set_default_kserver): New.
3178          * Prepare test release.          (wsock_init): Call the new function.
3179          * wptGPGCmds.h: New from GPG 1.3.4-cvs.          (kserver_load_conf): If the FP is invalid, skip to read the file.
3180            * WinPT.cpp (WinMain): Call set_default_kserver to make sure the
3181  2003-11-13  Timo Schulz  <[email protected]>          item has a value.
3182    
3183          * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.  2003-05-24  Timo Schulz  <[email protected]>
3184          * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.  
3185          Thanks to Achim.          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists
3186          * Change PIN interface. Now it is easier when an operation requires          to allow to use virtual keys (DEL, INS).
3187          both PINs.          Release the uid control context when the dialog will be destroyed.
3188          * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs  
3189          to change card attributes. Do not ask me why, but now the user  
3190          needs to enter 2 PINs.  2003-05-22  Timo Schulz  <[email protected]>
3191    
3192          Name parts were swapped, now they have the right order again.          * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current
3193            window mode sign+encrypt. This fixes a couple of other problems.
3194  2003-11-14  Timo Schulz  <[email protected]>          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the
3195            key when the cache was reloaded.
3196          * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.  
3197    
3198  2003-11-28  Timo Schulz  <[email protected]>  2003-05-21  Timo Schulz  <[email protected]>
3199    
3200          * Remove all support for ElGamal sign+encrypt keys.          * wptSiglist.cpp (siglist_add_key): Only list signatures which are
3201            user-id certificates (0x10-0x13) and ignore key and subkey sigs.
3202          There is a flaw in GPG which makes all such keys useable and          c-strings are now handle correctly and decoded into GPGME.
3203          they are comprised even if one signature they made is accessable.  
3204          And due to the fact the key is self signed, such a sig is always  2003-05-20  Timo Schulz  <[email protected]>
3205          available for the public.  
3206            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change
3207          We warn the user at startup if such keys were found!          the passphrase from here to...
3208            * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.
3209          * wptMainProc.cpp (elgamal_warn_dlg_proc): New.  
3210          * wptGPGME.cpp (count_insecure_elgkeys): New.  2003-05-19  Timo Schulz  <[email protected]>
3211          * WinPT (WinMain): Use it here.  
3212            * wptPasswdDlg.cpp (create_passwd_dlg): Removed.
3213  2003-11-29  Timo Schulz  <[email protected]>          (request_passphrase): New.
3214            The passphrase_s context is now internal, all externl function use now
3215          * wptMAPI.cpp (mapi_init): New.          request_passphrase. Changed all callers.
3216          (mapi_deinit): New.          * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase
3217          (mapi_send_pubkey): New.          warning and a check for the comment field was added.
3218          * wptKeyManager.cpp (km_send_to_mail_recipient): New.          * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which
3219          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support          has shown the subkeys and the userids.
3220          to send the public key via MAPI to a recipient.          * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.
3221          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind  
3222          the secret key cache so it's not at the end.  2003-05-17  Timo Schulz  <[email protected]>
3223          (keysign_dlg_proc): Issue a warning when no secret key was  
3224          found which could be used for signing the key.          * wptFileManager.cpp: Moved gpgme_file_get_extension to this file
3225          * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.          and renamed it to...
3226          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.          (file_get_extension): this. gpgme_control now also returns the
3227            (get_file_name): Corrected the calculation of the basename.
3228  2003-12-10  Timo Schulz  <[email protected]>          state of the command if you use -1 as the value.
3229            * wptImportList.cpp (implist_load): Make sure we really have the key ID.
3230          * GPGME support to change key preferences.          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over
3231          * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.          the place.
3232          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.  
3233    2003-05-14  Timo Schulz  <[email protected]>
3234    
3235  2003-12-14  Timo Schulz  <[email protected]>          * wptKeyManager.cpp (km_enable_disable_key): New.
3236    
3237          * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.  2003-05-13  Timo Schulz  <[email protected]>
3238          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.  
3239          (do_editkey_setpref): Implement updpref command.          * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.
3240            (key_check_validity): Moved from GPGME to this file.
3241            * wptKeyManager.cpp (km_get_key_status): New.
3242  2003-12-23  Timo Schulz  <[email protected]>  
3243    2003-05-09  Timo Schulz  <[email protected]>
3244          * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove  
3245          ElGamal s+e support. Oops, this should be already done.          * wptMDSumDlg.cpp (mdsum_dlg_proc): New.
3246          * wptGPGME.cpp (keycache_init): Sync both key caches. In other          * wptFileManager.cpp (fm_print_md): New.
3247          words transfer some flags from the sec-cache to the pub-cache.          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD
3248          * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the          command.
3249          key sign procedure. If it is already signed, the process  
3250          sometimes hangs.  2003-05-08  Timo Schulz  <[email protected]>
3251    
3252  2003-12-30  Timo Schulz  <[email protected]>          * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current
3253            window mode.
3254          * fixed the GPG edit-key commands sign and addrevoker.          (currwnd_gpg_dlg): Likewise.
3255            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.
3256  2003-12-31  Timo Schulz  <[email protected]>          * WinPT.cpp (WinMain): If the default key was not found, show the string
3257            in the error message to make it easier for the user to fix the problem.
3258          * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort          * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret
3259          the list otherwise the index is wrong.          keys.
3260          * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set          * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.
3261          a signature expire date.          This makes the priority of the rc2 update more urgent.
3262    
3263  2004-01-03  Timo Schulz  <[email protected]>  2003-05-07  Timo Schulz  <[email protected]>
3264    
3265          * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow          * Clean up the outer GPGME interface. Internal functions should be
3266          to import secret keys.          invisible in gpgme.h.
3267            Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.
3268  2004-01-04  Timo Schulz  <[email protected]>          * wptKeyserver.cpp: Some cleanups.
3269            (finger_recvkey): Skip URL postfix if there.
3270          * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.  
3271          * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas  2003-05-06  Timo Schulz  <[email protected]>
3272          and minor changes.  
3273          * wptListView.cpp (listview_sort_items): Likewise.          * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys
3274          * wptKeyManager.cpp (key_manager_dlg_proc): Likewise.          are available. Removed old [unused] code.
3275          (regist_sep_wnd): Factored out some code.          Make sure we really have the key in the cache.
3276    
3277  2004-01-22  Timo Schulz  <[email protected]>  2003-05-04  Timo Schulz  <[email protected]>
3278    
3279          * Remove all internal card reader config. It's up to the          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients
3280          user to do this. It would be too error proune to offer it.          were found, output a more precise error message. Now the GPGME code
3281          * wptCard.h: Removed all card driver stuff.          first tests for special cases and if no one hit the nail on the head,
3282          * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ          a general error is used.
3283          between the admin and the user (normal) PIN.  
3284    2003-05-03  Timo Schulz  <[email protected]>
3285  2004-01-23  Timo Schulz  <[email protected]>  
3286            * wptParser.cpp: Renamed to...
3287          * wptCardDlg.cpp (check_pin_len): New. Check if the          * wptGPGParser.cpp: this.
3288          PIN is long enough and give an appropriate error.          (release_option): Renamed to...
3289          (card_changepin_dlg_proc): Use the new check function.          (release_gpg_options): this.
3290            (commit_option): Renamed to...
3291  2004-01-25  Timo Schulz  <[email protected]>          (commit_gpg_options): this.
3292            (parse_option): Renamed to...
3293          * WinPT.cpp (WinMain): Silently die when an instance is already          (parse_gpg_options): this.
3294          running. Do not confuse the user with a message. Suggested by          * wptGPG.cpp: Use new parser function names.
3295          Sebastian.          (set_gnupg_default_key): Free memory.
3296          * wptKeyManager.cpp (delete_keys_from_cache): New.          * wptKeylist.cpp (keylist_add_groups): New group code.
3297          (km_delete_keys): Use it here. Thanks to Achim.          * wptGroups.{c,h}: Removed. Now we use the GPG group command.
3298            * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from
3299  2004-01-28  Timo Schulz  <[email protected]>          2 to 4.
3300            (recv_missing_keys): Likewise. Now it is possible to retrieve
3301          * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued          missing keys. Thanks to Klaus.
3302          if keys on the card exist but the user does not said overwrite.          * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather
3303            than a static buffer to avoid garbled keys. There are some very
3304          Make sure the expire date is not in the past.          large keys and these cause some trouble with a 16k buffer.
3305            (keyserver_dlg_proc): Localized some strings.
3306          * wptMainProc.cpp (winpt_main_proc): Avoid to release the file          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column
3307          lock twice. Not sure if this fixes some other problems but it          names which are equal to the names we use in the Key Manager.
3308          was definitely a bug.          * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but
3309            should be "==" bug.
3310          * wptMapi.cpp (mapi_init): Make sure all function ptrs are          * wptKeygenDlg.cpp (mbox): Removed. Too much overhead.
3311          initialized otherwise bail out.          * Add --expert option for the GPG procedure call if needed.
3312          (mapi_send_message): New. Interface to allow to send an  
3313          encrypted mail with zero ore more encrypted attachments.  2003-05-02  Timo Schulz  <[email protected]>
3314          (secure_attachment): New.  
3315          (parse_recipients): New.          * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.
3316    
3317  2004-02-02  Timo Schulz  <[email protected]>  2003-04-30  Timo Schulz  <[email protected]>
3318    
3319          * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name          * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the
3320          is long enough. The same check for the mail address.          next context menu ("Add"). Make sure the entries are disabled
3321            when the key has no secret key.
3322          Thanks to Achim.          * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.
3323            * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't
3324  2004-02-03  Timo Schulz  <[email protected]>          cause a segfault when the pointer free tries to deallocate the
3325            pointer.
3326          * WinPT.cpp (check_crypto_engine): New. Factor out common code.  
3327          (WinMain): Check the crypto engine after the first start.  2003-04-27  Timo Schulz  <[email protected]>
3328    
3329          * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is          * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows
3330          issued if the values could not stored. Revamped the core.          to show the properties of the signers keys.
3331            * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.
3332          * Removed the last appearance of the GPG agent support.  
3333    2003-04-26  Timo Schulz  <[email protected]>
3334          * wptGPG.cpp (init_gnupg_table): Do not use static buffers.  
3335          (free_gnupg_table): Free memory.          * wptParser.cpp: A lot of structural changes. Always add items
3336            at the end of the list so we don't need to make a copy of the list
3337          * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the          to restore the original order. Fix the group problem.
3338          ctx pointer get malloced and set the contents to zero.          * wptKeylist.cpp (keylist_build): Use OR to get the flags and
3339            not ==.
3340            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command
3341  2004-02-04  Timo Schulz  <[email protected]>          (file) does not use the keyid as the file name when more than one
3342            keys were selected.
3343          * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.          Allow allow to set default keys which are not revoked or expired.
3344            * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort
3345  2004-02-05  Timo Schulz  <[email protected]>          the columns.
3346            Set the force trust flag in GPGME if there are some recipients
3347          * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle          with no validity.
3348          CMD_DISHOTKEYS. Thanks to the user who reminded me.  
3349          * wptMainProc.cpp (spawn_cryptdisk): New interface to  2003-04-25  Timo Schulz  <[email protected]>
3350          the Cryptdisk application.  
3351            * wptVerList.cpp (verlist_build): Change the name of some columns.
3352  2004-02-08  Timo Schulz  <[email protected]>          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the
3353            notation (if present!) present the user a general message box
3354          * wptCryptdisk.{cpp,h}: New. Support for the extended          with extended signature information. This means the notation
3355          filedisk application.          data and a possible policy URL.
3356          * wptMainProc.cpp (winpt_main_proc): Likewise.  
3357          * WinPT.cpp (WinMain): Make sure the new PTD lib is installed.  
3358    2003-04-24  Timo Schulz  <[email protected]>
3359  2004-02-09  Timo Schulz  <[email protected]>  
3360            * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init
3361          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.          default values to make it easier for newbies.
3362          (do_reaping): New. Release the list if all items are 'expired'.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error
3363          (cryptdisk_mount_dlg_proc): New.          when no secret key was found. Also mention the public key algo.
3364          (init_drives): New.          * wptFileManager.cpp (fm_decrypt): Likewise.
3365          * wptMainProc.cpp (cryptdisk_proc): Renamed from...  
3366          (handle_cryptdisk): this. And filled with life.  2003-04-23  Timo Schulz  <[email protected]>
3367    
3368  2004-02-12  Timo Schulz  <[email protected]>          * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function
3369            from GPGME#gpgme_ownertrust_to_string into WinPT.
3370          * wptErrors.cpp: New error codes for the cryptdisk feature.  
3371          * wptCryptdisk.cpp (do_dispatch): Better error handling.  2003-04-20  Timo Schulz  <[email protected]>
3372          (cryptdisk_mount_dlg_proc): Use it here.  
3373          (cryptdisk_umount_dlg_proc): Likewise.          * wptClipboard.cpp: Removed. All these functions and constants
3374          (init_drives): Use system list.          are now available in MyGPGME/clip.c and thus part of GPGME.
3375            * wptKeylist.cpp (keylist_add_to_recipients): Renamed to...
3376          Localized all strings.          (keylist_get_recipients): this. Return the context instead of
3377            an argument.
3378  2004-02-17  Timo Schulz  <[email protected]>          (get_key_size): Add key index.
3379            (get_key_algo): Likewise.
3380          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt          (keylist_build): Use a special mode when signing is used.
3381          to the signers key. Suggested by Alexander.          (keylist_enum_recipients): Return a malloced pointer to the
3382          Use new keycache system, we use the public key part of the          recipients.
3383          cache because it has all flags set.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint
3384          * wptGPG.cpp (default_key_from_cache): Use new cache system.          when we have a signature result and we do not trust the key.
3385          * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.  
3386    2003-04-20  Timo Schulz <[email protected]>
3387    
3388  2004-02-18  Timo Schulz  <[email protected]>          * wptFindWnd.h: Removed. We don't use it any longer.
3389            * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.
3390          * Modify the cryptdisk code for crosscrypt 0.4.1.          (gpg_strerror): Removed. Now it is handled in winpt_strerror.
3391          * wptCryptDisk.cpp (do_mount): Add key algorithm param.          * wptFileManager.cpp (fm_get_file_name): move this to
3392            * wptVerifyList.cpp (get_file_name): ..this place and declare
3393  2004-02-21  Timo Schulz  <[email protected]>          it as static because no other file need this function.
3394    
3395          * wptCryptdisk.cpp (cryptdisk_cleanup): New.  2003-04-15  Timo Schulz  <[email protected]>
3396          (is_nt4): Because my Platform-SDK is too old I need to load  
3397          some prototypes dynamically.          * wptClipImportDlg.cpp (data_cb_dlg_proc): New.
3398          (init_drives): Return the first useable drive letter if          (data_cb_thread): New.
3399          called with appropriate parameters.          (data_cb_dlg_create): New.
3400          * wptMainProc.cpp (winpt_main_proc): Use it here.          (data_cb_dlg_destroy): New.
3401            (data_cb_new): New.
3402  2004-02-22  Timo Schulz  <[email protected]>          (clip_import_dlg_proc): Use a callback dialog to
3403            show the user the data decoding procedure is in
3404          * PTD: Cryptdisk seems to have problems with locking. Use          progress. This dialog is destroyed in the key
3405          a forced flag to tell the code if it should bail out or          import statistics dialog.
3406          ignore locking errors.  
3407    
3408          * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new  2003-04-13  Timo Schulz  <[email protected]>
3409          locking code.  
3410          (cryptdisk_new_dlg_proc): Adjust size of the volume.          * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback
3411            context.
3412  2004-02-24  Timo Schulz  <[email protected]>          * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.
3413            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect
3414          * WinPT.cpp (WinMain): Call a selftest check procedure to          flag inside the KEY contect if needed.
3415          make sure all cryptographic code works as expected.          * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a
3416            passphrase if the protect flag is set.
3417  2004-02-25  Timo Schulz  <[email protected]>          Display the callback dialog to show the progress.
3418            Implemented the "revkey" feature.
3419          * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and          * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.
3420          do not mix the names in the different menus.          (do_add_new_userid): New. Add an entry to the list box
3421            after the GPG process finished.
3422          * wptSigList.cpp: Support to show the signature class.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig
3423            to zero to avoid segfaults.
3424          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo  
3425          box when there is no secret key available.  2003-04-12  Timo Schulz  <[email protected]>
3426    
3427          (do_init_keylist): Do not allow to use the owners key as a desig          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new
3428          revoker.          GPGME code.
3429            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
3430          * wptKeylist.cpp (get_key_trust): New.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.
3431          (do_addkey): Use it here.          * wptFileManager.cpp (fm_decrypt): Likewise.
3432            * WinPT.cpp (check_default_key): Check if the keys in gpg.conf
3433  2004-02-26  Timo Schulz  <[email protected]>          are valid and in the keyring.
3434            * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase
3435          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error          item if the key is not protected.
3436          if no recipient was selected.  
3437    
3438          * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog  2003-04-09  Timo Schulz  <[email protected]>
3439          is destroyed. This fixes the bug that the dialog sometimes exist even  
3440          after the procedure ended.          * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as
3441            invalid for cancel.
3442          * wptProgressDlg.cpp (progress_callback): Change the if-then-else  
3443          struct to prevent zombie dialogs.  2003-03-20  Timo Schulz  <[email protected]>
3444    
3445          * wptKeyserver.cpp: Removed unused prototypes.          * wptFindWnd.cpp: Removed.
3446            * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of
3447  2004-02-29  Timo Schulz  <[email protected]>          find_window.
3448            * Whenever it's possible, use case insentensive searches to avoid
3449          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.          problems.
3450    
3451          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself  2003-03-19  Timo Schulz  <[email protected]>
3452          so we are not allowing to sign ourself.  
3453            * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.
3454          * wptSigList.cpp (siglist_add_key): Support for the signature          * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly
3455          flags (local, non-revocably, ...).          in the code.
3456            * wptPasswdDlg.cpp: Likewise.
3457          * Key signing with GPG 1.2.x should work again. Hopefully.          (passphrase_cb_init): Declare as static.
3458            (passphrase_cb_gpgme): Modified to use the static function and rename
3459  2004-03-02  Timo Schulz  <[email protected]>          it to...
3460            (passphrase_gpgme_set_cb): ..this. New.
3461          * wptGPG.cpp (check_keyring): Handle the case that the keyring          * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA
3462          is set in the gpg.conf file and the pubring.gpg file is zero bytes.          and friends to assign data to each item.
3463            Move dialog code to...
3464          (gnupg_backup_keyrings): Support backup of keyrings which were set          * wptClipSignEncDlg.cpp: ..here.
3465          in gpg.conf. Thanks to the user who reminded me of this problem.          * MyGPGME/keycache.c: We first look for directly key signatures and
3466            then we skip all other signatures if we've already seen the key. This
3467          (gnupg_check_file_ext): Make check not case sentensive.          is needed to gather the designated revoker keys.
3468    
3469          * (sfree_if_alloc): Overwrite the memory with zeros before freeing  2003-03-18  Timo Schulz  <[email protected]>
3470          it. This only works with c-strings! Use it everywhere we handle  
3471          sentensive information (passphrases).          * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index
3472            of revocation from 9 to 8.
3473          * Try to improve the usability with better menu names and new          Set the text that no key was updated only if no new sig, subkey,
3474          ordering.          userid and no public were added.
3475            Add more information: new {subkeys, signatures, userid}.
3476          * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.          * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.
3477            * wptDlgs.cpp: Removed.
3478          * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now          * wptDlgs.h: (dlg_fatal_error): New. Macro.
3479          it is part of the WinPt about dialog. This way we can minimize the  
3480          elements in the popup menu.  2002-03-16  Timo Schulz  <[email protected]>
3481    
3482  2004-03-04  Timo Schulz  <[email protected]>          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the
3483            optional text in UTF-8 to avoid charset problems.
3484          * wptKeyserver.cpp (finger_recvkey): Error if key was not found          * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead
3485          or garbled.          of a static buffer. Changed all callers.
3486            * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions
3487          * wptGPG.cpp (gpg_check_permissions): Take care of the entries          for the rest of the columns.
3488          in gpg.conf.          (keylist_handle_column_click): New.
3489            * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):
3490          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select          Removed the 'Advanced' button because it only confuses users
3491          the signer. Suggested by Sebastian.          and it is not often used.
3492            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-
3493          * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to          and import the trustdb values (ownertrust).
3494          this file.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to
3495          (seclist_free): Likewise.          sort columns.
3496          (seclist_select_key): Likewise.  
3497    2002-03-09  Timo Schulz  <[email protected]>
3498          * wptFileManager.cpp (fm_encrypt): Handle the case the signer was  
3499          already set.          * 64-bit support for wipe operations.
3500    
3501  2004-03-07  Timo Schulz  <[email protected]>  2002-03-08  Timo Schulz  <[email protected]>
3502    
3503          * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats          * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'
3504          dummy keyrings with a size of zero in the homedir.          because they are options rather than files.
3505            * WinPT.cpp (WinMain): Allow to start the key manager directly
3506          (gpg_check_permissions): Check for read-only keyrings and add code          via --keymanager.
3507          for this case.          * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.
3508            (wipe_cb): New. Wipe callback function.
3509          This problem fixes a lof of other problems related to the OpenPGP          (fill_drive_combobox): New. Fill in all logical drives into
3510          parsing stuff for the key cache.          the given combo box.
3511            (wipe_thread): New. Worker thread.
3512          * WinPT.cpp (check_crypto_engine): Store the GPG version for later use.          (update_disc_stats): New. Set the disc statistics for the
3513            given drive entry.
3514  2004-03-08  Timo Schulz  <[email protected]>          (space_wipefrees_dlg_proc): New.
3515    
3516          * wptGPG.cpp (gnupg_import_keyrings): cleanups.  2002-03-01  Timo Schulz  <[email protected]>
3517    
3518          * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows          * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection
3519          CP.          logic. Now we can decrypt symmetrically encrypted files again.
3520          (wincp_to_utf8): Likewise.          Be stricter on memory alloaction checks.
3521          (conv_charset): Now internal and static.          (fm_get_file_type): Be more strict with the return code of
3522            parse_packet. This avoids bogus file types for MS-Word files and
3523          * wptUTF8.h: New prototypes and remove the old prototypes.          other non-PGP data.
3524            (fm_wipe): Use the wipe mode from the registry and not a fixed value.
3525          * WinPT.cpp (WinMain): Destroy the windows handle in case of an error.          * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.
3526            (get_reg_winpt_prefs): Likewise.
3527            * wptFilePrefsDlg.cpp: Removed. We don't use it any longer.
3528  2004-03-11  Timo Schulz  <[email protected]>          * wptDlgs.h: Corrected all dialog protypes to BOOL.
3529            LRESULT was not correct.
3530          * The DLL is now complety C-source.  
3531    2002-02-08  Timo Schulz  <[email protected]>
3532  2004-03-15  Timo Schulz  <[email protected]>  
3533            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export
3534          * Decrypt list box has now a vertical scroll bar.          the secret key when a file was chosen.
3535    
3536  2004-05-14  Timo Schulz  <[email protected]>  2002-02-01  Timo Schulz  <[email protected]>
3537    
3538          * WinPT.cpp (check_crypto_engine): Due to some          * wptKeyserver.cpp (kserver_search): Fix <KEYID bug.
3539          internal  GPG changes the min. version for smart card  
3540          support is now 1.3.6.  2002-01-25  Timo Schulz  <[email protected]>
3541    
3542          * wptProxySettingsDlg.cpp (read_proxy): Correct prefix          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id
3543          handling. Thanks to the folks who reported this via SF.net.          and the fingerprint to the clipboard. Closes #674455.
3544            Automatically reload the keycache when a command is chosen and the cache
3545          * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.          state is set to 'reload requested'. Closes #671218.
3546          Thanks to the folks on winpt-users who reported it.          * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts
3547            are not invalid.
3548          * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of          * WinPT.cpp (check_permissions): Make sure we have the permission to
3549          the hotkeys are disabled.          write the keyring. Stop if not because it's expected at many other places.
3550            * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.
3551          * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.          (siglist_build): Use a placeholder sig to avoid the position chaos.
3552            * wptKeyUidDlg.cpp: Unified text for 'user-ID'.
3553          * wptFileManager.cpp (fm_get_file_type): Do not parse the entire          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found,
3554          file if the size is >= 256MB.          display more information and use a GPG like output.
3555            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is
3556  2004-05-31  Timo Schulz  <[email protected]>          an invalid key in the list of recipients. Closes #674965.
3557    
3558          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the  
3559          'X' close button. Noted by a friendly user.  2002-01-21  Timo Schulz  <[email protected]>
3560            
3561          Disable 'Save' button.          * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to
3562            avoid typing mistakes.
3563          * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.  
3564    2003-01-19  Timo Schulz  <[email protected]>
3565          * wptFileManager.cpp (fm_set_status): Do not use the data file name  
3566          for signatures but keep the original file name.          * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.
3567            * wptKeyManagerDlg.cpp (do_resize_window): New.
3568          (fm_verify_pasted_detsig): Try to verify detached signatures from          (do_create_minpopup): New. Closes #669730.
3569          the clipboard.          * wptVerifyList.cpp (get_sig_date): Renamed to...
3570            (longdate_to_strdate): New. Changed all callers.
3571  2004-06-02  Timo Schulz  <[email protected]>          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains
3572            a signature, also display the time of it. Closes #669780.
3573          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.
3574          if there is no clipboard data.          * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.
3575            * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability
3576          Release memory in case of an error.          to choose the signer.
3577            (keysign_dlg_proc): Implemented a feature request. See above.
3578          * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.  
3579    2003-01-08  Timo Schulz   <[email protected]>
3580          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.  
3581            * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning
3582            if the user tries to add the email address in the name field.
3583  2004-06-08  Timo Schulz  <[email protected]>          * wptKeyserver.cpp: Add support for protocols.
3584            (finger_readline): New.
3585          * wptInet.cpp: New.          (finger_recvkey): New.
3586          * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke
3587          transfers.          message box to show it's a serious decision.
3588          * wptKeyManager.cpp (km_http_import): New.          * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.
3589            * wptRegistry.cpp (regist_single_filetype): Now internal and we use
3590            an easier way to get the location of the binary.
3591  2004-06-12  Timo Schulz  <[email protected]>          (regist_inst_winpt): Implemented the 'with_ext' part and add a registry
3592            entry to avoid double file registering.
3593          * wptInet.cpp: Updated.  
3594          * wptKeyManager.cpp (km_http_import): Use http_send_request2() to  2003-01-07  Timo Schulz  <[email protected]>
3595          parse the URL.  
3596          * wptCommonDlg.cpp (http_file_dlg_proc): New.          * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window
3597          (get_http_file_dlg): New.          pos from the coordinates from the registry.
3598            (keymanager_dlg_proc): Store the window pos in the registry.
3599  2004-06-19  Timo Schulz  <[email protected]>          * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.
3600            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when
3601          * wptInet.cpp: Renamed to ...          a revcert was found.
3602          * wptHttp.c: ... this.          * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does
3603          * wptKeyManager.cpp (km_http_import): Release 'p' not too early.          not succeed.
3604          * WinPT.cpp (WinMain): If there is a problem with the homedir,          (keyserver_dlg_proc): Corrected some listview index values.
3605          jump to the first start settings.          * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.
3606    
3607  2004-07-11  Timo Schulz  <[email protected]>  2002-12-23  Timo Schulz  <[email protected]>
3608    
3609          * Bug fix for the validity revoked status. Now it is 'revoked'          * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver
3610          and not 'unknown' any longer.          directory if does not exist.
3611            * wptKeyserver.cpp: Simpliefied config file.
3612          * Feature to disable encryption. This might be useful for filetypes          (kserver_change_proxy): Write config to the registry. Remove
3613          GPG does not recognize as compress (movies, ...).          code for the config file.
3614            * wptProxySettingsDlg.cpp (read_proxy): More robust code.
3615          * wptFileManager.cpp (fm_get_file_type): Skip packet detction if          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature
3616          the file is large and it has no openpgp extension.          to send keys. The Key Manager is better for this.
3617    
3618  2004-07-12  Timo Schulz <[email protected]>  
3619    2002-12-21  Timo Schulz  <[email protected]>
3620          * wptRegistry.cpp: Support for disable compression of multi-media files.  
3621          (set_reg_winpt_single): New.          * Fixed some language mistakes.
3622          (get_reg_winpt_single): New.          * wptMainproc.cpp: Use the desktop window as the parent window
3623            for the main dialogs so they are visible in the taskbar.
3624          * wptFileManager.cpp (is_multi_media): New.          * wptKeyManagerDlg.cpp: Enable minimize.
3625          (fm_encrypt): Disable compression of multi-media files.          * wptFileManager.cpp (fm_parse_command_line): Support for detached
3626          (fm_state_new): Set comment to indicate armored files were generated          signatures.
3627          by WinPT. This is a replacement due to the fact the WinPT string is not          (fm_encrypt_directory): New.
3628          added in the 'Version' for larger files.          * wptKeylist.cpp (keylist_add_key): Check the current key if it
3629            is not expired, not the primary (idx=0).
3630          * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.  
3631    2002-12-18  Timo Schulz  <[email protected]>
3632  2004-07-13  Timo Schulz  <[email protected]>  
3633            * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead
3634          * wptFileManager.cpp (fm_assume_onepass_sig): New.          of the old name "options".
3635          Thanks to Vedaal who found out that armored one-pass sigs are not          * WinPT.cpp (WinMain): Try to repair broken home directories
3636          correctly recognized.          in the registry. Thanks to Gustavo who reminded me of it.
3637            * wptKeyserver.cpp (check_hkp_response): Only copy the text
3638          (ask_filename): New.          between <p> and </p> when possible.
3639          Again thanks to Vedaal who suggested to ask for a new output name          * wptAgent.cpp: Re-activated the old code. Now the passphrase
3640          for the case the user does not want to overwrite the file.          timer can be used.
3641    
3642          (fm_encrypt): Use it here.  2002-12-14  Timo Schulz  <[email protected]>
3643          (fm_decrypt): Likewise.  
3644          (fm_sign): Likewise.          * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean
3645            any longer there is also a secret key.
3646          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry          (km_check_photo): New.
3647          to set secret keys to ultimate trust.            (km_complete_status_bar): New.
3648            * wptFileManager.cpp (fm_verify): Support for bad signatures.
3649          * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the          Set the sigmode if not set.
3650          key has ultimate trust.          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when
3651          (km_set_implicit_trust): New.          the ownertrust of a non-valid (not signed) key is changed.
3652            * wptRegistry.cpp (expand_path): New. Use this code because it's
3653  2004-07-27  Timo Schulz  <[email protected]>          much shorter.
3654    
3655          * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new  2002-10-14  Timo Schulz  <[email protected]>
3656          value for the ownertrust.  
3657            * wptKeyserver.c: Replaced all strdup's with m_strdup and free
3658          * wptKeyManager.cpp (get_key_trust): Make it public.          with free_if_alloc.
3659          (get_key_trust_str): New.          (ldap_recvkey): Fill with life. We use the GPG plugin to avoid
3660          (km_refresh_from_keyserver): Allow to select random keys.          all the LDAP overhead.
3661          (km_refresh_one_key): New.  
3662    2002-10-13  Timo Schulz  <[email protected]>
3663          * wptKeyserver.cpp: Use default keyserver if possible.  
3664            * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static
3665  2004-08-02  Timo Schulz  <[email protected]>          any longer.
3666    
3667          * wptKeysigDlg.cpp (do_create_popup): New.  2002-10-31  Timo Schulz  <[email protected]>
3668          (do_load_keyprops): New.  
3669            * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.
3670          (keysig_dlg_proc): Factor out some common code and use          Thanks to Gustavo.
3671          do_load_keyprops.          * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect
3672            whether it's a key pair or not.
3673          * wptKeyServer.cpp (kserver_check_inet_connection): New.          * Callback struct into KEY so we can modify the values in the background.
3674            * wptKeyPropsDlg.cpp (change_ownertrust): New.
3675          * wptKeyManger.cpp (km_refresh_from_keyserver): First check  
3676          for an active internet connection. It's annoying for the  2002-10-30  Timo Schulz  <[email protected]>
3677          user to confirm an connection error for each key (n>40).  
3678            * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe
3679  2004-08-04  Timo Schulz  <[email protected]>          LDAP plugin for this purpose.
3680            * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.
3681          * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the          * wldap32.lib is now not longer needed.
3682          edit-field to display the text. Now a RichEdit field is          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.
3683          used. This solves the XP problem that the viewer is empty          * Updated the resource file.
3684          even if there is text in it.          * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff
3685            for 'Decrypt', 'Verify', 'Import'.
3686          * wptKeyManger.cpp (km_file_export): Add WinPT specific comment.  
3687    2002-10-15  Timo Schulz  <[email protected]>
3688          * wptKeySigDlg.cpp (sigprops_dlg_proc): New.  
3689          (keysig_dlg_proc): Add new 'Properties' button and implement          * Changed all s(n)printf -> msg_box constructs to log_box.
3690          the code for it.  
3691    2002-10-13  Timo Schulz  <[email protected]>
3692          * wptSigList.cpp: Add support to show the expiration date.  
3693            * wptKeylist.cpp (get_key_expire_date): New.
3694          * wptGPGME.cpp (keycache_init): Support to show the progress bar.          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.
3695          (keycache_release): Store the amount of keys in the registry for  
3696          the progress dialog.          * Removed global keycache from GPGME. It's a bad style to mix
3697            general and specific interfaces.
3698          * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate  
3699          default keyserver.conf.          * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation
3700            details. Useful to replace it later.
3701          * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.          (get_seckey): Ditto.
3702          Fix possible buffer overflow.          (keycache_reload): Moved from the GPGME library.
3703          (wsock_end): Release stored keyserver list.          (keycache_release): New.
3704            (keycache_init): New.
3705          * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for          (keycache_set_reload): New.
3706          a specific recipient and select it.          (keycache_get_reload): New.
3707            (keycache_get_ctx): New.
3708  2004-08-05  Timo Schulz  <[email protected]>  
3709            * wptSigList.cpp (siglist_add_key): Use the new code.
3710          * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag          (siglist_build): Ditto.
3711          when possible.  
3712          New dialog layout to enhance the readability of the text. Use  
3713          flat check boxes for the same reason.  2002-10-10  Timo Schulz  <[email protected]>
3714    
3715          * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to          * wptW32API.cpp (get_filename_dlg): Added default filename parameter.
3716          the right column (3 not 4).          Changed all callers.
3717            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the
3718          * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile          new get_filename_dlg.
3719          uses a unique name.          * wptFileManager.cpp (fm_export): Likewise.
3720            * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.
3721            * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.
3722  2004-08-06  Timo Schulz  <[email protected]>          Use signature class dialog.
3723            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the
3724          * wptContext.h: Move subclass_s context to this file.          keyid instead of the userid to avoid charset problems.
3725            (err_message): New.
3726          * wptKeysigDlg.cpp (subclass_dlg_proc): New.  
3727            * Moved all wipe specific code (random, rmd160) to the DLL so we can
3728            save some memory for the tray section.
3729  2004-08-19  Timo Schulz  <[email protected]>  
3730            * wptKeyRevokersDlg.cpp (revokelist_build): New.
3731          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected          (revokelist_init): New.
3732          key numbers.          (key_revokers_dlg_proc): New.
3733    
3734          * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.          * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker
3735          (is_sig): Change code to allow to check pre-defined fields.          code here when available.
3736    
3737          * WinPT.cpp (WinMain): Allow read-only support for keyrings.  2002-09-25  Timo Schulz  <[email protected]>
3738    
3739  2004-08-20  Timo Schulz  <[email protected]>          * wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text
3740            is dash escaped. This is useful for keys to avoid errors.
3741          * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only          * wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an
3742          mode the menu is not available.          OpenPGP key from the clipboard which is dash escaped.
3743          (popup_gpg_readonly): New.          (km_clip_import): Use the new code here.
3744          (menu_gpg_readonly): New.  
3745          (keymanager_dlg_proc): Use it here. Do not check the permissions  2002-09-23  Timo Schulz  <[email protected]>
3746          any longer since this is now handle via the read-only code.  
3747          * wptMainProc.cpp (winpt_main_proc): Check if the keyrings          * wptParser.cpp (add_multi_option): Support for values with more ' 's
3748          are in read-only mode.          and skip the ' ' after the name.
3749          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.          (modify_entry): New.
3750          * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably          * wptGPG.cpp (gnupg_save_options): Removed.
3751          signatures in expert mode.          (gnupg_load_options): Removed.
3752          * wptKEyEditDlgs.cpp (do_find_userid): Release context.          (gnupg_release_options): Removed.
3753          * wptGPG.cpp (gpg_check_permissions): Only print out a warning          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code.
3754          in the interactive mode.  
3755          * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left  2002-09-17  Timo Schulz  <[email protected]>
3756          mouse button is clicked.  
3757            * winpt.cpp (WinMain): Use make_filename and no static buffer.
3758  2004-08-24  Timo Schulz  <[email protected]>          Modified for the new gnupg interface.
3759            * wptFile.cpp (make_filename): New.
3760          * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for          * wptGpgCmds.h: New from GPG 1.1.92
3761          the user-ids.          * wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers
3762          * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into          and make_filename.
3763          expert mode when the non-interactive mode is used.          * wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and
3764          * WinPT.cpp (WinMain): Start the keygen wizard instead of the          make_filename instead of static buffers.
3765          expert dialog and allow to switch to it.          * wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise.
3766            * wptParser.cpp: Changed to new allocation instead of malloc.
3767  2004-08-25  Timo Schulz  <[email protected]>          * wptGPGOptSkel.h: Updated from GPG 1.1.92
3768            * wptRegistry.cpp (get_reg_entry): Expand %s like registry strings.
3769          * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB  
3770          and skip to read large files on floppy discs.  2002-09-13  Timo Schulz  <[email protected]>
3771          (fm_wipe): Display a 'wait' cursor until the wipe is complete.  
3772          (is_floppy_disc): New.          * wptKeyManager.cpp (km_show_photo): Use a const buffer for the
3773          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.          image and do NOT free it.
3774          (file_manager_dlg_proc): Use subclassing to allow some hotkeys.          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function.
3775            (find_user_id): Use keyid to find the key. Changed all callers.
3776  2004-08-26  Timo Schulz  <[email protected]>  
3777            * Removed global gpg_version variable. Now we also support GPG 1.1.9x
3778          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          so we don't need to check this after the start again.
3779          from WinMain ().  
3780          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner  2002-09-12  Timo Schulz  <[email protected]>
3781          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver  
3782          in the list control, add at least the internal default HKP server.          * wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature.
3783          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret
3784          * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.          key export.
3785          (keysign_dlg_proc): Likewise.          * wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to
3786          * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.          check if the encryption failed.
3787          * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.          (km_show_photo): Fixed offset calculation.
3788          (kserver_connect): use it here.          Use keyid as filename and delete the tempfile after use.
3789          (kserver_send_request): Likewise.          * wptFile.cpp (init_file_lock): Use dynamic buffer.
3790          (kserver_recvkey): Likewise.          (release_file_lock): Free this buffer.
3791            * wptFileManager.cpp (quote_filename): Removed.
3792  2004-08-27  Timo Schulz  <[email protected]>          (quote_file): New. Use dynamic buffers.
3793            (fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export):
3794          * wptKeyserver.cpp (skip_whitespace): New.          Use it here.
3795          * Fix a problem with the key cache. The new hash item was          * wptFileStatDlg.cpp (do_list_packets): Do not cache FD.
3796          not initialized to zero and thus the free caused an illegal access.          Initalize packet at the begin and during the loop.
3797          Thanks to Ralf for pointing this out.          * wptFileManager.cpp: Replaced all static memory handling with
3798          * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.          dynamic routines.
3799          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.          * wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust
3800          * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and          functions.
3801          use a context to store the value. Loalize all text strings.          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.        
3802          * wptKeyList.cpp (key_check_validity): Cannot use gettext here.  
3803          (keylist_get_recipients): Increase buffer for gettext messages.  2002-09-10  Timo Schulz  <[email protected]>
3804    
3805  2004-08-28  Timo Schulz  <[email protected]>          * wptFileManager.cpp (fm_get_file_type): Disable FD cache.
3806            (fm_decrypt): Only cut off the extension if it belong to GPG.
3807          * WinPT.cpp (WinMain): Free gpg table in case of an error.          Added user ID to the box if the file was signed.
3808          * wptFileManagerDlg.cpp (filelist_subclass_proc): New.          Ask for the filename if the name has no valid GPG extension.
3809          (filemanager_dlg_proc): Subclass the list control.  
3810          * Fix Alt+C for the winpt_prefs_dlg_proc.  2002-09-09  Timo Schulz  <[email protected]>
3811          * wptKeyserver.cpp (kserver_load_conf): Ignore lines with  
3812          just whitespaces. Thanks to the folks on winpt-users.          * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for
3813            the privat key (export).
3814  2004-09-01  Timo Schulz  <[email protected]>  
3815    2002-09-08  Timo Schulz  <[email protected]>
3816          * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.  
3817          (default_key_from_cache): Use new key attribute 'usable'.          * wptKeygenDlg.cpp (ask_for_backup): Check if the copy process
3818          * WinPT.cpp (show_unprotected_keys): Removed.          really succeeded.
3819          * wptKeylist.cpp (check_key): Removed.          (mbox): Alias for msg_box with fixed title to avoid long lines.
3820          (seclist_init): Use new 'usable' key attribute.          * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow
3821          (keylist_add_key): Likewise.          to generate keys with a length til 4096 bits.
3822          * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for
3823          add keys via 'INSERT'.          invalid recipients and print out the reasons.
3824          * wptListView.cpp (listview_select_one): New.          * wptKeylist.cpp (keylist_add_to_recipients): Improved error message
3825          (listview_find): New.          and corrected the validity checking.
3826          * wptFileManager.cpp (fm_get_current_pos): If there is only  
3827          one item, return 0 but also select it. Thanks to Christian.  2002-09-07  Timo Schulz  <[email protected]>
3828    
3829  2004-09-07  Timo Schulz  <[email protected]>          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc):
3830            Print notation data when available.
3831          * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.          Show if the signature is expired or not.
3832          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.  
3833            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo
3834  2004-09-08  Timo Schulz  <[email protected]>          command to the context menu.
3835    
3836          * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is          * wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792.
3837          in the list, return zero.          This is 256 bits more than the old size. Hopefully it's enough
3838            security to protect against the most enemies ;-).
3839  2004-09-20  Timo Schulz  <[email protected]>  
3840    2002-09-04  Timo Schulz  <[email protected]>
3841          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in  
3842          context menus when the key is flagged as revoked.          * wptKeyManager.cpp (km_check_key_status): Parse new fields.
3843          (update_ui_items): Likewise and set the 'ShowPhoto' flag only if  
3844          the key has such an item.  2002-09-03  Timo Schulz  <[email protected]>
3845    
3846  2004-10-01  Timo Schulz  <[email protected]>          Removed all OpenCDK code from PTD. The code is not tested very
3847            well and it might contain some errors. Now we used a stripped down
3848          * wptClipSignDlg.cpp: Really use the selected subkey with the          version of GnuPG code. This has two advantages. First the code is
3849          right '!' syntax. Thanks to Vedaal for pointing this out.          stable and second we can easier port other parts to native GPG code.
3850          * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device  
3851          is accessable and writeable, otherwise inform the user. Kudos to          * wptFileManager.cpp (fm_get_file_type): Use native GPG code.
3852          the one who reported this problem.          * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the
3853            keyring when present to the keycache.
3854  2004-10-07  Timo Schulz  <[email protected]>          * wptKeyManager.cpp (km_show_photo): Fixes to work again with the
3855            modified code.
3856          * wptErrors.cpp (winpt_errmsg): Use a generic header when no          (km_check_for_seckey): Check substrings of the value because we
3857          filename is supplied.          don't use '**' values any longer.
3858          * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but          * wptFileStat.cpp (do_list_packets): New. Adapted from the old code.
3859          an error message which is more clean. Thanks to Ralf.          (file_stat_dlg_proc): Uses the new code.
3860          * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card  
3861          admin mode.  2002-09-02  Timo Schulz  <[email protected]>
3862          * wptKeySignDlg.cpp (do_check_protection): Also check for smart  
3863          card protection.          * wptKeyManager.cpp (km_privkey_export): Check return codes and
3864          (get_keyinfo): Return if this is a smart card key.          some types has been changed.
3865          * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before          (km_file_export): Likewise.
3866          comparing the names.  
3867          * winpt.cpp: Now depends on PTD 0.7.1.  2002-09-01  Timo Schulz  <[email protected]>
3868    
3869  2004-10-15  Timo Schulz  <[email protected]>          * wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice
3870            of the dialog.
3871          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt          * WinPT.cpp (WinMain): Use it here. Reworded the error message.
3872          is really initialized.          * wptGPG.cpp (gpg_import_keyrings): New.
3873            Let the user chose the keyrings and then they are copied to the
3874  2004-10-25  Timo Schulz  <[email protected]>          homedir. After the procedure, the key cache will be reloaded.
3875            * wptKeyManager.cpp (km_delete_keys): New delete confirmation messages.
3876          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box          * wptSigClassDlg.cpp (sig_class_dlg_proc): New.
3877          if the PGP message is complete but broken during the transport.          (get_sig_class_choice): New.
3878          Thanks to Werner and Achim.          * wptKeySignDlg.cpp (get_printable_fpr): New. More human readable
3879          * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks          fingerprint.
3880          to the gnupg-users.          (keysign_dlg_proc): Added new value for the GPG callback to handle
3881          * Automatically add '\r\n' to the text before signing. This solves          the signature class.
3882          the problem the last line is not included if no \r\n is present.          * wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the
3883          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode          userID by calling edit-key with colons.
3884          which prepends the text with '> '. This makes it easier to quote          (keyuid_dlg_proc): Use it here.
3885          decrypted text.  
3886          * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored  2002-08-31  Timo Schulz  <[email protected]>
3887          out from..  
3888          (keyserver_dlg_proc): ..here.          * wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes.
3889            (check_homedir): Ask the user whether to create the directory.
3890  2004-11-04  Timo Schulz  <[email protected]>          * wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works
3891            to retrieve missing keys from a HKP server.
3892          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred          (recv_missing_keys): Likewise.
3893          keyserver sub packets.          * wptPassphraseCB.cpp (passphrase_callback_proc):
3894            Implemented     the "Hide Typing" feature.
3895          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to          (hide_typing): New.
3896          indicate we need to reload the cache. If a user deletes a key          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages.
3897          and exits the manager and loads it again the deleted key is          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling.
3898          still in cache and provoked an error.          Due to some attacks a MDC error is treated as a fatal error and a
3899                    possible security risk.
3900          * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.          * wptClipImportDlg.cpp (print_import_status): Use a dialog instead
3901            of a silly message box. Furthermore the user gets more information
3902          * wptW32API.cpp (center_window): Replaced with real code which calculates          about the import procedure.
3903          the position relative to the desktop window.          * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New.
3904            * wptFileManager.cpp (fm_import): Report invalid user ID's.
3905  2004-12-02  Timo Schulz  <[email protected]>          (fm_verify): Try to guess the data name for detached signatures
3906            before we bother the user. When it's found, use it.
3907          * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.          * wptKeyManager.cpp (km_file_import): Ditto.
3908    
3909  2004-12-11  Timo Schulz  <[email protected]>  2002-08-28  Timo Schulz  <[email protected]>
3910    
3911          * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect          * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.
3912          the file type.          * wptFileMananger.cpp (fm_check_armor_type): Ditto.
3913          (fm_parse_command_line): Likewise.  
3914    
3915  2004-12-15  Timo Schulz  <[email protected]>  2002-08-26  Timo Schulz  <[email protected]>
3916    
3917          * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right          * wptTypes.h (free_if_alloc, CHECK_BOUND): New.
3918          temp name.          * wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure
3919          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button          the memory is really released. Some strict checks for return values.
3920          when no secret key is available.          Ident file.
3921    
3922  2004-12-20  Timo Schulz  <[email protected]>          * wptAboutDlg.cpp: Ditto. (ident)
3923            * wptGPGAboutDlg.cpp: Ditto.
3924          * wptGPG.cpp (check_gnupg_engine): Fixed version checking.          * wptClipDecryptDlg.cpp: Ditto.
3925          * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the          (clip_decrypt_dlg): Stricter return value checkings.
3926          cache if it is not valid.          Avoid one indent level.
3927            
3928          Fix problem with a NULL pointer.          * wptImportList.cpp (implist_add_key): More strict return value
3929            checking.
3930  2004-12-30  Timo Schulz  <[email protected]>          * wptKeylist.cpp (keylist_cmp_cb): Fixed a typo.
3931            (add_key): New key status system.
3932          * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.          (keylist_get_keyflags): New.
3933          This fixes the problem that the dialog crashes when the user selects          (keylist_enum_recipients): Simplified and use the new key flags.
3934          anything. Thanks to my users.  
3935          (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.          * wptSiglist.cpp (siglist_add_key): Fix possible overflows.
3936                    (verlist_add_sig_log): More stricter checks.
3937  2005-01-07  Timo Schulz  <[email protected]>  
3938            * wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug.
3939          * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.  
3940          (finger_recvkey): Use skip_type_prefix and prevent buffer overflows.  2002-06-16      Timo Schulz <[email protected]>
3941          (ldap_recvkey): Likewise.  
3942          (check_hkp_response): Be more liberal with error strings.          Don't put the questions in the message box title bar.
3943          (kserver_connect): Prevent buffer overflow and use the right return  
3944          code for inet_addr().          * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it
3945          (kserver_search_chkresp): New.          is really opened. Thanks to Nelson.
3946          (kserver_search): Fixed. Now it works with modern keyservers.  
3947          * wptKeylist.cpp (seclist_init): Add new flags param.          * wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title
3948          * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key          for chaning the passphrase. Suggested by Ed.
3949          listing.  
3950          * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.  2002-06-07      Timo Schulz <[email protected]>
3951          * wptMainProc.cpp (winpt_main_proc): GPGME cleanup.  
3952          * WinPT.cpp (WinMain): call GPGME init.          * wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys.
3953          Reword the 'you have no keyring' problem and revamp the first run dialog.          * wptKeyManagerDlg.cpp: Refresh keys was added in the menu.
3954          * wptGPG.cpp (gnupg_access_keyring): New.          * wptListView.cpp (listview_select_all): New.
3955          (gnupg_check_keyring): Removed unused code.          * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code.
3956          * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the  
3957          new texts and remove unused elements.  2002-05-31      Timo Schulz <[email protected]>
3958          * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The  
3959          last annoying typo.          * wptTrayPop.cpp: Revamped some parts of the code.
3960          * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of  
3961          an error.          Changed all status_box functions to show_msg. The advantage
3962            is that we only wait a fixed time and the user doesn't need
3963  2005-01-08  Timo Schulz  <[email protected]>          to hit the OK key. We should add  the time delay in the preferences.
3964    
3965          * Applied the patches to make the source G++ compatible.          * wptKeyManager.cpp (km_show_photo): New.
3966          * wptKeyserver.cpp (kserver_load_conf): Use the stripped string.  
3967          * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.  2002-05-30  Timo Schulz <[email protected]>
3968          * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.  
3969            * wptFileManager.cpp (fm_verify): Corrected the handling
3970  2005-01-10  Timo Schulz  <[email protected]>          for detached RSA signatures.
3971            (fm_add_sig_stat): Added support for short fingerprints.
3972          * WinPT.cpp (load_gettext): New.  
3973          (WinMain): Use it here to load it before --keymanager. Thanks to Ralf.  2002-05-08      Timo Schulz <[email protected]>
3974    
3975  2005-01-20  Timo Schulz  <[email protected]>          * wptKeyserver.cpp (kserver_change_proxy): Check the values.
3976            Thanks to njek for reporting it.
3977          * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the  
3978          keyring check. If the file exists, it is enough.  2002-05-07      Timo Schulz <[email protected]>
3979          * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.  
3980          Several cleanups and allow to specify the port of the keyserver.          * wptGPG.cpp (check_gpg_engine): New.
3981          * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure  
3982          the application terminates clearly when Windows shutdown.          * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible
3983            routines.
3984  2005-01-21  Timo Schulz  <[email protected]>  
3985            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.
3986          * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys  
3987          which are not in the keyring. Suggested by djek.          * wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto.
3988          * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic  
3989          'Always on Top'.  2002-05-06      Timo Schulz <[email protected]>
3990          Allow to send encrypted files via MAPI.          
3991          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache          * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of
3992          if the HKP retrieval succeeded.          the buttons.
3993          * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer  
3994          is not NULL.  2002-05-05      Timo Schulz <[email protected]>
3995          * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with  
3996          a header similar to 'gpg -k name'.          * Fixed problem with rev certs for imports stats.
3997          * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible  
3998          with 'Always on Top' windows.          * Cosmetical changes for the GPGME libraray.
3999          * wptFileManager.cpp (fm_parse_files): Set progress callback for  
4000          wiping files.  2002-05-01      Timo Schulz <[email protected]>
4001          (fm_add_opened_files): Do not add the file in case of an error.  
4002          * wptKeyserverDlg.cpp (kserver_get_port): New.          * wptKeygenDlg.cpp (fill_keytype_box): New.
4003          (save_default_ks): Save port.          (keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7
4004          * wptKeyserver.cpp (set_default_kserver): Get port or use default.          there is full RSA support.
4005          (kserver_connect): Logging.  
4006          (kserver_send_request): Likewise. Thanks to Markus.          Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out
4007          * wptError.cpp (w32_fmt_msg): New.          what the problem was when no encryption was done.
4008          (winpt_strerror): Show the W32 API error if the hotkey could not  
4009          be registered.          * wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make
4010            sure it was not already signed (ALREADY_SIGNED).
4011  2005-01-25  Timo Schulz  <[email protected]>  
4012            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system,
4013          * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default          now we also support to sign ultimate trusted keys.
4014          and that all values are 7-bit ASCII.  
4015          Use '*' for the passphrase field.          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button
4016          * wptGPG.cpp (multi_gnupg_path): New.          is checked and do not check it.
4017          (get_gnupg_path): Use it here.  
4018          (check_homedir): Likewise.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify
4019          * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port          box and now we also support the date of the signature.
4020          is actually set.  
4021          * wptFileManager.cpp (fm_clearsign_8bit): New.          Applied Rich's spelling and grammer mistakes.
4022          (fm_parse_files): Check if the file to clearsign is really 7-bit.          Fixed a lot of minor spelling mistakes and capital letters for dialogs.
4023          Thanks to djek.  
4024          (fm_set_ftype): Factored out some code from...  2002-04-30      Timo Schulz <[email protected]>
4025          (fm_add_dropped_files): ...here. Simplied the code.  
4026          (fm_add_dir_files): New.          Merge ownertrust handling into the keycache. Now GPG outputs the
4027          * Removed MD5 from MyGPGME and the new default sym cipher is AES.          ownertrust in the key listing which means we can get the ownertrust
4028          * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var          value from the keycache.
4029          to track the window handle.  
4030          (progress_cleanup): Try to close tracking handle first.          (keymisc_dlg_proc): Add a button to rebuild the sig database cache.
4031            Please not that this is not the same as the key cache! The key cache
4032  2005-01-26  Timo Schulz  <[email protected]>          will be updated when a new key was imported or a subkey was added/changed.
4033            The signature cache only affects the validity of the keys.
4034          * wptGPG.cpp (multi_gnupg_path): Zero buffer before use.  
4035          * wptKeyManagerDlg.cpp: Add 'Select All' feature.          Removed the MyGPGME trustlist code. Now we can use the field in the key
4036          Move 'Edit->Key' to 'Key->Edit'.          listing to determine the ownertrust (which makes things a lot of easier).
4037          * wptFileManagerDlg.cpp: Likewise.  
4038          * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.  2002-04-29      Timo Schulz <[email protected]>
4039          * wptKeyManager.cpp (spawn_loadimage): Removed.  
4040          (km_show_photo): Removed.          Adjustments for GPG 1.0.7
4041          * wptRevokersDlg.cpp (revokelist_init): Fixed index.  
4042          * wptErrors.cpp (winpt_strerror): Show system error for registry          * wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust
4043          related problems.          and ask the user if he knows what he's doing.
4044            * wptKeyManager.cpp
4045  2005-02-02  Timo Schulz  <[email protected]>          (keylist_subclass_proc): Use double click to open the props.
4046            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a
4047          * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise          ultimate ownertrust value.
4048          it is invisible.          * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for
4049          * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric          new RSA keys.
4050          passphrases.  
4051          * Enable the progress dialog for symmetric encryption.  2002-04-28      Timo Schulz <[email protected]>
4052          * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in  
4053          FM_ENCRYPT mode.          * wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode.
4054          * WinPT.cpp (WinMain): SETUP_EXISTING implemented.          (set_reg_winpt_prefs): Ditto.
4055          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when          * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option.
4056          no value is entered.          (set_keylist_mode): New.
4057    
4058  2005-02-04  Timo Schulz  <[email protected]>          Implement minimal keylist mode. Suggested by Fabian.
4059    
4060          * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here.
4061          If the progress window survives by accident, it will be closed when the          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4062          File Manager (root window) is closed.          * wptKeylist.cpp (keylist_add_key): Ditto.
4063            (keylist_load): Ditto.
4064  2005-02-07  Timo Schulz  <[email protected]>          (keylist_build): Ditto.
4065    
4066          * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog  2002-04-27      Timo Schulz <[email protected]>
4067          for signing and verifying. But this does not fix the problem tha the  
4068          dialog sometimes stay and is not destroyed.          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the  new dialog.
4069            * wptFileSaveDlg.cpp (file_save_dlg_proc): New.
4070  2005-02-23  Timo Schulz  <[email protected]>          * wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values.
4071            * wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's.
4072          * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.          (currwnd_gpg_dlg): Ditto.
4073          (kserver_search): Be more strict.          
4074          * WinPT.cpp (WinMain): Enable FM progress by default.          Now it's possible to parse cleartext signatures which contains an
4075          * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.          encrypted message inside the body.
4076          (fm_parse_files): Use progress dialog only if it is  
4077          enabled.          * wptTextInputDlg.cpp (load_file_contents): New.
4078            (text_input_dlg_proc): Support for choosing the data file.
4079  2005-03-03  Timo Schulz  <[email protected]>  
4080            * wptFileManager.cpp (fm_verify): Support for detached signatures.
4081          * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the          (fm_parse_files): Ditto.
4082          new PIN. Suggested by Achim.  
4083          Support to show the unmasked PIN.  
4084          Modified TAB-order.  2002-04-26      Timo Schulz <[email protected]>
4085          * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.  
4086            * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.
4087          * Fixed wrong GPG --command-fd strings. Thanks to Achim.          * wptKeyUidDlg.cpp: Ditto.
4088    
4089  2005-03-04  Timo Schulz  <[email protected]>  2002-04-25      Timo Schulz <[email protected]>
4090    
4091          * GPG asks twice for the new PIN. Thanks to Achim.          * wptImplist.cpp (implist_add_key): Catch possible segfault.
4092          * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.          * wptVerifyList.cpp (verlist_add_sig): Ditto.
4093          Only check the passphrase if the backup flag is enabled. Again thanks to          * wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7.
4094          Achim.          * wptKeylist.cpp (find_secret_key): New.
4095            (add_key): Use it here.
4096  2005-03-06  Timo Schulz  <[email protected]>          (keylist_add_key): And here.
4097    
4098          * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent
4099          a public key. Noted by Kurt Fitzner.          to fetch the key.
4100    
4101  2005-03-22  Timo Schulz  <[email protected]>  2002-04-24      Timo Schulz <[email protected]>
4102    
4103          * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.          * wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows.
4104          (enable_mobile_mode): New.          
4105          * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new          Changed the way to modify the "Version:" string.
4106          ID's for adding subkeys.  
4107            * wptKeyserver.cpp (add_node): New.
4108  2005-04-04  Timo Schulz  <[email protected]>          (kserver_change_proxy): New.
4109            (kserver_read_config): New.
4110          * WinPT.cpp (check_crypto_engine): Correct version          (kserver_write_config): New.    
4111          check. Noted by Werner.          (kserver_cfgfile_release): New.
4112            (proxy_release): New.
4113  2005-04-11  Timo Schulz  <[email protected]>  
4114            * wptProxySettingsDlg.cpp (read_proxy): New.
4115          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset          * wptFileStatDlg.cpp (file_stat_dlg_proc): New.
4116          'enable' flag always at the begin.          * wptFileManager.cpp (fm_list): New.
4117          * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct          (fm_parse_files): Support the new list command.
4118          key trust. Noted by a friendly user.  
4119          * wptListView.cpp (listview_add_item_pos): New.  2002-04-23      Timo Schulz <[email protected]>
4120          * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to  
4121          the fact that GPG does not return the fingerprint of          * wptRFC2440.cpp: Removed. We now use the OpenCDK package.
4122          the generated subkey any longer, we need to get it manually.          * wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code.
4123          Thanks to Maxime Brandt.          (fm_encrypt): Modified code to allow sign & encrypt.
4124          (keyedit_addsubkey_dlg_proc): If key size too large, ask          (fm_parse_file): Ditto.
4125          if this was a mistake.          (fm_decrypt): Support for checking signatures.
4126          (keyedit_add_subkey): Use it here.          * wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto.
4127          (do_add_new_subkey): Fix list contrl insertion.  
4128          * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.  2002-04-19      Timo Schulz <[email protected]>
4129    
4130  2005-04-19  Timo Schulz  <[email protected]>          * wptImplist.cpp (implist_load): Support for the advanced PGP parser code.
4131    
4132          * wptKeyserver.cpp (kserver_update_proxyuser): Fixed  2002-04-05      Timo Schulz <[email protected]>
4133          buffer overflow that occurred when the proxy password  
4134          is > 29 chars. Thanks to the friendly user who reported this.          * wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire.
4135          (kserver_search): Handle the case the key is revoked. Thanks          * wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto.
4136          to Ralf.          * wptKeySignDlg.cpp (keysign_dlg_proc): Ditto.
4137          (kserver_connect): More logging.          * wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto.
4138          (kserver_sendkey): Likewise.  
4139          * wptProxySettingsDlg.cpp (check_number): New.  2002-03-31      Timo Schulz <[email protected]>
4140          (read_proxy): Check the entered port number.  
4141          * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.          * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to
4142            select the key used for signing.
4143  2005-05-03  Timo Schulz  <[email protected]>          * wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting.
4144            * wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-).
4145          * wptFileManager.cpp (fm_parse_command_line): Handle          * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after
4146          'SYMKEYENC' files. Thanks to the user who reported it.          fetching keys via HKP and try to update the Gpgmekey inside.
4147            * wptVerifyList.cpp (verlist_add_sig): Check if the key context was
4148            set inside the signature. Fixes some segfaults related to the HKP key
4149            fetching during verification. Thanks to Julian. And force to use UTF8
4150            for user ID's.
4151            * wptClipSignDlg.cpp (one_key_proc): If only one secret exists,
4152            prevent that the dialog is loaded and ask for the passphrase directly.
4153    
4154    
4155    2002-03-29      Timo Schulz <[email protected]>
4156    
4157            * wptGPG.cpp (create_groupdb): Only close the file handling if it
4158            really exists. Thanks to Mark.
4159            (gpg_check_homedir): Applied the patch. Now we're a little stricter
4160            about the homedir checks.
4161            (check_homedir): Fixed a possible memory leak.
4162            * WinPT.cpp (WinMain): Check the homedir functions to exit the program
4163            if      we've found some problems.
4164            * wptErrors.cpp (winpt_strerror): New value if a directory could not
4165            created.
4166            * wptMainProc (winpt_main_proc): Use new code for the current window mode.
4167            * wptCurrWnd.cpp (get_curr_wnd): Ditto.
4168            (get_window_contents): Always set focus to the current window.
4169    
4170    2002-03-22      Timo Schulz <[email protected]>
4171    
4172            * wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't
4173            set window contents for some commands.
4174            (winpt_main_proc): Use the code here.
4175            * wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits.
4176            * wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New.
4177            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here.
4178            * wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings.
4179    
4180    2002-03-02      Timo Schulz <[email protected]>
4181    
4182            * Use capital letters in the main menus and applied Patricks spelling
4183            corrections.
4184    
4185            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string
4186            not an integer. Thanks to scrumpy.      
4187            * wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'.
4188            (overwrite): Some bugfixes to set the pointer to the begin of the file.
4189            * wptVerlist.cpp (verlist_build): New keyID column.
4190            (verlist_add_sig): Use it here.
4191    
4192    2002-03-01      Timo Schulz <[email protected]>
4193    
4194            * wptWipeFile: Replaced all low level I/O functions with W32 API
4195            functions. And support for more wiping modes. I don't know to
4196            support all, but those makes sense for me:
4197            1. Simple (2 random passes)
4198            2. DoD (as described in the standard)
4199            3. Peter Gutmanns method (from the paper)
4200    
4201    
4202    2002-02-28      Timo Schulz <[email protected]>
4203    
4204            * wptImplist.cpp (implist_add_key): UTF8 support.
4205            Handle invalid userID's.
4206            * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.
4207            (passphrase_callback_proc): Ditto.
4208    
4209    
4210    2002-02-23      Timo Schulz     <[email protected]>
4211    
4212            * wptListview.cpp (listview_del_items): New.
4213            * wptKeyManager.cpp (km_delete_keys): Use it here.
4214            * wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support.
4215            * wptKeylist.cpp (add_key): UTF8 support.
4216    
4217    2002-02-08      Timo Schulz <[email protected]>
4218    
4219            * wptNLS.c: Now it's C-source because GPGME needs gettext too.
4220            (stpcpy): Makes it static.
4221            * errors.c: localize all error strings.
4222            * WinPT.cpp (get_gettext_lang): Move the code in this file because
4223            we can't use it in plain C.
4224    
4225    2002-02-05      Timo Schulz <[email protected]>
4226    
4227            * wptGPG.cpp (gpg_save_options): Catch the case when the options file
4228            exist but it has a length of zero.
4229            (gpg_display_error): Print out the data from the GPG stderr
4230            (when available).
4231            * w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if
4232            not, return NULL.
4233            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret
4234            keys.
4235    
4236            * Fixed a lot of memory allocation all over the place.
4237    
4238    2002-02-05      Timo Schulz <[email protected]>
4239            
4240            wptGPG.cpp (gpg_save_options): Fixed the code for the case the
4241            values don't exist in the options file. Thanks to Lutz who found this out.
4242            (get_gpg_default): First search for "default-key" then for "encrypt-to".
4243    
4244    2002-02-04      Timo Schulz <[email protected]>
4245    
4246            * WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements
4247            which need it. Thanks to Timo who find this out.
4248            * WinPT.cpp (WinMain): We don't quit in the case the user changed
4249            the preferences.
4250            (update_keycache): New. Handy function to update the keycache.
4251    
4252            * Use quotation for the options file in any case.
4253    
4254            * clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status
4255            is set, we don' try to get the sig key.
4256    
4257            * wptGPG.cpp (get_gpg_default_key): Revamped.
4258    
4259    2002-01-26      Timo Schulz <[email protected]>
4260    
4261            * wptKeylist.cpp (keylist_add_key): Use flags for the file manager
4262            to avoid to show all userid's. Thanks to Frank.
4263            * wptDateDlg.cpp (date_dlg_proc): New context to use different
4264            window texts and some other features.
4265            * wptKeygenDlg.cpp (keygen_dlg_proc): Use it here.
4266            * wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto.
4267            * wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if
4268            it doesn't exist.
4269            * WinPT.cpp (WinMain): Use the new code here.
4270    
4271    2002-01-23      Timo Schulz <[email protected]>
4272    
4273            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for
4274            loading a file.
4275            Add new code to save file with clipboard contents.
4276    
4277    2002-01-20      Timo Schulz <[email protected]>
4278    
4279            * wptMainProc.cpp (winpt_main_proc): Fix the error, that the user
4280            have to click twice before the menu appears. Richard told me this.
4281    
4282    
4283    2002-01-18      Timo Schulz <[email protected]>
4284    
4285            * wptMainProc.cpp (winpt_main_proc): NLS support for new menu style.
4286            * wptPassphraseCB.cpp (parse_gpg_description): Support when no
4287            description was given. One example is when symmetric was used.
4288    
4289    2002-01-13      Timo Schulz <[email protected]>
4290    
4291            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche
4292            settings.
4293            * wptGPG.cpp (gpg_backup_options): New.
4294            (gpg_load_options): Ignore comment lines.
4295            (gpg_save_options): Rewritten.
4296    
4297    2002-01-06  Timo Schulz <[email protected]>
4298    
4299        * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt
4300        hotkey.
4301            * wptRegistry.cpp: Ditto.
4302            * wptRegistry.h: Ditto.
4303            * wptHotkey.h: Ditto.
4304            * wptGPG.cpp (gpg_load_options): New.
4305            (gpg_save_options): New.
4306    
4307    2002-01-01      Timo Schulz <[email protected]>
4308    
4309            * wptFileManager.cpp (fm_verify): Support for the case there is
4310            no public key to verify the signature.
4311    
4312    2001-12-30      Timo Schulz <[email protected]>
4313    
4314            * wptFileManager.cpp (fm_sign): Always use callbacks for the
4315            passphrase.
4316            (fm_decrypt): Ditto.
4317            (fm_parse_files): Cache the passphrase for the session and check
4318            if the file still exists.
4319            * wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use
4320            low level stuff here.
4321            * wptFile.cpp (get_keyid_from_file): Ditto.
4322    
4323    2001-12-21      Timo Schulz <[email protected]>
4324    
4325            * wptTextInputDlg.cpp (text_input_dlg_proc): New.
4326            * wptMainProc (clip_gpg_dlg): Support for deached signatures.
4327            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
4328    
4329    2001-12-19      Timo Schulz <[email protected]>
4330    
4331            * Completed work on the temporary file support for GPG.
4332            * wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the
4333            plaintext viewer option. Suggested by Markus Winkler.
4334            (get_reg_winpt_prefs): Ditto.
4335            * wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto.
4336            * wptMainProc.cpp (winpt_main_proc): Ditto.
4337    
4338    2001-12-15  Timo Schulz <[email protected]>
4339    
4340        * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for
4341        copy and paste.
4342    
4343    2001-12-02      Timo Schulz <[email protected]>
4344    
4345            * wptGroups.c: Revamped from the base. Arggg.
4346    
4347    2001-11-29      Timo Schulz <[email protected]>
4348    
4349            * wptKeyManager.cpp (km_groupdb_expand_recipients): New.
4350            * wptMainProc.cpp (clip_gpg_dlg): New.
4351            Modify the whole event loop so we don't need all the same code
4352            for each command. And we use the new foreground code.
4353            * wptW32API.cpp (check_date): Fixed.
4354    
4355    2001-11-27      Timo Schulz <[email protected]>
4356    
4357            * wptKeyserver.cpp (base64_encode): New. Marco provided HTTP
4358            proxy authentifcation support for each command.
4359            (kserver_update_proxyuser): New. Ditto.
4360            (kserver_send_request): Ditto.
4361            (kserver_recv_request): Ditto.
4362            (kserver_search_init): Ditto.
4363    
4364    2001-11-24      Timo Schulz <[email protected]>
4365    
4366            * wptKeyManager.cpp (km_groups_new): New.
4367            (km_groups_release): New.
4368            (km_groups_load): Rewritten.
4369            (km_groups_add): New.
4370            (km_groups_del): New.
4371            (km_groupdb_open): New.
4372            * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support.
4373            * wptGroups.c (groupdb_enum_read): Store the record before increment it.
4374    
4375    2001-11-23      Timo Schulz <[email protected]>
4376    
4377            * wptW32API.cpp (set_active_window): New.
4378            (reset_active_window): New.
4379            (window_reminder): New. This is a delayed thread procedure to
4380            force the focus (foreground) to the dialogs for the current
4381            window mode.
4382            * wptMainProc.cpp (winpt_main_proc): Use it here.
4383            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto.
4384            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4385            * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
4386            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
4387    
4388    2001-11-22      Timo Schulz <[email protected]>
4389    
4390            * wptW32API.cpp (set_foreground_wnd): New.
4391    
4392            Fixed the return value of all EndDialogs.
4393    
4394            * wptMainProc.cpp: Remove all code parts which did the same for the
4395            current window support. Now the code uses a dialog switch which is
4396            much smaller.
4397    
4398    2001-11-18  Timo Schulz <[email protected]>
4399    
4400        * wptKeyManager.cpp: New. Contains all handy functions from the
4401        wptKeyManagerDlg.cpp. This should help to cleanup the dialog code.
4402        (km_quote_uid): New.
4403        (km_check_for_seckey): New.
4404        (km_check_key_status): New.
4405        (km_clip_export): New.
4406        (km_clip_import): New.
4407        (km_file_export): New.
4408        (km_file_import): New.
4409        (km_delete_keys): New.
4410        (km_send_to_keyserver): New.
4411        (km_refersh_from_keyserver): New.
4412        (km_update_default_key_str): New.
4413            * wptKeygenDlg.cpp (ask_for_backup): New.
4414            (keygen_dlg_proc): Use new function to give the chance to the
4415            user for a complete backup.
4416    
4417    2001-11-13      Timo Schulz <[email protected]>
4418    
4419            * wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry
4420            is set but to "". Then use default gpg directory.
4421            * wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys.
4422            (refresh_from_keyserver): New. Context entry for update keys.
4423            (keymisc_dlg_proc): Modify the way the popup is shown.
4424    
4425    2001-11-07      Timo Schulz <[email protected]>
4426    
4427            * wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing
4428            the key id.
4429            * wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret
4430            key imports.
4431            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and
4432            the user doesn't set the field, try to do this automatically.
4433    
4434    2001-11-03      Timo Schulz <[email protected]>
4435    
4436            (fm_remove_crit_file_attrs): First check if the file exists.
4437            Thanks to Peter.
4438    
4439    2001-11-02      Timo Schulz <[email protected]>
4440    
4441            * WinPT.cpp (WinMain): Add the chance to start the preferences dialog
4442            in the case a GPG error was detected.
4443            * wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected
4444            keys.
4445    
4446    2001-10-30      Timo Schulz <[email protected]>
4447    
4448            * wptHotkey.h: Fixed typo. Thanks to Timo.
4449            * wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo.
4450            (get_gpg_default_key): Skip comment lines immediately.
4451            * wptRegisty.cpp (get_reg_winpt_prefs): Ditto.
4452            * wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure
4453            for subclassing.
4454    
4455            Remove all unsafe WM_NOTIFY stuff because this was propably the
4456            reason for the crashes. And add as a sanity check if the control
4457            sent the message.
4458    
4459    2001-10-28      Timo Schulz <[email protected]>
4460    
4461            * wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support
4462            for ENTER/SPACE and DELETE. Suggested by Graham.
4463            * wptKeyList.cpp (add_key): New code to figure out how trustworthy
4464            a expired/revoked secret key is.
4465            (keylist_enum_recipients): Show the key ID of the key when it's
4466            revoked.
4467            * wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not
4468            only the first to figure out if a secret is available. Thanks to
4469            Graham.
4470            * wptFile.cpp (get_keyid_from_file): Ditto.
4471    
4472    2001-10-27      Timo Schulz <[email protected]>
4473    
4474            * wptKeylist.cpp (keylist_enum_recipients): Add a type to make
4475            the code more flexible.
4476            * wptKeyMiscDlg.cpp (file_import): New.
4477            (file_export): New.
4478            * wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo.
4479    
4480            Removed all OE code snippets.
4481    
4482    2001-10-26      Timo Schulz <[email protected]>
4483    
4484            * wptExtensions.cpp: Removed.
4485            * wptLDAPExt.cpp: Removed.
4486            * wptLDAP.cpp: New. This code now contains a direct interface to
4487            the WLDAP library so we don't need extra DLL's to handle LDAP keyservers.
4488            (wldap_init): New.
4489            (wldap_end): New.
4490            (ldap_set_verbose): New.
4491            (ldap_get_key_info): New.
4492            (ldap_recvkey): New.
4493            (init_ldap): New. Internal use only.
4494            (get_key): New. Ditto.
4495            (send_key): New. Ditto.
4496            * wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll.
4497    
4498    2001-10-25      Timo Schulz <[email protected]>
4499    
4500            * wptGPG.cpp (get_gpg_default_key): Support for the users options file.
4501            (check_gpg_path): Ditto.
4502            (get_gpg_options): Ditto.
4503            (set_gpg_default_key): Ditto.
4504            (set_gpg_options): Ditto.
4505            (gpg_check_keyring): Ditto.
4506            (set_gpg_default_keyid): Fix a typo.
4507            * wptGPGME.cpp (get_default_keyid): Rewrote most of the code.
4508    
4509    2001-10-23      Timo Schulz <[email protected]>
4510    
4511            * wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while
4512            because it's shorter.
4513            * wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of
4514            the default keyid.
4515            * wptFileManager.cpp (fm_sign): Remove the default key ID code. Now
4516            we use the signer from the keylist.
4517            * wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix
4518            some silly bugs.
4519            * WinPT.cpp (WinMain): if there is no valid keyring after the new
4520            preferences, start the key generation dialog.
4521    
4522    2001-10-22      Timo Schulz <[email protected]>
4523    
4524            Remove all MyGPGME code from the main project. Now we use the
4525            libmygpgme.dll to provide all cryptographic functions and interfaces.
4526    
4527            * wptKeylist.cpp (key_array_new): New.
4528            (key_array_release): New.
4529            (key_array_search): New.
4530            * wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was
4531            already checked and don't bother the user if all userid's were selected.
4532            * wptPassphraseCB.cpp (passphrase_cb_init): Now void.
4533            (passphrase_cb_gpgme): Ditto.
4534            (passphrase_callback_proc): Support for a list of recipients.
4535            * wptImportList.cpp (implist_add_key): Support for secret keys.
4536    
4537    2001-10-19  Timo Schulz <[email protected]>
4538    
4539        * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various
4540        option files.
4541        * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and
4542        use a popup menu.
4543        * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE
4544        plug-in.
4545        (gpgoe_unload_plugin): New.
4546    
4547    2001-10-17  Timo Schulz <[email protected]>
4548    
4549        * wptCurrWnd.cpp (get_window_contents): Only minimize the window
4550        when the clipboard contains text.
4551        * wptKeylist.cpp (keylist_add_key): Check only for invalid keys
4552        in the mainloop. The other flags are checked in the various cases.
4553        (add_key): Use the ** foo ** notation for invalid flags instead of
4554        skipping the key.
4555        * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print
4556        out a warning.
4557        Change all error messages to one header.
4558        (check_key_status): Check if the key is valid in the sense of
4559        revocation and expire dates. If not, print out a warning.
4560        (keymisc_dlg_proc): Use the new code.
4561    
4562    2001-10-16  Timo Schulz <[email protected]>
4563    
4564        * wptW32API.cpp (check_date): New.
4565        (get_open_filename): New.
4566        * wptDlgs.cpp (init_dtp): New. Initialize a special common control.
4567        * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates.
4568    
4569    2001-10-15  Timo Schulz <[email protected]>
4570    
4571        * wptFileManager.cpp (fm_wipe): New.
4572        (fm_set_status): Add temporary wipe status and handle default values.
4573        (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped
4574        files with a successful opeation.
4575        * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure.
4576        (keygen_cb_thread): New. Static dialog thread.
4577        (keygen_cb_dlg_create): New. Interface.
4578        (keygen_cb_dlg_destroy): New. Destroy the dialog.
4579        (keygen_cb): GPGME interface.
4580    
4581    2001-10-13  Timo Schulz <[email protected]>
4582    
4583        Set all ListviewControls to 'NULL' in all dialogs to be more crash
4584        resistent.
4585    
4586        * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface.
4587        * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto.
4588        * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto.
4589        * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
4590        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto.
4591        * wptStringUtil.cpp: Removed.
4592        * wptFileManager.cpp: Rewrote the complete interface code for
4593        the file manager.
4594        * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog.
4595    
4596    2001-10-10      Timo Schulz <[email protected]>
4597    
4598            * wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the
4599            file is longer then the keyid.
4600            (get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the
4601            entry is an userid.
4602            * wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file
4603            more then one time.
4604            (fm_add_dropped_files): Use it here.
4605        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common
4606        keys.
4607    
4608    2001-10-09  Timo Schulz <[email protected]>
4609    
4610        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return
4611        code of sunlink.
4612        * wptGPG.cpp (get_keyring_from_optfile): New.
4613        Renamed gpg_errstr to gpg_strerror.
4614        (set_default_key): New.
4615        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting.
4616        
4617    2001-10-08  Timo Schulz <[email protected]>
4618    
4619        * wptKeyserver (kserver_connect): If the proxy settings are valid,
4620        use the proxy port instead of the HKP port.
4621        (kserver_recvkey): Proxy support.
4622        (kserver_search_init): Ditto.
4623    
4624    2001-10-06  Timo Schulz <[email protected]>
4625    
4626        * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.
4627    
4628    2001-10-05  Timo Schulz <[email protected]>
4629    
4630        * wptKeylist.cpp: (addkey): Check if the used userID is not revoked.
4631        In the case it is, use the first userID.
4632        * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox.
4633        Remove the Pos column and add a status column instead.
4634        Add expire stuff for subkeys.
4635        (init_dtp): Initialize the common control.
4636        * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file
4637        into the clipboard.
4638        * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description
4639        of the ownertrust value.
4640        (keyprops_dlg_proc): Fixed ownertrust handling.
4641    
4642    2001-10-04  Timo Schulz <[email protected]>
4643    
4644        * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer.
4645        * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL.
4646        Both were pointed out my Timo (not me ;-)).
4647        * wptKeylist.cpp (add_key): Fix a typo and now the code is more
4648        strict with returned attributes.
4649        * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface
4650        for local signatures.
4651    
4652    2001-09-28  Timo Schulz <[email protected]>
4653    
4654        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle
4655        the double click messages.
4656        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
4657        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4658        * wptFileManager.cpp (overwrite_file): Check if the file exists and
4659        then let the user decide.
4660        (fm_encrypt): Use the code here.
4661        (fm_sign): And here.
4662        (fm_sym_encrypt): And here. Now we use the passphrase dialog.
4663        (fm_decrypt): And here.
4664        * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need
4665        a secure wipe.
4666    
4667        Make the memory checking more strict.
4668    
4669    2001-09-27  Timo Schulz <[email protected]>
4670    
4671        * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who
4672        discovered this.
4673        * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the
4674        passphrase.
4675        * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to
4676        the various other dialogs to make the use more easier.
4677        * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here.
4678        * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto.
4679    
4680    
4681    2001-09-26  Timo Schulz <[email protected]>
4682    
4683        * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.
4684        (listbox_get_cursel): Ditto.
4685    
4686    
4687    2001-09-23  Timo Schulz <[email protected]>
4688    
4689        * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys.
4690        The same as the userid dialog.
4691        * wptWndSwitchDlg.cpp: Removed.
4692        * wptWipeExt.cpp: Removed. Code is now included.
4693        * wptGPGME.cpp (get_default_keyid): If the keyid from the options
4694        file is in the keycache.
4695        * wptKeylist.cpp (keylist_reload): New. Reload a keylist.
4696    
4697    2001-09-17  Timo Schulz <[email protected]>
4698    
4699        * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs
4700        who prevent the correct return value in the case of an clipboard error.
4701        (clip_parse_pgp_id): New. Returns the PGP message type.
4702        * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes.
4703        (hotkey_single_register): Return correct error value.
4704        (hotkey_single_unregister): Ditto.
4705        * wptW32API.cpp (get_thread_id): Removed.
4706        (attach_thread_input): Ditto.
4707        (detach_thread_input): Ditto.
4708        * wptCurrWnd.cpp (get_window_contents): Store main and focused window
4709        for later use.
4710        (set_window_contents): Use the new code.
4711    
4712    2001-09-16  Timo Schulz <[email protected]>
4713    
4714        * wptExtensions.h: New. This file is now used for the extenion
4715        declarations.
4716        * wptExtensions.new: (register_extensions): New. Enumerate and
4717        load all possible extensions.
4718        (unregister_extentions): New. Release all loaded extensions.
4719        * wptKeyserver.cpp (kserver_load_conf): Added support for different
4720        keyservers. Currently only HTTP/LDAP.
4721        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support.
4722        (hkp_recv_key): Ditto.
4723        * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents
4724        to set the focus.
4725        * (oe_check_recipient): New. Checks if the key is able to encrypt
4726        and valid in the sense of revocation.
4727    
4728    2001-09-14  Timo Schulz <[email protected]>
4729    
4730        * wptWAB.cpp: (wab_read): New. Interface to read all address book
4731        entries.
4732        (wab_open): New. Internal function to load the WAB.
4733        (wab_release): New. Release the WAB contexts.
4734        (wab_load): New. Load the contents of the WAB into a linked list.
4735        (addr_list_new): New. Linked address list.
4736        (addr_list_add): New.
4737        (addr_list_release): New.
4738    
4739    2001-09-13  Timo Schulz <[email protected]>
4740    
4741        * Revamped the whole plugin code for OE5.
4742        * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure.
4743        (oe_plugin_releae): New.
4744        (oe_plugin_init): New. Searches for the OE main window and select
4745        all the recipients from the fields.
4746        (oe_get_msg): This code now uses the menu command id's to
4747        execute the commands.
4748        (oe_set_msg): Ditto.
4749        (oe_encrypt): Changed for the new code.
4750        * wptMainProc.cpp (wpt_main_proc): Re-activate the code.
4751        * wptHotkeys.cpp: Ditto.
4752        * Removed the hook project.
4753    
4754    2001-09-12  Timo Schulz <[email protected]>
4755    
4756        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.
4757        Thanks to Rich who pointed this out.
4758    
4759    2001-09-07  Timo Schulz <[email protected]>
4760    
4761        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.
4762    
4763    2001-09-05  Timo Schulz <[email protected]>
4764    
4765        * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys.
4766        (clip_import): New. Handy function to import keys.
4767        * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase
4768        is too short.
4769    
4770    2001-09-04  Timo Schulz <[email protected]>
4771    
4772        * Rewrote most parts of the keymanager.
4773        * Ditto for the filemanager.
4774    
4775    2001-09-01  Timo Schulz <[email protected]>
4776    
4777        * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations.
4778        These code is now part of the key manager.
4779        * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions.
4780        * wptKeylist.cpp (get_key_algo): New.
4781        (get_key_created): New.
4782        (get_key_type): New.
4783        (get_key_size): New.
4784        (get_key_fpr): New.
4785        * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now
4786        a part of the keymanager.
4787    
4788    2001-08-31  Timo Schulz <[email protected]>
4789    
4790        * wptFileManager.cpp (fm_add_opened_files): New. Use a standard
4791        file open dialog instead of drag & drop.
4792        * wptHotkeys.cpp (hotkey_strerror): More detailed information which
4793        hotkey couldn't set up.
4794        (hotkey_register_single): Ditto.
4795    
4796    2001-08-30  Timo Schulz <[email protected]>
4797    
4798        * wptFilemanager.cpp (fm_encrypt): Add minor changes.
4799         (fm_decrypt): Ditto.
4800         (fm_sign): Ditto.
4801         (fm_verify): Make the code more modular.
4802         (fm_add_sig_stat): New. For new fm_verify code.
4803    
4804    2001-08-28  Timo Schulz <[email protected]>
4805    
4806        * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.
4807        * wptKeyserver.cpp (kserver_load_conf): Proxy support
4808        (kserver_connect): Ditto.
4809    
4810    2001-08-26  Timo Schulz <[email protected]>
4811    
4812        * wptFileManager.cpp (fm_entry_new): New.
4813        (fm_entry_release): New.
4814        (fm_state_new): New.
4815        (fm_state_release). New.
4816        (fm_get_current_file): New.
4817        * wptKeylist.cpp (strlist_add_recipients): New.
4818    
4819    2001-08-25  Timo Schulz <[email protected]>
4820    
4821        * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.
4822        (strlist_release): New. Release the linked list.
4823        (strlist_add): New.
4824    
4825    2001-08-21  Timo Schulz <[email protected]>
4826    
4827        * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it
4828        also supports "encrypt-to" entries as default keys.
4829        * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide
4830        secure wiping.
4831        (wipe_deinit_ext): New. Unload the DLL and free all pointer.
4832        (wipe_loaded_ext): New. Checks wether the DLL was loaded.
4833        * wptW32API.cpp (set_menu_state): New.
4834    
4835    2001-08-20  Timo Schulz <[email protected]>
4836    
4837        * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas.
4838        * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable
4839        the hotkeys. Automatically enable or disable the hotkey field depend
4840        on the switch.
4841    
4842    2001-08-17  Timo Schulz <[email protected]>
4843    
4844        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only
4845        one by default.
4846        * wptKeyList.cpp (keylist_add_to_recipients): Ditto.
4847        * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram
4848        entry in the registry in the case it's missing (whenever it's possible!).
4849        (check_gpg_path): Rewrite parts of the code.
4850    
4851    2001-08-11  Timo Schulz <[email protected]>
4852    
4853        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and
4854        separate the fingerprint from the othr information.
4855        * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the
4856        file, specified in the options line, does exist.
4857    
4858    2001-08-08  Timo Schulz <[email protected]>
4859    
4860        * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file.
4861        Support for more configurations.
4862        * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode.
4863        Add all strings to the translation suite.
4864        * Updated all NLS dialog strings.
4865        * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB.
4866        * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file,
4867        with a dynamic callback for the passphrase.
4868    
4869    2001-08-06  Timo Schulz <[email protected]>
4870    
4871        * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.
4872    
4873    2001-08-05  Timo Schulz <[email protected]>
4874    
4875        * wptKeylist.cpp (keylist_add_key): Change the schematics to support
4876        all keyids.
4877        * wptSigList.cpp (siglist_build): New. Interface code to load the
4878        signature list.
4879        * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build.
4880    
4881    2001-08-03  Timo Schulz <[email protected]>
4882    
4883        * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now
4884        we support this code in the key manager.
4885        * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands.
4886        * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request):
4887        Removed. The code moved into the main functions.
4888        (kserver_send), (kserver_recv): Ditto.
4889        (sock_write): Improved code.
4890        (sock_read): Ditto and some additional timeout.
4891        (sock_select): New. Figure out the socket state.
4892        (kserver_search_init): New. Make connection to the server.
4893        * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new
4894        keyserver code.
4895        * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker
4896        packet. Thanks to Alan.
4897        (check_for_symenc_data): Ditto.
4898        * wptFileManager.cpp (fm_get_file_type): Ditto.
4899        (fm_decrypt): Move the keycache in the if loop and fix the keycache
4900        type.
4901    
4902    2001-08-02  Timo Schulz <[email protected]>
4903    
4904        * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too.
4905        Useful in the case the file was generated but it's empty.
4906        * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos.
4907    
4908    
4909    2001-08-01  Timo Schulz <[email protected]>
4910    
4911        * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible
4912        request for uploading a key.
4913        (kserver_send_request): Use the urlencode to send the key.
4914        (sock_read): New. Improved read function to replace recv.
4915        (sock_write): New. Improved write function to replace send.
4916        * wptFileManager.cpp (fm_get_file_type): If the data is armored,
4917        call fm_check_armor_type().
4918        (fm_check_armor_type): New. Figure out the armor type of the data.
4919        * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the
4920        buttons. Optimized the code.
4921    
4922    2001-07-30  Timo Schulz <[email protected]>
4923    
4924        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code
4925        for the agent.
4926        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4927    
4928    2001-07-29  Timo Schulz <[email protected]>
4929    
4930        * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating
4931        a key revocation certificate. Add a hint to show how sentensive this
4932        data is.
4933        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the
4934        revocation.
4935        * wptAgent.cpp: Source for the server interface removed.
4936        (agent_is_avail): New. Checks if the agent is available.
4937        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code
4938        for the agent.
4939    
4940    2001-07-26  Timo Schulz <[email protected]>
4941    
4942        * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring
4943        exists. Useful if the keyring was moved during some commands.
4944        * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to
4945        Rich to discover this.
4946    
4947    2001-07-25  Timo Schulz <[email protected]>
4948    
4949        * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect
4950        serious GPG errors.
4951        * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption.
4952        Suggested by Graham.
4953        (fm_decrypt): Change code to support symmetric decryption.
4954        (fm_get_file_type): Fixed some typos.
4955    
4956    2001-07-24  Timo Schulz <[email protected]>
4957    
4958        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after
4959        reloading the keycache. Fixed the memory leaks. Thanks to Andreas.
4960        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform
4961        the user about errors.
4962        * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure
4963        in our own context.
4964        (treeview_insert_item): New. Handy function to insert an entry.
4965        (treeview_create_child_item): New. Insert a trustlist node.
4966        (treeview_add_trustpath): New. Add recursively the whole trust path
4967        int the tree view.
4968        * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the
4969        signature list contains entries with a NOKEY status.
4970        (recv_missing_keys): New. Receive all keys with a NOKEY as the signature
4971        status.
4972        * wptImportList.cpp (implist_load): New. Initialize the listview item
4973        with an import overview.
4974        * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead
4975        of the code.
4976        (print_import_status): Summarize the results. We need this because file
4977        import needs the same function.
4978        * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the
4979        file manager.
4980        * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key
4981        import from file.
4982        * wptFileManager.cpp (fm_import): New. Ditto.
4983        * wptKeyserver.cpp (kserver_connect): Take care for some return values
4984        and set the socket to non blocking mode.
4985        Moved the Winsock2 init code to wptMainProc.cpp
4986        * wptMainProc.cpp (wpt_main_proc): Wsock2 code.
4987        * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code.
4988    
4989    2001-07-22  Timo Schulz <[email protected]>
4990    
4991         * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New.
4992         (get_key_created): New. Transform ulong timestamp to ascii.
4993         (get_key_algo): New. Returns a formatted algorithm (depend on subkeys).
4994         (get_key_size): New. Returns a formatted size depend (depend on subkeys).
4995         * wptSigList.cpp (siglist_add_key): Fix the timestamp.
4996         * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace
4997         this with list trust path.
4998         * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function
4999         because we always check the signatures.
5000         * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New.
5001        
5002    2001-07-21  Timo Schulz <[email protected]>
5003    
5004        * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in
5005        the case of IDCANCEL.
5006        * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
5007        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair
5008        pair and only if activate the passphrase dlg items.
5009        Do sanity checks for all buttons that require key pairs.
5010        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code.
5011        
5012    2001-07-20  Timo Schulz <[email protected]>
5013    
5014        * wptKeyserver.cpp: (kserver_send_request): Correct the octect length
5015        of the request.
5016        (check_hkp_response): If an error ocurred, copy the error message into
5017        the static buffer.
5018        (kserver_strerror): Interface for the static error buffer.
5019        * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message
5020        box.
5021        (hkp_send_key): Add more verbose messages at the end.
5022        (hkp_recv_key): Ditto.
5023        (check_pattern): Rewrote the entire code to be more bug proof.
5024        * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate
5025        that the recipient list contains untrusted entries.
5026        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to
5027        force GPG to add the need options.
5028        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5029    
5030    2001-07-19  Timo Schulz <[email protected]>
5031    
5032        * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more
5033        detailed error messages in the case for a missing key or an included
5034        signature.
5035    
5036    2001-07-17  Timo Schulz <[email protected]>
5037    
5038        * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox
5039        and increment the 'cols' variable inside the structure for further use.
5040        (add_key): Watch for the 'cols' variable to figure out how much columns
5041        are used.
5042        * wptListView.cpp (listview_set_ext_style): Set an extended style for
5043        the given listview.
5044        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the
5045        selected server.
5046        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
5047        * wptKeyserver.cpp (kserver_connect): IP address support. This is faster
5048        and no DNS lookup is needed.
5049    
5050    2001-07-14  Timo Schulz <[email protected]>
5051    
5052        * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding
5053        it to the signing keylist.
5054        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase
5055        is empty.
5056        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5057    
5058    
5059    2001-07-13  Timo Schulz <[email protected]>
5060    
5061        * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to
5062        the request. Arggg!
5063        (check_hkp_response): Add flag to differ between 'send' and 'recv' mode.
5064    
5065    
5066    2001-07-12  Timo Schulz <[email protected]>
5067    
5068        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,
5069        just quit without any messages. Suggested by Rich.
5070    
5071    
5072    2001-07-11  Timo Schulz <[email protected]>
5073    
5074        * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add
5075        the integer.
5076        (keyserver_create_conf): Create a config file instead of the error.
5077        * wptGPG.cpp (create_gpg_options): If the file doesn't exist create
5078        a default file. This prevents confusing error messages.
5079        (get_gpg_options): Use new code.
5080        * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells
5081        the user how to find the files.
5082    
5083    2001-07-05  Timo Schulz <[email protected]>
5084    
5085        * wptHotkey.cpp (mod_hotkeys): Fix a small typo.
5086    
5087    2001-07-04  Timo Schulz <[email protected]>
5088    
5089        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key
5090        if the user agree.
5091        * wptKeylist.cpp (keyload_load): Use the mode from the param, not
5092        the hardcoded.
5093        * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup.
5094        Rename 'load' to 'reload' to make sense with the new code.
5095        * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the
5096        registry stuff.
5097        * wptRegistry.cpp (set_reg_winpt_prefs): Ditto.
5098        (get_reg_winpt_prefs): Ditto.
5099        (regist_inst_winpt): Remove the old code.
5100        (register_single_filetype): Replacement for the old code.
5101    
5102    2001-07-01  Timo Schulz <[email protected]>
5103    
5104        * wptFileManager.cpp (fm_verify): New.
5105        (fm_decrypt): New.
5106        * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.
5107    
5108    
5109    2001-06-30  Timo Schulz <[email protected]>
5110    
5111        * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase
5112        code.
5113        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
5114        * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto.
5115        * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager.
5116        (fm_delete): New.
5117        (fm_encrypt): New.
5118        (fm_get_current_pos): New.
5119        (fm_get_file_type): New.
5120        (fm_add_dropped_files): New.
5121    
5122    2001-06-29  Timo Schulz <[email protected]>
5123    
5124        * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent
5125        to send data to the clipboard.
5126        * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to
5127        destroy the window immediately.
5128        * wptKeyserver.cpp (kserver_getip): Removed.
5129        (kserver_get_langname): Removed.
5130        (kserver_load_conf): New. Load the keyserver.conf file and set the
5131        included keyserver addresses into the global context.
5132        * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the
5133        keyserver context.
5134        * wptImplist.cpp (get_key_date): New. Transform integer timestamp
5135        to ISO date.
5136        (implist_add_key): Now it uses the context instead of all single
5137        variables.
5138    
5139    2001-06-28  Timo Schulz <[email protected]>
5140    
5141        * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new
5142        flag variables to support RFC1991.
5143        (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991.
5144        (get_rfc1991_pktlen): Ditto.
5145    
5146    2001-06-27  Timo Schulz <[email protected]>
5147    
5148        * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type.
5149        (get_pkt_len): New. Extract the OpenPGP packet length.
5150        (parse_pke_sesskey): Read a public key encrypted session key
5151        but without data.
5152        * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the
5153        filename contains spaces. Just to make GPG happy.
5154        (file_manager_dlg_proc): Check if the file exist after encryption.
5155        * wptFile.cpp (get_keyid_from_file): Checks the file for an valid
5156        packet and then extract the keyid.
5157    
5158    2001-06-25  Timo Schulz <[email protected]>
5159    
5160        * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with
5161        the contents from the given cache context.
5162        (keylist_add_to_recipients): New. Add the selected keys to the
5163        recipient set.
5164        * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist
5165        function to load the listview.
5166        * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto.
5167        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5168        * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid
5169        and the keyid hint.
5170    
5171    2001-06-24  Timo Schulz <[email protected]>
5172    
5173        * wptGPG.cpp (get_gpg_path): Add null termination to the string.
5174        Thanks to Jonathan who pointed this out.
5175        (get_gpg_prog): Ditto.
5176        (gpg_check_file_ext): Check the file extension for the given GPG
5177        type.
5178        (get_gpg_default_keyid): Return null if there isn't an entry in the
5179        options file.
5180        * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx
5181        style functions.
5182        * wptImpList.cpp (implist_add_key): Ditto.
5183        * wptSigList.cpp (siglist_add_key): Ditto.
5184        * wptVerifyList.cpp (verlist_add_key): Ditto.
5185    
5186    2001-06-23  Timo Schulz <[email protected]>
5187    
5188        * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the
5189        options file.
5190    
5191    2001-06-22  Timo Schulz <[email protected]>
5192    
5193        * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform
5194        keyserver seraching. As an additional feature it's also posible to
5195        import the keys directly.
5196    
5197    2001-06-18  Timo Schulz <[email protected]>
5198    
5199        * wptKeyserver.cpp (check_hkp_response): More detailed error check
5200        of the http response.
5201        (kserver_send_request): Debug mode now uses logfile.
5202        (kserver_recv_request): Ditto.
5203        (kserver_index_request): New. Create a request for a key index.
5204        (kserver_send): Now uses check_hkp_response.
5205        (kserver_recv): Ditto.
5206        (kserver_search): New. Start the key index loop.
5207        * wptKeyserverDlg.cpp (recv_key): Check if the key was really
5208        imported and received.
5209    
5210    2001-06-17  Timo Schulz <[email protected]>
5211    
5212        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the
5213        default key for signing.
5214    
5215    2001-06-16  Timo Schulz <[email protected]>
5216    
5217        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return.
5218        Corrected return values.
5219        * wptErrors.cpp (winpt_strerror): Removed all unused error strings.
5220        * wptGPG.cpp (get_gpg_path): Change to default path and prevent
5221        buffer overflows.
5222        (get_gpg_prog): Ditto.
5223    
5224    
5225    2001-06-15  Timo Schulz <[email protected]>
5226    
5227        * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode.
5228        Differ between the new keylist styles.
5229        * wptGPGME.cpp (keycache_xxx): Move the caching interface to this
5230        file. For an easier handling between dialogs and code.
5231        (keycache_rewind): New. Rewind a global keycache context.
5232        (keycache_next_key): New. Retrieve the next key from the keycache.
5233        (get_default_key): New. Return the default key, this is the secret
5234        key with the index 0.
5235        * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key
5236        handling. Now the signer is set in any case. Prevent hanging GPG
5237        processes.
5238        * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory.
5239        (vm_safe_init_noswap): New. Initialize safe memory with tail data.
5240        See source for more information.
5241        (vm_safe_free): New. Free all used pointer and burn all buffers.
5242        (vm_safe_get): New. Get the begin of the alloced buffer.
5243        (vm_safe_set_swapfile): New. Set global swapfile name.
5244        (vm_safe_create_swapfile): New. Creats a swapfile and set its
5245        contents to zero.
5246    
5247    2001-06-12  Timo Schulz <[email protected]>
5248    
5249        * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is
5250        a big letter, otherwise convert.
5251        (preferences_dlg_proc): Check hotkeys.
5252        * wptKeylist.cpp (add_keys): Static functions to add a single key.
5253        (keylist_add_key): Now it adds all subkeys to the dialog.
5254        (keylist_alloc): Remove because it's not needed any longer.
5255        * wptImportList.cpp (implist_alloc): Ditto.    
5256        * wptSigList.cpp (siglist_alloc): Ditto.
5257        * wptVerifyList.cpp (verlist_alloc): Ditto.
5258    
5259    2001-06-10  Timo Schulz <[email protected]>
5260    
5261        * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single
5262        hotkey.
5263        (mod_hotkeys): Take care of the enable flags.
5264        (register_hotkeys): Ditto.
5265        (unregister_hotkeys): Ditto.
5266        * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist,
5267        don't try to modify hotkeys.
5268        * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to
5269        the foreground.
5270    
5271    2001-06-08  Timo Schulz <[email protected]>
5272    
5273        * wptHotkey.cpp (mod_hotkeys): Change code to support the new
5274        registry style.
5275        * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable
5276        single hotkeys. Suggested by Jonathan.
5277        * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable
5278        single hotkeys.
5279        * wptKeyserver.cpp (kserver_connect): Reset winsock error var.
5280        (keyserver_recv): Ditto.
5281        (keyserver_send): Ditto.
5282        (wsock_strerror): Returns a description of the winsock problem.
5283        * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer
5284        is valid.
5285    
5286    2001-06-07  Timo Schulz <[email protected]>
5287    
5288        * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,
5289        add windows title.
5290    
5291    2001-06-05  Timo Schulz <[email protected]>
5292    
5293        * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned
5294        buffer is valid. Remove the fixme, because it's possible that there
5295        were new cipher modules loaded.
5296        * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the
5297        context is valid.
5298        * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid.
5299        * wptW32API.cpp (status_box): New. Message box that is always forced
5300        to the foreground.
5301    
5302    2001-06-04  Timo Schulz <[email protected]>
5303    
5304        * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for
5305        the improved import status.
5306    
5307    
5308    2001-06-01  Timo Schulz <[email protected]>
5309    
5310        * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST:
5311        Release context in the case of an error.
5312        * wptMainProc.cpp (wpt_main_proc): Fix typo.
5313        * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use
5314        a static gpg object array that contains all filenames.
5315    
5316    
5317    2001-05-27  Timo Schulz <[email protected]>
5318    
5319        * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping.
5320        (get_reg_winpt_prefs): Ditto.
5321        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the
5322        gpg process finished.
5323        * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to
5324        a humand readable date.
5325    
5326    
5327    2001-05-25  Timo Schulz <[email protected]>
5328    
5329        * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen
5330        user id. End the dialog if there was an error during the Gpgme operations.
5331        * wptClipboard.cpp (clip_istext_avail): First check if the pointer is
5332        valid and then look at the length. Avoid crashes for some texts.
5333    
5334    2001-05-21  Timo Schulz <[email protected]>
5335    
5336        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid
5337        management.
5338        * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids
5339        from a special key.
5340    
5341    2001-05-20  Timo Schulz <[email protected]>
5342    
5343        * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries
5344        to figure out if both parts are available.
5345    
5346    2001-05-19  Timo Schulz <[email protected]>
5347    
5348        * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey
5349        flag is set, also disable all input items.
5350        (disable_dlg_item): New. Disable dialog items (windows).
5351        * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys
5352        flag isn't set.
5353        * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as
5354        a result the code only sended parts of the key.
5355        * wptConfig.cpp: Removed. Not used any longer.
5356    
5357    2001-05-18  Timo Schulz <[email protected]>
5358    
5359        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various
5360        edit key commands. In the case the dialog was canceled, return without
5361        modifying anything.
5362        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the
5363        signature. If it doesn't contain a valid key, do nothing.
5364        * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't
5365        quit the program. In some cases the hotkeys are possible locked.
5366        * WinPT.cpp (WinMain): If there is an error with the gpg program/path,
5367        give the user the chance to start the GPG preference dialog.
5368        * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey
5369        support. Flag to disable all hotkeys. Reload new hotkeys (in the case
5370        they changed). Load the registry entry on startup.
5371        * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the
5372        stored registry entries.
5373    
5374    2001-05-13  Timo Schulz <[email protected]>
5375    
5376        * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist
5377        the function create it.
5378        (set_reg_winpt_prefs): Use the new function to set the subkey values.
5379        All functions now return WPTERR_REGISTRY instead of 1.
5380        Add some error handling to prevent errors in the registry.
5381        * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard
5382        hotkeys and the caching time.
5383    
5384    
5385    2001-05-12  Timo Schulz <[email protected]>
5386    
5387        * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption
5388        call.
5389    
5390    2001-05-11  Timo Schulz <[email protected]>
5391    
5392        * wptMainProc (wpt_main_proc): Change all related menu entries from
5393        Encrypt & sign to Sign & Encrypt. Added the command to the current
5394        window menu and the handling of the window messages.
5395        * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text.
5396        * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT
5397        preferences in the registry.
5398        (get_reg_winpt_prefs): Read all preferences from the registry into
5399        the options context.
5400        * WinPT.cpp (WinMain): Read in the registry preferences at the begin
5401        and store it.
5402        * wptAgent.cpp (agent_init): Check if the environment variable
5403        GPG_AGENT_INFO is set, otherwise set it.
5404        (agent_is_running): Check wether the agent is running.
5405        (agent_start): Automated function that read all needed information
5406        from global variables.
5407    
5408    2001-05-10  Timo Schulz <[email protected]>
5409    
5410        * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve
5411        the handle of the specified window.
5412        * wptAgent.cpp (agent_timer_proc): Changed the agent interface
5413        to window messages instead of socket connections.
5414        * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog
5415        and menu entry.
5416        * wptPreferencesDlg.cpp: New.
5417    
5418    2001-05-09  Timo Schulz <[email protected]>
5419    
5420        * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket.
5421        (gpga_readn): Read 'n' bytes from a socket.
5422        (gpga_open): Open the interface to the GPG-Agent.
5423        (gpga_close): Close the GPG-Agent socket.
5424        (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent.
5425        (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits,
5426        this keys will be remove from the GPG-Agent cache.
5427        (agent_delete_fpr): Remove a fingerprint from the cache.
5428        (agent_init): Clear the cache.
5429        (agent_timer_proc): Remove all stored passphrases which were
5430        requested through the chache.
5431    
5432    2001-05-08  Timo Schulz <[email protected]>
5433    
5434        * wptKeyserver.cpp (wsock_init): Replace the kserver init
5435        code which initialized the Wsock2 interface.
5436        (wsock_end): Ditto.
5437        * wptAgent.cpp: Remove the passphrase caching code and add
5438        the GPG agent code.
5439    
5440    2001-05-05  Timo Schulz <[email protected]>
5441    
5442        * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve
5443        the current window handle. This code doesn't use the hook DLL.
5444        Thanks to Oliver Nittka for his patch.
5445        * wptErrors.cpp (winpt_strerror): Fixed a small typo.
5446        * wptGPG.cpp (check_last_gpg_access): Remove debug code.
5447        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading
5448        scheme to prevent reloading the cache twice.
5449    
5450    2001-05-04  Timo Schulz <[email protected]>
5451    
5452        * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp.
5453        * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg):
5454        Move all the GPGME specific code to the main dialog. Now only
5455        the context values are set.
5456        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust
5457        code.
5458    
5459    2001-05-02  Timo Schulz <[email protected]>
5460    
5461        * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional
5462        subkeys for the mainkeys.
5463        * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground
5464        window flag.
5465        * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the
5466        addkey feature.
5467    
5468    2001-05-01  Timo Schulz <[email protected]>
5469    
5470        * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence
5471        to a window.
5472        (wnd_msg_copy): New. Send the CTRL+c key sequence to a window.
5473        (wnd_msg_paste): New. Send the CTRL+v key sequence to a window.
5474        (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos.
5475        * wptMainProc.cpp (wpt_main_proc): Fix some message string for
5476        the hotkey handling. Quit the program if a registration procedure
5477        failed.
5478        * wptErrors.cpp (log_box): Improved log handling to dump states
5479        of variables during regression tests.
5480    
5481    2001-04-30  Timo Schulz <[email protected]>
5482    
5483        * wptClipEditDlg.cpp: Now the dialog uses the Courier font to
5484        enhance the format of keys and other GPG data.
5485        * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod
5486        flag after receiving a key.
5487        * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when
5488        no listbox entry was choosen.
5489        * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to
5490        the NLS suite.
5491        * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag
5492        instead of refresh the keycache.
5493    
5494    2001-04-29  Timo Schulz <[email protected]>
5495    
5496        * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items.
5497        (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the
5498        adduid command.
5499        * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize
5500        the dialog with a KEY structure that holds the keyid and the userid.
5501        * wptWndHook.cpp: Remove the global context and use instead of it
5502        static variables. Put all static variables into the SHARED data
5503        segment in the DLL.
5504    
5505    2001-04-28  Timo Schulz <[email protected]>
5506    
5507        * wptGPGME.cpp: New. Move some additional GPGME code into WinPT.
5508        So it's easier to update GPGME and we can use NLS to translate
5509        error strings.
5510        * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code
5511        because we only use it here.
5512        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase'
5513        feature to the edit-key interface.
5514    
5515    2001-04-27  Timo Schulz <[email protected]>
5516    
5517        * wptCurrWnd.cpp (get_window_contents): Change the code for the last
5518        window concept. Thanks to Oliver.
5519        (set_window_contents): Add some stuff to set the position if the
5520        current window is an edit control.
5521        * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid'
5522        stuff.
5523        * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to
5524        create a new user id for a GPG key.
5525    
5526    2001-04-26  Timo Schulz <[email protected]>
5527    
5528        * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various
5529        edit-key commands.
5530        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit
5531        key code.
5532    
5533    2001-04-25  Timo Schulz <[email protected]>
5534    
5535        * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME
5536        callback system to pass the keyedit information to GPG.
5537        * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto.
5538    
5539    2001-04-24  Timo Schulz <[email protected]>
5540    
5541        * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview
5542        item and set it to zero.
5543        * wptSignDlg.cpp (sign_dlg_proc): Ditto.
5544        * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto.
5545        * wptVerifyDlg.cpp (verify_dlg_proc): Ditto.
5546        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto.
5547        (keymisc_dlg_proc): Provide the functionality to delete key pairs
5548        secret+public.
5549        * wptWndHook.cpp (is_winpt_wnd): Remove this function and put
5550        all code into (check_wnd).
5551        (check_wnd): Check if the window doesn't is a application related
5552        window.
5553    
5554    2001-04-23  Timo Schulz <[email protected]>
5555    
5556        * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality
5557        is not needed because all dialog windows are top level windows.
5558    
5559    2001-04-22  Timo Schulz <[email protected]>
5560    
5561        * wptGPG.cpp (check_last_gpg_access): Reset switch before testing
5562        the condition.
5563        * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate
5564        all children windows.
5565        (find_parent_wnd_proc): New. Callback to enumerate all parent windows.
5566        (find_window): New. Return if the specified windows as found.
5567        * wptW32API.cpp: (dialog_box_param): New. Alias with the additional
5568        feature to check if the dialog already exist (and then preventing
5569        the creation).
5570        * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with
5571        then new dialog_box_param function. Thanks to Martin who told me
5572        about this dialog problem.
5573        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto.
5574        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the
5575        new signature buttons.
5576    
5577    2001-04-21  Timo Schulz <[email protected]>
5578    
5579        * wptWndHook.cpp (install_cbt_hook): Remove the thread because the
5580        system already is into a DLL.
5581        * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use
5582        instead of it a button to check the key signatures.
5583        * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp
5584        from the given gpg object.
5585        (check_last_gpg_access): New. Compare the last file timestamp with the
5586        new timestamp.
5587        (init_gpg_table): New. Initialize the table with gpg objects who shall
5588        be watched.
5589        (keyring_check_last_access): Use the new code.
5590        * wptCurrWnd.cpp (set_window_contents): Restore the window if it is
5591        now iconic.
5592        * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the
5593        current window stuff.
5594    
5595    2001-04-17  Timo Schulz <[email protected]>
5596    
5597        * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window
5598        belongs to the taskbar area.
5599        (is_winpt_wnd): New. Alias to check if the window belongs to WinPT.
5600        (cbt_proc): Change code to include both functions.
5601        * wptCurrWnd.cpp (get_window_contents): Add switch if we use the
5602        foreground or the CBT window.
5603        * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the
5604        current window mode set the no_cbt variable.
5605        * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring
5606        was modified by an external program.
5607        * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external
5608        keyring changes.
5609    
5610    2001-04-16  Timo Schulz <[email protected]>
5611    
5612        * wptWndHook,cpp (cbt_proc): Compare process ids to differ between
5613        WinPT and normal windows.
5614        (install_cbt_hook): Add pid to the context.
5615    
5616    2001-04-14  Timo Schulz <[email protected]>
5617    
5618        * wptCurrWnd.cpp: (get_window_contents): Add an event to switch
5619        the windows. This is needed by the current code.
5620        (set_window_contents): Ditto.
5621        * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog
5622        and force it to the foreground. This is the event needed by the code
5623        above.
5624        (create_wndswitch_event): Execute the dialog.
5625        * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey
5626        section. Add message entries for the code.
5627        * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE
5628        mailer code.
5629        (insert_window_from_clip): Ditto.
5630        * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add
5631        the event to switch the windows.
5632        (oe_get_message): Ditto.
5633    
5634    2001-04-13  Timo Schulz <[email protected]>
5635    
5636        * wptMailPlugin.cpp: (oe_set_message): Change the id's for
5637        the attach_thread_input.
5638        (oe_get_message): Ditto.
5639        * wptCurrWnd.cpp: (get_window_contents): Ditto.
5640        (set_window_contents): Ditto.
5641    
5642    2001-04-12  Timo Schulz <[email protected]>
5643    
5644        * wptHotkeys.cpp: (register_single_hotkey): Add code for the current
5645        window stuff.
5646        * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window
5647        hotkeys.
5648        * wptW32API.cpp: (attach_thread_input): Split up the functions into
5649        two parts. The attach flags is always set.
5650        (detach_thread_input): See above. The attach flags is never set.
5651        * wptCurrWnd.cpp: New. Code for the current window stuff.
5652        (get_window_contents): Extract the text from the given window to
5653        the clipboard.
5654        (set_window_contents): Insert clipboard into the given window.
5655    
5656    2001-04-09  Timo Schulz <[email protected]>
5657    
5658        * wptGPG.cpp: (check_line): Ignore empty lines.
5659        (check_gpg_options): Ditto.
5660    
5661    2001-04-09  Timo Schulz <[email protected]>
5662    
5663        * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet
5664        type. Kludge for decrypt/verify.
5665        * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the
5666        code into the decrypt routine.
5667        * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start
5668        the key management after import.
5669    
5670    2001-04-07  Timo Schulz <[email protected]>
5671    
5672        * wptAgent.cpp: (agent_new): Rename to agent_init and modify source.
5673        (agent_destroy): Ditto.
5674        (agent_passphrase_cache): Ditto.
5675        (agent_passphrase_remove): Ditto.
5676        (agent_passphrase_get): Ditto.
5677    
5678    2001-04-06  Timo Schulz <[email protected]>
5679    
5680        * wptGPG.cpp: (check_gpg_path): Fix a small error.
5681        * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the
5682        first time a user started WinPT.
5683        * wptClipboard.cpp: (clip_isalready_secured): Check the begin and
5684        end PGP header.
5685    
5686    2001-04-06  Timo Schulz <[email protected]>
5687    
5688        * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.
5689        * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the
5690        ownertrust dialog.
5691    
5692    2001-04-04  Timo Schulz <[email protected]>
5693    
5694        * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static
5695        passphrase. Now a callback context is used.
5696        (passphrase_cb): Ditto.
5697        (clip_decrypt_dlg): Ditto.
5698        * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook.
5699        (install_cbt_hook): Modify for the new thread model.
5700        (remove_cbt_hook): Ditto.
5701        * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe.
5702        (delete_critical_section): Ditto.
5703        (lock): Ditto.
5704        (unlock): Ditto.
5705    
5706    2001-04-02  Timo Schulz <[email protected]>
5707    
5708        * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable.
5709        * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only
5710        contains valid keys.
5711        * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto.
5712    
5713    2001-03-31  Timo Schulz <[email protected]>
5714    
5715        * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,
5716        the GPG default key will be used.
5717    
5718    2001-03-30  Timo Schulz <[email protected]>
5719    
5720        * wptW32API.cpp: (new_strdup): Remove.
5721        * wptW32API.h: Ditto.
5722        * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window.
5723        * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields.
5724    
5725    2001-03-28  Timo Schulz <[email protected]>
5726    
5727        * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc):
5728        Added the keyid to the "no trust" message.
5729        * wptKeyserverDlg.cpp: (check_pattern): New:
5730        Do some sanity checks of the search pattern.
5731        * wptMainProc.cpp: (wpt_main_proc): Add agent support.
5732        * wptHotkey.cpp: Add agent support.
5733    
5734    2001-03-21  Timo Schulz <[email protected]>
5735    
5736        * WinPT.cpp: (WinMain): Re-activate the enable debug switch.
5737        * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.
5738    
5739    2001-03-20  Timo Schulz <[email protected]>
5740    
5741        * wptClipDecryptDlg.cpp: Rewrote
5742    
5743    2001-03-19  Timo Schulz <[email protected]>
5744    
5745        * wptVerifyList.cpp: New control for the verify dialog.
5746        * wptClipVerifyDlg.cpp: Rewrote
5747    
5748    2001-03-18  Timo Schulz <[email protected]>
5749    
5750        * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.
5751        * wptAgent.cpp: New: Experimental passphrase caching.
5752    
5753    2001-03-16  Timo Schulz <[email protected]>
5754    
5755        * wptDlgs.h: Add new dialog callback function.
5756        * wptKeysigDlg.cpp: New. Key signature listing dialog.
5757    
5758    2001-03-15  Timo Schulz <[email protected]>
5759    
5760        * wptClipEncryptDlg.cpp: Fix translation.
5761        * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).
5762        * wptKeymiscDlg.cpp: Fix the key deleting stuff.
5763    
5764    2001-02-27  Timo Schulz <[email protected]>
5765    
5766        * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.
5767        * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):
5768        Fixed.
5769    
5770    2001-02-25  Timo Schulz <[email protected]>
5771    
5772        * wptGPGPrefsDlg.cpp: Add some new translation strings.
5773        * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.
5774        * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.
5775        * wptClipImportDlg.cpp: Finished basic interface.
5776    
5777    2001-02-24  Timo Schulz <[email protected]>
5778    
5779        * wptGPG.cpp: (check_gpg_path): Fix a bug.
5780       (check_gpg_options): Fix some bugs.
5781    
5782    2001-02-22  Timo Schulz <[email protected]>
5783    
5784        * wptGPG.cpp: (check_line): New. Check if the line contains a valid
5785        gpg argument.
5786        (check_gpg_options): New. Parses each buffer line to check_line().
5787    
5788    2001-02-21  Timo Schulz <[email protected]>
5789    
5790        * wptGPG.cpp: Fix the check_gpg_optfile() code.
5791            (gpg_errstr): Define some error constants to be more verbose.
5792            (set_gpg_options): New. Manipulate the options file.
5793            (get_gpg_options): New. Read in the options file.
5794        * wptFile.cpp: (get_file_size): New.
5795        * wptGPGOptDlg.cpp: New. Dialog for editing the options file
5796    
5797    2001-02-20  Timo Schulz <[email protected]>
5798    
5799        * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.
5800        * wptClipImportDlg.cpp: Add some new code.
5801    
5802    2001-02-19  Timo Schulz <[email protected]>
5803    
5804        * wptRegistry.cpp: (is_installed): Remove.
5805        (regist_inst_winpt): Add selfcheck.
5806        (regist_inst_gpg): New. Add gpg releated registry entries.
5807        (regist_inst_mo): New. Add nls related path.
5808        (get_reg_entry), set_reg_entry(): Modify to be more flexible.
5809        (set_reg_entry_gpg): Handy functions for get_reg_entry.
5810        (set_reg_entry_mo): Ditto.
5811        (get_reg_entry_gpg): Ditto.
5812        (get_reg_entry_mo(): Ditto.
5813        * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.
5814        * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.
5815        include keyring entries (2x)
5816        (check_gpg_path): Include the check_gpg_optfile() check.
5817    
5818    2001-02-17  Timo Schulz <[email protected]>
5819    
5820        * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from
5821        the registry.
5822        (set_reg_entry): Set a gnupg registry key.
5823        * wptGPG.cpp: Modify all function for the use with get_reg_entry().
5824        * WinPT.cpp: Change the way for the gpg searching mechanism.
5825        * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.
5826        * wptClipImportDlg.cpp: (key import dialog): New.
5827        * wptKeylistElement.cpp:
5828        (wpt_lv_implist_build): Build up the key import list.
5829        (wpt_lv_implist_add_key): Insert a key into the import list.
5830        (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.
5831    
5832    2001-02-10  Timo Schulz <[email protected]>
5833    
5834        * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.
5835        * wptKeylistElement.cpp: New.
5836        * wptListElement.cpp: Remove.
5837        * wptW32API.cpp: Insert all lv_*** functions.
5838        * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.
5839        (wpt_lv_keylist_release_keys): Ditto.
5840        * wptW32API.cpp: (w32_get_thread_id): New.
5841        (w32_attach_thread_input): New.
5842        * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.
5843        (oe_get_message): Add thread attach mechanism.
5844        (oe_encrypt): Modify for the attach treach mechanism.
5845        Add sanity check for recipients.
5846    
5847    2001-02-07    Timo Schulz <[email protected]>
5848    
5849        * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.
5850        * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.
5851    
5852    2001-02-04    Timo Schulz <[email protected]>
5853    
5854        * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.
5855        * wptMainProc.cpp: (wpt_main_proc):
5856        Remove ciphertext checks for signing and encrypting.
5857        (allow double encryption).
5858    
5859    2001-02-03  Timo Schulz <[email protected]>
5860    
5861        * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.
5862        (oe_find_addr_window): Ditto.
5863        (oe_find_main_window): Ditto.
5864    
5865    2001-02-02  Timo Schulz <[email protected]>
5866    
5867        * wptW32API.cpp: (w32_hit_key): New.
5868        (w32_rel_key): New.
5869        (w32_copy_to_clip): New.
5870        (w32_insert_from_clip): New.
5871        (w32_get_clip_text): New.
5872        (w32_set_clip_text: New.
5873        (w32_show_if_icon): New.
5874    
5875    2001-02-01 Timo Schulz <[email protected]>
5876    
5877        * wptW32API.cpp: (w32_get_edit_text): New.
5878        (w32_set_menu_text): New.
5879        (w32_strdup): New.
5880        * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.
5881        * Create all dialogs windows in the foreground.
5882    
5883    2001-01-31  Timo Schulz <[email protected]>
5884    
5885        * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.
5886        * wptW32API.cpp: New.
5887        * WinPT.cpp: (WinMain): Change the keyring checking code.
5888    
5889    2001-01-29  Timo Schulz <[email protected]>
5890    
5891        * wptClipboard.cpp: (clip_is_already_secure):
5892        Modify the pgp data detection.
5893    
5894    2001-01-28  Timo Schulz <[email protected]>
5895    
5896        * wptHotkey.cpp: (register_hotkey): Hotkey registration.
5897        (unregister_hotkey): Hotkey removing.
5898        * wptHokey.h: New.
5899        * wptWndHook.cpp:
5900        (wpt_cpt_proc): Window hook to save the current windows.
5901        * wptWndHoo.h: New.
5902        * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.
5903        * WinPT.cpp: (WinMain): Add hotkey registration.
5904    
5905    2001-01-21  Timo Schulz <[email protected]>
5906    
5907        * wptNLS.cpp: ported to C++.
5908        (gettext): Remove CP850 to ISO88591 conversation.
5909    

Legend:
Removed from v.14  
changed lines
  Added in v.225

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26