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

Annotation of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (hide annotations)
Wed Aug 10 11:33:35 2005 UTC (19 years, 6 months ago) by twoaday
File size: 165034 byte(s)
2005-08-06  Timo Schulz  <twoaday@freakmail.de>
 
        * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
        of the secret key.
        (keycache_init): cache name of secret keyring.
        * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
        (get_key_type): Do not assume 'ultimate' means key pair.
        * wptKeyEditDlgs.cpp (diff_time): New.
        (keyedit_addsubkey_dlg_proc): Changed design and use
        diff_time. Drop checks for invalid keylength (< 1024, > 4096)
        because the combo box automatically handles this.
        * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
        * wptGPG.cpp (get_backup_name): New.
        (gnupg_backup_keyrings): Rotate backup names, from 0..3.
        * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
        not the long keyid.


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26