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

Annotation of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (hide annotations)
Mon Nov 7 12:48:34 2005 UTC (19 years, 3 months ago) by twoaday
File size: 176195 byte(s)
Patch for better encrypt-only environment.

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

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26