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

Annotation of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (hide annotations)
Wed Oct 12 10:04:26 2005 UTC (19 years, 4 months ago) by twoaday
File size: 166141 byte(s)
First testing phase finished.
Provide bug fixes for a lot of (minor) problems.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26