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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26