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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.4  
changed lines
  Added in v.220

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26