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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26