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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.175  
changed lines
  Added in v.428

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26