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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.13  
changed lines
  Added in v.255

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26