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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.174  
changed lines
  Added in v.409

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26