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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26