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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.5  
changed lines
  Added in v.234

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26