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

Diff of /trunk/Src/ChangeLog

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

revision 262 by twoaday, Sat Sep 30 10:24:34 2006 UTC revision 306 by twoaday, Fri Mar 23 14:07:24 2007 UTC
# Line 1  Line 1 
1    2007-03-23  Timo Schulz  <[email protected]>
2    
3            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
4            variables to avoid heap operations.
5    
6    2007-03-21  Timo Schulz  <[email protected]>
7    
8            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
9            array of strings.
10            (km_clip_export): Really export all selected keys.
11            (km_file_export): Likewise.
12            
13    2007-03-17  Timo Schulz  <[email protected]>
14    
15            * wptErrors.cpp (debug_end): Reset FP pointer.
16            (printf_box): Fix buffer calculation.
17            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
18            return the error.
19    
20    2007-03-13  Timo Schulz  <[email protected]>
21    
22            * wptGPG.cpp (gpg_check_file_permissions): New.
23            (my_access): Renamed to..
24            (check_file_access): ..this.
25    
26    2007-03-12  Timo Schulz  <[email protected]>
27            
28            * wptVerifyList.cpp (extract_filename): Simplified.
29            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
30            leak for some error cases.
31    
32    2007-03-10  Timo Schulz  <[email protected]>
33    
34            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
35            avoid possible allocation problems.
36            (kserver_seararch_begin): Likewise.
37            (parse_pub_record): Double check fpr to key ID problem.
38            Noted by Mike Culbertson.
39    
40    2007-03-09  Timo Schulz  <[email protected]>
41    
42            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
43            instead of the key ID to avoid problems with v3 keys.
44            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
45            in case of v3 keys. Noted by Raphael
46            (verify_show_signature_state): Likewise.
47            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
48            (verlist_add_sig): Likewise.
49              
50    2006-12-30  Timo Schulz  <[email protected]>
51    
52            * StringBuffer.cpp (StringBuffer): New.
53            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
54            sprintf code with the new string buffer implementation.
55            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
56    
57    2006-12-28  Timo Schulz  <[email protected]>
58    
59            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
60            * wptW32API.cpp (get_locale_time): New.
61            (get_locale_timedate): New.
62            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
63            callers to get_locale_timedate.
64            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
65            * wptNLS.cpp (gettext_free_current_domain): New.
66            (gettext_set_file): Removed all '/' code.
67            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
68            code more robust.
69    
70    2006-12-21  Timo Schulz  <[email protected]>
71    
72            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
73            The Code will be possibly used in a separate project.
74    
75    2006-12-05  Timo Schulz  <[email protected]>
76    
77            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
78            there is no pubkey available, issue a hint and not BUG.
79            
80    2006-12-02  Timo Schulz  <[email protected]>
81    
82            * WinPT-en.rc: Remove wipe free space menu item.
83            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
84            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
85            Allow to set the passes here.
86            * wptFileManager.cpp (fm_encrypt): change all callers
87            for the wipe functions.
88            * wptListview.cpp (listview_sort_items): Extract code
89            to change the column image.
90            * wptKeylist.cpp (key_get_image_id): New.
91            (keylist_build): Change return type and all callers.
92            * wptGPG.cpp (gnupg_load_config): Kludge to detect
93            the 'textmode' option.
94            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
95    
96    2006-11-12  Timo Schulz  <[email protected]>
97    
98            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
99            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
100            avoid invalid gpg.conf entries.
101            Thanks to Ralf Latz.
102            
103    2006-11-04  Timo Schulz  <[email protected]>
104    
105            * wptW32API.cpp (set_clip_text2): Make sure enough memory
106            will be allocated.
107            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
108            view entries for none existing files.
109            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
110            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
111            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
112            into KEYID entries.
113            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
114            of errors.
115            (get_backup_name): Use constant formant spec.
116            (extract_keyid): Simplified.
117            * wptKeyserver.cpp (kserver_connect): Return proxy error if
118            approriate.
119            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
120            handling to avoid possible segfaults.
121            (fetch_key_from_keyserver): Real error handling.
122            * wptFileManager.cpp (fm_gpg_verify): New.
123            (fm_verify): Support to fetch key here to avoid problems later.
124            * wptFileCBS.cpp (file_data_rewind): New.
125            
126            
127    2006-10-27  Timo Schulz  <[email protected]>
128    
129            * wptGPG.cpp (get_backup_name): Make sure enough memory
130            will be allocated.
131            (gnupg_backup_keyrings): Release memory in case of errors.
132            
133    2006-10-21  Timo Schulz  <[email protected]>
134    
135            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
136            and store it.
137            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
138            
139    2006-10-04  Timo Schulz  <[email protected]>
140    
141            * wptFileManager.cpp (fm_check_armor_type): Remove space in
142            search pattern string.
143            (fm_check_for_entry): Case insentensive search.
144            (fm_add_dir_files): Use W32 API directly.
145            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
146            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
147            
148  2006-08-30  Timo Schulz  <[email protected]>  2006-08-30  Timo Schulz  <[email protected]>
149    
150          * wptRegistry.cpp (get_reg_entry): Do not use static buffers.          * wptRegistry.cpp (get_reg_entry): Do not use static buffers.

Legend:
Removed from v.262  
changed lines
  Added in v.306

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26