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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.8  
changed lines
  Added in v.262

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26