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

Diff of /trunk/Src/ChangeLog

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

revision 260 by twoaday, Wed Aug 16 10:01:30 2006 UTC revision 350 by twoaday, Thu Dec 1 19:58:09 2011 UTC
# Line 1  Line 1 
1    2011-12-01  Timo Schulz  <[email protected]>
2    
3           * wptGroupsDlg.cpp: Removed.
4           * wptGroupManager.cpp: Likewise.
5           * wptKeyTrustPathDlg.cpp: Removed.
6          
7    2011-11-30  Timo Schulz  <[email protected]>
8    
9           * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted
10           positions for GPG menu entries.
11          
12    2011-11-25  Timo Schulz  <[email protected]>
13    
14            * WinPT.cpp (check_os_version): New. Separated
15            function to check the OS verson.
16            Removed emulate utf8 bug legacy code.
17            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
18            also for the primary key since we are now supporting DSAv2.
19            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
20            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
21            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
22            and rewrote index to gpg menu mapping. Fixed wrong text label.
23            * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon
24            error boxes.
25    
26            * Integrated patches from Remi FAVIER.
27            
28    2007-08-03  Timo Schulz  <[email protected]>
29    
30            * wptMainproc.cpp (wpt_main_proc): A single click
31            with the mouse, left button, also shows the menu.
32            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
33            allocated and thus remove the additional check before free().
34    
35            
36    2007-05-25  Timo Schulz  <[email protected]>
37    
38            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
39            if the gpgProgram entry will be modified. Suggested by Werner.
40    
41    2007-03-23  Timo Schulz  <[email protected]>
42    
43            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
44            variables to avoid heap operations.
45            * wptKeyManager.cpp (km_http_import): Adjust the http class.
46    
47    2007-03-21  Timo Schulz  <[email protected]>
48    
49            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
50            array of strings.
51            (km_clip_export): Really export all selected keys.
52            (km_file_export): Likewise.
53            
54    2007-03-17  Timo Schulz  <[email protected]>
55    
56            * wptErrors.cpp (debug_end): Reset FP pointer.
57            (printf_box): Fix buffer calculation.
58            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
59            return the error.
60    
61    2007-03-13  Timo Schulz  <[email protected]>
62    
63            * wptGPG.cpp (gpg_check_file_permissions): New.
64            (my_access): Renamed to..
65            (check_file_access): ..this.
66    
67    2007-03-12  Timo Schulz  <[email protected]>
68            
69            * wptVerifyList.cpp (extract_filename): Simplified.
70            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
71            leak for some error cases.
72    
73    2007-03-10  Timo Schulz  <[email protected]>
74    
75            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
76            avoid possible allocation problems.
77            (kserver_seararch_begin): Likewise.
78            (parse_pub_record): Double check fpr to key ID problem.
79            Noted by Mike Culbertson.
80    
81    2007-03-09  Timo Schulz  <[email protected]>
82    
83            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
84            instead of the key ID to avoid problems with v3 keys.
85            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
86            in case of v3 keys. Noted by Raphael
87            (verify_show_signature_state): Likewise.
88            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
89            (verlist_add_sig): Likewise.
90              
91    2006-12-30  Timo Schulz  <[email protected]>
92    
93            * StringBuffer.cpp (StringBuffer): New.
94            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
95            sprintf code with the new string buffer implementation.
96            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
97    
98    2006-12-28  Timo Schulz  <[email protected]>
99    
100            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
101            * wptW32API.cpp (get_locale_time): New.
102            (get_locale_timedate): New.
103            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
104            callers to get_locale_timedate.
105            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
106            * wptNLS.cpp (gettext_free_current_domain): New.
107            (gettext_set_file): Removed all '/' code.
108            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
109            code more robust.
110    
111    2006-12-21  Timo Schulz  <[email protected]>
112    
113            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
114            The Code will be possibly used in a separate project.
115    
116    2006-12-05  Timo Schulz  <[email protected]>
117    
118            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
119            there is no pubkey available, issue a hint and not BUG.
120            
121    2006-12-02  Timo Schulz  <[email protected]>
122    
123            * WinPT-en.rc: Remove wipe free space menu item.
124            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
125            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
126            Allow to set the passes here.
127            * wptFileManager.cpp (fm_encrypt): change all callers
128            for the wipe functions.
129            * wptListview.cpp (listview_sort_items): Extract code
130            to change the column image.
131            * wptKeylist.cpp (key_get_image_id): New.
132            (keylist_build): Change return type and all callers.
133            * wptGPG.cpp (gnupg_load_config): Kludge to detect
134            the 'textmode' option.
135            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
136    
137    2006-11-12  Timo Schulz  <[email protected]>
138    
139            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
140            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
141            avoid invalid gpg.conf entries.
142            Thanks to Ralf Latz.
143            
144    2006-11-04  Timo Schulz  <[email protected]>
145    
146            * wptW32API.cpp (set_clip_text2): Make sure enough memory
147            will be allocated.
148            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
149            view entries for none existing files.
150            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
151            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
152            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
153            into KEYID entries.
154            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
155            of errors.
156            (get_backup_name): Use constant formant spec.
157            (extract_keyid): Simplified.
158            * wptKeyserver.cpp (kserver_connect): Return proxy error if
159            approriate.
160            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
161            handling to avoid possible segfaults.
162            (fetch_key_from_keyserver): Real error handling.
163            * wptFileManager.cpp (fm_gpg_verify): New.
164            (fm_verify): Support to fetch key here to avoid problems later.
165            * wptFileCBS.cpp (file_data_rewind): New.
166            
167            
168    2006-10-27  Timo Schulz  <[email protected]>
169    
170            * wptGPG.cpp (get_backup_name): Make sure enough memory
171            will be allocated.
172            (gnupg_backup_keyrings): Release memory in case of errors.
173            
174    2006-10-21  Timo Schulz  <[email protected]>
175    
176            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
177            and store it.
178            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
179            
180    2006-10-04  Timo Schulz  <[email protected]>
181    
182            * wptFileManager.cpp (fm_check_armor_type): Remove space in
183            search pattern string.
184            (fm_check_for_entry): Case insentensive search.
185            (fm_add_dir_files): Use W32 API directly.
186            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
187            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
188            
189    2006-08-30  Timo Schulz  <[email protected]>
190    
191            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
192            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
193            (save_pattern_from_combox): New.
194            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
195            * wptGPGMEWrapper.c (importFromBuffer): New.
196            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
197            system really has smart card services enabled.
198            * wptKeyManger.cpp (km_http_import): Stricter error checking.
199            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
200            for the file name.
201            
202    2006-08-24  Timo Schulz  <[email protected]>
203    
204            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
205            (get): Better error handling.
206            (head): Likewise.
207            * wptGPGME.cpp (sigsum_to_index): Just map the index without
208            any checks.
209            * wptCommonDlg.cpp (check_URL): Be more strict.
210            
211  2006-08-11  Timo Schulz  <[email protected]>  2006-08-11  Timo Schulz  <[email protected]>
212    
213          * wptGPGMEWrapper.cpp (importFromFile): New.          * wptGPGMEWrapper.cpp (importFromFile): New.

Legend:
Removed from v.260  
changed lines
  Added in v.350

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26