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

Diff of /trunk/Src/ChangeLog

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

revision 271 by twoaday, Sun Nov 5 08:57:45 2006 UTC revision 320 by twoaday, Fri Aug 3 13:54:55 2007 UTC
# Line 1  Line 1 
1    2007-08-03  Timo Schulz  <[email protected]>
2    
3            * wptMainproc.cpp (wpt_main_proc): A single click
4            with the mouse, left button, also shows the menu.
5            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
6            allocated and thus remove the additional check before free().
7    
8            
9    2007-05-25  Timo Schulz  <[email protected]>
10    
11            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
12            if the gpgProgram entry will be modified. Suggested by Werner.
13    
14    2007-03-23  Timo Schulz  <[email protected]>
15    
16            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
17            variables to avoid heap operations.
18            * wptKeyManager.cpp (km_http_import): Adjust the http class.
19    
20    2007-03-21  Timo Schulz  <[email protected]>
21    
22            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
23            array of strings.
24            (km_clip_export): Really export all selected keys.
25            (km_file_export): Likewise.
26            
27    2007-03-17  Timo Schulz  <[email protected]>
28    
29            * wptErrors.cpp (debug_end): Reset FP pointer.
30            (printf_box): Fix buffer calculation.
31            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
32            return the error.
33    
34    2007-03-13  Timo Schulz  <[email protected]>
35    
36            * wptGPG.cpp (gpg_check_file_permissions): New.
37            (my_access): Renamed to..
38            (check_file_access): ..this.
39    
40    2007-03-12  Timo Schulz  <[email protected]>
41            
42            * wptVerifyList.cpp (extract_filename): Simplified.
43            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
44            leak for some error cases.
45    
46    2007-03-10  Timo Schulz  <[email protected]>
47    
48            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
49            avoid possible allocation problems.
50            (kserver_seararch_begin): Likewise.
51            (parse_pub_record): Double check fpr to key ID problem.
52            Noted by Mike Culbertson.
53    
54    2007-03-09  Timo Schulz  <[email protected]>
55    
56            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
57            instead of the key ID to avoid problems with v3 keys.
58            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
59            in case of v3 keys. Noted by Raphael
60            (verify_show_signature_state): Likewise.
61            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
62            (verlist_add_sig): Likewise.
63              
64    2006-12-30  Timo Schulz  <[email protected]>
65    
66            * StringBuffer.cpp (StringBuffer): New.
67            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
68            sprintf code with the new string buffer implementation.
69            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
70    
71    2006-12-28  Timo Schulz  <[email protected]>
72    
73            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
74            * wptW32API.cpp (get_locale_time): New.
75            (get_locale_timedate): New.
76            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
77            callers to get_locale_timedate.
78            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
79            * wptNLS.cpp (gettext_free_current_domain): New.
80            (gettext_set_file): Removed all '/' code.
81            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
82            code more robust.
83    
84    2006-12-21  Timo Schulz  <[email protected]>
85    
86            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
87            The Code will be possibly used in a separate project.
88    
89    2006-12-05  Timo Schulz  <[email protected]>
90    
91            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
92            there is no pubkey available, issue a hint and not BUG.
93            
94    2006-12-02  Timo Schulz  <[email protected]>
95    
96            * WinPT-en.rc: Remove wipe free space menu item.
97            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
98            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
99            Allow to set the passes here.
100            * wptFileManager.cpp (fm_encrypt): change all callers
101            for the wipe functions.
102            * wptListview.cpp (listview_sort_items): Extract code
103            to change the column image.
104            * wptKeylist.cpp (key_get_image_id): New.
105            (keylist_build): Change return type and all callers.
106            * wptGPG.cpp (gnupg_load_config): Kludge to detect
107            the 'textmode' option.
108            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
109    
110    2006-11-12  Timo Schulz  <[email protected]>
111    
112            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
113            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
114            avoid invalid gpg.conf entries.
115            Thanks to Ralf Latz.
116            
117  2006-11-04  Timo Schulz  <[email protected]>  2006-11-04  Timo Schulz  <[email protected]>
118    
119          * wptW32API.cpp (set_clip_text2): Make sure enough memory          * wptW32API.cpp (set_clip_text2): Make sure enough memory

Legend:
Removed from v.271  
changed lines
  Added in v.320

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26