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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.204  
changed lines
  Added in v.444

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26