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

Diff of /trunk/Src/ChangeLog

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

revision 167 by twoaday, Thu Jan 26 10:17:17 2006 UTC revision 288 by twoaday, Sat Mar 10 11:02:33 2007 UTC
# Line 1  Line 1 
1    2007-03-10  Timo Schulz  <[email protected]>
2    
3            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
4            avoid possible allocation problems.
5            (kserver_seararch_begin): Likewise.
6    
7    2007-03-09  Timo Schulz  <[email protected]>
8    
9            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
10            instead of the key ID to avoid problems with v3 keys.
11            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
12            in case of v3 keys. Noted by Raphael
13            (verify_show_signature_state): Likewise.
14            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
15            (verlist_add_sig): Likewise.
16              
17    2006-12-30  Timo Schulz  <[email protected]>
18    
19            * StringBuffer.cpp (StringBuffer): New.
20            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
21            sprintf code with the new string buffer implementation.
22            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
23    
24    2006-12-28  Timo Schulz  <[email protected]>
25    
26            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
27            * wptW32API.cpp (get_locale_time): New.
28            (get_locale_timedate): New.
29            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
30            callers to get_locale_timedate.
31            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
32            * wptNLS.cpp (gettext_free_current_domain): New.
33            (gettext_set_file): Removed all '/' code.
34            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
35            code more robust.
36    
37    2006-12-21  Timo Schulz  <[email protected]>
38    
39            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
40            The Code will be possibly used in a separate project.
41    
42    2006-12-05  Timo Schulz  <[email protected]>
43    
44            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
45            there is no pubkey available, issue a hint and not BUG.
46            
47    2006-12-02  Timo Schulz  <[email protected]>
48    
49            * WinPT-en.rc: Remove wipe free space menu item.
50            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
51            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
52            Allow to set the passes here.
53            * wptFileManager.cpp (fm_encrypt): change all callers
54            for the wipe functions.
55            * wptListview.cpp (listview_sort_items): Extract code
56            to change the column image.
57            * wptKeylist.cpp (key_get_image_id): New.
58            (keylist_build): Change return type and all callers.
59            * wptGPG.cpp (gnupg_load_config): Kludge to detect
60            the 'textmode' option.
61            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
62    
63    2006-11-12  Timo Schulz  <[email protected]>
64    
65            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
66            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
67            avoid invalid gpg.conf entries.
68            Thanks to Ralf Latz.
69            
70    2006-11-04  Timo Schulz  <[email protected]>
71    
72            * wptW32API.cpp (set_clip_text2): Make sure enough memory
73            will be allocated.
74            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
75            view entries for none existing files.
76            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
77            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
78            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
79            into KEYID entries.
80            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
81            of errors.
82            (get_backup_name): Use constant formant spec.
83            (extract_keyid): Simplified.
84            * wptKeyserver.cpp (kserver_connect): Return proxy error if
85            approriate.
86            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
87            handling to avoid possible segfaults.
88            (fetch_key_from_keyserver): Real error handling.
89            * wptFileManager.cpp (fm_gpg_verify): New.
90            (fm_verify): Support to fetch key here to avoid problems later.
91            * wptFileCBS.cpp (file_data_rewind): New.
92            
93            
94    2006-10-27  Timo Schulz  <[email protected]>
95    
96            * wptGPG.cpp (get_backup_name): Make sure enough memory
97            will be allocated.
98            (gnupg_backup_keyrings): Release memory in case of errors.
99            
100    2006-10-21  Timo Schulz  <[email protected]>
101    
102            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
103            and store it.
104            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
105            
106    2006-10-04  Timo Schulz  <[email protected]>
107    
108            * wptFileManager.cpp (fm_check_armor_type): Remove space in
109            search pattern string.
110            (fm_check_for_entry): Case insentensive search.
111            (fm_add_dir_files): Use W32 API directly.
112            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
113            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
114            
115    2006-08-30  Timo Schulz  <[email protected]>
116    
117            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
118            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
119            (save_pattern_from_combox): New.
120            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
121            * wptGPGMEWrapper.c (importFromBuffer): New.
122            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
123            system really has smart card services enabled.
124            * wptKeyManger.cpp (km_http_import): Stricter error checking.
125            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
126            for the file name.
127            
128    2006-08-24  Timo Schulz  <[email protected]>
129    
130            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
131            (get): Better error handling.
132            (head): Likewise.
133            * wptGPGME.cpp (sigsum_to_index): Just map the index without
134            any checks.
135            * wptCommonDlg.cpp (check_URL): Be more strict.
136            
137    2006-08-11  Timo Schulz  <[email protected]>
138    
139            * wptGPGMEWrapper.cpp (importFromFile): New.
140            (importFromClipboard): New.
141            (importGetResult): New.
142            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
143            (km_clip_import): Ditto.
144            * wptKeyEdit.cpp (addCardKey): New.
145            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
146            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
147            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
148            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
149            
150    2006-08-10  Timo Schulz  <[email protected]>
151    
152            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
153            '=='.
154            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
155            keys and signatures.
156            (get_gpg_sigstat): Adjusted code.
157            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
158            (gpg_card_load): Improved card detection code.
159            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
160            a key on a card. Suggested by Achim.
161            * wptUtil.cpp (check_email_address): Add sanity check for
162            the length.
163            * WinPT.cpp (WinMain): Handle cardgen request.
164            
165    2006-08-04  Timo Schulz  <[email protected]>
166    
167            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
168            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
169            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
170            for the situation that the last key in the cache is deleted.
171            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
172            detection.
173            
174    2006-08-02  Timo Schulz  <[email protected]>
175    
176            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
177            with static data.
178            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
179            (get_key_userid): Fix problem when key was not found.
180            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
181            fingerprint to short keyid conversion.
182            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
183            sigs.
184            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
185            
186            
187    2006-08-01  Timo Schulz  <[email protected]>
188    
189            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
190            (gnupg_display_error): Removed unused code.
191            * wptPassphraseCB.cpp (parse_gpg_description): Text output
192            is now more human readable.
193            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
194            error code in all cases.
195            
196    2006-07-31  Timo Schulz  <[email protected]>
197    
198            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
199            handling code.
200            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
201            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
202            for list view controls.
203            
204    2006-07-30  Timo Schulz  <[email protected]>
205    
206            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
207            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
208            (display_keyinfo): New.
209            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
210            (keysig_dlg_proc): List creation time.
211            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
212            handling.
213            
214    2006-07-28  Timo Schulz  <[email protected]>
215    
216            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
217            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
218            adjust key size.
219            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
220            
221    2006-07-25  Timo Schulz  <[email protected]>
222    
223            Applied spelling corrections from Anthony Bryan.
224            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
225            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
226            
227    2006-07-22  Timo Schulz  <[email protected]>
228    
229            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
230            utf8 encoded user ids.
231            (winpt_main_proc): Cleanups.
232            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
233            email address to the clipboard.
234            
235    2006-07-15  Timo Schulz  <[email protected]>
236    
237            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
238            any compatibility problems.
239            * wptW32API.cpp (get_file_version): Cleanups.
240            
241    2006-07-10  Timo Schulz  <[email protected]>
242    
243            * wptUtil.cpp (check_file_name): New.
244            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
245            (key_revoke_dlg_proc): Likewise.
246            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
247            * wptImportList.cpp (implist_load): Likewise.
248            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
249            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
250            
251    2006-07-05  Timo Schulz  <[email protected]>
252    
253            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
254            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
255            with a menu instead of dozen of buttons.
256            
257    2006-07-01  Timo Schulz  <[email protected]>
258    
259            * wptFileManager.cpp (fm_sort): Rewritten.
260            (fm_build): Modify param type. Change all callers.
261            (fm_cmp_cb): Adjusted for the new code.
262            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
263            for the list view.
264            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
265            context and model for the list view.
266            (update_status_bar): Fix calculation of the size of the
267            selected files.
268            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
269            and return type.
270            
271    2006-06-28  Timo Schulz  <[email protected]>
272    
273            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
274            and memory leak.
275            * wptListView.cpp (listview_find_substr): New.
276            (listview_sort_items): Use symbolic ids.
277            * wptKeyManager.cpp (km_find_key): Allow substring search.
278            
279    2006-06-27  Timo Schulz  <[email protected]>
280    
281            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
282            when no sig has been found (if requested).
283            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
284            quote instead of the check box. Cleanups.
285            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
286            sorting problem and wrong icon display.
287            * wptListView.cpp (listview_sort_items): Correct code for
288            checkbox based lists.
289            * wptKeylist.cpp (keylist_build): Add sorting icons.
290            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
291            
292    2006-06-24  Timo Schulz  <[email protected]>
293    
294            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
295            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
296            conversion.
297            (subkey_list_init): Simplified.
298            
299    2006-06-22  Timo Schulz  <[email protected]>
300    
301            * WinPT-en.rc: Include versioninfo.rc to generate
302            the version info automatically.
303            
304    2006-06-19  Timo Schulz  <[email protected]>
305    
306            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
307            format of the sig info text.
308            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
309            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
310            handling.
311            * wptPassphraseDlg.cpp (request_key_passphrase): Return
312            utf8 encoded passphrase.
313            
314    2006-06-18  Timo Schulz  <[email protected]>
315    
316            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
317            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
318            (verify_get_key_ownertrust): New.
319            (clip_decrypt_dlg_proc): New argument. Change all callers.
320            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
321            that the dialog was called with a param.
322            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
323            case of dbl-click.
324            
325    2006-06-16  Timo Schulz  <[email protected]>
326    
327            * wptProgressDlg.cpp (wait_for_progress_cb): New.
328            * wptMainProc.cpp (winpt_main_proc): Use this function
329            to disallow to access the cache during synchronisation.
330            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
331            * wptKeyserver.cpp (check_hkp_response): Improved text
332            extraction.
333            (parse_keyserver_error): New.
334            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
335            encoding.
336            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
337            needs to be utf8 encoded but still allow it.
338            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
339            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
340            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
341            
342    2006-06-15  Timo Schulz  <[email protected]>
343    
344            * wptVerList.cpp (verlist_build): Use icons.
345            (verlist_add_sig): Set image number according to sig state.
346            
347    2006-06-14  Timo Schulz  <[email protected]>
348    
349            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
350            authors string here. Noted by Eduardo.
351            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
352            
353    2006-06-09  Timo Schulz  <[email protected]>
354    
355            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
356            RSA_E and RSA_S.
357            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
358            
359    2006-06-08  Timo Schulz  <[email protected]>
360    
361            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
362            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
363            (showphoto_dlg_proc): New.
364            * wptKeyManagerDlg.cpp (restore_window_size): New.
365            (keymanager_dlg_proc): Restore original window size on startup.
366            (copy_key_info): Allow to copy multiple key items.
367            
368    2006-06-06  Timo Schulz  <[email protected]>
369    
370            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
371            if no expire date were given.
372            
373    2006-06-05  Timo Schulz  <[email protected]>
374    
375            * wptPassphraseDlg.cpp (request_passphrase): Release mem
376            in case of errors.
377            (request_key_passphrase): New.
378            (set_passphrase_hint): New.
379            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
380            hint. Suggested by vedaal.
381            
382    2006-06-03  Timo Schulz  <[email protected]>
383    
384            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
385            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
386            the case that 'encrypt-to' points to a non-existing item.
387            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
388            the dialog if an error occurred.
389            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
390            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
391            in case of errors.
392            * wptKeyserverDlg.cpp (check_pattern): Improved code.
393            (keyserver_dlg_proc): All comparisons are case insentensive.
394            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
395            
396    2006-06-02  Timo Schulz  <[email protected]>
397    
398            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
399            
400    2006-06-01  Timo Schulz  <[email protected]>
401    
402            * wptKeyserver.cpp (check_URL): change semantic.
403            (skip_type_prefix): Use check_URL().
404            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
405            include secret keyring backups. Change all callers.
406            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
407            (set_reg_winpt_prefs): Likewise.
408            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
409            
410    2006-05-29  Timo Schulz  <[email protected]>
411    
412            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
413    
414    2006-05-27  Timo Schulz  <[email protected]>
415    
416            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
417            passphrase requests.
418            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
419            for global use.
420            * wptFileManager.cpp (fm_decrypt): Use it here.
421            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
422            
423    2006-05-25  Timo Schulz  <[email protected]>
424    
425            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
426            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
427            * wptVerifyList.cpp (verlist_build): New argument type.
428            Change all callers.
429            (verlist_set_info_control): New.
430            (verlist_set_additional_info): New.
431            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
432            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
433            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
434            
435    2006-05-23  Timo Schulz  <[email protected]>
436    
437            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
438            problem.
439            (keyedit_main_dlg_proc): Popup menu for the user ID list
440            with common commands.
441            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
442            disable search for ldap servers.
443            Use subkeys.pgp.net by default when no server was selected.
444    
445    2006-05-22  Timo Schulz  <[email protected]>
446    
447            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
448            Support for the new 'default ext' value.
449            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
450            (prefs_dlg_proc): Likewise.
451            * wptFileManager.cpp (file_get_extension): Likewise.
452            (get_output_file): Likewise.
453            (fm_export): Likewise.
454            
455    2006-05-20  Timo Schulz  <[email protected]>
456    
457            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
458            process call when no photo is available.
459            (keyprops_dlg_proc): avoid static data.
460            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
461            of on demand key requests.
462            (show_verify_result): Likewise.
463            (secret_key_available): Likewise.
464            (fm_decrypt, fm_sign): Handle the new on demand key request
465            mode and free all memory.
466            
467    2006-05-15  Timo Schulz  <[email protected]>
468    
469            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
470            apply patch. Thanks to vedaal.
471            
472    2006-05-14  Timo Schulz  <[email protected]>
473    
474            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
475            preferred keyserver URL.
476            * wptHTTP.cpp (extractHostInfo): Fix segv.
477            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
478            gpg.conf.
479            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
480            assume an existing user id.
481            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
482            if no passphrase is available.
483    
484    2006-05-13  Timo Schulz  <[email protected]>
485    
486            * wpMainProc.cpp (secret_key_available): Move it...
487            * wptGPGME.cpp: ..to this file.
488            (check_ultimate_trusted_key): Handle the case there
489            is no secret key available.
490            * wptFileManagerDlg.cpp (update_ui_items): Improved.
491            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
492            some functions when no secret key is available.
493            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
494            code and also display pubkey algorithm.
495            * wptKeyserver.cpp (safe_alloc): New.
496            (count_keys_in_response): New.
497            (parse_pub_record): New.
498            (parse_uid_record): New.
499            (kserver_release_key): New.
500            (kserver_search_begin, kserver_search_next_key):
501            Adjust for the machine readable output. Removed old code.
502            (parse_keyserver_url): New.
503            * wptUtil.cpp (substr): New.
504            * wptKeyManager.cpp (km_refresh_one_key): Properly
505            parse the keyserver URL.
506            
507    2006-05-11  Timo Schulz  <[email protected]>
508    
509            * wptPassphraseCB.cpp (release_gpg_recipients): New.
510            (release_gpg_recipients): Use it here.
511            * wptFileManager.cpp (fm_decrypt): List all recipients.
512            Thanks to vedaal.
513            * wptGPG.cpp (extract_keyid): New.
514            (get_gnupg_default_key): Use it here.
515            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
516            one-pass-sigs again.
517            
518    2006-05-09  Timo Schulz  <[email protected]>
519    
520            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
521            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
522            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
523            
524    2006-05-07  Timo Schulz  <[email protected]>
525    
526            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
527            * wptKeyserver.cpp (wsock_strerror): Likewise.
528            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
529            Change all callers.
530            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
531            problem.
532            
533    2006-05-06  Timo Schulz  <[email protected]>
534    
535            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
536            sorting order if available.
537            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
538            for the key ID.
539            (get_pref_cipher): Differ between the AES algorithm IDs.
540            (key_is_valid): New.
541            * wptKeyserverDlg.cpp (check_pattern): Simplified.
542            
543    2006-05-03  Timo Schulz  <[email protected]>
544    
545            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
546            Thanks to Mathias.
547            
548    2006-05-02  Timo Schulz  <[email protected]>
549    
550            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
551            caption for the radio button group.
552            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
553            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
554            ldap_recvkey): Avoid fixed buffers.
555            (do_spawn_ldap_helper): New.
556            (ldap_recvkey): Factor out code into helper function.
557            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
558            Increase width of the list box to make sure even large
559            user IDs will be completly displayed.
560            
561    2006-05-01  Timo Schulz  <[email protected]>
562    
563            * WinPT.cpp (WinMain): Check if the user has admin privileges.
564            * wptW32API.cpp (user_is_admin): New.
565            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
566            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
567            to re-activate the window again.
568            * wptKeylist.cpp (get_key_trust2): Differ between "full"
569            and "ultimate".
570            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
571            has now highest priority.
572            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
573            system.
574            
575    2006-04-30  Timo Schulz  <[email protected]>
576    
577            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
578            list if needed.
579            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
580            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
581            * wptKeyEditDlgs.cpp (check_desig_rev): New.
582            (do_editkey_minimize): New.
583            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
584            generate a revoc cert as a desig revoker.
585            
586    2006-04-29  Timo Schulz  <[email protected]>
587    
588            * wptVerifyList.cpp (verlist_build): Adjusted code for new
589            list view interface.
590            * wptSigList.cpp (siglist_build): Likewise.
591            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
592            to display the preferences of the selected UID. Thanks to Mathias.
593            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
594            of an error.
595            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
596            the utf8 decoded uid list.
597            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
598            * wptListView.cpp (listview_new): New param for HWND handle.
599            Change all callers.
600            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
601            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
602            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
603            keyid extraction.
604            
605    2006-04-28  Timo Schulz  <[email protected]>
606    
607            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
608            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
609            for handling policy URLs.
610            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
611            New option KMSortBy.
612            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
613            * wptKeyEdit.cpp (minimizeKey): New.
614            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
615            
616    2006-04-27  Timo Schulz  <[email protected]>
617    
618            * wptKeyManager.cpp (km_get_key_ptr): New.
619            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
620            * wptKeyCache.cpp (keycache_decode_uids): New.
621            (free_native_uids): New.
622            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
623            
624    2006-04-26  Timo Schulz  <[email protected]>
625    
626            * wptKeylist.cpp (get_keyid_from_fpr): New.
627            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
628            * wptVerifyList.cpp (verlist_add_sig): Likewise.
629            
630    2006-04-25  Timo Schulz  <[email protected]>
631    
632            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
633            * wptMDSumDlg.cpp (hash_selected_files): New.
634            (mdsum_dlg_proc): Cleanups.
635            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
636            
637    2006-04-23  Timo Schulz  <[email protected]>
638    
639            * wptW32API.cpp (SetDlgItemText_utf8): New.
640            (SetWindowText_utf8): New.
641            (GetDlgItemText_utf8): New.
642            * wptListView.cpp (listview_add_sub_item): Internal
643            utf8 support.
644            
645    2006-04-22  Timo Schulz  <[email protected]>
646    
647            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
648            revoker name in UTF8.
649            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
650            with the window title.
651            
652    2006-04-20  Timo Schulz  <[email protected]>
653    
654            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
655            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
656            c++ memory allocation.
657            * wptFileManager.cpp (show_verify_result): Show PKA status
658            if possible.
659            * wptClipVerifyDlg.cpp (get_pka_status): New.
660            (clip_verify_dlg_proc): Show PKA status if possible.
661            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
662            to use ESC to quit the dialog.
663            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
664            encode the comment in UTF8. Thanks to Werner and Jan.
665            
666    2006-04-16  Timo Schulz  <[email protected]>
667    
668            * wptHTTP.cpp (getErrorCode): New.
669            (connect): Store winsock error code.
670            * wptGPGMEData.cpp (is_armor_header): New.
671            * wptGPG.cpp (check_gnupg_engine): Free context.
672            (gnupg_backup_keyrings): Do not use global vars.
673            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
674            
675    2006-04-15  Timo Schulz  <[email protected]>
676    
677            * wptKeyManager.cpp (km_get_key): New.
678            (km_key_show_revoc_info): New.
679            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
680            (on_init_dialog): New.
681            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
682            out some common code and use km_get_key() instead.
683            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
684            param type. Change all callers.
685            * wptKeyEdit.cpp (addNotation): New.
686            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
687            param everywhere. Change all callers.
688            
689    2006-04-09  Timo Schulz  <[email protected]>
690    
691            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
692            if the homedir value was changed.
693            * wptGPG.cpp (default_key_from_cache): Only return secret key
694            if public part is available.
695            (set_gnupg_default_key): Fix NULL problem.
696            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
697            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
698            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
699            'always-on-top' correctly.
700            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
701            mem to hold all possible keys.
702            (keylist_enum_keys): Likewise.
703            
704    2006-04-08  Timo Schulz  <[email protected]>
705    
706            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
707            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
708            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
709            * WinPT.cpp (WinMain): if the default key was not found, reset
710            the gpg.conf entry.
711            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
712            file name.
713            (show_verify_result): Always use utf8 output.
714            (get_output_file): Case in-sentensive comparison.
715            (fm_assume_onepass_sig): Fixed temp file handling.
716            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
717            output.
718            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
719            
720    2006-04-07  Timo Schulz  <[email protected]>
721    
722            * wptW32API.cpp (set_clip_text): Change code so it also
723            works again with non-XP systems.
724            
725    2006-04-02  Timo Schulz  <[email protected]>
726    
727            * wptKeyserver.cpp: decrease general threshold for timeout.
728            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
729            
730    2006-04-01  Timo Schulz  <[email protected]>
731    
732            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
733            * wptFileManager.cpp (restore_original_name): New.
734            (fm_decrypt): Restore original file name from literal
735            packet if possible.
736            
737    2006-03-31  Timo Schulz  <[email protected]>
738    
739            * wptCommonDlg.cpp (nls_load_langlist): New.
740            (nsl_set_language): New.
741            (nls_dlg_proc): New.
742            (select_language): New. Allow user to select the language.
743            * wptNLS.c (get_gettext_langid): Updated available languages.
744            * WinPT.cpp (WinMain): Allow to select the languag on first
745            start in non-installer environments.
746            * wptVerifyList.cpp (verlist_build): Simplified.
747            (verlist_add_sig_log): Likewise.
748            * wptListview.cpp (listview_set_column_width,
749            listview_get_selected_item): New.
750            * wptKeyManager.cpp (gpg_clip_export): Merged into..
751            (km_clip_export): ..this function.
752            
753    2006-03-30  Timo Schulz  <[email protected]>
754    
755            * wptW32API.cpp (insert_menu_item): New.
756            * wptSigTreeDlg.cpp (create_popup): Use it.
757            (sigtree_dlg_proc): Only show the name of the owner in the title.
758            * wptMainProc.cpp (init_common_controls): Initialize all
759            common controls here.
760            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
761            keyserver menu concept. Add all keyservers dynamically.
762            
763    2006-03-29  Timo Schulz  <[email protected]>
764    
765            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
766            with preferred keyserver.
767            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
768            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
769            uid_subclass_proc): Disable shortcuts for non keypairs.
770            * wptMainProc.cpp (winpt_main_proc): No user interaction
771            on automatic shutdown. Thanks to Werner.
772            * wptGPGUtil.cpp (xcalloc): New.
773            (gpg_rebuild_cache): Use --batch.
774            
775    2006-03-26  Timo Schulz  <[email protected]>
776    
777            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
778            * wptMainProc.cpp (winpt_main_proc): Reload key cache
779            when the GPG settings were changed.
780            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
781            keygen_dlg_proc): Improved check for the email address.
782            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
783            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
784            
785    2006-03-22  Timo Schulz  <[email protected]>
786    
787            * wptClipSignDlg.cpp (on_init_dialog): New.
788            Check that there is at least one useable signing key.
789            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
790            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
791            if needed.
792            
793    2006-03-21  Timo Schulz  <[email protected]>
794    
795            * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
796            (utf8_to_native): Likewise. Remove cp850 conversion.
797            * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
798            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
799            flag.
800            
801    2006-03-20  Timo Schulz  <[email protected]>
802    
803            * wptUTF8.cpp (get_native_charset): Removed.
804            (utf8_to_native): Rewritten.
805            * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
806            handling.
807            * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
808            
809    2006-03-16  Timo Schulz  <[email protected]>
810    
811            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
812            * wptCryptDisk.cpp: Disable code.
813            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
814            NONE proxy protocol.
815            (init_proxy_procotol): Likewise.
816            (read_proxy): Likewise.
817            * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
818            (keyserver_search_dlg_proc): Use it here.
819            * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
820            * wptKeyserver.cpp (kserver_search_end): New.
821            (kserver_search_begin): Be more strict on mem allocation.
822            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
823            problem.
824            * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
825            
826    2006-03-12  Timo Schulz  <[email protected]>
827    
828            * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
829            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
830            sym algorithm preferences if needed.
831            * wptKeysignDlg.cpp (date_is_today): New.
832            (keysign_dlg_proc): Only allow to set cert expire date if
833            the option was found.
834            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
835            'ask-cert-expire'.
836            
837    2006-03-10  Timo Schulz  <[email protected]>
838    
839            * wptHTTP.c: deleted.
840            * wptHTTP.cpp (wHTTP): Transformed old code into an object.
841            * wptKeyManager.cpp (km_http_import): Use new code.
842            (km_refresh_one_key): Use preferred keyserver if possible.
843            * wptComonDlg.cpp (check_URL): Better conformance checking.
844            * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
845            set keyserver for all userids.
846            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
847            to set preferred keyserver.
848            * wptKeyCache.cpp (decode_subpacket): New.
849            (gpg_keycache_update_attr): New.
850            * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
851            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
852            -1 as an index for all userids.
853            
854    2006-03-07  Timo Schulz  <[email protected]>
855    
856            * WinPT.cpp (set_default_keyserver): New.
857            * wptKeyserver.cpp (kserver_set_socket_timeout): New.
858            (kserver_set_default_keyserver): Initialize default settings
859            if needed.
860            * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
861            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
862            (passphrase_dlg_proc): Support new safe edit window procedure.
863            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
864            * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
865            if user disable it.
866            * wptKeylist.cpp (keylist_build): Do not scale images but use
867            original size.
868            * wptListView.cpp (listview_set_image_list): New size params.
869            Change all callers.
870            
871    2006-03-01  Timo Schulz  <[email protected]>
872    
873            * wptW32API.cpp (set_clip_text): Free all memory.
874            
875    2006-02-27  Timo Schulz  <[email protected]>
876    
877            * wptSOCKS.cpp (socks_handshake): New.
878            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
879            the key manager in teh foreground if possible.
880            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
881            * wptRegistry.cpp (get_reg_proxy_prefs,
882            set_reg_proxy_prefs): Use directly the proxy context.
883            Changed all callers.
884            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
885            (keyserver_proxy_dlg_proc): Use directly the proxy context.
886            * wptKeyserver.cpp (kserver_connect): Better proxy support.
887            (kserver_send_request, kserver_recvkey_request): Likewise.
888            * wptKeyserverDlg.cpp (name_from_proto): New.
889            (set_proxy): Adjusted for the new code.
890            
891    2006-02-26  Timo Schulz  <[email protected]>
892    
893            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
894            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
895            v4 keys.
896            * wptKeyserver.cpp (sock_getline): Skip '\r'.
897            (base64_encode): Remove @maxlen param. Changed all callers.
898            (finger_readline): Removed.
899            (finger_recvkey): Use internal functions.
900            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
901            (show_sigprops): New.
902            (create_popup): New.
903            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
904            now in minutes.
905            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
906            Change code to use hotkeys directly.
907            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
908            
909    2006-02-24  Timo Schulz  <[email protected]>
910    
911            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
912            when parameter is NULL.
913            * wptKeyManager.cpp (check_exist_default_key): New.
914            (km_delete_keys): Check if the default key is still valid,
915            if not delete entry.
916            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
917            button.
918            
919    2006-02-21  Timo Schulz  <[email protected]>
920    
921            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
922            cleanups.
923            * wptGPGUtil.cpp (file_extract_recipients): New.
924            (clip_extract_recipients): New.
925            (gpg_get_recipients): New.
926            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
927            external recipient listings.
928            
929    2006-02-15  Timo Schulz  <[email protected]>
930    
931            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
932            * wptFileStatDlg.cpp (get_s2k_algo): New.
933            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
934            formats.
935            
936    2006-02-14  Timo Schulz  <[email protected]>
937    
938            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
939            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
940            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
941            (fm_parse_files): Handle cancel.
942            
943    2006-02-10  Timo Schulz  <[email protected]>
944    
945            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
946            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
947            for the dialog param.
948            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
949            signature dialog by default.
950            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
951            gpgme_key_sig_t as param.
952            (keysig_dlg_proc): Change param for property dialog.
953            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
954            and use icons.
955            (sigtree_dlg_proc): Allow to execute old list dialog to
956            edit the signatures.
957            
958    2006-02-09  Timo Schulz  <[email protected]>
959    
960            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
961            * wptNLS.c (gettext_localize_dialog): New.
962            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
963            to avoid to reload the key cache.
964            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
965            list mode.
966            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
967            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
968            initiation code to this function.
969            (prefs_dlg_proc): Use it here.
970            
971    2006-02-07  Timo Schulz  <[email protected]>
972    
973            * wptKeyEdit.cpp (setNoPassphrase): New.
974            (getValidDays): New.
975            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
976            if the key is protected.
977            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
978            keys without a passphrase.
979            (keyedit_addrevoker_dlg_proc): Likewise.
980            
981    2006-02-04  Timo Schulz  <[email protected]>
982    
983            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
984            at least one ultimately trusted key.
985            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
986            Only check inet connection if we refresh all keys.
987            * wptGPGUtil.cpp (gpg_extract_keys): New.
988            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
989            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
990            * wptClipSignDlg.cpp (get_selected_key): New.
991            (one_key_proc): Use it here.
992            (count_useable_seckeys): New.
993            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
994            * wptKeyEditDlgs.cpp (diff_time): Removed.
995            (w32_mktime): New.
996            (keyedit_addsubkey_dlg_proc): Use it here.
997            
998    2006-02-02  Timo Schulz  <[email protected]>
999    
1000            * wptW32API.cpp (get_temp_name): New.
1001            * wptKeyserver.cpp (ldap_recvkey): Use it here.
1002            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
1003            * wptGPGUtil.cpp (create_tempfile): Likewise.
1004            * wptImportList.cpp (implist_load): Likewise.
1005            * wptKeyCache.cpp (parse_attr_data): Likewise.
1006            (w32_tempfile): Removed.
1007            * wptGPGME.cpp (check_ultimate_trusted_key): New.
1008            
1009    2006-01-31  Timo Schulz  <[email protected]>
1010    
1011            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
1012            help system.
1013            * wptListView.cpp (listview_set_chkbox_style): New.
1014            (listview_get_item_state): Support new checkbox style.
1015            (listview_new): Reset flag var.
1016            * wptKeylist.cpp (keylist_build): Support new checkbox style.
1017            
1018    2006-01-30  Timo Schulz  <[email protected]>
1019    
1020            * WinPT.cpp (check_readonly_attr): New.
1021            (load_gpg_env): Use it here.
1022            (WinPT): Make the the default key is searched in the
1023            secret key cache.
1024            Change error message.
1025            * wptRegistry.cpp (regist_int_winpt): Make sure
1026            the register extension is only offered once to the user.
1027            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
1028            temp directory. Fixed a privilege problem.
1029            
1030    2006-01-29  Timo Schulz  <[email protected]>
1031    
1032            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
1033            to quit dialog.
1034            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
1035            translations. Directly return sig class.
1036            (keysign_dlg_proc): Change msgbox title.
1037            * wptKeyEdit.cpp (signUserid): New.
1038            (getUseridIndex): New.
1039            (getKeyIndex): New.
1040            (getSigIndex): New.
1041            (clear): New.
1042            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
1043            user-id first.
1044            * wptKeyEditDlgs.cpp (lookup_cmd): New.
1045            (do_editkey_sign_userid): New.
1046            (do_init_cmdlist): Differ between key pairs and public keys
1047            and allowed actions.
1048            (keyedit_change_ownertrust): Show msgbox on success.
1049            (get_default_key): New.
1050            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
1051            
1052    2006-01-27  Timo Schulz  <[email protected]>
1053    
1054            * WinPT.cpp (WinMain): Set minimal list mode as default.
1055            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
1056            
1057  2006-01-25  Timo Schulz  <[email protected]>  2006-01-25  Timo Schulz  <[email protected]>
1058    
1059          * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if          * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if

Legend:
Removed from v.167  
changed lines
  Added in v.288

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26