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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.19  
changed lines
  Added in v.286

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26