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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.228  
changed lines
  Added in v.366

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26