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

Annotation of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations)
Thu Jan 12 16:28:06 2006 UTC (19 years, 1 month ago) by twoaday
File size: 191208 byte(s)
2006-01-12  Timo Schulz  <ts@g10code.com>
 
        * wptListView.cpp (listview_set_image_list): Make icons
        always transparent.
        * wptImageList.cpp (imagelist_load): New icons.
        * wptGPGMEData.cpp (gpg_data_putc): New.
        * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
        (keymanager_dlg_proc): Add tooltips.
        * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
        * wptKeyserver.cpp (URL_encode): New.
        (URL_must_encode): New.
        (kserver_search_init): Properly encode pattern.
        (parse_iso_date): New.
        (keyserver_search): Be more strict to prevent buffer overflows.
         
2006-01-11  Timo Schulz  <ts@g10code.com>
 
        * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
        (keymanager_dlg_proc): Adjust tooltips.
        (update_ui_items): Handle new icons.
        * wptImageList.cpp (imagelist_load): New icons.


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

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26