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

Diff of /trunk/Src/ChangeLog

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

revision 270 by twoaday, Sat Oct 21 18:08:57 2006 UTC revision 415 by twoaday, Sat Feb 11 16:51:01 2012 UTC
# Line 1  Line 1 
1    2012-02-11  Timo Schulz  <[email protected]>
2    
3            * wptCurrWnd.cpp (get_current_wnd): store thread ID
4            pair to avoid side-effects.
5            (paste_window_content): Likewise.
6            (copy_window_content): Likewise.
7            * WinPT.cpp (WinMain): Switch to disable hooking.
8            * wptMainProc.cpp (winpt_main_proc): Handle it here.
9            
10    2012-02-06  Timo Schulz  <[email protected]>
11    
12            * wptNLS.cpp (gettext_free_current_domain): Replace free()
13            with safe_free():
14            * WinPT.cpp: Use log_debug to improve bug tracking capabilities.
15            * wptGPG.cpp (check_keyring): Improved error checking.
16            * wptFileManager.cpp: Removed obsolete code.
17            
18    2012-01-29  Timo Schulz  <[email protected]>
19    
20            * wptNLS.cpp: Added 'Dutch' as a valid language.
21            * wptSigTreeDlg.cpp (sigtree_load): Fixed gcc warning.
22            * wptKeyserver.cpp (kserver_connect): Likewise.
23            
24    2012-01-15  Timo Schulz  <[email protected]>
25    
26            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc):
27            Invert logic to disable the calendar control for the
28            key expiration date.
29            * wptKeyPropsDialog.cpp (on_init_dialog): Localized missing string.
30            
31    2011-12-13  Timo Schulz  <[email protected]>
32    
33            * Makefile.am: Enable SSP and corrected dependencies.
34            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after
35            a key was updated from a keyserver.
36    
37    2011-12-12  Timo Schulz  <[email protected]>
38    
39            * WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf.
40    
41    2011-12-09  Timo Schulz  <[email protected]>
42    
43            * wptNLS.cpp (gettext_set_user_domain): Changed return type to
44            void.
45    
46    2011-12-06  Timo Schulz  <[email protected]>
47    
48            * wptNLS.cpp (get_user_langid): Removed.
49            Use gettext_get_langid() instead. Changed all callers.
50            (gettext_set_file): Removed.
51            (w32_stpcpy): Likewise.
52            * StringBuffer.cpp: Overload '=' operator for 'char*'.
53    
54    2011-12-06  Timo Schulz  <[email protected]>
55    
56            * wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in
57            the title that the key has been revoked.
58            * wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw
59            list view in case a modal client dialog has been closed.
60            
61    2011-12-04  Timo Schulz  <[email protected]>
62    
63            * WinPT.cpp (get_file_version): New.
64            Improved error handling.
65    
66    2011-12-01  Timo Schulz  <[email protected]>
67    
68           * wptGroupsDlg.cpp: Removed.
69           * wptGroupManager.cpp: Likewise.
70           * wptKeyTrustPathDlg.cpp: Removed.
71          
72    2011-11-30  Timo Schulz  <[email protected]>
73    
74           * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted
75           positions for GPG menu entries.
76          
77    2011-11-25  Timo Schulz  <[email protected]>
78    
79            * WinPT.cpp (check_os_version): New. Separated
80            function to check the OS verson.
81            Removed emulate utf8 bug legacy code.
82            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
83            also for the primary key since we are now supporting DSAv2.
84            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
85            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
86            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
87            and rewrote index to gpg menu mapping. Fixed wrong text label.
88            * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon
89            error boxes.
90    
91            * Integrated patches from Remi FAVIER.
92            
93    2007-08-03  Timo Schulz  <[email protected]>
94    
95            * wptMainproc.cpp (wpt_main_proc): A single click
96            with the mouse, left button, also shows the menu.
97            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
98            allocated and thus remove the additional check before free().
99    
100            
101    2007-05-25  Timo Schulz  <[email protected]>
102    
103            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
104            if the gpgProgram entry will be modified. Suggested by Werner.
105    
106    2007-03-23  Timo Schulz  <[email protected]>
107    
108            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
109            variables to avoid heap operations.
110            * wptKeyManager.cpp (km_http_import): Adjust the http class.
111    
112    2007-03-21  Timo Schulz  <[email protected]>
113    
114            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
115            array of strings.
116            (km_clip_export): Really export all selected keys.
117            (km_file_export): Likewise.
118            
119    2007-03-17  Timo Schulz  <[email protected]>
120    
121            * wptErrors.cpp (debug_end): Reset FP pointer.
122            (printf_box): Fix buffer calculation.
123            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
124            return the error.
125    
126    2007-03-13  Timo Schulz  <[email protected]>
127    
128            * wptGPG.cpp (gpg_check_file_permissions): New.
129            (my_access): Renamed to..
130            (check_file_access): ..this.
131    
132    2007-03-12  Timo Schulz  <[email protected]>
133            
134            * wptVerifyList.cpp (extract_filename): Simplified.
135            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
136            leak for some error cases.
137    
138    2007-03-10  Timo Schulz  <[email protected]>
139    
140            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
141            avoid possible allocation problems.
142            (kserver_seararch_begin): Likewise.
143            (parse_pub_record): Double check fpr to key ID problem.
144            Noted by Mike Culbertson.
145    
146    2007-03-09  Timo Schulz  <[email protected]>
147    
148            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
149            instead of the key ID to avoid problems with v3 keys.
150            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
151            in case of v3 keys. Noted by Raphael
152            (verify_show_signature_state): Likewise.
153            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
154            (verlist_add_sig): Likewise.
155              
156    2006-12-30  Timo Schulz  <[email protected]>
157    
158            * StringBuffer.cpp (StringBuffer): New.
159            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
160            sprintf code with the new string buffer implementation.
161            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
162    
163    2006-12-28  Timo Schulz  <[email protected]>
164    
165            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
166            * wptW32API.cpp (get_locale_time): New.
167            (get_locale_timedate): New.
168            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
169            callers to get_locale_timedate.
170            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
171            * wptNLS.cpp (gettext_free_current_domain): New.
172            (gettext_set_file): Removed all '/' code.
173            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
174            code more robust.
175    
176    2006-12-21  Timo Schulz  <[email protected]>
177    
178            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
179            The Code will be possibly used in a separate project.
180    
181    2006-12-05  Timo Schulz  <[email protected]>
182    
183            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
184            there is no pubkey available, issue a hint and not BUG.
185            
186    2006-12-02  Timo Schulz  <[email protected]>
187    
188            * WinPT-en.rc: Remove wipe free space menu item.
189            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
190            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
191            Allow to set the passes here.
192            * wptFileManager.cpp (fm_encrypt): change all callers
193            for the wipe functions.
194            * wptListview.cpp (listview_sort_items): Extract code
195            to change the column image.
196            * wptKeylist.cpp (key_get_image_id): New.
197            (keylist_build): Change return type and all callers.
198            * wptGPG.cpp (gnupg_load_config): Kludge to detect
199            the 'textmode' option.
200            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
201    
202    2006-11-12  Timo Schulz  <[email protected]>
203    
204            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
205            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
206            avoid invalid gpg.conf entries.
207            Thanks to Ralf Latz.
208            
209    2006-11-04  Timo Schulz  <[email protected]>
210    
211            * wptW32API.cpp (set_clip_text2): Make sure enough memory
212            will be allocated.
213            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
214            view entries for none existing files.
215            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
216            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
217            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
218            into KEYID entries.
219            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
220            of errors.
221            (get_backup_name): Use constant formant spec.
222            (extract_keyid): Simplified.
223            * wptKeyserver.cpp (kserver_connect): Return proxy error if
224            approriate.
225            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
226            handling to avoid possible segfaults.
227            (fetch_key_from_keyserver): Real error handling.
228            * wptFileManager.cpp (fm_gpg_verify): New.
229            (fm_verify): Support to fetch key here to avoid problems later.
230            * wptFileCBS.cpp (file_data_rewind): New.
231            
232            
233    2006-10-27  Timo Schulz  <[email protected]>
234    
235            * wptGPG.cpp (get_backup_name): Make sure enough memory
236            will be allocated.
237            (gnupg_backup_keyrings): Release memory in case of errors.
238            
239  2006-10-21  Timo Schulz  <[email protected]>  2006-10-21  Timo Schulz  <[email protected]>
240    
241          * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol          * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
242          and store it.          and store it.
243            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
244                    
245  2006-10-04  Timo Schulz  <[email protected]>  2006-10-04  Timo Schulz  <[email protected]>
246    

Legend:
Removed from v.270  
changed lines
  Added in v.415

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26