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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.180  
changed lines
  Added in v.372

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26