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

Diff of /trunk/Src/ChangeLog

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

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26