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

Diff of /trunk/Src/ChangeLog

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

revision 212 by twoaday, Tue May 9 10:29:07 2006 UTC revision 442 by twoaday, Sat Apr 14 14:23:34 2012 UTC
# Line 1  Line 1 
1    2012-04-14  Timo Schulz  <[email protected]>
2    
3            * wptBalloonPop.cpp (window_proc): Removed unused variable.
4            * wptCardDlg.cpp (do_askpin): Corrected generation of PIN
5            info text.
6            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Removed unused
7            variable.
8            * wptKeylist.cpp (get_key_pubalgo): Extra handling for '0'.
9            * wptGPG.cpp (default_key_from_cache): Removed unused variable.
10            
11            Thanks to Grzesiek from the patches.
12            
13            
14    2012-04-09  Timo Schulz  <[email protected]>
15    
16            * wptKeylist.cpp (keylist_build): New icon for
17            expired public keys.
18            
19    2012-04-07  Timo Schulz  <[email protected]>
20    
21            * wptFileManager.cpp (fm_add_dir_files): Limited scope of
22            local vars.
23            * wptImageList.cpp (km_imagelist_load): Use COLOR16 and
24            a larger icon size.
25            * wptKeylist.cpp (keylist_build): Likewise.
26            * wptListView.cpp (listview_set_image_list): Likewise.
27            * wptNLS.cpp: New translation (Polish).
28            
29    2012-04-07  Timo Schulz  <[email protected]>
30    
31            * wptSigTreeDlg.cpp (treeview_set_image_list): Use ICON16.
32            * wptVerifyList.cpp (verlist_build): Adjusted column widths.
33            
34    2012-03-03  Timo Schulz  <[email protected]>
35    
36            * WinPT.cpp (get_file_version): Improved error checking.
37            (gpg_set_debug_mode): Likewise.
38            * wptMainProc.cpp (add_taskbar_icon): Limit tooltip size.
39            
40    2012-02-26  Timo Schulz  <[email protected]>
41    
42            * WinPT.cpp (WinMain): Check for possible errors
43            during the file verification process.
44            
45    2012-02-16  Timo Schulz  <[email protected]>
46    
47            * wptErrors.cpp (setup_logfile): New. Factored out the
48            code to create the debug logging file.
49            (log_debug): Use it here and disable debugging in case
50            of any file problems.
51            
52    2012-02-11  Timo Schulz  <[email protected]>
53    
54            * wptCurrWnd.cpp (get_current_wnd): store thread ID
55            pair to avoid side-effects.
56            (paste_window_content): Likewise.
57            (copy_window_content): Likewise.
58            * WinPT.cpp (WinMain): Switch to disable hooking.
59            * wptMainProc.cpp (winpt_main_proc): Handle it here.
60            
61    2012-02-06  Timo Schulz  <[email protected]>
62    
63            * wptNLS.cpp (gettext_free_current_domain): Replace free()
64            with safe_free():
65            * WinPT.cpp: Use log_debug to improve bug tracking capabilities.
66            * wptGPG.cpp (check_keyring): Improved error checking.
67            * wptFileManager.cpp: Removed obsolete code.
68            
69    2012-01-29  Timo Schulz  <[email protected]>
70    
71            * wptNLS.cpp: Added 'Dutch' as a valid language.
72            * wptSigTreeDlg.cpp (sigtree_load): Fixed gcc warning.
73            * wptKeyserver.cpp (kserver_connect): Likewise.
74            
75    2012-01-15  Timo Schulz  <[email protected]>
76    
77            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc):
78            Invert logic to disable the calendar control for the
79            key expiration date.
80            * wptKeyPropsDialog.cpp (on_init_dialog): Localized missing string.
81            
82    2011-12-13  Timo Schulz  <[email protected]>
83    
84            * Makefile.am: Enable SSP and corrected dependencies.
85            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after
86            a key was updated from a keyserver.
87    
88    2011-12-12  Timo Schulz  <[email protected]>
89    
90            * WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf.
91    
92    2011-12-09  Timo Schulz  <[email protected]>
93    
94            * wptNLS.cpp (gettext_set_user_domain): Changed return type to
95            void.
96    
97    2011-12-06  Timo Schulz  <[email protected]>
98    
99            * wptNLS.cpp (get_user_langid): Removed.
100            Use gettext_get_langid() instead. Changed all callers.
101            (gettext_set_file): Removed.
102            (w32_stpcpy): Likewise.
103            * StringBuffer.cpp: Overload '=' operator for 'char*'.
104    
105    2011-12-06  Timo Schulz  <[email protected]>
106    
107            * wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in
108            the title that the key has been revoked.
109            * wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw
110            list view in case a modal client dialog has been closed.
111            
112    2011-12-04  Timo Schulz  <[email protected]>
113    
114            * WinPT.cpp (get_file_version): New.
115            Improved error handling.
116    
117    2011-12-01  Timo Schulz  <[email protected]>
118    
119           * wptGroupsDlg.cpp: Removed.
120           * wptGroupManager.cpp: Likewise.
121           * wptKeyTrustPathDlg.cpp: Removed.
122          
123    2011-11-30  Timo Schulz  <[email protected]>
124    
125           * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted
126           positions for GPG menu entries.
127          
128    2011-11-25  Timo Schulz  <[email protected]>
129    
130            * WinPT.cpp (check_os_version): New. Separated
131            function to check the OS verson.
132            Removed emulate utf8 bug legacy code.
133            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
134            also for the primary key since we are now supporting DSAv2.
135            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
136            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
137            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
138            and rewrote index to gpg menu mapping. Fixed wrong text label.
139            * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon
140            error boxes.
141    
142            * Integrated patches from Remi FAVIER.
143            
144    2007-08-03  Timo Schulz  <[email protected]>
145    
146            * wptMainproc.cpp (wpt_main_proc): A single click
147            with the mouse, left button, also shows the menu.
148            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
149            allocated and thus remove the additional check before free().
150    
151            
152    2007-05-25  Timo Schulz  <[email protected]>
153    
154            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
155            if the gpgProgram entry will be modified. Suggested by Werner.
156    
157    2007-03-23  Timo Schulz  <[email protected]>
158    
159            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
160            variables to avoid heap operations.
161            * wptKeyManager.cpp (km_http_import): Adjust the http class.
162    
163    2007-03-21  Timo Schulz  <[email protected]>
164    
165            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
166            array of strings.
167            (km_clip_export): Really export all selected keys.
168            (km_file_export): Likewise.
169            
170    2007-03-17  Timo Schulz  <[email protected]>
171    
172            * wptErrors.cpp (debug_end): Reset FP pointer.
173            (printf_box): Fix buffer calculation.
174            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
175            return the error.
176    
177    2007-03-13  Timo Schulz  <[email protected]>
178    
179            * wptGPG.cpp (gpg_check_file_permissions): New.
180            (my_access): Renamed to..
181            (check_file_access): ..this.
182    
183    2007-03-12  Timo Schulz  <[email protected]>
184            
185            * wptVerifyList.cpp (extract_filename): Simplified.
186            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
187            leak for some error cases.
188    
189    2007-03-10  Timo Schulz  <[email protected]>
190    
191            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
192            avoid possible allocation problems.
193            (kserver_seararch_begin): Likewise.
194            (parse_pub_record): Double check fpr to key ID problem.
195            Noted by Mike Culbertson.
196    
197    2007-03-09  Timo Schulz  <[email protected]>
198    
199            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
200            instead of the key ID to avoid problems with v3 keys.
201            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
202            in case of v3 keys. Noted by Raphael
203            (verify_show_signature_state): Likewise.
204            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
205            (verlist_add_sig): Likewise.
206              
207    2006-12-30  Timo Schulz  <[email protected]>
208    
209            * StringBuffer.cpp (StringBuffer): New.
210            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
211            sprintf code with the new string buffer implementation.
212            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
213    
214    2006-12-28  Timo Schulz  <[email protected]>
215    
216            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
217            * wptW32API.cpp (get_locale_time): New.
218            (get_locale_timedate): New.
219            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
220            callers to get_locale_timedate.
221            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
222            * wptNLS.cpp (gettext_free_current_domain): New.
223            (gettext_set_file): Removed all '/' code.
224            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
225            code more robust.
226    
227    2006-12-21  Timo Schulz  <[email protected]>
228    
229            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
230            The Code will be possibly used in a separate project.
231    
232    2006-12-05  Timo Schulz  <[email protected]>
233    
234            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
235            there is no pubkey available, issue a hint and not BUG.
236            
237    2006-12-02  Timo Schulz  <[email protected]>
238    
239            * WinPT-en.rc: Remove wipe free space menu item.
240            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
241            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
242            Allow to set the passes here.
243            * wptFileManager.cpp (fm_encrypt): change all callers
244            for the wipe functions.
245            * wptListview.cpp (listview_sort_items): Extract code
246            to change the column image.
247            * wptKeylist.cpp (key_get_image_id): New.
248            (keylist_build): Change return type and all callers.
249            * wptGPG.cpp (gnupg_load_config): Kludge to detect
250            the 'textmode' option.
251            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
252    
253    2006-11-12  Timo Schulz  <[email protected]>
254    
255            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
256            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
257            avoid invalid gpg.conf entries.
258            Thanks to Ralf Latz.
259            
260    2006-11-04  Timo Schulz  <[email protected]>
261    
262            * wptW32API.cpp (set_clip_text2): Make sure enough memory
263            will be allocated.
264            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
265            view entries for none existing files.
266            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
267            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
268            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
269            into KEYID entries.
270            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
271            of errors.
272            (get_backup_name): Use constant formant spec.
273            (extract_keyid): Simplified.
274            * wptKeyserver.cpp (kserver_connect): Return proxy error if
275            approriate.
276            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
277            handling to avoid possible segfaults.
278            (fetch_key_from_keyserver): Real error handling.
279            * wptFileManager.cpp (fm_gpg_verify): New.
280            (fm_verify): Support to fetch key here to avoid problems later.
281            * wptFileCBS.cpp (file_data_rewind): New.
282            
283            
284    2006-10-27  Timo Schulz  <[email protected]>
285    
286            * wptGPG.cpp (get_backup_name): Make sure enough memory
287            will be allocated.
288            (gnupg_backup_keyrings): Release memory in case of errors.
289            
290    2006-10-21  Timo Schulz  <[email protected]>
291    
292            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
293            and store it.
294            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
295            
296    2006-10-04  Timo Schulz  <[email protected]>
297    
298            * wptFileManager.cpp (fm_check_armor_type): Remove space in
299            search pattern string.
300            (fm_check_for_entry): Case insentensive search.
301            (fm_add_dir_files): Use W32 API directly.
302            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
303            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
304            
305    2006-08-30  Timo Schulz  <[email protected]>
306    
307            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
308            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
309            (save_pattern_from_combox): New.
310            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
311            * wptGPGMEWrapper.c (importFromBuffer): New.
312            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
313            system really has smart card services enabled.
314            * wptKeyManger.cpp (km_http_import): Stricter error checking.
315            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
316            for the file name.
317            
318    2006-08-24  Timo Schulz  <[email protected]>
319    
320            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
321            (get): Better error handling.
322            (head): Likewise.
323            * wptGPGME.cpp (sigsum_to_index): Just map the index without
324            any checks.
325            * wptCommonDlg.cpp (check_URL): Be more strict.
326            
327    2006-08-11  Timo Schulz  <[email protected]>
328    
329            * wptGPGMEWrapper.cpp (importFromFile): New.
330            (importFromClipboard): New.
331            (importGetResult): New.
332            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
333            (km_clip_import): Ditto.
334            * wptKeyEdit.cpp (addCardKey): New.
335            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
336            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
337            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
338            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
339            
340    2006-08-10  Timo Schulz  <[email protected]>
341    
342            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
343            '=='.
344            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
345            keys and signatures.
346            (get_gpg_sigstat): Adjusted code.
347            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
348            (gpg_card_load): Improved card detection code.
349            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
350            a key on a card. Suggested by Achim.
351            * wptUtil.cpp (check_email_address): Add sanity check for
352            the length.
353            * WinPT.cpp (WinMain): Handle cardgen request.
354            
355    2006-08-04  Timo Schulz  <[email protected]>
356    
357            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
358            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
359            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
360            for the situation that the last key in the cache is deleted.
361            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
362            detection.
363            
364    2006-08-02  Timo Schulz  <[email protected]>
365    
366            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
367            with static data.
368            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
369            (get_key_userid): Fix problem when key was not found.
370            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
371            fingerprint to short keyid conversion.
372            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
373            sigs.
374            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
375            
376            
377    2006-08-01  Timo Schulz  <[email protected]>
378    
379            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
380            (gnupg_display_error): Removed unused code.
381            * wptPassphraseCB.cpp (parse_gpg_description): Text output
382            is now more human readable.
383            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
384            error code in all cases.
385            
386    2006-07-31  Timo Schulz  <[email protected]>
387    
388            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
389            handling code.
390            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
391            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
392            for list view controls.
393            
394    2006-07-30  Timo Schulz  <[email protected]>
395    
396            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
397            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
398            (display_keyinfo): New.
399            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
400            (keysig_dlg_proc): List creation time.
401            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
402            handling.
403            
404    2006-07-28  Timo Schulz  <[email protected]>
405    
406            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
407            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
408            adjust key size.
409            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
410            
411    2006-07-25  Timo Schulz  <[email protected]>
412    
413            Applied spelling corrections from Anthony Bryan.
414            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
415            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
416            
417    2006-07-22  Timo Schulz  <[email protected]>
418    
419            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
420            utf8 encoded user ids.
421            (winpt_main_proc): Cleanups.
422            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
423            email address to the clipboard.
424            
425    2006-07-15  Timo Schulz  <[email protected]>
426    
427            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
428            any compatibility problems.
429            * wptW32API.cpp (get_file_version): Cleanups.
430            
431    2006-07-10  Timo Schulz  <[email protected]>
432    
433            * wptUtil.cpp (check_file_name): New.
434            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
435            (key_revoke_dlg_proc): Likewise.
436            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
437            * wptImportList.cpp (implist_load): Likewise.
438            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
439            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
440            
441    2006-07-05  Timo Schulz  <[email protected]>
442    
443            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
444            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
445            with a menu instead of dozen of buttons.
446            
447    2006-07-01  Timo Schulz  <[email protected]>
448    
449            * wptFileManager.cpp (fm_sort): Rewritten.
450            (fm_build): Modify param type. Change all callers.
451            (fm_cmp_cb): Adjusted for the new code.
452            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
453            for the list view.
454            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
455            context and model for the list view.
456            (update_status_bar): Fix calculation of the size of the
457            selected files.
458            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
459            and return type.
460            
461    2006-06-28  Timo Schulz  <[email protected]>
462    
463            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
464            and memory leak.
465            * wptListView.cpp (listview_find_substr): New.
466            (listview_sort_items): Use symbolic ids.
467            * wptKeyManager.cpp (km_find_key): Allow substring search.
468            
469    2006-06-27  Timo Schulz  <[email protected]>
470    
471            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
472            when no sig has been found (if requested).
473            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
474            quote instead of the check box. Cleanups.
475            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
476            sorting problem and wrong icon display.
477            * wptListView.cpp (listview_sort_items): Correct code for
478            checkbox based lists.
479            * wptKeylist.cpp (keylist_build): Add sorting icons.
480            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
481            
482    2006-06-24  Timo Schulz  <[email protected]>
483    
484            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
485            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
486            conversion.
487            (subkey_list_init): Simplified.
488            
489    2006-06-22  Timo Schulz  <[email protected]>
490    
491            * WinPT-en.rc: Include versioninfo.rc to generate
492            the version info automatically.
493            
494    2006-06-19  Timo Schulz  <[email protected]>
495    
496            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
497            format of the sig info text.
498            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
499            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
500            handling.
501            * wptPassphraseDlg.cpp (request_key_passphrase): Return
502            utf8 encoded passphrase.
503            
504    2006-06-18  Timo Schulz  <[email protected]>
505    
506            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
507            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
508            (verify_get_key_ownertrust): New.
509            (clip_decrypt_dlg_proc): New argument. Change all callers.
510            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
511            that the dialog was called with a param.
512            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
513            case of dbl-click.
514            
515    2006-06-16  Timo Schulz  <[email protected]>
516    
517            * wptProgressDlg.cpp (wait_for_progress_cb): New.
518            * wptMainProc.cpp (winpt_main_proc): Use this function
519            to disallow to access the cache during synchronisation.
520            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
521            * wptKeyserver.cpp (check_hkp_response): Improved text
522            extraction.
523            (parse_keyserver_error): New.
524            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
525            encoding.
526            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
527            needs to be utf8 encoded but still allow it.
528            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
529            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
530            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
531            
532    2006-06-15  Timo Schulz  <[email protected]>
533    
534            * wptVerList.cpp (verlist_build): Use icons.
535            (verlist_add_sig): Set image number according to sig state.
536            
537    2006-06-14  Timo Schulz  <[email protected]>
538    
539            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
540            authors string here. Noted by Eduardo.
541            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
542            
543    2006-06-09  Timo Schulz  <[email protected]>
544    
545            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
546            RSA_E and RSA_S.
547            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
548            
549    2006-06-08  Timo Schulz  <[email protected]>
550    
551            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
552            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
553            (showphoto_dlg_proc): New.
554            * wptKeyManagerDlg.cpp (restore_window_size): New.
555            (keymanager_dlg_proc): Restore original window size on startup.
556            (copy_key_info): Allow to copy multiple key items.
557            
558    2006-06-06  Timo Schulz  <[email protected]>
559    
560            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
561            if no expire date were given.
562            
563    2006-06-05  Timo Schulz  <[email protected]>
564    
565            * wptPassphraseDlg.cpp (request_passphrase): Release mem
566            in case of errors.
567            (request_key_passphrase): New.
568            (set_passphrase_hint): New.
569            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
570            hint. Suggested by vedaal.
571            
572    2006-06-03  Timo Schulz  <[email protected]>
573    
574            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
575            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
576            the case that 'encrypt-to' points to a non-existing item.
577            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
578            the dialog if an error occurred.
579            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
580            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
581            in case of errors.
582            * wptKeyserverDlg.cpp (check_pattern): Improved code.
583            (keyserver_dlg_proc): All comparisons are case insentensive.
584            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
585            
586    2006-06-02  Timo Schulz  <[email protected]>
587    
588            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
589            
590    2006-06-01  Timo Schulz  <[email protected]>
591    
592            * wptKeyserver.cpp (check_URL): change semantic.
593            (skip_type_prefix): Use check_URL().
594            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
595            include secret keyring backups. Change all callers.
596            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
597            (set_reg_winpt_prefs): Likewise.
598            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
599            
600    2006-05-29  Timo Schulz  <[email protected]>
601    
602            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
603    
604    2006-05-27  Timo Schulz  <[email protected]>
605    
606            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
607            passphrase requests.
608            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
609            for global use.
610            * wptFileManager.cpp (fm_decrypt): Use it here.
611            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
612            
613    2006-05-25  Timo Schulz  <[email protected]>
614    
615            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
616            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
617            * wptVerifyList.cpp (verlist_build): New argument type.
618            Change all callers.
619            (verlist_set_info_control): New.
620            (verlist_set_additional_info): New.
621            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
622            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
623            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
624            
625    2006-05-23  Timo Schulz  <[email protected]>
626    
627            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
628            problem.
629            (keyedit_main_dlg_proc): Popup menu for the user ID list
630            with common commands.
631            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
632            disable search for ldap servers.
633            Use subkeys.pgp.net by default when no server was selected.
634    
635    2006-05-22  Timo Schulz  <[email protected]>
636    
637            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
638            Support for the new 'default ext' value.
639            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
640            (prefs_dlg_proc): Likewise.
641            * wptFileManager.cpp (file_get_extension): Likewise.
642            (get_output_file): Likewise.
643            (fm_export): Likewise.
644            
645    2006-05-20  Timo Schulz  <[email protected]>
646    
647            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
648            process call when no photo is available.
649            (keyprops_dlg_proc): avoid static data.
650            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
651            of on demand key requests.
652            (show_verify_result): Likewise.
653            (secret_key_available): Likewise.
654            (fm_decrypt, fm_sign): Handle the new on demand key request
655            mode and free all memory.
656            
657    2006-05-15  Timo Schulz  <[email protected]>
658    
659            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
660            apply patch. Thanks to vedaal.
661            
662    2006-05-14  Timo Schulz  <[email protected]>
663    
664            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
665            preferred keyserver URL.
666            * wptHTTP.cpp (extractHostInfo): Fix segv.
667            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
668            gpg.conf.
669            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
670            assume an existing user id.
671            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
672            if no passphrase is available.
673    
674    2006-05-13  Timo Schulz  <[email protected]>
675    
676            * wpMainProc.cpp (secret_key_available): Move it...
677            * wptGPGME.cpp: ..to this file.
678            (check_ultimate_trusted_key): Handle the case there
679            is no secret key available.
680            * wptFileManagerDlg.cpp (update_ui_items): Improved.
681            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
682            some functions when no secret key is available.
683            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
684            code and also display pubkey algorithm.
685            * wptKeyserver.cpp (safe_alloc): New.
686            (count_keys_in_response): New.
687            (parse_pub_record): New.
688            (parse_uid_record): New.
689            (kserver_release_key): New.
690            (kserver_search_begin, kserver_search_next_key):
691            Adjust for the machine readable output. Removed old code.
692            (parse_keyserver_url): New.
693            * wptUtil.cpp (substr): New.
694            * wptKeyManager.cpp (km_refresh_one_key): Properly
695            parse the keyserver URL.
696            
697    2006-05-11  Timo Schulz  <[email protected]>
698    
699            * wptPassphraseCB.cpp (release_gpg_recipients): New.
700            (release_gpg_recipients): Use it here.
701            * wptFileManager.cpp (fm_decrypt): List all recipients.
702            Thanks to vedaal.
703            * wptGPG.cpp (extract_keyid): New.
704            (get_gnupg_default_key): Use it here.
705            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
706            one-pass-sigs again.
707            
708  2006-05-09  Timo Schulz  <[email protected]>  2006-05-09  Timo Schulz  <[email protected]>
709    
710          * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.          * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
711            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
712            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
713                    
714  2006-05-07  Timo Schulz  <[email protected]>  2006-05-07  Timo Schulz  <[email protected]>
715    

Legend:
Removed from v.212  
changed lines
  Added in v.442

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26