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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.6  
changed lines
  Added in v.200

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26