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

Diff of /trunk/Src/ChangeLog

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

revision 248 by twoaday, Fri Jul 28 11:11:09 2006 UTC revision 278 by twoaday, Mon Jan 15 22:02:04 2007 UTC
# Line 1  Line 1 
1  2007-07-28  Timo Schulz  <[email protected]>  2006-12-30  Timo Schulz  <[email protected]>
2    
3            * StringBuffer.cpp (StringBuffer): New.
4            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
5            sprintf code with the new string buffer implementation.
6            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
7    
8    2006-12-28  Timo Schulz  <[email protected]>
9    
10            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
11            * wptW32API.cpp (get_locale_time): New.
12            (get_locale_timedate): New.
13            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
14            callers to get_locale_timedate.
15            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
16            * wptNLS.cpp (gettext_free_current_domain): New.
17            (gettext_set_file): Removed all '/' code.
18            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
19            code more robust.
20    
21    2006-12-21  Timo Schulz  <[email protected]>
22    
23            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
24            The Code will be possibly used in a separate project.
25    
26    2006-12-05  Timo Schulz  <[email protected]>
27    
28            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
29            there is no pubkey available, issue a hint and not BUG.
30            
31    2006-12-02  Timo Schulz  <[email protected]>
32    
33            * WinPT-en.rc: Remove wipe free space menu item.
34            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
35            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
36            Allow to set the passes here.
37            * wptFileManager.cpp (fm_encrypt): change all callers
38            for the wipe functions.
39            * wptListview.cpp (listview_sort_items): Extract code
40            to change the column image.
41            * wptKeylist.cpp (key_get_image_id): New.
42            (keylist_build): Change return type and all callers.
43            * wptGPG.cpp (gnupg_load_config): Kludge to detect
44            the 'textmode' option.
45            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
46    
47    2006-11-12  Timo Schulz  <[email protected]>
48    
49            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
50            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
51            avoid invalid gpg.conf entries.
52            Thanks to Ralf Latz.
53            
54    2006-11-04  Timo Schulz  <[email protected]>
55    
56            * wptW32API.cpp (set_clip_text2): Make sure enough memory
57            will be allocated.
58            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
59            view entries for none existing files.
60            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
61            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
62            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
63            into KEYID entries.
64            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
65            of errors.
66            (get_backup_name): Use constant formant spec.
67            (extract_keyid): Simplified.
68            * wptKeyserver.cpp (kserver_connect): Return proxy error if
69            approriate.
70            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
71            handling to avoid possible segfaults.
72            (fetch_key_from_keyserver): Real error handling.
73            * wptFileManager.cpp (fm_gpg_verify): New.
74            (fm_verify): Support to fetch key here to avoid problems later.
75            * wptFileCBS.cpp (file_data_rewind): New.
76            
77            
78    2006-10-27  Timo Schulz  <[email protected]>
79    
80            * wptGPG.cpp (get_backup_name): Make sure enough memory
81            will be allocated.
82            (gnupg_backup_keyrings): Release memory in case of errors.
83            
84    2006-10-21  Timo Schulz  <[email protected]>
85    
86            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
87            and store it.
88            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
89            
90    2006-10-04  Timo Schulz  <[email protected]>
91    
92            * wptFileManager.cpp (fm_check_armor_type): Remove space in
93            search pattern string.
94            (fm_check_for_entry): Case insentensive search.
95            (fm_add_dir_files): Use W32 API directly.
96            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
97            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
98            
99    2006-08-30  Timo Schulz  <[email protected]>
100    
101            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
102            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
103            (save_pattern_from_combox): New.
104            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
105            * wptGPGMEWrapper.c (importFromBuffer): New.
106            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
107            system really has smart card services enabled.
108            * wptKeyManger.cpp (km_http_import): Stricter error checking.
109            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
110            for the file name.
111            
112    2006-08-24  Timo Schulz  <[email protected]>
113    
114            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
115            (get): Better error handling.
116            (head): Likewise.
117            * wptGPGME.cpp (sigsum_to_index): Just map the index without
118            any checks.
119            * wptCommonDlg.cpp (check_URL): Be more strict.
120            
121    2006-08-11  Timo Schulz  <[email protected]>
122    
123            * wptGPGMEWrapper.cpp (importFromFile): New.
124            (importFromClipboard): New.
125            (importGetResult): New.
126            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
127            (km_clip_import): Ditto.
128            * wptKeyEdit.cpp (addCardKey): New.
129            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
130            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
131            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
132            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
133            
134    2006-08-10  Timo Schulz  <[email protected]>
135    
136            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
137            '=='.
138            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
139            keys and signatures.
140            (get_gpg_sigstat): Adjusted code.
141            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
142            (gpg_card_load): Improved card detection code.
143            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
144            a key on a card. Suggested by Achim.
145            * wptUtil.cpp (check_email_address): Add sanity check for
146            the length.
147            * WinPT.cpp (WinMain): Handle cardgen request.
148            
149    2006-08-04  Timo Schulz  <[email protected]>
150    
151            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
152            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
153            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
154            for the situation that the last key in the cache is deleted.
155            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
156            detection.
157            
158    2006-08-02  Timo Schulz  <[email protected]>
159    
160            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
161            with static data.
162            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
163            (get_key_userid): Fix problem when key was not found.
164            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
165            fingerprint to short keyid conversion.
166            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
167            sigs.
168            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
169            
170            
171    2006-08-01  Timo Schulz  <[email protected]>
172    
173            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
174            (gnupg_display_error): Removed unused code.
175            * wptPassphraseCB.cpp (parse_gpg_description): Text output
176            is now more human readable.
177            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
178            error code in all cases.
179            
180    2006-07-31  Timo Schulz  <[email protected]>
181    
182            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
183            handling code.
184            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
185            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
186            for list view controls.
187            
188    2006-07-30  Timo Schulz  <[email protected]>
189    
190            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
191            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
192            (display_keyinfo): New.
193            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
194            (keysig_dlg_proc): List creation time.
195            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
196            handling.
197            
198    2006-07-28  Timo Schulz  <[email protected]>
199    
200          * wptKeyManager.cpp (lv_del_confirmed_keys): New.          * wptKeyManager.cpp (lv_del_confirmed_keys): New.
201          * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically          * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically

Legend:
Removed from v.248  
changed lines
  Added in v.278

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26