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

Diff of /trunk/Src/ChangeLog

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

revision 168 by twoaday, Fri Jan 27 10:08:10 2006 UTC revision 219 by twoaday, Sat May 27 08:56:00 2006 UTC
# Line 1  Line 1 
1    2006-05-25  Timo Schulz  <[email protected]>
2    
3            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
4            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
5            * wptVerifyList.cpp (verlist_build): New argument type.
6            Change all callers.
7            (verlist_set_info_control): New.
8            (verlist_set_additional_info): New.
9            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
10            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
11            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
12            
13    2006-05-23  Timo Schulz  <[email protected]>
14    
15            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
16            problem.
17            (keyedit_main_dlg_proc): Popup menu for the user ID list
18            with common commands.
19            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
20            disable search for ldap servers.
21            Use subkeys.pgp.net by default when no server was selected.
22    
23    2006-05-22  Timo Schulz  <[email protected]>
24    
25            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
26            Support for the new 'default ext' value.
27            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
28            (prefs_dlg_proc): Likewise.
29            * wptFileManager.cpp (file_get_extension): Likewise.
30            (get_output_file): Likewise.
31            (fm_export): Likewise.
32            
33    2006-05-20  Timo Schulz  <[email protected]>
34    
35            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
36            process call when no photo is available.
37            (keyprops_dlg_proc): avoid static data.
38            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
39            of on demand key requests.
40            (show_verify_result): Likewise.
41            (secret_key_available): Likewise.
42            (fm_decrypt, fm_sign): Handle the new on demand key request
43            mode and free all memory.
44            
45    2006-05-15  Timo Schulz  <[email protected]>
46    
47            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
48            apply patch. Thanks to vedaal.
49            
50    2006-05-14  Timo Schulz  <[email protected]>
51    
52            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
53            preferred keyserver URL.
54            * wptHTTP.cpp (extractHostInfo): Fix segv.
55            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
56            gpg.conf.
57            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
58            assume an existing user id.
59            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
60            if no passphrase is available.
61    
62    2006-05-13  Timo Schulz  <[email protected]>
63    
64            * wpMainProc.cpp (secret_key_available): Move it...
65            * wptGPGME.cpp: ..to this file.
66            (check_ultimate_trusted_key): Handle the case there
67            is no secret key available.
68            * wptFileManagerDlg.cpp (update_ui_items): Improved.
69            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
70            some functions when no secret key is available.
71            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
72            code and also display pubkey algorithm.
73            * wptKeyserver.cpp (safe_alloc): New.
74            (count_keys_in_response): New.
75            (parse_pub_record): New.
76            (parse_uid_record): New.
77            (kserver_release_key): New.
78            (kserver_search_begin, kserver_search_next_key):
79            Adjust for the machine readable output. Removed old code.
80            (parse_keyserver_url): New.
81            * wptUtil.cpp (substr): New.
82            * wptKeyManager.cpp (km_refresh_one_key): Properly
83            parse the keyserver URL.
84            
85    2006-05-11  Timo Schulz  <[email protected]>
86    
87            * wptPassphraseCB.cpp (release_gpg_recipients): New.
88            (release_gpg_recipients): Use it here.
89            * wptFileManager.cpp (fm_decrypt): List all recipients.
90            Thanks to vedaal.
91            * wptGPG.cpp (extract_keyid): New.
92            (get_gnupg_default_key): Use it here.
93            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
94            one-pass-sigs again.
95            
96    2006-05-09  Timo Schulz  <[email protected]>
97    
98            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
99            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
100            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
101            
102    2006-05-07  Timo Schulz  <[email protected]>
103    
104            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
105            * wptKeyserver.cpp (wsock_strerror): Likewise.
106            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
107            Change all callers.
108            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
109            problem.
110            
111    2006-05-06  Timo Schulz  <[email protected]>
112    
113            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
114            sorting order if available.
115            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
116            for the key ID.
117            (get_pref_cipher): Differ between the AES algorithm IDs.
118            (key_is_valid): New.
119            * wptKeyserverDlg.cpp (check_pattern): Simplified.
120            
121    2006-05-03  Timo Schulz  <[email protected]>
122    
123            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
124            Thanks to Mathias.
125            
126    2006-05-02  Timo Schulz  <[email protected]>
127    
128            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
129            caption for the radio button group.
130            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
131            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
132            ldap_recvkey): Avoid fixed buffers.
133            (do_spawn_ldap_helper): New.
134            (ldap_recvkey): Factor out code into helper function.
135            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
136            Increase width of the list box to make sure even large
137            user IDs will be completly displayed.
138            
139    2006-05-01  Timo Schulz  <[email protected]>
140    
141            * WinPT.cpp (WinMain): Check if the user has admin privileges.
142            * wptW32API.cpp (user_is_admin): New.
143            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
144            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
145            to re-activate the window again.
146            * wptKeylist.cpp (get_key_trust2): Differ between "full"
147            and "ultimate".
148            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
149            has now highest priority.
150            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
151            system.
152            
153    2006-04-30  Timo Schulz  <[email protected]>
154    
155            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
156            list if needed.
157            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
158            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
159            * wptKeyEditDlgs.cpp (check_desig_rev): New.
160            (do_editkey_minimize): New.
161            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
162            generate a revoc cert as a desig revoker.
163            
164    2006-04-29  Timo Schulz  <[email protected]>
165    
166            * wptVerifyList.cpp (verlist_build): Adjusted code for new
167            list view interface.
168            * wptSigList.cpp (siglist_build): Likewise.
169            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
170            to display the preferences of the selected UID. Thanks to Mathias.
171            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
172            of an error.
173            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
174            the utf8 decoded uid list.
175            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
176            * wptListView.cpp (listview_new): New param for HWND handle.
177            Change all callers.
178            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
179            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
180            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
181            keyid extraction.
182            
183    2006-04-28  Timo Schulz  <[email protected]>
184    
185            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
186            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
187            for handling policy URLs.
188            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
189            New option KMSortBy.
190            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
191            * wptKeyEdit.cpp (minimizeKey): New.
192            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
193            
194    2006-04-27  Timo Schulz  <[email protected]>
195    
196            * wptKeyManager.cpp (km_get_key_ptr): New.
197            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
198            * wptKeyCache.cpp (keycache_decode_uids): New.
199            (free_native_uids): New.
200            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
201            
202    2006-04-26  Timo Schulz  <[email protected]>
203    
204            * wptKeylist.cpp (get_keyid_from_fpr): New.
205            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
206            * wptVerifyList.cpp (verlist_add_sig): Likewise.
207            
208    2006-04-25  Timo Schulz  <[email protected]>
209    
210            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
211            * wptMDSumDlg.cpp (hash_selected_files): New.
212            (mdsum_dlg_proc): Cleanups.
213            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
214            
215    2006-04-23  Timo Schulz  <[email protected]>
216    
217            * wptW32API.cpp (SetDlgItemText_utf8): New.
218            (SetWindowText_utf8): New.
219            (GetDlgItemText_utf8): New.
220            * wptListView.cpp (listview_add_sub_item): Internal
221            utf8 support.
222            
223    2006-04-22  Timo Schulz  <[email protected]>
224    
225            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
226            revoker name in UTF8.
227            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
228            with the window title.
229            
230    2006-04-20  Timo Schulz  <[email protected]>
231    
232            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
233            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
234            c++ memory allocation.
235            * wptFileManager.cpp (show_verify_result): Show PKA status
236            if possible.
237            * wptClipVerifyDlg.cpp (get_pka_status): New.
238            (clip_verify_dlg_proc): Show PKA status if possible.
239            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
240            to use ESC to quit the dialog.
241            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
242            encode the comment in UTF8. Thanks to Werner and Jan.
243            
244    2006-04-16  Timo Schulz  <[email protected]>
245    
246            * wptHTTP.cpp (getErrorCode): New.
247            (connect): Store winsock error code.
248            * wptGPGMEData.cpp (is_armor_header): New.
249            * wptGPG.cpp (check_gnupg_engine): Free context.
250            (gnupg_backup_keyrings): Do not use global vars.
251            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
252            
253    2006-04-15  Timo Schulz  <[email protected]>
254    
255            * wptKeyManager.cpp (km_get_key): New.
256            (km_key_show_revoc_info): New.
257            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
258            (on_init_dialog): New.
259            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
260            out some common code and use km_get_key() instead.
261            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
262            param type. Change all callers.
263            * wptKeyEdit.cpp (addNotation): New.
264            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
265            param everywhere. Change all callers.
266            
267    2006-04-09  Timo Schulz  <[email protected]>
268    
269            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
270            if the homedir value was changed.
271            * wptGPG.cpp (default_key_from_cache): Only return secret key
272            if public part is available.
273            (set_gnupg_default_key): Fix NULL problem.
274            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
275            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
276            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
277            'always-on-top' correctly.
278            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
279            mem to hold all possible keys.
280            (keylist_enum_keys): Likewise.
281            
282    2006-04-08  Timo Schulz  <[email protected]>
283    
284            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
285            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
286            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
287            * WinPT.cpp (WinMain): if the default key was not found, reset
288            the gpg.conf entry.
289            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
290            file name.
291            (show_verify_result): Always use utf8 output.
292            (get_output_file): Case in-sentensive comparison.
293            (fm_assume_onepass_sig): Fixed temp file handling.
294            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
295            output.
296            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
297            
298    2006-04-07  Timo Schulz  <[email protected]>
299    
300            * wptW32API.cpp (set_clip_text): Change code so it also
301            works again with non-XP systems.
302            
303    2006-04-02  Timo Schulz  <[email protected]>
304    
305            * wptKeyserver.cpp: decrease general threshold for timeout.
306            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
307            
308    2006-04-01  Timo Schulz  <[email protected]>
309    
310            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
311            * wptFileManager.cpp (restore_original_name): New.
312            (fm_decrypt): Restore original file name from literal
313            packet if possible.
314            
315    2006-03-31  Timo Schulz  <[email protected]>
316    
317            * wptCommonDlg.cpp (nls_load_langlist): New.
318            (nsl_set_language): New.
319            (nls_dlg_proc): New.
320            (select_language): New. Allow user to select the language.
321            * wptNLS.c (get_gettext_langid): Updated available languages.
322            * WinPT.cpp (WinMain): Allow to select the languag on first
323            start in non-installer environments.
324            * wptVerifyList.cpp (verlist_build): Simplified.
325            (verlist_add_sig_log): Likewise.
326            * wptListview.cpp (listview_set_column_width,
327            listview_get_selected_item): New.
328            * wptKeyManager.cpp (gpg_clip_export): Merged into..
329            (km_clip_export): ..this function.
330            
331    2006-03-30  Timo Schulz  <[email protected]>
332    
333            * wptW32API.cpp (insert_menu_item): New.
334            * wptSigTreeDlg.cpp (create_popup): Use it.
335            (sigtree_dlg_proc): Only show the name of the owner in the title.
336            * wptMainProc.cpp (init_common_controls): Initialize all
337            common controls here.
338            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
339            keyserver menu concept. Add all keyservers dynamically.
340            
341    2006-03-29  Timo Schulz  <[email protected]>
342    
343            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
344            with preferred keyserver.
345            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
346            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
347            uid_subclass_proc): Disable shortcuts for non keypairs.
348            * wptMainProc.cpp (winpt_main_proc): No user interaction
349            on automatic shutdown. Thanks to Werner.
350            * wptGPGUtil.cpp (xcalloc): New.
351            (gpg_rebuild_cache): Use --batch.
352            
353    2006-03-26  Timo Schulz  <[email protected]>
354    
355            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
356            * wptMainProc.cpp (winpt_main_proc): Reload key cache
357            when the GPG settings were changed.
358            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
359            keygen_dlg_proc): Improved check for the email address.
360            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
361            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
362            
363    2006-03-22  Timo Schulz  <[email protected]>
364    
365            * wptClipSignDlg.cpp (on_init_dialog): New.
366            Check that there is at least one useable signing key.
367            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
368            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
369            if needed.
370            
371    2006-03-21  Timo Schulz  <[email protected]>
372    
373            * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
374            (utf8_to_native): Likewise. Remove cp850 conversion.
375            * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
376            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
377            flag.
378            
379    2006-03-20  Timo Schulz  <[email protected]>
380    
381            * wptUTF8.cpp (get_native_charset): Removed.
382            (utf8_to_native): Rewritten.
383            * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
384            handling.
385            * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
386            
387    2006-03-16  Timo Schulz  <[email protected]>
388    
389            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
390            * wptCryptDisk.cpp: Disable code.
391            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
392            NONE proxy protocol.
393            (init_proxy_procotol): Likewise.
394            (read_proxy): Likewise.
395            * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
396            (keyserver_search_dlg_proc): Use it here.
397            * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
398            * wptKeyserver.cpp (kserver_search_end): New.
399            (kserver_search_begin): Be more strict on mem allocation.
400            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
401            problem.
402            * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
403            
404    2006-03-12  Timo Schulz  <[email protected]>
405    
406            * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
407            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
408            sym algorithm preferences if needed.
409            * wptKeysignDlg.cpp (date_is_today): New.
410            (keysign_dlg_proc): Only allow to set cert expire date if
411            the option was found.
412            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
413            'ask-cert-expire'.
414            
415    2006-03-10  Timo Schulz  <[email protected]>
416    
417            * wptHTTP.c: deleted.
418            * wptHTTP.cpp (wHTTP): Transformed old code into an object.
419            * wptKeyManager.cpp (km_http_import): Use new code.
420            (km_refresh_one_key): Use preferred keyserver if possible.
421            * wptComonDlg.cpp (check_URL): Better conformance checking.
422            * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
423            set keyserver for all userids.
424            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
425            to set preferred keyserver.
426            * wptKeyCache.cpp (decode_subpacket): New.
427            (gpg_keycache_update_attr): New.
428            * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
429            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
430            -1 as an index for all userids.
431            
432    2006-03-07  Timo Schulz  <[email protected]>
433    
434            * WinPT.cpp (set_default_keyserver): New.
435            * wptKeyserver.cpp (kserver_set_socket_timeout): New.
436            (kserver_set_default_keyserver): Initialize default settings
437            if needed.
438            * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
439            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
440            (passphrase_dlg_proc): Support new safe edit window procedure.
441            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
442            * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
443            if user disable it.
444            * wptKeylist.cpp (keylist_build): Do not scale images but use
445            original size.
446            * wptListView.cpp (listview_set_image_list): New size params.
447            Change all callers.
448            
449    2006-03-01  Timo Schulz  <[email protected]>
450    
451            * wptW32API.cpp (set_clip_text): Free all memory.
452            
453    2006-02-27  Timo Schulz  <[email protected]>
454    
455            * wptSOCKS.cpp (socks_handshake): New.
456            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
457            the key manager in teh foreground if possible.
458            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
459            * wptRegistry.cpp (get_reg_proxy_prefs,
460            set_reg_proxy_prefs): Use directly the proxy context.
461            Changed all callers.
462            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
463            (keyserver_proxy_dlg_proc): Use directly the proxy context.
464            * wptKeyserver.cpp (kserver_connect): Better proxy support.
465            (kserver_send_request, kserver_recvkey_request): Likewise.
466            * wptKeyserverDlg.cpp (name_from_proto): New.
467            (set_proxy): Adjusted for the new code.
468            
469    2006-02-26  Timo Schulz  <[email protected]>
470    
471            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
472            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
473            v4 keys.
474            * wptKeyserver.cpp (sock_getline): Skip '\r'.
475            (base64_encode): Remove @maxlen param. Changed all callers.
476            (finger_readline): Removed.
477            (finger_recvkey): Use internal functions.
478            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
479            (show_sigprops): New.
480            (create_popup): New.
481            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
482            now in minutes.
483            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
484            Change code to use hotkeys directly.
485            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
486            
487    2006-02-24  Timo Schulz  <[email protected]>
488    
489            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
490            when parameter is NULL.
491            * wptKeyManager.cpp (check_exist_default_key): New.
492            (km_delete_keys): Check if the default key is still valid,
493            if not delete entry.
494            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
495            button.
496            
497    2006-02-21  Timo Schulz  <[email protected]>
498    
499            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
500            cleanups.
501            * wptGPGUtil.cpp (file_extract_recipients): New.
502            (clip_extract_recipients): New.
503            (gpg_get_recipients): New.
504            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
505            external recipient listings.
506            
507    2006-02-15  Timo Schulz  <[email protected]>
508    
509            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
510            * wptFileStatDlg.cpp (get_s2k_algo): New.
511            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
512            formats.
513            
514    2006-02-14  Timo Schulz  <[email protected]>
515    
516            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
517            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
518            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
519            (fm_parse_files): Handle cancel.
520            
521    2006-02-10  Timo Schulz  <[email protected]>
522    
523            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
524            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
525            for the dialog param.
526            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
527            signature dialog by default.
528            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
529            gpgme_key_sig_t as param.
530            (keysig_dlg_proc): Change param for property dialog.
531            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
532            and use icons.
533            (sigtree_dlg_proc): Allow to execute old list dialog to
534            edit the signatures.
535            
536    2006-02-09  Timo Schulz  <[email protected]>
537    
538            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
539            * wptNLS.c (gettext_localize_dialog): New.
540            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
541            to avoid to reload the key cache.
542            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
543            list mode.
544            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
545            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
546            initiation code to this function.
547            (prefs_dlg_proc): Use it here.
548            
549    2006-02-07  Timo Schulz  <[email protected]>
550    
551            * wptKeyEdit.cpp (setNoPassphrase): New.
552            (getValidDays): New.
553            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
554            if the key is protected.
555            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
556            keys without a passphrase.
557            (keyedit_addrevoker_dlg_proc): Likewise.
558            
559    2006-02-04  Timo Schulz  <[email protected]>
560    
561            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
562            at least one ultimately trusted key.
563            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
564            Only check inet connection if we refresh all keys.
565            * wptGPGUtil.cpp (gpg_extract_keys): New.
566            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
567            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
568            * wptClipSignDlg.cpp (get_selected_key): New.
569            (one_key_proc): Use it here.
570            (count_useable_seckeys): New.
571            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
572            * wptKeyEditDlgs.cpp (diff_time): Removed.
573            (w32_mktime): New.
574            (keyedit_addsubkey_dlg_proc): Use it here.
575            
576    2006-02-02  Timo Schulz  <[email protected]>
577    
578            * wptW32API.cpp (get_temp_name): New.
579            * wptKeyserver.cpp (ldap_recvkey): Use it here.
580            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
581            * wptGPGUtil.cpp (create_tempfile): Likewise.
582            * wptImportList.cpp (implist_load): Likewise.
583            * wptKeyCache.cpp (parse_attr_data): Likewise.
584            (w32_tempfile): Removed.
585            * wptGPGME.cpp (check_ultimate_trusted_key): New.
586            
587    2006-01-31  Timo Schulz  <[email protected]>
588    
589            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
590            help system.
591            * wptListView.cpp (listview_set_chkbox_style): New.
592            (listview_get_item_state): Support new checkbox style.
593            (listview_new): Reset flag var.
594            * wptKeylist.cpp (keylist_build): Support new checkbox style.
595            
596    2006-01-30  Timo Schulz  <[email protected]>
597    
598            * WinPT.cpp (check_readonly_attr): New.
599            (load_gpg_env): Use it here.
600            (WinPT): Make the the default key is searched in the
601            secret key cache.
602            Change error message.
603            * wptRegistry.cpp (regist_int_winpt): Make sure
604            the register extension is only offered once to the user.
605            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
606            temp directory. Fixed a privilege problem.
607            
608    2006-01-29  Timo Schulz  <[email protected]>
609    
610            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
611            to quit dialog.
612            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
613            translations. Directly return sig class.
614            (keysign_dlg_proc): Change msgbox title.
615            * wptKeyEdit.cpp (signUserid): New.
616            (getUseridIndex): New.
617            (getKeyIndex): New.
618            (getSigIndex): New.
619            (clear): New.
620            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
621            user-id first.
622            * wptKeyEditDlgs.cpp (lookup_cmd): New.
623            (do_editkey_sign_userid): New.
624            (do_init_cmdlist): Differ between key pairs and public keys
625            and allowed actions.
626            (keyedit_change_ownertrust): Show msgbox on success.
627            (get_default_key): New.
628            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
629            
630  2006-01-27  Timo Schulz  <[email protected]>  2006-01-27  Timo Schulz  <[email protected]>
631    
632          * WinPT.cpp (WinMain): Set minimal list mode as default.          * WinPT.cpp (WinMain): Set minimal list mode as default.

Legend:
Removed from v.168  
changed lines
  Added in v.219

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26