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

Diff of /trunk/Src/ChangeLog

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

revision 172 by twoaday, Mon Jan 30 13:47:35 2006 UTC revision 197 by twoaday, Mon Apr 10 07:38:06 2006 UTC
# Line 1  Line 1 
1    2006-04-09  Timo Schulz  <[email protected]>
2    
3            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
4            if the homedir value was changed.
5            * wptGPG.cpp (default_key_from_cache): Only return secret key
6            if public part is available.
7            (set_gnupg_default_key): Fix NULL problem.
8            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
9            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
10            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
11            'always-on-top' correctly.
12            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
13            mem to hold all possible keys.
14            (keylist_enum_keys): Likewise.
15            
16    2006-04-08  Timo Schulz  <[email protected]>
17    
18            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
19            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
20            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
21            * WinPT.cpp (WinMain): if the default key was not found, reset
22            the gpg.conf entry.
23            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
24            file name.
25            (show_verify_result): Always use utf8 output.
26            (get_output_file): Case in-sentensive comparison.
27            (fm_assume_onepass_sig): Fixed temp file handling.
28            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
29            output.
30            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
31            
32    2006-04-07  Timo Schulz  <[email protected]>
33    
34            * wptW32API.cpp (set_clip_text): Change code so it also
35            works again with non-XP systems.
36            
37    2006-04-02  Timo Schulz  <[email protected]>
38    
39            * wptKeyserver.cpp: decrease general threshold for timeout.
40            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
41            
42    2006-04-01  Timo Schulz  <[email protected]>
43    
44            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
45            * wptFileManager.cpp (restore_original_name): New.
46            (fm_decrypt): Restore original file name from literal
47            packet if possible.
48            
49    2006-03-31  Timo Schulz  <[email protected]>
50    
51            * wptCommonDlg.cpp (nls_load_langlist): New.
52            (nsl_set_language): New.
53            (nls_dlg_proc): New.
54            (select_language): New. Allow user to select the language.
55            * wptNLS.c (get_gettext_langid): Updated available languages.
56            * WinPT.cpp (WinMain): Allow to select the languag on first
57            start in non-installer environments.
58            * wptVerifyList.cpp (verlist_build): Simplified.
59            (verlist_add_sig_log): Likewise.
60            * wptListview.cpp (listview_set_column_width,
61            listview_get_selected_item): New.
62            * wptKeyManager.cpp (gpg_clip_export): Merged into..
63            (km_clip_export): ..this function.
64            
65    2006-03-30  Timo Schulz  <[email protected]>
66    
67            * wptW32API.cpp (insert_menu_item): New.
68            * wptSigTreeDlg.cpp (create_popup): Use it.
69            (sigtree_dlg_proc): Only show the name of the owner in the title.
70            * wptMainProc.cpp (init_common_controls): Initialize all
71            common controls here.
72            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
73            keyserver menu concept. Add all keyservers dynamically.
74            
75    2006-03-29  Timo Schulz  <[email protected]>
76    
77            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
78            with preferred keyserver.
79            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
80            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
81            uid_subclass_proc): Disable shortcuts for non keypairs.
82            * wptMainProc.cpp (winpt_main_proc): No user interaction
83            on automatic shutdown. Thanks to Werner.
84            * wptGPGUtil.cpp (xcalloc): New.
85            (gpg_rebuild_cache): Use --batch.
86            
87    2006-03-26  Timo Schulz  <[email protected]>
88    
89            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
90            * wptMainProc.cpp (winpt_main_proc): Reload key cache
91            when the GPG settings were changed.
92            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
93            keygen_dlg_proc): Improved check for the email address.
94            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
95            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
96            
97    2006-03-22  Timo Schulz  <[email protected]>
98    
99            * wptClipSignDlg.cpp (on_init_dialog): New.
100            Check that there is at least one useable signing key.
101            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
102            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
103            if needed.
104            
105    2006-03-21  Timo Schulz  <[email protected]>
106    
107            * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
108            (utf8_to_native): Likewise. Remove cp850 conversion.
109            * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
110            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
111            flag.
112            
113    2006-03-20  Timo Schulz  <[email protected]>
114    
115            * wptUTF8.cpp (get_native_charset): Removed.
116            (utf8_to_native): Rewritten.
117            * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
118            handling.
119            * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
120            
121    2006-03-16  Timo Schulz  <[email protected]>
122    
123            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
124            * wptCryptDisk.cpp: Disable code.
125            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
126            NONE proxy protocol.
127            (init_proxy_procotol): Likewise.
128            (read_proxy): Likewise.
129            * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
130            (keyserver_search_dlg_proc): Use it here.
131            * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
132            * wptKeyserver.cpp (kserver_search_end): New.
133            (kserver_search_begin): Be more strict on mem allocation.
134            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
135            problem.
136            * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
137            
138    2006-03-12  Timo Schulz  <[email protected]>
139    
140            * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
141            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
142            sym algorithm preferences if needed.
143            * wptKeysignDlg.cpp (date_is_today): New.
144            (keysign_dlg_proc): Only allow to set cert expire date if
145            the option was found.
146            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
147            'ask-cert-expire'.
148            
149    2006-03-10  Timo Schulz  <[email protected]>
150    
151            * wptHTTP.c: deleted.
152            * wptHTTP.cpp (wHTTP): Transformed old code into an object.
153            * wptKeyManager.cpp (km_http_import): Use new code.
154            (km_refresh_one_key): Use preferred keyserver if possible.
155            * wptComonDlg.cpp (check_URL): Better conformance checking.
156            * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
157            set keyserver for all userids.
158            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
159            to set preferred keyserver.
160            * wptKeyCache.cpp (decode_subpacket): New.
161            (gpg_keycache_update_attr): New.
162            * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
163            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
164            -1 as an index for all userids.
165            
166    2006-03-07  Timo Schulz  <[email protected]>
167    
168            * WinPT.cpp (set_default_keyserver): New.
169            * wptKeyserver.cpp (kserver_set_socket_timeout): New.
170            (kserver_set_default_keyserver): Initialize default settings
171            if needed.
172            * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
173            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
174            (passphrase_dlg_proc): Support new safe edit window procedure.
175            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
176            * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
177            if user disable it.
178            * wptKeylist.cpp (keylist_build): Do not scale images but use
179            original size.
180            * wptListView.cpp (listview_set_image_list): New size params.
181            Change all callers.
182            
183    2006-03-01  Timo Schulz  <[email protected]>
184    
185            * wptW32API.cpp (set_clip_text): Free all memory.
186            
187    2006-02-27  Timo Schulz  <[email protected]>
188    
189            * wptSOCKS.cpp (socks_handshake): New.
190            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
191            the key manager in teh foreground if possible.
192            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
193            * wptRegistry.cpp (get_reg_proxy_prefs,
194            set_reg_proxy_prefs): Use directly the proxy context.
195            Changed all callers.
196            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
197            (keyserver_proxy_dlg_proc): Use directly the proxy context.
198            * wptKeyserver.cpp (kserver_connect): Better proxy support.
199            (kserver_send_request, kserver_recvkey_request): Likewise.
200            * wptKeyserverDlg.cpp (name_from_proto): New.
201            (set_proxy): Adjusted for the new code.
202            
203    2006-02-26  Timo Schulz  <[email protected]>
204    
205            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
206            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
207            v4 keys.
208            * wptKeyserver.cpp (sock_getline): Skip '\r'.
209            (base64_encode): Remove @maxlen param. Changed all callers.
210            (finger_readline): Removed.
211            (finger_recvkey): Use internal functions.
212            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
213            (show_sigprops): New.
214            (create_popup): New.
215            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
216            now in minutes.
217            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
218            Change code to use hotkeys directly.
219            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
220            
221    2006-02-24  Timo Schulz  <[email protected]>
222    
223            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
224            when parameter is NULL.
225            * wptKeyManager.cpp (check_exist_default_key): New.
226            (km_delete_keys): Check if the default key is still valid,
227            if not delete entry.
228            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
229            button.
230            
231    2006-02-21  Timo Schulz  <[email protected]>
232    
233            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
234            cleanups.
235            * wptGPGUtil.cpp (file_extract_recipients): New.
236            (clip_extract_recipients): New.
237            (gpg_get_recipients): New.
238            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
239            external recipient listings.
240            
241    2006-02-15  Timo Schulz  <[email protected]>
242    
243            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
244            * wptFileStatDlg.cpp (get_s2k_algo): New.
245            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
246            formats.
247            
248    2006-02-14  Timo Schulz  <[email protected]>
249    
250            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
251            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
252            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
253            (fm_parse_files): Handle cancel.
254            
255    2006-02-10  Timo Schulz  <[email protected]>
256    
257            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
258            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
259            for the dialog param.
260            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
261            signature dialog by default.
262            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
263            gpgme_key_sig_t as param.
264            (keysig_dlg_proc): Change param for property dialog.
265            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
266            and use icons.
267            (sigtree_dlg_proc): Allow to execute old list dialog to
268            edit the signatures.
269            
270    2006-02-09  Timo Schulz  <[email protected]>
271    
272            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
273            * wptNLS.c (gettext_localize_dialog): New.
274            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
275            to avoid to reload the key cache.
276            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
277            list mode.
278            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
279            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
280            initiation code to this function.
281            (prefs_dlg_proc): Use it here.
282            
283    2006-02-07  Timo Schulz  <[email protected]>
284    
285            * wptKeyEdit.cpp (setNoPassphrase): New.
286            (getValidDays): New.
287            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
288            if the key is protected.
289            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
290            keys without a passphrase.
291            (keyedit_addrevoker_dlg_proc): Likewise.
292            
293    2006-02-04  Timo Schulz  <[email protected]>
294    
295            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
296            at least one ultimately trusted key.
297            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
298            Only check inet connection if we refresh all keys.
299            * wptGPGUtil.cpp (gpg_extract_keys): New.
300            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
301            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
302            * wptClipSignDlg.cpp (get_selected_key): New.
303            (one_key_proc): Use it here.
304            (count_useable_seckeys): New.
305            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
306            * wptKeyEditDlgs.cpp (diff_time): Removed.
307            (w32_mktime): New.
308            (keyedit_addsubkey_dlg_proc): Use it here.
309            
310    2006-02-02  Timo Schulz  <[email protected]>
311    
312            * wptW32API.cpp (get_temp_name): New.
313            * wptKeyserver.cpp (ldap_recvkey): Use it here.
314            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
315            * wptGPGUtil.cpp (create_tempfile): Likewise.
316            * wptImportList.cpp (implist_load): Likewise.
317            * wptKeyCache.cpp (parse_attr_data): Likewise.
318            (w32_tempfile): Removed.
319            * wptGPGME.cpp (check_ultimate_trusted_key): New.
320            
321    2006-01-31  Timo Schulz  <[email protected]>
322    
323            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
324            help system.
325            * wptListView.cpp (listview_set_chkbox_style): New.
326            (listview_get_item_state): Support new checkbox style.
327            (listview_new): Reset flag var.
328            * wptKeylist.cpp (keylist_build): Support new checkbox style.
329            
330  2006-01-30  Timo Schulz  <[email protected]>  2006-01-30  Timo Schulz  <[email protected]>
331    
332          * WinPT.cpp (check_readonly_attr): New.          * WinPT.cpp (check_readonly_attr): New.
333          (load_gpg_env): Use it here.          (load_gpg_env): Use it here.
334            (WinPT): Make the the default key is searched in the
335            secret key cache.
336            Change error message.
337          * wptRegistry.cpp (regist_int_winpt): Make sure          * wptRegistry.cpp (regist_int_winpt): Make sure
338          the register extension is only offered once to the user.                  the register extension is only offered once to the user.
339            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
340            temp directory. Fixed a privilege problem.
341                    
342  2006-01-29  Timo Schulz  <[email protected]>  2006-01-29  Timo Schulz  <[email protected]>
343    

Legend:
Removed from v.172  
changed lines
  Added in v.197

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26