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

Diff of /trunk/Src/ChangeLog

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

revision 102 by twoaday, Tue Nov 29 08:56:21 2005 UTC revision 303 by twoaday, Wed Mar 21 10:48:02 2007 UTC
# Line 1  Line 1 
1    2007-03-21  Timo Schulz  <[email protected]>
2    
3            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
4            array of strings.
5            (km_clip_export): Really export all selected keys.
6            (km_file_export): Likewise.
7            
8    2007-03-17  Timo Schulz  <[email protected]>
9    
10            * wptErrors.cpp (debug_end): Reset FP pointer.
11            (printf_box): Fix buffer calculation.
12            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
13            return the error.
14    
15    2007-03-13  Timo Schulz  <[email protected]>
16    
17            * wptGPG.cpp (gpg_check_file_permissions): New.
18            (my_access): Renamed to..
19            (check_file_access): ..this.
20    
21    2007-03-12  Timo Schulz  <[email protected]>
22            
23            * wptVerifyList.cpp (extract_filename): Simplified.
24            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
25            leak for some error cases.
26    
27    2007-03-10  Timo Schulz  <[email protected]>
28    
29            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
30            avoid possible allocation problems.
31            (kserver_seararch_begin): Likewise.
32            (parse_pub_record): Double check fpr to key ID problem.
33            Noted by Mike Culbertson.
34    
35    2007-03-09  Timo Schulz  <[email protected]>
36    
37            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
38            instead of the key ID to avoid problems with v3 keys.
39            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
40            in case of v3 keys. Noted by Raphael
41            (verify_show_signature_state): Likewise.
42            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
43            (verlist_add_sig): Likewise.
44              
45    2006-12-30  Timo Schulz  <[email protected]>
46    
47            * StringBuffer.cpp (StringBuffer): New.
48            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
49            sprintf code with the new string buffer implementation.
50            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
51    
52    2006-12-28  Timo Schulz  <[email protected]>
53    
54            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
55            * wptW32API.cpp (get_locale_time): New.
56            (get_locale_timedate): New.
57            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
58            callers to get_locale_timedate.
59            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
60            * wptNLS.cpp (gettext_free_current_domain): New.
61            (gettext_set_file): Removed all '/' code.
62            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
63            code more robust.
64    
65    2006-12-21  Timo Schulz  <[email protected]>
66    
67            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
68            The Code will be possibly used in a separate project.
69    
70    2006-12-05  Timo Schulz  <[email protected]>
71    
72            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
73            there is no pubkey available, issue a hint and not BUG.
74            
75    2006-12-02  Timo Schulz  <[email protected]>
76    
77            * WinPT-en.rc: Remove wipe free space menu item.
78            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
79            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
80            Allow to set the passes here.
81            * wptFileManager.cpp (fm_encrypt): change all callers
82            for the wipe functions.
83            * wptListview.cpp (listview_sort_items): Extract code
84            to change the column image.
85            * wptKeylist.cpp (key_get_image_id): New.
86            (keylist_build): Change return type and all callers.
87            * wptGPG.cpp (gnupg_load_config): Kludge to detect
88            the 'textmode' option.
89            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
90    
91    2006-11-12  Timo Schulz  <[email protected]>
92    
93            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
94            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
95            avoid invalid gpg.conf entries.
96            Thanks to Ralf Latz.
97            
98    2006-11-04  Timo Schulz  <[email protected]>
99    
100            * wptW32API.cpp (set_clip_text2): Make sure enough memory
101            will be allocated.
102            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
103            view entries for none existing files.
104            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
105            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
106            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
107            into KEYID entries.
108            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
109            of errors.
110            (get_backup_name): Use constant formant spec.
111            (extract_keyid): Simplified.
112            * wptKeyserver.cpp (kserver_connect): Return proxy error if
113            approriate.
114            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
115            handling to avoid possible segfaults.
116            (fetch_key_from_keyserver): Real error handling.
117            * wptFileManager.cpp (fm_gpg_verify): New.
118            (fm_verify): Support to fetch key here to avoid problems later.
119            * wptFileCBS.cpp (file_data_rewind): New.
120            
121            
122    2006-10-27  Timo Schulz  <[email protected]>
123    
124            * wptGPG.cpp (get_backup_name): Make sure enough memory
125            will be allocated.
126            (gnupg_backup_keyrings): Release memory in case of errors.
127            
128    2006-10-21  Timo Schulz  <[email protected]>
129    
130            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
131            and store it.
132            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
133            
134    2006-10-04  Timo Schulz  <[email protected]>
135    
136            * wptFileManager.cpp (fm_check_armor_type): Remove space in
137            search pattern string.
138            (fm_check_for_entry): Case insentensive search.
139            (fm_add_dir_files): Use W32 API directly.
140            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
141            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
142            
143    2006-08-30  Timo Schulz  <[email protected]>
144    
145            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
146            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
147            (save_pattern_from_combox): New.
148            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
149            * wptGPGMEWrapper.c (importFromBuffer): New.
150            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
151            system really has smart card services enabled.
152            * wptKeyManger.cpp (km_http_import): Stricter error checking.
153            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
154            for the file name.
155            
156    2006-08-24  Timo Schulz  <[email protected]>
157    
158            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
159            (get): Better error handling.
160            (head): Likewise.
161            * wptGPGME.cpp (sigsum_to_index): Just map the index without
162            any checks.
163            * wptCommonDlg.cpp (check_URL): Be more strict.
164            
165    2006-08-11  Timo Schulz  <[email protected]>
166    
167            * wptGPGMEWrapper.cpp (importFromFile): New.
168            (importFromClipboard): New.
169            (importGetResult): New.
170            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
171            (km_clip_import): Ditto.
172            * wptKeyEdit.cpp (addCardKey): New.
173            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
174            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
175            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
176            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
177            
178    2006-08-10  Timo Schulz  <[email protected]>
179    
180            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
181            '=='.
182            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
183            keys and signatures.
184            (get_gpg_sigstat): Adjusted code.
185            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
186            (gpg_card_load): Improved card detection code.
187            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
188            a key on a card. Suggested by Achim.
189            * wptUtil.cpp (check_email_address): Add sanity check for
190            the length.
191            * WinPT.cpp (WinMain): Handle cardgen request.
192            
193    2006-08-04  Timo Schulz  <[email protected]>
194    
195            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
196            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
197            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
198            for the situation that the last key in the cache is deleted.
199            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
200            detection.
201            
202    2006-08-02  Timo Schulz  <[email protected]>
203    
204            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
205            with static data.
206            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
207            (get_key_userid): Fix problem when key was not found.
208            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
209            fingerprint to short keyid conversion.
210            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
211            sigs.
212            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
213            
214            
215    2006-08-01  Timo Schulz  <[email protected]>
216    
217            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
218            (gnupg_display_error): Removed unused code.
219            * wptPassphraseCB.cpp (parse_gpg_description): Text output
220            is now more human readable.
221            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
222            error code in all cases.
223            
224    2006-07-31  Timo Schulz  <[email protected]>
225    
226            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
227            handling code.
228            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
229            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
230            for list view controls.
231            
232    2006-07-30  Timo Schulz  <[email protected]>
233    
234            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
235            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
236            (display_keyinfo): New.
237            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
238            (keysig_dlg_proc): List creation time.
239            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
240            handling.
241            
242    2006-07-28  Timo Schulz  <[email protected]>
243    
244            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
245            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
246            adjust key size.
247            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
248            
249    2006-07-25  Timo Schulz  <[email protected]>
250    
251            Applied spelling corrections from Anthony Bryan.
252            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
253            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
254            
255    2006-07-22  Timo Schulz  <[email protected]>
256    
257            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
258            utf8 encoded user ids.
259            (winpt_main_proc): Cleanups.
260            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
261            email address to the clipboard.
262            
263    2006-07-15  Timo Schulz  <[email protected]>
264    
265            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
266            any compatibility problems.
267            * wptW32API.cpp (get_file_version): Cleanups.
268            
269    2006-07-10  Timo Schulz  <[email protected]>
270    
271            * wptUtil.cpp (check_file_name): New.
272            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
273            (key_revoke_dlg_proc): Likewise.
274            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
275            * wptImportList.cpp (implist_load): Likewise.
276            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
277            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
278            
279    2006-07-05  Timo Schulz  <[email protected]>
280    
281            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
282            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
283            with a menu instead of dozen of buttons.
284            
285    2006-07-01  Timo Schulz  <[email protected]>
286    
287            * wptFileManager.cpp (fm_sort): Rewritten.
288            (fm_build): Modify param type. Change all callers.
289            (fm_cmp_cb): Adjusted for the new code.
290            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
291            for the list view.
292            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
293            context and model for the list view.
294            (update_status_bar): Fix calculation of the size of the
295            selected files.
296            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
297            and return type.
298            
299    2006-06-28  Timo Schulz  <[email protected]>
300    
301            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
302            and memory leak.
303            * wptListView.cpp (listview_find_substr): New.
304            (listview_sort_items): Use symbolic ids.
305            * wptKeyManager.cpp (km_find_key): Allow substring search.
306            
307    2006-06-27  Timo Schulz  <[email protected]>
308    
309            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
310            when no sig has been found (if requested).
311            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
312            quote instead of the check box. Cleanups.
313            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
314            sorting problem and wrong icon display.
315            * wptListView.cpp (listview_sort_items): Correct code for
316            checkbox based lists.
317            * wptKeylist.cpp (keylist_build): Add sorting icons.
318            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
319            
320    2006-06-24  Timo Schulz  <[email protected]>
321    
322            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
323            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
324            conversion.
325            (subkey_list_init): Simplified.
326            
327    2006-06-22  Timo Schulz  <[email protected]>
328    
329            * WinPT-en.rc: Include versioninfo.rc to generate
330            the version info automatically.
331            
332    2006-06-19  Timo Schulz  <[email protected]>
333    
334            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
335            format of the sig info text.
336            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
337            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
338            handling.
339            * wptPassphraseDlg.cpp (request_key_passphrase): Return
340            utf8 encoded passphrase.
341            
342    2006-06-18  Timo Schulz  <[email protected]>
343    
344            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
345            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
346            (verify_get_key_ownertrust): New.
347            (clip_decrypt_dlg_proc): New argument. Change all callers.
348            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
349            that the dialog was called with a param.
350            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
351            case of dbl-click.
352            
353    2006-06-16  Timo Schulz  <[email protected]>
354    
355            * wptProgressDlg.cpp (wait_for_progress_cb): New.
356            * wptMainProc.cpp (winpt_main_proc): Use this function
357            to disallow to access the cache during synchronisation.
358            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
359            * wptKeyserver.cpp (check_hkp_response): Improved text
360            extraction.
361            (parse_keyserver_error): New.
362            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
363            encoding.
364            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
365            needs to be utf8 encoded but still allow it.
366            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
367            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
368            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
369            
370    2006-06-15  Timo Schulz  <[email protected]>
371    
372            * wptVerList.cpp (verlist_build): Use icons.
373            (verlist_add_sig): Set image number according to sig state.
374            
375    2006-06-14  Timo Schulz  <[email protected]>
376    
377            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
378            authors string here. Noted by Eduardo.
379            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
380            
381    2006-06-09  Timo Schulz  <[email protected]>
382    
383            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
384            RSA_E and RSA_S.
385            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
386            
387    2006-06-08  Timo Schulz  <[email protected]>
388    
389            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
390            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
391            (showphoto_dlg_proc): New.
392            * wptKeyManagerDlg.cpp (restore_window_size): New.
393            (keymanager_dlg_proc): Restore original window size on startup.
394            (copy_key_info): Allow to copy multiple key items.
395            
396    2006-06-06  Timo Schulz  <[email protected]>
397    
398            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
399            if no expire date were given.
400            
401    2006-06-05  Timo Schulz  <[email protected]>
402    
403            * wptPassphraseDlg.cpp (request_passphrase): Release mem
404            in case of errors.
405            (request_key_passphrase): New.
406            (set_passphrase_hint): New.
407            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
408            hint. Suggested by vedaal.
409            
410    2006-06-03  Timo Schulz  <[email protected]>
411    
412            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
413            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
414            the case that 'encrypt-to' points to a non-existing item.
415            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
416            the dialog if an error occurred.
417            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
418            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
419            in case of errors.
420            * wptKeyserverDlg.cpp (check_pattern): Improved code.
421            (keyserver_dlg_proc): All comparisons are case insentensive.
422            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
423            
424    2006-06-02  Timo Schulz  <[email protected]>
425    
426            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
427            
428    2006-06-01  Timo Schulz  <[email protected]>
429    
430            * wptKeyserver.cpp (check_URL): change semantic.
431            (skip_type_prefix): Use check_URL().
432            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
433            include secret keyring backups. Change all callers.
434            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
435            (set_reg_winpt_prefs): Likewise.
436            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
437            
438    2006-05-29  Timo Schulz  <[email protected]>
439    
440            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
441    
442    2006-05-27  Timo Schulz  <[email protected]>
443    
444            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
445            passphrase requests.
446            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
447            for global use.
448            * wptFileManager.cpp (fm_decrypt): Use it here.
449            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
450            
451    2006-05-25  Timo Schulz  <[email protected]>
452    
453            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
454            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
455            * wptVerifyList.cpp (verlist_build): New argument type.
456            Change all callers.
457            (verlist_set_info_control): New.
458            (verlist_set_additional_info): New.
459            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
460            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
461            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
462            
463    2006-05-23  Timo Schulz  <[email protected]>
464    
465            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
466            problem.
467            (keyedit_main_dlg_proc): Popup menu for the user ID list
468            with common commands.
469            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
470            disable search for ldap servers.
471            Use subkeys.pgp.net by default when no server was selected.
472    
473    2006-05-22  Timo Schulz  <[email protected]>
474    
475            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
476            Support for the new 'default ext' value.
477            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
478            (prefs_dlg_proc): Likewise.
479            * wptFileManager.cpp (file_get_extension): Likewise.
480            (get_output_file): Likewise.
481            (fm_export): Likewise.
482            
483    2006-05-20  Timo Schulz  <[email protected]>
484    
485            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
486            process call when no photo is available.
487            (keyprops_dlg_proc): avoid static data.
488            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
489            of on demand key requests.
490            (show_verify_result): Likewise.
491            (secret_key_available): Likewise.
492            (fm_decrypt, fm_sign): Handle the new on demand key request
493            mode and free all memory.
494            
495    2006-05-15  Timo Schulz  <[email protected]>
496    
497            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
498            apply patch. Thanks to vedaal.
499            
500    2006-05-14  Timo Schulz  <[email protected]>
501    
502            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
503            preferred keyserver URL.
504            * wptHTTP.cpp (extractHostInfo): Fix segv.
505            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
506            gpg.conf.
507            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
508            assume an existing user id.
509            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
510            if no passphrase is available.
511    
512    2006-05-13  Timo Schulz  <[email protected]>
513    
514            * wpMainProc.cpp (secret_key_available): Move it...
515            * wptGPGME.cpp: ..to this file.
516            (check_ultimate_trusted_key): Handle the case there
517            is no secret key available.
518            * wptFileManagerDlg.cpp (update_ui_items): Improved.
519            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
520            some functions when no secret key is available.
521            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
522            code and also display pubkey algorithm.
523            * wptKeyserver.cpp (safe_alloc): New.
524            (count_keys_in_response): New.
525            (parse_pub_record): New.
526            (parse_uid_record): New.
527            (kserver_release_key): New.
528            (kserver_search_begin, kserver_search_next_key):
529            Adjust for the machine readable output. Removed old code.
530            (parse_keyserver_url): New.
531            * wptUtil.cpp (substr): New.
532            * wptKeyManager.cpp (km_refresh_one_key): Properly
533            parse the keyserver URL.
534            
535    2006-05-11  Timo Schulz  <[email protected]>
536    
537            * wptPassphraseCB.cpp (release_gpg_recipients): New.
538            (release_gpg_recipients): Use it here.
539            * wptFileManager.cpp (fm_decrypt): List all recipients.
540            Thanks to vedaal.
541            * wptGPG.cpp (extract_keyid): New.
542            (get_gnupg_default_key): Use it here.
543            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
544            one-pass-sigs again.
545            
546    2006-05-09  Timo Schulz  <[email protected]>
547    
548            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
549            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
550            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
551            
552    2006-05-07  Timo Schulz  <[email protected]>
553    
554            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
555            * wptKeyserver.cpp (wsock_strerror): Likewise.
556            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
557            Change all callers.
558            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
559            problem.
560            
561    2006-05-06  Timo Schulz  <[email protected]>
562    
563            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
564            sorting order if available.
565            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
566            for the key ID.
567            (get_pref_cipher): Differ between the AES algorithm IDs.
568            (key_is_valid): New.
569            * wptKeyserverDlg.cpp (check_pattern): Simplified.
570            
571    2006-05-03  Timo Schulz  <[email protected]>
572    
573            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
574            Thanks to Mathias.
575            
576    2006-05-02  Timo Schulz  <[email protected]>
577    
578            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
579            caption for the radio button group.
580            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
581            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
582            ldap_recvkey): Avoid fixed buffers.
583            (do_spawn_ldap_helper): New.
584            (ldap_recvkey): Factor out code into helper function.
585            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
586            Increase width of the list box to make sure even large
587            user IDs will be completly displayed.
588            
589    2006-05-01  Timo Schulz  <[email protected]>
590    
591            * WinPT.cpp (WinMain): Check if the user has admin privileges.
592            * wptW32API.cpp (user_is_admin): New.
593            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
594            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
595            to re-activate the window again.
596            * wptKeylist.cpp (get_key_trust2): Differ between "full"
597            and "ultimate".
598            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
599            has now highest priority.
600            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
601            system.
602            
603    2006-04-30  Timo Schulz  <[email protected]>
604    
605            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
606            list if needed.
607            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
608            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
609            * wptKeyEditDlgs.cpp (check_desig_rev): New.
610            (do_editkey_minimize): New.
611            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
612            generate a revoc cert as a desig revoker.
613            
614    2006-04-29  Timo Schulz  <[email protected]>
615    
616            * wptVerifyList.cpp (verlist_build): Adjusted code for new
617            list view interface.
618            * wptSigList.cpp (siglist_build): Likewise.
619            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
620            to display the preferences of the selected UID. Thanks to Mathias.
621            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
622            of an error.
623            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
624            the utf8 decoded uid list.
625            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
626            * wptListView.cpp (listview_new): New param for HWND handle.
627            Change all callers.
628            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
629            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
630            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
631            keyid extraction.
632            
633    2006-04-28  Timo Schulz  <[email protected]>
634    
635            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
636            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
637            for handling policy URLs.
638            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
639            New option KMSortBy.
640            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
641            * wptKeyEdit.cpp (minimizeKey): New.
642            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
643            
644    2006-04-27  Timo Schulz  <[email protected]>
645    
646            * wptKeyManager.cpp (km_get_key_ptr): New.
647            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
648            * wptKeyCache.cpp (keycache_decode_uids): New.
649            (free_native_uids): New.
650            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
651            
652    2006-04-26  Timo Schulz  <[email protected]>
653    
654            * wptKeylist.cpp (get_keyid_from_fpr): New.
655            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
656            * wptVerifyList.cpp (verlist_add_sig): Likewise.
657            
658    2006-04-25  Timo Schulz  <[email protected]>
659    
660            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
661            * wptMDSumDlg.cpp (hash_selected_files): New.
662            (mdsum_dlg_proc): Cleanups.
663            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
664            
665    2006-04-23  Timo Schulz  <[email protected]>
666    
667            * wptW32API.cpp (SetDlgItemText_utf8): New.
668            (SetWindowText_utf8): New.
669            (GetDlgItemText_utf8): New.
670            * wptListView.cpp (listview_add_sub_item): Internal
671            utf8 support.
672            
673    2006-04-22  Timo Schulz  <[email protected]>
674    
675            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
676            revoker name in UTF8.
677            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
678            with the window title.
679            
680    2006-04-20  Timo Schulz  <[email protected]>
681    
682            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
683            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
684            c++ memory allocation.
685            * wptFileManager.cpp (show_verify_result): Show PKA status
686            if possible.
687            * wptClipVerifyDlg.cpp (get_pka_status): New.
688            (clip_verify_dlg_proc): Show PKA status if possible.
689            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
690            to use ESC to quit the dialog.
691            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
692            encode the comment in UTF8. Thanks to Werner and Jan.
693            
694    2006-04-16  Timo Schulz  <[email protected]>
695    
696            * wptHTTP.cpp (getErrorCode): New.
697            (connect): Store winsock error code.
698            * wptGPGMEData.cpp (is_armor_header): New.
699            * wptGPG.cpp (check_gnupg_engine): Free context.
700            (gnupg_backup_keyrings): Do not use global vars.
701            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
702            
703    2006-04-15  Timo Schulz  <[email protected]>
704    
705            * wptKeyManager.cpp (km_get_key): New.
706            (km_key_show_revoc_info): New.
707            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
708            (on_init_dialog): New.
709            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
710            out some common code and use km_get_key() instead.
711            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
712            param type. Change all callers.
713            * wptKeyEdit.cpp (addNotation): New.
714            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
715            param everywhere. Change all callers.
716            
717    2006-04-09  Timo Schulz  <[email protected]>
718    
719            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
720            if the homedir value was changed.
721            * wptGPG.cpp (default_key_from_cache): Only return secret key
722            if public part is available.
723            (set_gnupg_default_key): Fix NULL problem.
724            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
725            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
726            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
727            'always-on-top' correctly.
728            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
729            mem to hold all possible keys.
730            (keylist_enum_keys): Likewise.
731            
732    2006-04-08  Timo Schulz  <[email protected]>
733    
734            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
735            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
736            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
737            * WinPT.cpp (WinMain): if the default key was not found, reset
738            the gpg.conf entry.
739            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
740            file name.
741            (show_verify_result): Always use utf8 output.
742            (get_output_file): Case in-sentensive comparison.
743            (fm_assume_onepass_sig): Fixed temp file handling.
744            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
745            output.
746            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
747            
748    2006-04-07  Timo Schulz  <[email protected]>
749    
750            * wptW32API.cpp (set_clip_text): Change code so it also
751            works again with non-XP systems.
752            
753    2006-04-02  Timo Schulz  <[email protected]>
754    
755            * wptKeyserver.cpp: decrease general threshold for timeout.
756            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
757            
758    2006-04-01  Timo Schulz  <[email protected]>
759    
760            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
761            * wptFileManager.cpp (restore_original_name): New.
762            (fm_decrypt): Restore original file name from literal
763            packet if possible.
764            
765    2006-03-31  Timo Schulz  <[email protected]>
766    
767            * wptCommonDlg.cpp (nls_load_langlist): New.
768            (nsl_set_language): New.
769            (nls_dlg_proc): New.
770            (select_language): New. Allow user to select the language.
771            * wptNLS.c (get_gettext_langid): Updated available languages.
772            * WinPT.cpp (WinMain): Allow to select the languag on first
773            start in non-installer environments.
774            * wptVerifyList.cpp (verlist_build): Simplified.
775            (verlist_add_sig_log): Likewise.
776            * wptListview.cpp (listview_set_column_width,
777            listview_get_selected_item): New.
778            * wptKeyManager.cpp (gpg_clip_export): Merged into..
779            (km_clip_export): ..this function.
780            
781    2006-03-30  Timo Schulz  <[email protected]>
782    
783            * wptW32API.cpp (insert_menu_item): New.
784            * wptSigTreeDlg.cpp (create_popup): Use it.
785            (sigtree_dlg_proc): Only show the name of the owner in the title.
786            * wptMainProc.cpp (init_common_controls): Initialize all
787            common controls here.
788            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
789            keyserver menu concept. Add all keyservers dynamically.
790            
791    2006-03-29  Timo Schulz  <[email protected]>
792    
793            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
794            with preferred keyserver.
795            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
796            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
797            uid_subclass_proc): Disable shortcuts for non keypairs.
798            * wptMainProc.cpp (winpt_main_proc): No user interaction
799            on automatic shutdown. Thanks to Werner.
800            * wptGPGUtil.cpp (xcalloc): New.
801            (gpg_rebuild_cache): Use --batch.
802            
803    2006-03-26  Timo Schulz  <[email protected]>
804    
805            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
806            * wptMainProc.cpp (winpt_main_proc): Reload key cache
807            when the GPG settings were changed.
808            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
809            keygen_dlg_proc): Improved check for the email address.
810            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
811            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
812            
813    2006-03-22  Timo Schulz  <[email protected]>
814    
815            * wptClipSignDlg.cpp (on_init_dialog): New.
816            Check that there is at least one useable signing key.
817            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
818            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
819            if needed.
820            
821    2006-03-21  Timo Schulz  <[email protected]>
822    
823            * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
824            (utf8_to_native): Likewise. Remove cp850 conversion.
825            * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
826            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
827            flag.
828            
829    2006-03-20  Timo Schulz  <[email protected]>
830    
831            * wptUTF8.cpp (get_native_charset): Removed.
832            (utf8_to_native): Rewritten.
833            * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
834            handling.
835            * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
836            
837    2006-03-16  Timo Schulz  <[email protected]>
838    
839            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
840            * wptCryptDisk.cpp: Disable code.
841            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
842            NONE proxy protocol.
843            (init_proxy_procotol): Likewise.
844            (read_proxy): Likewise.
845            * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
846            (keyserver_search_dlg_proc): Use it here.
847            * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
848            * wptKeyserver.cpp (kserver_search_end): New.
849            (kserver_search_begin): Be more strict on mem allocation.
850            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
851            problem.
852            * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
853            
854    2006-03-12  Timo Schulz  <[email protected]>
855    
856            * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
857            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
858            sym algorithm preferences if needed.
859            * wptKeysignDlg.cpp (date_is_today): New.
860            (keysign_dlg_proc): Only allow to set cert expire date if
861            the option was found.
862            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
863            'ask-cert-expire'.
864            
865    2006-03-10  Timo Schulz  <[email protected]>
866    
867            * wptHTTP.c: deleted.
868            * wptHTTP.cpp (wHTTP): Transformed old code into an object.
869            * wptKeyManager.cpp (km_http_import): Use new code.
870            (km_refresh_one_key): Use preferred keyserver if possible.
871            * wptComonDlg.cpp (check_URL): Better conformance checking.
872            * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
873            set keyserver for all userids.
874            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
875            to set preferred keyserver.
876            * wptKeyCache.cpp (decode_subpacket): New.
877            (gpg_keycache_update_attr): New.
878            * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
879            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
880            -1 as an index for all userids.
881            
882    2006-03-07  Timo Schulz  <[email protected]>
883    
884            * WinPT.cpp (set_default_keyserver): New.
885            * wptKeyserver.cpp (kserver_set_socket_timeout): New.
886            (kserver_set_default_keyserver): Initialize default settings
887            if needed.
888            * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
889            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
890            (passphrase_dlg_proc): Support new safe edit window procedure.
891            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
892            * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
893            if user disable it.
894            * wptKeylist.cpp (keylist_build): Do not scale images but use
895            original size.
896            * wptListView.cpp (listview_set_image_list): New size params.
897            Change all callers.
898            
899    2006-03-01  Timo Schulz  <[email protected]>
900    
901            * wptW32API.cpp (set_clip_text): Free all memory.
902            
903    2006-02-27  Timo Schulz  <[email protected]>
904    
905            * wptSOCKS.cpp (socks_handshake): New.
906            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
907            the key manager in teh foreground if possible.
908            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
909            * wptRegistry.cpp (get_reg_proxy_prefs,
910            set_reg_proxy_prefs): Use directly the proxy context.
911            Changed all callers.
912            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
913            (keyserver_proxy_dlg_proc): Use directly the proxy context.
914            * wptKeyserver.cpp (kserver_connect): Better proxy support.
915            (kserver_send_request, kserver_recvkey_request): Likewise.
916            * wptKeyserverDlg.cpp (name_from_proto): New.
917            (set_proxy): Adjusted for the new code.
918            
919    2006-02-26  Timo Schulz  <[email protected]>
920    
921            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
922            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
923            v4 keys.
924            * wptKeyserver.cpp (sock_getline): Skip '\r'.
925            (base64_encode): Remove @maxlen param. Changed all callers.
926            (finger_readline): Removed.
927            (finger_recvkey): Use internal functions.
928            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
929            (show_sigprops): New.
930            (create_popup): New.
931            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
932            now in minutes.
933            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
934            Change code to use hotkeys directly.
935            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
936            
937    2006-02-24  Timo Schulz  <[email protected]>
938    
939            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
940            when parameter is NULL.
941            * wptKeyManager.cpp (check_exist_default_key): New.
942            (km_delete_keys): Check if the default key is still valid,
943            if not delete entry.
944            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
945            button.
946            
947    2006-02-21  Timo Schulz  <[email protected]>
948    
949            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
950            cleanups.
951            * wptGPGUtil.cpp (file_extract_recipients): New.
952            (clip_extract_recipients): New.
953            (gpg_get_recipients): New.
954            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
955            external recipient listings.
956            
957    2006-02-15  Timo Schulz  <[email protected]>
958    
959            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
960            * wptFileStatDlg.cpp (get_s2k_algo): New.
961            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
962            formats.
963            
964    2006-02-14  Timo Schulz  <[email protected]>
965    
966            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
967            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
968            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
969            (fm_parse_files): Handle cancel.
970            
971    2006-02-10  Timo Schulz  <[email protected]>
972    
973            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
974            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
975            for the dialog param.
976            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
977            signature dialog by default.
978            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
979            gpgme_key_sig_t as param.
980            (keysig_dlg_proc): Change param for property dialog.
981            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
982            and use icons.
983            (sigtree_dlg_proc): Allow to execute old list dialog to
984            edit the signatures.
985            
986    2006-02-09  Timo Schulz  <[email protected]>
987    
988            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
989            * wptNLS.c (gettext_localize_dialog): New.
990            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
991            to avoid to reload the key cache.
992            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
993            list mode.
994            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
995            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
996            initiation code to this function.
997            (prefs_dlg_proc): Use it here.
998            
999    2006-02-07  Timo Schulz  <[email protected]>
1000    
1001            * wptKeyEdit.cpp (setNoPassphrase): New.
1002            (getValidDays): New.
1003            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
1004            if the key is protected.
1005            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
1006            keys without a passphrase.
1007            (keyedit_addrevoker_dlg_proc): Likewise.
1008            
1009    2006-02-04  Timo Schulz  <[email protected]>
1010    
1011            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
1012            at least one ultimately trusted key.
1013            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
1014            Only check inet connection if we refresh all keys.
1015            * wptGPGUtil.cpp (gpg_extract_keys): New.
1016            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
1017            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
1018            * wptClipSignDlg.cpp (get_selected_key): New.
1019            (one_key_proc): Use it here.
1020            (count_useable_seckeys): New.
1021            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
1022            * wptKeyEditDlgs.cpp (diff_time): Removed.
1023            (w32_mktime): New.
1024            (keyedit_addsubkey_dlg_proc): Use it here.
1025            
1026    2006-02-02  Timo Schulz  <[email protected]>
1027    
1028            * wptW32API.cpp (get_temp_name): New.
1029            * wptKeyserver.cpp (ldap_recvkey): Use it here.
1030            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
1031            * wptGPGUtil.cpp (create_tempfile): Likewise.
1032            * wptImportList.cpp (implist_load): Likewise.
1033            * wptKeyCache.cpp (parse_attr_data): Likewise.
1034            (w32_tempfile): Removed.
1035            * wptGPGME.cpp (check_ultimate_trusted_key): New.
1036            
1037    2006-01-31  Timo Schulz  <[email protected]>
1038    
1039            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
1040            help system.
1041            * wptListView.cpp (listview_set_chkbox_style): New.
1042            (listview_get_item_state): Support new checkbox style.
1043            (listview_new): Reset flag var.
1044            * wptKeylist.cpp (keylist_build): Support new checkbox style.
1045            
1046    2006-01-30  Timo Schulz  <[email protected]>
1047    
1048            * WinPT.cpp (check_readonly_attr): New.
1049            (load_gpg_env): Use it here.
1050            (WinPT): Make the the default key is searched in the
1051            secret key cache.
1052            Change error message.
1053            * wptRegistry.cpp (regist_int_winpt): Make sure
1054            the register extension is only offered once to the user.
1055            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
1056            temp directory. Fixed a privilege problem.
1057            
1058    2006-01-29  Timo Schulz  <[email protected]>
1059    
1060            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
1061            to quit dialog.
1062            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
1063            translations. Directly return sig class.
1064            (keysign_dlg_proc): Change msgbox title.
1065            * wptKeyEdit.cpp (signUserid): New.
1066            (getUseridIndex): New.
1067            (getKeyIndex): New.
1068            (getSigIndex): New.
1069            (clear): New.
1070            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
1071            user-id first.
1072            * wptKeyEditDlgs.cpp (lookup_cmd): New.
1073            (do_editkey_sign_userid): New.
1074            (do_init_cmdlist): Differ between key pairs and public keys
1075            and allowed actions.
1076            (keyedit_change_ownertrust): Show msgbox on success.
1077            (get_default_key): New.
1078            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
1079            
1080    2006-01-27  Timo Schulz  <[email protected]>
1081    
1082            * WinPT.cpp (WinMain): Set minimal list mode as default.
1083            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
1084            
1085    2006-01-25  Timo Schulz  <[email protected]>
1086    
1087            * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
1088            the key exist with no value.
1089            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
1090            * wptKeysignDlg.cpp (do_fill_seclist): Select the
1091            default key if possible.
1092            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
1093            return the choice.
1094            * wptKeylist.cpp (get_key_desc): New.
1095            (keylist_upd_key): Free memory.
1096            * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
1097            (gpg_keycache_set_default_key): New.
1098            * WinPT.cpp (gpg_prefs_ok): New.
1099            (WinMain): Only start gpg prefs if needed.
1100            
1101    2006-01-24  Timo Schulz  <[email protected]>
1102    
1103            * wptKeyManager.cpp (km_dropped_file_import): New.
1104            * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
1105            to drop files and try to import them.
1106            (keymanager_dlg_proc): Pass kmi as opaque to the subclass
1107            proc.
1108            
1109    2006-01-23  Timo Schulz  <[email protected]>
1110    
1111            * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
1112            to the clipboard.
1113            * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
1114            (do_editkey_enable_disable): New.
1115            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
1116            close the dialog if the user cancelled the ownertrust dialog.
1117            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
1118            an update of any value.
1119            
1120    2006-01-21  Timo Schulz  <[email protected]>
1121    
1122            * wptKeyCache.cpp (keycache_next_key): Handle the case
1123            that there is a secret key without a public part.
1124            * wptKeyserver.cpp (kserver_save_conf): Save ports.
1125            * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
1126            Reset keyserver name.
1127            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
1128            an update, do not update the cache.
1129            * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
1130            dialog for both clipboard and file imports.
1131            * wptKeyManager.cpp (km_file_import, km_clip_import):
1132            Changes to support new update system.
1133            (gpg_clip_import): New.
1134            * wptKeyManagerDlg.cpp (km_gui_import): New.
1135            (find_keypos): Rewritten.
1136            (refresh_keylist): Improved error checking.
1137            
1138    2006-01-20  Timo Schulz  <[email protected]>
1139    
1140            * wptKeyCache.cpp (w32_tmpfile): New.
1141            (parse_attr_data): Use it here.
1142            * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
1143            
1144    2006-01-19  Timo Schulz  <[email protected]>
1145    
1146            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
1147            reload the entire cache, just update the key.
1148            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
1149            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
1150            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
1151            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
1152            if need after showing the properties.
1153            * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
1154            * wptKeyManager.cpp (km_import_file): New param. Changed
1155            all callers.
1156            (km_import_clip): Likewise.
1157            (delete_keys_from_cache): Delete secret part if available.
1158            * wptClipImportDlg.cpp (print_import_status): If there
1159            are too many new keys, use reload code.
1160            
1161    2006-01-18  Timo Schulz  <[email protected]>
1162    
1163            * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
1164            the self sig is always index 0. Noted by Kurt.
1165            * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
1166            the key user-ID contains an email address.
1167            * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
1168            (do_editkey_deluid): Likewise.
1169            (do_editkey_revuid): Likewise.
1170            
1171    2006-01-18  Timo Schulz  <[email protected]>
1172    
1173            * wptListview.cpp (listview_del_sel_items): Fixed index
1174            calculation. This fixed a lot of problems with the KM listview
1175            update.
1176            (listview_del_all): Renamed to...
1177            (listview_del_all_items): ..this. Changed all callers.
1178            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
1179            list when file import contained new/updated keys.
1180            * wptKeyManager.cpp (km_file_import): Indicate if the
1181            import contained any new/update keys.
1182            * wptClipImportDlg.cpp (print_import_status): Just mark
1183            keys which actually changed.
1184            
1185    2006-01-17  Timo Schulz  <[email protected]>
1186    
1187            * wptMAPI.cpp (mapi_send_pubkey_ext): New.
1188            * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
1189            update it.
1190            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
1191            careful about const pointers.
1192            * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
1193            (get_subkey_keyid): ..this. Fix problem that key was updated
1194            twice and this corrupted.
1195            (keyedit_add_subkey): Set @lv item in the callback context.
1196            
1197    2006-01-16  Timo Schulz  <[email protected]>
1198    
1199            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
1200            window if it lost focus during the operation. Thanks to Kurt.
1201            Update keylist when the window is enabled.
1202            (find_keypos): New.
1203            * wptKeyCache.cpp (keycache_next_key): Reset update status.
1204            (gpg_keycache_next_updated_key): New arg @r_status. Change all
1205            callers.
1206            (gpg_keycache_update_key): Different status for new and updated.
1207            Include key signatures.
1208            * wptClipImportDlg.cpp (print_import_status): Mark all
1209            imported keys.
1210            * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
1211            Thanks to Kurt.
1212            * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
1213            (do_delsig): Directly reload key. Thanks to Kurt.
1214            * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
1215            Removed.
1216            * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
1217            * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
1218            FALSE if no keys were updated or operation was cancelled.
1219            * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
1220            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
1221            * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
1222            Do not allow to change ownertrust of invalid keys.
1223            Changed translation.
1224            Slightly different user interface.
1225            
1226    2006-11-14  Timo Schulz  <[email protected]>
1227    
1228            * wptW32API.cpp (make_special_filename): New.
1229            * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
1230            Removed 'KeyServer' item.
1231            * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
1232            config item.
1233            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
1234            window until we really use it.
1235            * wptKeyserver.cpp (kserver_save_conf): New.
1236            (wsock_end): Save keyserver config file.
1237            * wptKeyserverDlg.cpp (keyserver_edit): New.
1238            (keyserver_remove): New.
1239            (keyserver_add): New.
1240            (fill_keyserv_types): New.
1241            (keyserver_modify_dlg_proc): New.
1242            (keyserver_dlg_proc): Provide context menu to modify the
1243            keyserver list.
1244            (keyserver_build_list): Remove 'proto' column because it is
1245            not really useful.
1246            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
1247            $APPDATA\winpt. If keyserver.conf exists in the current folder
1248            move it to the new destination.
1249            
1250    2006-11-13  Timo Schulz  <[email protected]>
1251    
1252            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
1253            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
1254            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
1255            dialog isn't shown twice.
1256            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
1257            (gpg_keycache_update_key): Set update flag.
1258            * wptKeyManagerDlg.cpp (refresh_keylist): New.
1259            (keymanager_dlg_proc): Use new refresh system for keyservers.
1260            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
1261            Update keycache.
1262            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
1263            * wptKeyserver.cpp (socket_read_ext): New.
1264            (kserver_recv_key_ext): New.
1265            (kserver_read_config, kserver_write_config): Removed.
1266            
1267    2006-01-12  Timo Schulz  <[email protected]>
1268    
1269            * wptListView.cpp (listview_set_image_list): Make icons
1270            always transparent.
1271            * wptImageList.cpp (imagelist_load): New icons.
1272            * wptGPGMEData.cpp (gpg_data_putc): New.
1273            * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
1274            (keymanager_dlg_proc): Add tooltips.
1275            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
1276            * wptKeyserver.cpp (URL_encode): New.
1277            (URL_must_encode): New.
1278            (kserver_search_init): Properly encode pattern.
1279            (parse_iso_date): New.
1280            (keyserver_search): Be more strict to prevent buffer overflows.
1281            
1282    2006-01-11  Timo Schulz  <[email protected]>
1283    
1284            * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
1285            (keymanager_dlg_proc): Adjust tooltips.
1286            (update_ui_items): Handle new icons.
1287            * wptImageList.cpp (imagelist_load): New icons.
1288            
1289    2006-01-10  Timo Schulz  <[email protected]>
1290    
1291            * wptMainProc.cpp (winpt_main_proc): Restore iconic
1292            File/Key Manager windows if needed.
1293            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
1294            * wptSiglist.cpp (init_cmp): New.
1295            (siglist_sort): New.
1296            (siglist_cmp_cb): New.
1297            (siglist_add_key): Force NOKEY status when key was not found.
1298            * wptKeysigDlg.cpp (recv_single_key): New.
1299            (recv_missing_keys): Reload entire key when more than one key
1300            was fetched.
1301            (keysig_dlg_proc): Support sorting the listview items.
1302            
1303    2006-01-09  Timo Schulz  <[email protected]>
1304    
1305            * WinPT.cpp (load_gettext): Remove file locking.
1306            (WinMain): Use pre-defined autoconf constants.
1307            * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
1308            * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
1309            Change all callers.
1310            
1311    2006-01-07  Timo Schulz  <[email protected]>
1312    
1313            * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
1314            import status if just one key was selected.
1315    
1316    2006-01-04  Timo Schulz  <[email protected]>
1317    
1318            * wptGPGMEWrapper.c (setChangeVersion): New.
1319            (exportToBuffer, exportToFile, exportToClipboard): New.
1320            (setArmor, getArmor): New.
1321            * wptKeylist.cpp (get_key_expire_date): Return locale specific
1322            date.
1323            (keylist_get_recipients): Do not fetch the key again.
1324            (keylist_enum_recipients): Likewise.
1325            * wptGPG.cpp (create_empty_keyring): New.
1326            (get_gnupg_keyring): Fixed 'strict' logic.
1327            * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
1328            when no secret keys are available.
1329            * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
1330            before the MAPI call is made.
1331            * WinPT.cpp (check_for_empty_keyrings): New.
1332            
1333    2006-01-03  Timo Schulz  <[email protected]>
1334    
1335            * pubkey.ico, keypair.ico: New.
1336            * wptListview.cpp (listview_add_item_image): New.
1337            (listview_set_image_list): New.
1338            * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
1339            * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
1340            JPEG data.
1341            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
1342            add items to revoked keys.
1343            * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
1344            keyid buffer. This fixes a segv.
1345            * wptKeyserver.cpp (spawn_application): New.
1346            (ldap_recv_key): Support recent protocols and several cleanups.
1347            * wptKeylist.cpp (do_addkey): Set image which depends on the
1348            key type.
1349            (keylist_enum_recipients): Cleanups.
1350            (keylist_get_keyflags): Rewritten.
1351            * wptKeyCache.cpp (free_attr_list): New.
1352            (parse_attr_list): New.
1353            (parse_attr_data): New.
1354            (keycache_update_photo): New.
1355            (keycache_update_photos): New.
1356            (gpg_keycache_update_key): Automatically reload photos if needed.
1357            * wptGPGUtil.cpp (create_process): New param @err. Change all
1358            callers.
1359            (map_tmpfile): New param @nread. Change all callers.
1360            (gpg_get_photoid_data): New.
1361            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
1362            add items to revoked keys.
1363            (subkey_init_list): Store gpgme key object.
1364            
1365    2005-12-29  Timo Schulz  <[email protected]>
1366    
1367            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
1368            (gpg_genkey_params): Simplified.
1369            * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
1370            exclusion of the dialog items.
1371            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
1372            quit the dialog.
1373            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
1374            * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
1375            (id2algo): New.
1376    
1377    2005-12-28  Timo Schulz  <[email protected]>
1378    
1379            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
1380            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
1381            * wptKeylist.cpp (keylist_udp_key): Likewise.
1382            * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
1383            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
1384            when no signing key was found.
1385            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
1386            user IDs.
1387            (translate_popup_strings): s/Revoke/Revoke Cert.
1388            * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
1389            0x prefixed keyid.
1390            * wptKeyEditCB.cpp (editkey_command_handler): Also reset
1391            step in case of a bad passphrase.
1392            
1393    2005-12-27  Timo Schulz  <[email protected]>
1394    
1395            * wptListView.cpp (listview_set_view): New.
1396            (listview_del_column): New.
1397            * wptW32API.cpp (get_locale_date): New.
1398            (get_menu_state): New.
1399            (force_foreground_window): New.
1400            * wptVerifyList.cpp (strtimestamp): Support for
1401            locale date formats.
1402            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
1403            passphrases.
1404            * wptKeyEditCB.cpp (editkey_command_handler): Immediately
1405            return when a bad passphrase was submitted.
1406            * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
1407            column order.
1408            * wptKeylist.cpp (keylist_upd_col): New.
1409            * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
1410            'Revocation' for public keys.
1411            (translate_menu_strings): s/Revoke/Revoke Cert.
1412            (modify_listview_columns): New.
1413            
1414    2005-12-18  Timo Schulz  <[email protected]>
1415    
1416            * wptKeyManagerDlg.cpp (save_column_size): New.
1417            (restore_column_size): New.
1418            (keymanager_dlg_proc): Save and restore column sizes for
1419            the listview control.
1420            * wptKeyManager.cpp (key_get_info): New.
1421            (km_delete_keys): Use it here to have a consistent message.
1422            Use stored key context and not the column data.
1423            (km_enable_disable_key): Likewise.
1424            (km_send_to_keyserver): Likewise.
1425            (km_set_implicit_trust): Likewise.
1426            * wptKeylist.cpp (get_key_pubalgo2): New.
1427            
1428    2005-12-17  Timo Schulz  <[email protected]>
1429    
1430            * wptUTF8.cpp: Removed unused charset array.
1431            * wptSigList.cpp (siglist_build): Increase size for 'class'
1432            column.
1433            * wptGPG.cpp (get_gnupg_path): Simplified.
1434            * WinPT.cpp (load_gpg_env): New.
1435            (check_crypto_engine): Return type is now bool.
1436            * wptRegistry.cpp (is_gpg4win_installed): New.
1437            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
1438            dialog design.
1439            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
1440            (translate_popupmenu_strings): New.
1441            * wptKeyEditDlgs.cpp (is_jpg_file): New.
1442            
1443    2005-12-13  Timo Schulz  <[email protected]>
1444    
1445            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
1446            * wptKeyManagerDlg.cpp (change_edit_menu): New.
1447            (change_key_menu): Renamed from...
1448            (menu_gpg_readonly): ..this.
1449            (clip_contains_pgpkey): New.
1450            (update_ui_items): Do not allow to sign expired keys.
1451            (keymanager_dlg_proc): Same for popup menu.
1452            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
1453            * wptKeyCache.cpp (copy_uid_prefs):
1454            (gpg_keycache_sync): Copy uid prefs so the key property
1455            dialog show the correct values. Thanks to Shane.
1456            
1457    2005-12-11  Timo Schulz  <[email protected]>
1458    
1459            * wptW32API.cpp (get_file_version): New.
1460            * wptGPGUtil.cpp (create_process): Always hide window.
1461            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
1462            instead of 'Exit'.
1463            * wptKeyManager.cpp (km_http_import): New filename
1464            generation code.
1465            (km_send_to_mail_recipient): Cleanups.
1466            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
1467            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
1468            when multiple keys are selected.
1469            (popup_multiple): New.
1470            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
1471            file versions are equal. Rewrote --keymanager code.
1472            
1473    2005-12-08  Timo Schulz  <[email protected]>
1474    
1475            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
1476            (hkp_recv_key2): Show user-id of the imported key instead
1477            of just the pattern.
1478            * wptFileCBS.cpp (read_cb): Changed to W32 API.
1479            (write_cb): Likewise. Create output file on demand.
1480            (gpg_file_data_new): Adjusted code for new API.
1481            * wptKeyEdit.cpp (cleanKey): New.
1482            * wptKeyEditCB.cpp (cmd_clean_handler): New.
1483            (editkey_command_handler): Call clean handler.
1484            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
1485            keylist after inserting items.
1486            * wptFileManager.cpp (fm_set_status): Take care of
1487            cleartext sigs.
1488            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
1489            sure can be closed.
1490            
1491    2005-12-07  Timo Schulz  <[email protected]>
1492    
1493            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
1494            Use 'Close' instead of 'Exit'.
1495            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
1496            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
1497            as the destination dir. Thanks to Werner.
1498            * wptRegistry.cpp (is_gpgee_installed): New.
1499            (regist_inst_winpt): Do not register file extensions
1500            if GPGee is available.
1501            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
1502            use of local vars.
1503            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
1504            no illegal backup mode is saved.
1505            * wptKeyserverDlg.cpp (show_imported_key): New.
1506            (hkp_recv_key2): Show imported keys if the blob
1507            contained more than one.
1508            
1509    2005-12-06  Timo Schulz  <[email protected]>
1510    
1511            * WinPT.cpp (WinMain): Load the gettext environment soon
1512            as possible so all 'first start' messages are localized.
1513            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
1514            received via the keyserver, return the gpgme key context on
1515            success and add it directly to the list.
1516            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
1517            to store the key.
1518            (hkp_recv_key2): Add extra param for the fingerprint.
1519            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
1520            
1521    2005-12-02  Werner Koch  <[email protected]>
1522    
1523            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
1524    
1525    2005-12-01  Timo Schulz  <[email protected]>
1526    
1527            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
1528            for get_gpg_sigstat().
1529            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
1530            As a macro strings will not be translated at runtime.
1531            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
1532            need to update the cache. Thanks to Jan-Oliver.
1533            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
1534            
1535    2005-11-30  Timo Schulz  <[email protected]>
1536    
1537            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
1538            * WinPT-en.rc: Removed string list.
1539            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
1540            * wptKeylist.cpp (keylist_build): Cannot use global
1541            arrays for the columns due to gettext.
1542            
1543  2005-11-29  Timo Schulz  <[email protected]>  2005-11-29  Timo Schulz  <[email protected]>
1544    
1545          * WinPT.cpp (WinMain): Modify --keymanager. If an instance          * WinPT.cpp (WinMain): Modify --keymanager. If an instance
# Line 973  Line 2515 
2515    
2516          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
2517          from WinMain ().          from WinMain ().
2518          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
2519          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
2520          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
2521          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.102  
changed lines
  Added in v.303

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26