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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26