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

Diff of /trunk/Src/ChangeLog

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

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26