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

Diff of /trunk/Src/ChangeLog

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

revision 226 by twoaday, Mon Jun 12 13:40:21 2006 UTC revision 297 by twoaday, Sat Mar 17 22:13:40 2007 UTC
# Line 1  Line 1 
1    2007-03-17  Timo Schulz  <[email protected]>
2    
3            * wptErrors.cpp (debug_end): Reset FP pointer.
4            (printf_box): Fix buffer calculation.
5            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
6            return the error.
7    
8    2007-03-13  Timo Schulz  <[email protected]>
9    
10            * wptGPG.cpp (gpg_check_file_permissions): New.
11            (my_access): Renamed to..
12            (check_file_access): ..this.
13    
14    2007-03-12  Timo Schulz  <[email protected]>
15            
16            * wptVerifyList.cpp (extract_filename): Simplified.
17            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
18            leak for some error cases.
19    
20    2007-03-10  Timo Schulz  <[email protected]>
21    
22            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
23            avoid possible allocation problems.
24            (kserver_seararch_begin): Likewise.
25            (parse_pub_record): Double check fpr to key ID problem.
26            Noted by Mike Culbertson.
27    
28    2007-03-09  Timo Schulz  <[email protected]>
29    
30            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
31            instead of the key ID to avoid problems with v3 keys.
32            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
33            in case of v3 keys. Noted by Raphael
34            (verify_show_signature_state): Likewise.
35            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
36            (verlist_add_sig): Likewise.
37              
38    2006-12-30  Timo Schulz  <[email protected]>
39    
40            * StringBuffer.cpp (StringBuffer): New.
41            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
42            sprintf code with the new string buffer implementation.
43            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
44    
45    2006-12-28  Timo Schulz  <[email protected]>
46    
47            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
48            * wptW32API.cpp (get_locale_time): New.
49            (get_locale_timedate): New.
50            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
51            callers to get_locale_timedate.
52            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
53            * wptNLS.cpp (gettext_free_current_domain): New.
54            (gettext_set_file): Removed all '/' code.
55            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
56            code more robust.
57    
58    2006-12-21  Timo Schulz  <[email protected]>
59    
60            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
61            The Code will be possibly used in a separate project.
62    
63    2006-12-05  Timo Schulz  <[email protected]>
64    
65            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
66            there is no pubkey available, issue a hint and not BUG.
67            
68    2006-12-02  Timo Schulz  <[email protected]>
69    
70            * WinPT-en.rc: Remove wipe free space menu item.
71            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
72            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
73            Allow to set the passes here.
74            * wptFileManager.cpp (fm_encrypt): change all callers
75            for the wipe functions.
76            * wptListview.cpp (listview_sort_items): Extract code
77            to change the column image.
78            * wptKeylist.cpp (key_get_image_id): New.
79            (keylist_build): Change return type and all callers.
80            * wptGPG.cpp (gnupg_load_config): Kludge to detect
81            the 'textmode' option.
82            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
83    
84    2006-11-12  Timo Schulz  <[email protected]>
85    
86            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
87            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
88            avoid invalid gpg.conf entries.
89            Thanks to Ralf Latz.
90            
91    2006-11-04  Timo Schulz  <[email protected]>
92    
93            * wptW32API.cpp (set_clip_text2): Make sure enough memory
94            will be allocated.
95            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
96            view entries for none existing files.
97            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
98            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
99            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
100            into KEYID entries.
101            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
102            of errors.
103            (get_backup_name): Use constant formant spec.
104            (extract_keyid): Simplified.
105            * wptKeyserver.cpp (kserver_connect): Return proxy error if
106            approriate.
107            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
108            handling to avoid possible segfaults.
109            (fetch_key_from_keyserver): Real error handling.
110            * wptFileManager.cpp (fm_gpg_verify): New.
111            (fm_verify): Support to fetch key here to avoid problems later.
112            * wptFileCBS.cpp (file_data_rewind): New.
113            
114            
115    2006-10-27  Timo Schulz  <[email protected]>
116    
117            * wptGPG.cpp (get_backup_name): Make sure enough memory
118            will be allocated.
119            (gnupg_backup_keyrings): Release memory in case of errors.
120            
121    2006-10-21  Timo Schulz  <[email protected]>
122    
123            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
124            and store it.
125            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
126            
127    2006-10-04  Timo Schulz  <[email protected]>
128    
129            * wptFileManager.cpp (fm_check_armor_type): Remove space in
130            search pattern string.
131            (fm_check_for_entry): Case insentensive search.
132            (fm_add_dir_files): Use W32 API directly.
133            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
134            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
135            
136    2006-08-30  Timo Schulz  <[email protected]>
137    
138            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
139            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
140            (save_pattern_from_combox): New.
141            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
142            * wptGPGMEWrapper.c (importFromBuffer): New.
143            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
144            system really has smart card services enabled.
145            * wptKeyManger.cpp (km_http_import): Stricter error checking.
146            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
147            for the file name.
148            
149    2006-08-24  Timo Schulz  <[email protected]>
150    
151            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
152            (get): Better error handling.
153            (head): Likewise.
154            * wptGPGME.cpp (sigsum_to_index): Just map the index without
155            any checks.
156            * wptCommonDlg.cpp (check_URL): Be more strict.
157            
158    2006-08-11  Timo Schulz  <[email protected]>
159    
160            * wptGPGMEWrapper.cpp (importFromFile): New.
161            (importFromClipboard): New.
162            (importGetResult): New.
163            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
164            (km_clip_import): Ditto.
165            * wptKeyEdit.cpp (addCardKey): New.
166            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
167            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
168            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
169            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
170            
171    2006-08-10  Timo Schulz  <[email protected]>
172    
173            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
174            '=='.
175            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
176            keys and signatures.
177            (get_gpg_sigstat): Adjusted code.
178            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
179            (gpg_card_load): Improved card detection code.
180            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
181            a key on a card. Suggested by Achim.
182            * wptUtil.cpp (check_email_address): Add sanity check for
183            the length.
184            * WinPT.cpp (WinMain): Handle cardgen request.
185            
186    2006-08-04  Timo Schulz  <[email protected]>
187    
188            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
189            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
190            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
191            for the situation that the last key in the cache is deleted.
192            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
193            detection.
194            
195    2006-08-02  Timo Schulz  <[email protected]>
196    
197            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
198            with static data.
199            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
200            (get_key_userid): Fix problem when key was not found.
201            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
202            fingerprint to short keyid conversion.
203            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
204            sigs.
205            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
206            
207            
208    2006-08-01  Timo Schulz  <[email protected]>
209    
210            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
211            (gnupg_display_error): Removed unused code.
212            * wptPassphraseCB.cpp (parse_gpg_description): Text output
213            is now more human readable.
214            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
215            error code in all cases.
216            
217    2006-07-31  Timo Schulz  <[email protected]>
218    
219            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
220            handling code.
221            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
222            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
223            for list view controls.
224            
225    2006-07-30  Timo Schulz  <[email protected]>
226    
227            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
228            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
229            (display_keyinfo): New.
230            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
231            (keysig_dlg_proc): List creation time.
232            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
233            handling.
234            
235    2006-07-28  Timo Schulz  <[email protected]>
236    
237            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
238            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
239            adjust key size.
240            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
241            
242    2006-07-25  Timo Schulz  <[email protected]>
243    
244            Applied spelling corrections from Anthony Bryan.
245            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
246            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
247            
248    2006-07-22  Timo Schulz  <[email protected]>
249    
250            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
251            utf8 encoded user ids.
252            (winpt_main_proc): Cleanups.
253            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
254            email address to the clipboard.
255            
256    2006-07-15  Timo Schulz  <[email protected]>
257    
258            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
259            any compatibility problems.
260            * wptW32API.cpp (get_file_version): Cleanups.
261            
262    2006-07-10  Timo Schulz  <[email protected]>
263    
264            * wptUtil.cpp (check_file_name): New.
265            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
266            (key_revoke_dlg_proc): Likewise.
267            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
268            * wptImportList.cpp (implist_load): Likewise.
269            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
270            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
271            
272    2006-07-05  Timo Schulz  <[email protected]>
273    
274            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
275            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
276            with a menu instead of dozen of buttons.
277            
278    2006-07-01  Timo Schulz  <[email protected]>
279    
280            * wptFileManager.cpp (fm_sort): Rewritten.
281            (fm_build): Modify param type. Change all callers.
282            (fm_cmp_cb): Adjusted for the new code.
283            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
284            for the list view.
285            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
286            context and model for the list view.
287            (update_status_bar): Fix calculation of the size of the
288            selected files.
289            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
290            and return type.
291            
292    2006-06-28  Timo Schulz  <[email protected]>
293    
294            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
295            and memory leak.
296            * wptListView.cpp (listview_find_substr): New.
297            (listview_sort_items): Use symbolic ids.
298            * wptKeyManager.cpp (km_find_key): Allow substring search.
299            
300    2006-06-27  Timo Schulz  <[email protected]>
301    
302            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
303            when no sig has been found (if requested).
304            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
305            quote instead of the check box. Cleanups.
306            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
307            sorting problem and wrong icon display.
308            * wptListView.cpp (listview_sort_items): Correct code for
309            checkbox based lists.
310            * wptKeylist.cpp (keylist_build): Add sorting icons.
311            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
312            
313    2006-06-24  Timo Schulz  <[email protected]>
314    
315            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
316            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
317            conversion.
318            (subkey_list_init): Simplified.
319            
320    2006-06-22  Timo Schulz  <[email protected]>
321    
322            * WinPT-en.rc: Include versioninfo.rc to generate
323            the version info automatically.
324            
325    2006-06-19  Timo Schulz  <[email protected]>
326    
327            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
328            format of the sig info text.
329            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
330            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
331            handling.
332            * wptPassphraseDlg.cpp (request_key_passphrase): Return
333            utf8 encoded passphrase.
334            
335    2006-06-18  Timo Schulz  <[email protected]>
336    
337            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
338            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
339            (verify_get_key_ownertrust): New.
340            (clip_decrypt_dlg_proc): New argument. Change all callers.
341            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
342            that the dialog was called with a param.
343            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
344            case of dbl-click.
345            
346    2006-06-16  Timo Schulz  <[email protected]>
347    
348            * wptProgressDlg.cpp (wait_for_progress_cb): New.
349            * wptMainProc.cpp (winpt_main_proc): Use this function
350            to disallow to access the cache during synchronisation.
351            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
352            * wptKeyserver.cpp (check_hkp_response): Improved text
353            extraction.
354            (parse_keyserver_error): New.
355            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
356            encoding.
357            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
358            needs to be utf8 encoded but still allow it.
359            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
360            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
361            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
362            
363    2006-06-15  Timo Schulz  <[email protected]>
364    
365            * wptVerList.cpp (verlist_build): Use icons.
366            (verlist_add_sig): Set image number according to sig state.
367            
368    2006-06-14  Timo Schulz  <[email protected]>
369    
370            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
371            authors string here. Noted by Eduardo.
372            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
373            
374  2006-06-09  Timo Schulz  <[email protected]>  2006-06-09  Timo Schulz  <[email protected]>
375    
376          * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle          * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle

Legend:
Removed from v.226  
changed lines
  Added in v.297

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26