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

Diff of /trunk/Src/ChangeLog

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

revision 109 by twoaday, Fri Dec 2 07:32:13 2005 UTC revision 222 by twoaday, Thu Jun 1 08:30:46 2006 UTC
# Line 1  Line 1 
1    2006-06-01  Timo Schulz  <[email protected]>
2    
3            * wptKeyserver.cpp (check_URL): change semantic.
4            (skip_type_prefix): Use check_URL().
5            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
6            include secret keyring backups. Change all callers.
7            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
8            (set_reg_winpt_prefs): Likewise.
9            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
10            
11    2006-05-29  Timo Schulz  <[email protected]>
12    
13            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
14    
15    2006-05-27  Timo Schulz  <[email protected]>
16    
17            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
18            passphrase requests.
19            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
20            for global use.
21            * wptFileManager.cpp (fm_decrypt): Use it here.
22            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
23            
24    2006-05-25  Timo Schulz  <[email protected]>
25    
26            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
27            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
28            * wptVerifyList.cpp (verlist_build): New argument type.
29            Change all callers.
30            (verlist_set_info_control): New.
31            (verlist_set_additional_info): New.
32            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
33            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
34            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
35            
36    2006-05-23  Timo Schulz  <[email protected]>
37    
38            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
39            problem.
40            (keyedit_main_dlg_proc): Popup menu for the user ID list
41            with common commands.
42            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
43            disable search for ldap servers.
44            Use subkeys.pgp.net by default when no server was selected.
45    
46    2006-05-22  Timo Schulz  <[email protected]>
47    
48            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
49            Support for the new 'default ext' value.
50            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
51            (prefs_dlg_proc): Likewise.
52            * wptFileManager.cpp (file_get_extension): Likewise.
53            (get_output_file): Likewise.
54            (fm_export): Likewise.
55            
56    2006-05-20  Timo Schulz  <[email protected]>
57    
58            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
59            process call when no photo is available.
60            (keyprops_dlg_proc): avoid static data.
61            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
62            of on demand key requests.
63            (show_verify_result): Likewise.
64            (secret_key_available): Likewise.
65            (fm_decrypt, fm_sign): Handle the new on demand key request
66            mode and free all memory.
67            
68    2006-05-15  Timo Schulz  <[email protected]>
69    
70            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
71            apply patch. Thanks to vedaal.
72            
73    2006-05-14  Timo Schulz  <[email protected]>
74    
75            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
76            preferred keyserver URL.
77            * wptHTTP.cpp (extractHostInfo): Fix segv.
78            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
79            gpg.conf.
80            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
81            assume an existing user id.
82            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
83            if no passphrase is available.
84    
85    2006-05-13  Timo Schulz  <[email protected]>
86    
87            * wpMainProc.cpp (secret_key_available): Move it...
88            * wptGPGME.cpp: ..to this file.
89            (check_ultimate_trusted_key): Handle the case there
90            is no secret key available.
91            * wptFileManagerDlg.cpp (update_ui_items): Improved.
92            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
93            some functions when no secret key is available.
94            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
95            code and also display pubkey algorithm.
96            * wptKeyserver.cpp (safe_alloc): New.
97            (count_keys_in_response): New.
98            (parse_pub_record): New.
99            (parse_uid_record): New.
100            (kserver_release_key): New.
101            (kserver_search_begin, kserver_search_next_key):
102            Adjust for the machine readable output. Removed old code.
103            (parse_keyserver_url): New.
104            * wptUtil.cpp (substr): New.
105            * wptKeyManager.cpp (km_refresh_one_key): Properly
106            parse the keyserver URL.
107            
108    2006-05-11  Timo Schulz  <[email protected]>
109    
110            * wptPassphraseCB.cpp (release_gpg_recipients): New.
111            (release_gpg_recipients): Use it here.
112            * wptFileManager.cpp (fm_decrypt): List all recipients.
113            Thanks to vedaal.
114            * wptGPG.cpp (extract_keyid): New.
115            (get_gnupg_default_key): Use it here.
116            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
117            one-pass-sigs again.
118            
119    2006-05-09  Timo Schulz  <[email protected]>
120    
121            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
122            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
123            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
124            
125    2006-05-07  Timo Schulz  <[email protected]>
126    
127            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
128            * wptKeyserver.cpp (wsock_strerror): Likewise.
129            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
130            Change all callers.
131            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
132            problem.
133            
134    2006-05-06  Timo Schulz  <[email protected]>
135    
136            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
137            sorting order if available.
138            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
139            for the key ID.
140            (get_pref_cipher): Differ between the AES algorithm IDs.
141            (key_is_valid): New.
142            * wptKeyserverDlg.cpp (check_pattern): Simplified.
143            
144    2006-05-03  Timo Schulz  <[email protected]>
145    
146            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
147            Thanks to Mathias.
148            
149    2006-05-02  Timo Schulz  <[email protected]>
150    
151            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
152            caption for the radio button group.
153            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
154            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
155            ldap_recvkey): Avoid fixed buffers.
156            (do_spawn_ldap_helper): New.
157            (ldap_recvkey): Factor out code into helper function.
158            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
159            Increase width of the list box to make sure even large
160            user IDs will be completly displayed.
161            
162    2006-05-01  Timo Schulz  <[email protected]>
163    
164            * WinPT.cpp (WinMain): Check if the user has admin privileges.
165            * wptW32API.cpp (user_is_admin): New.
166            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
167            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
168            to re-activate the window again.
169            * wptKeylist.cpp (get_key_trust2): Differ between "full"
170            and "ultimate".
171            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
172            has now highest priority.
173            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
174            system.
175            
176    2006-04-30  Timo Schulz  <[email protected]>
177    
178            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
179            list if needed.
180            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
181            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
182            * wptKeyEditDlgs.cpp (check_desig_rev): New.
183            (do_editkey_minimize): New.
184            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
185            generate a revoc cert as a desig revoker.
186            
187    2006-04-29  Timo Schulz  <[email protected]>
188    
189            * wptVerifyList.cpp (verlist_build): Adjusted code for new
190            list view interface.
191            * wptSigList.cpp (siglist_build): Likewise.
192            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
193            to display the preferences of the selected UID. Thanks to Mathias.
194            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
195            of an error.
196            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
197            the utf8 decoded uid list.
198            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
199            * wptListView.cpp (listview_new): New param for HWND handle.
200            Change all callers.
201            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
202            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
203            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
204            keyid extraction.
205            
206    2006-04-28  Timo Schulz  <[email protected]>
207    
208            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
209            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
210            for handling policy URLs.
211            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
212            New option KMSortBy.
213            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
214            * wptKeyEdit.cpp (minimizeKey): New.
215            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
216            
217    2006-04-27  Timo Schulz  <[email protected]>
218    
219            * wptKeyManager.cpp (km_get_key_ptr): New.
220            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
221            * wptKeyCache.cpp (keycache_decode_uids): New.
222            (free_native_uids): New.
223            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
224            
225    2006-04-26  Timo Schulz  <[email protected]>
226    
227            * wptKeylist.cpp (get_keyid_from_fpr): New.
228            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
229            * wptVerifyList.cpp (verlist_add_sig): Likewise.
230            
231    2006-04-25  Timo Schulz  <[email protected]>
232    
233            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
234            * wptMDSumDlg.cpp (hash_selected_files): New.
235            (mdsum_dlg_proc): Cleanups.
236            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
237            
238    2006-04-23  Timo Schulz  <[email protected]>
239    
240            * wptW32API.cpp (SetDlgItemText_utf8): New.
241            (SetWindowText_utf8): New.
242            (GetDlgItemText_utf8): New.
243            * wptListView.cpp (listview_add_sub_item): Internal
244            utf8 support.
245            
246    2006-04-22  Timo Schulz  <[email protected]>
247    
248            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
249            revoker name in UTF8.
250            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
251            with the window title.
252            
253    2006-04-20  Timo Schulz  <[email protected]>
254    
255            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
256            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
257            c++ memory allocation.
258            * wptFileManager.cpp (show_verify_result): Show PKA status
259            if possible.
260            * wptClipVerifyDlg.cpp (get_pka_status): New.
261            (clip_verify_dlg_proc): Show PKA status if possible.
262            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
263            to use ESC to quit the dialog.
264            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
265            encode the comment in UTF8. Thanks to Werner and Jan.
266            
267    2006-04-16  Timo Schulz  <[email protected]>
268    
269            * wptHTTP.cpp (getErrorCode): New.
270            (connect): Store winsock error code.
271            * wptGPGMEData.cpp (is_armor_header): New.
272            * wptGPG.cpp (check_gnupg_engine): Free context.
273            (gnupg_backup_keyrings): Do not use global vars.
274            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
275            
276    2006-04-15  Timo Schulz  <[email protected]>
277    
278            * wptKeyManager.cpp (km_get_key): New.
279            (km_key_show_revoc_info): New.
280            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
281            (on_init_dialog): New.
282            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
283            out some common code and use km_get_key() instead.
284            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
285            param type. Change all callers.
286            * wptKeyEdit.cpp (addNotation): New.
287            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
288            param everywhere. Change all callers.
289            
290    2006-04-09  Timo Schulz  <[email protected]>
291    
292            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
293            if the homedir value was changed.
294            * wptGPG.cpp (default_key_from_cache): Only return secret key
295            if public part is available.
296            (set_gnupg_default_key): Fix NULL problem.
297            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
298            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
299            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
300            'always-on-top' correctly.
301            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
302            mem to hold all possible keys.
303            (keylist_enum_keys): Likewise.
304            
305    2006-04-08  Timo Schulz  <[email protected]>
306    
307            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
308            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
309            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
310            * WinPT.cpp (WinMain): if the default key was not found, reset
311            the gpg.conf entry.
312            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
313            file name.
314            (show_verify_result): Always use utf8 output.
315            (get_output_file): Case in-sentensive comparison.
316            (fm_assume_onepass_sig): Fixed temp file handling.
317            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
318            output.
319            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
320            
321    2006-04-07  Timo Schulz  <[email protected]>
322    
323            * wptW32API.cpp (set_clip_text): Change code so it also
324            works again with non-XP systems.
325            
326    2006-04-02  Timo Schulz  <[email protected]>
327    
328            * wptKeyserver.cpp: decrease general threshold for timeout.
329            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
330            
331    2006-04-01  Timo Schulz  <[email protected]>
332    
333            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
334            * wptFileManager.cpp (restore_original_name): New.
335            (fm_decrypt): Restore original file name from literal
336            packet if possible.
337            
338    2006-03-31  Timo Schulz  <[email protected]>
339    
340            * wptCommonDlg.cpp (nls_load_langlist): New.
341            (nsl_set_language): New.
342            (nls_dlg_proc): New.
343            (select_language): New. Allow user to select the language.
344            * wptNLS.c (get_gettext_langid): Updated available languages.
345            * WinPT.cpp (WinMain): Allow to select the languag on first
346            start in non-installer environments.
347            * wptVerifyList.cpp (verlist_build): Simplified.
348            (verlist_add_sig_log): Likewise.
349            * wptListview.cpp (listview_set_column_width,
350            listview_get_selected_item): New.
351            * wptKeyManager.cpp (gpg_clip_export): Merged into..
352            (km_clip_export): ..this function.
353            
354    2006-03-30  Timo Schulz  <[email protected]>
355    
356            * wptW32API.cpp (insert_menu_item): New.
357            * wptSigTreeDlg.cpp (create_popup): Use it.
358            (sigtree_dlg_proc): Only show the name of the owner in the title.
359            * wptMainProc.cpp (init_common_controls): Initialize all
360            common controls here.
361            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
362            keyserver menu concept. Add all keyservers dynamically.
363            
364    2006-03-29  Timo Schulz  <[email protected]>
365    
366            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
367            with preferred keyserver.
368            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
369            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
370            uid_subclass_proc): Disable shortcuts for non keypairs.
371            * wptMainProc.cpp (winpt_main_proc): No user interaction
372            on automatic shutdown. Thanks to Werner.
373            * wptGPGUtil.cpp (xcalloc): New.
374            (gpg_rebuild_cache): Use --batch.
375            
376    2006-03-26  Timo Schulz  <[email protected]>
377    
378            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
379            * wptMainProc.cpp (winpt_main_proc): Reload key cache
380            when the GPG settings were changed.
381            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
382            keygen_dlg_proc): Improved check for the email address.
383            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
384            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
385            
386    2006-03-22  Timo Schulz  <[email protected]>
387    
388            * wptClipSignDlg.cpp (on_init_dialog): New.
389            Check that there is at least one useable signing key.
390            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
391            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
392            if needed.
393            
394    2006-03-21  Timo Schulz  <[email protected]>
395    
396            * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
397            (utf8_to_native): Likewise. Remove cp850 conversion.
398            * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
399            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
400            flag.
401            
402    2006-03-20  Timo Schulz  <[email protected]>
403    
404            * wptUTF8.cpp (get_native_charset): Removed.
405            (utf8_to_native): Rewritten.
406            * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
407            handling.
408            * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
409            
410    2006-03-16  Timo Schulz  <[email protected]>
411    
412            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
413            * wptCryptDisk.cpp: Disable code.
414            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
415            NONE proxy protocol.
416            (init_proxy_procotol): Likewise.
417            (read_proxy): Likewise.
418            * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
419            (keyserver_search_dlg_proc): Use it here.
420            * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
421            * wptKeyserver.cpp (kserver_search_end): New.
422            (kserver_search_begin): Be more strict on mem allocation.
423            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
424            problem.
425            * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
426            
427    2006-03-12  Timo Schulz  <[email protected]>
428    
429            * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
430            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
431            sym algorithm preferences if needed.
432            * wptKeysignDlg.cpp (date_is_today): New.
433            (keysign_dlg_proc): Only allow to set cert expire date if
434            the option was found.
435            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
436            'ask-cert-expire'.
437            
438    2006-03-10  Timo Schulz  <[email protected]>
439    
440            * wptHTTP.c: deleted.
441            * wptHTTP.cpp (wHTTP): Transformed old code into an object.
442            * wptKeyManager.cpp (km_http_import): Use new code.
443            (km_refresh_one_key): Use preferred keyserver if possible.
444            * wptComonDlg.cpp (check_URL): Better conformance checking.
445            * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
446            set keyserver for all userids.
447            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
448            to set preferred keyserver.
449            * wptKeyCache.cpp (decode_subpacket): New.
450            (gpg_keycache_update_attr): New.
451            * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
452            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
453            -1 as an index for all userids.
454            
455    2006-03-07  Timo Schulz  <[email protected]>
456    
457            * WinPT.cpp (set_default_keyserver): New.
458            * wptKeyserver.cpp (kserver_set_socket_timeout): New.
459            (kserver_set_default_keyserver): Initialize default settings
460            if needed.
461            * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
462            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
463            (passphrase_dlg_proc): Support new safe edit window procedure.
464            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
465            * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
466            if user disable it.
467            * wptKeylist.cpp (keylist_build): Do not scale images but use
468            original size.
469            * wptListView.cpp (listview_set_image_list): New size params.
470            Change all callers.
471            
472    2006-03-01  Timo Schulz  <[email protected]>
473    
474            * wptW32API.cpp (set_clip_text): Free all memory.
475            
476    2006-02-27  Timo Schulz  <[email protected]>
477    
478            * wptSOCKS.cpp (socks_handshake): New.
479            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
480            the key manager in teh foreground if possible.
481            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
482            * wptRegistry.cpp (get_reg_proxy_prefs,
483            set_reg_proxy_prefs): Use directly the proxy context.
484            Changed all callers.
485            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
486            (keyserver_proxy_dlg_proc): Use directly the proxy context.
487            * wptKeyserver.cpp (kserver_connect): Better proxy support.
488            (kserver_send_request, kserver_recvkey_request): Likewise.
489            * wptKeyserverDlg.cpp (name_from_proto): New.
490            (set_proxy): Adjusted for the new code.
491            
492    2006-02-26  Timo Schulz  <[email protected]>
493    
494            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
495            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
496            v4 keys.
497            * wptKeyserver.cpp (sock_getline): Skip '\r'.
498            (base64_encode): Remove @maxlen param. Changed all callers.
499            (finger_readline): Removed.
500            (finger_recvkey): Use internal functions.
501            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
502            (show_sigprops): New.
503            (create_popup): New.
504            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
505            now in minutes.
506            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
507            Change code to use hotkeys directly.
508            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
509            
510    2006-02-24  Timo Schulz  <[email protected]>
511    
512            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
513            when parameter is NULL.
514            * wptKeyManager.cpp (check_exist_default_key): New.
515            (km_delete_keys): Check if the default key is still valid,
516            if not delete entry.
517            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
518            button.
519            
520    2006-02-21  Timo Schulz  <[email protected]>
521    
522            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
523            cleanups.
524            * wptGPGUtil.cpp (file_extract_recipients): New.
525            (clip_extract_recipients): New.
526            (gpg_get_recipients): New.
527            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
528            external recipient listings.
529            
530    2006-02-15  Timo Schulz  <[email protected]>
531    
532            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
533            * wptFileStatDlg.cpp (get_s2k_algo): New.
534            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
535            formats.
536            
537    2006-02-14  Timo Schulz  <[email protected]>
538    
539            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
540            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
541            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
542            (fm_parse_files): Handle cancel.
543            
544    2006-02-10  Timo Schulz  <[email protected]>
545    
546            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
547            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
548            for the dialog param.
549            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
550            signature dialog by default.
551            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
552            gpgme_key_sig_t as param.
553            (keysig_dlg_proc): Change param for property dialog.
554            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
555            and use icons.
556            (sigtree_dlg_proc): Allow to execute old list dialog to
557            edit the signatures.
558            
559    2006-02-09  Timo Schulz  <[email protected]>
560    
561            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
562            * wptNLS.c (gettext_localize_dialog): New.
563            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
564            to avoid to reload the key cache.
565            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
566            list mode.
567            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
568            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
569            initiation code to this function.
570            (prefs_dlg_proc): Use it here.
571            
572    2006-02-07  Timo Schulz  <[email protected]>
573    
574            * wptKeyEdit.cpp (setNoPassphrase): New.
575            (getValidDays): New.
576            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
577            if the key is protected.
578            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
579            keys without a passphrase.
580            (keyedit_addrevoker_dlg_proc): Likewise.
581            
582    2006-02-04  Timo Schulz  <[email protected]>
583    
584            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
585            at least one ultimately trusted key.
586            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
587            Only check inet connection if we refresh all keys.
588            * wptGPGUtil.cpp (gpg_extract_keys): New.
589            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
590            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
591            * wptClipSignDlg.cpp (get_selected_key): New.
592            (one_key_proc): Use it here.
593            (count_useable_seckeys): New.
594            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
595            * wptKeyEditDlgs.cpp (diff_time): Removed.
596            (w32_mktime): New.
597            (keyedit_addsubkey_dlg_proc): Use it here.
598            
599    2006-02-02  Timo Schulz  <[email protected]>
600    
601            * wptW32API.cpp (get_temp_name): New.
602            * wptKeyserver.cpp (ldap_recvkey): Use it here.
603            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
604            * wptGPGUtil.cpp (create_tempfile): Likewise.
605            * wptImportList.cpp (implist_load): Likewise.
606            * wptKeyCache.cpp (parse_attr_data): Likewise.
607            (w32_tempfile): Removed.
608            * wptGPGME.cpp (check_ultimate_trusted_key): New.
609            
610    2006-01-31  Timo Schulz  <[email protected]>
611    
612            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
613            help system.
614            * wptListView.cpp (listview_set_chkbox_style): New.
615            (listview_get_item_state): Support new checkbox style.
616            (listview_new): Reset flag var.
617            * wptKeylist.cpp (keylist_build): Support new checkbox style.
618            
619    2006-01-30  Timo Schulz  <[email protected]>
620    
621            * WinPT.cpp (check_readonly_attr): New.
622            (load_gpg_env): Use it here.
623            (WinPT): Make the the default key is searched in the
624            secret key cache.
625            Change error message.
626            * wptRegistry.cpp (regist_int_winpt): Make sure
627            the register extension is only offered once to the user.
628            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
629            temp directory. Fixed a privilege problem.
630            
631    2006-01-29  Timo Schulz  <[email protected]>
632    
633            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
634            to quit dialog.
635            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
636            translations. Directly return sig class.
637            (keysign_dlg_proc): Change msgbox title.
638            * wptKeyEdit.cpp (signUserid): New.
639            (getUseridIndex): New.
640            (getKeyIndex): New.
641            (getSigIndex): New.
642            (clear): New.
643            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
644            user-id first.
645            * wptKeyEditDlgs.cpp (lookup_cmd): New.
646            (do_editkey_sign_userid): New.
647            (do_init_cmdlist): Differ between key pairs and public keys
648            and allowed actions.
649            (keyedit_change_ownertrust): Show msgbox on success.
650            (get_default_key): New.
651            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
652            
653    2006-01-27  Timo Schulz  <[email protected]>
654    
655            * WinPT.cpp (WinMain): Set minimal list mode as default.
656            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
657            
658    2006-01-25  Timo Schulz  <[email protected]>
659    
660            * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
661            the key exist with no value.
662            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
663            * wptKeysignDlg.cpp (do_fill_seclist): Select the
664            default key if possible.
665            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
666            return the choice.
667            * wptKeylist.cpp (get_key_desc): New.
668            (keylist_upd_key): Free memory.
669            * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
670            (gpg_keycache_set_default_key): New.
671            * WinPT.cpp (gpg_prefs_ok): New.
672            (WinMain): Only start gpg prefs if needed.
673            
674    2006-01-24  Timo Schulz  <[email protected]>
675    
676            * wptKeyManager.cpp (km_dropped_file_import): New.
677            * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
678            to drop files and try to import them.
679            (keymanager_dlg_proc): Pass kmi as opaque to the subclass
680            proc.
681            
682    2006-01-23  Timo Schulz  <[email protected]>
683    
684            * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
685            to the clipboard.
686            * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
687            (do_editkey_enable_disable): New.
688            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
689            close the dialog if the user cancelled the ownertrust dialog.
690            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
691            an update of any value.
692            
693    2006-01-21  Timo Schulz  <[email protected]>
694    
695            * wptKeyCache.cpp (keycache_next_key): Handle the case
696            that there is a secret key without a public part.
697            * wptKeyserver.cpp (kserver_save_conf): Save ports.
698            * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
699            Reset keyserver name.
700            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
701            an update, do not update the cache.
702            * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
703            dialog for both clipboard and file imports.
704            * wptKeyManager.cpp (km_file_import, km_clip_import):
705            Changes to support new update system.
706            (gpg_clip_import): New.
707            * wptKeyManagerDlg.cpp (km_gui_import): New.
708            (find_keypos): Rewritten.
709            (refresh_keylist): Improved error checking.
710            
711    2006-01-20  Timo Schulz  <[email protected]>
712    
713            * wptKeyCache.cpp (w32_tmpfile): New.
714            (parse_attr_data): Use it here.
715            * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
716            
717    2006-01-19  Timo Schulz  <[email protected]>
718    
719            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
720            reload the entire cache, just update the key.
721            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
722            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
723            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
724            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
725            if need after showing the properties.
726            * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
727            * wptKeyManager.cpp (km_import_file): New param. Changed
728            all callers.
729            (km_import_clip): Likewise.
730            (delete_keys_from_cache): Delete secret part if available.
731            * wptClipImportDlg.cpp (print_import_status): If there
732            are too many new keys, use reload code.
733            
734    2006-01-18  Timo Schulz  <[email protected]>
735    
736            * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
737            the self sig is always index 0. Noted by Kurt.
738            * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
739            the key user-ID contains an email address.
740            * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
741            (do_editkey_deluid): Likewise.
742            (do_editkey_revuid): Likewise.
743            
744    2006-01-18  Timo Schulz  <[email protected]>
745    
746            * wptListview.cpp (listview_del_sel_items): Fixed index
747            calculation. This fixed a lot of problems with the KM listview
748            update.
749            (listview_del_all): Renamed to...
750            (listview_del_all_items): ..this. Changed all callers.
751            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
752            list when file import contained new/updated keys.
753            * wptKeyManager.cpp (km_file_import): Indicate if the
754            import contained any new/update keys.
755            * wptClipImportDlg.cpp (print_import_status): Just mark
756            keys which actually changed.
757            
758    2006-01-17  Timo Schulz  <[email protected]>
759    
760            * wptMAPI.cpp (mapi_send_pubkey_ext): New.
761            * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
762            update it.
763            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
764            careful about const pointers.
765            * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
766            (get_subkey_keyid): ..this. Fix problem that key was updated
767            twice and this corrupted.
768            (keyedit_add_subkey): Set @lv item in the callback context.
769            
770    2006-01-16  Timo Schulz  <[email protected]>
771    
772            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
773            window if it lost focus during the operation. Thanks to Kurt.
774            Update keylist when the window is enabled.
775            (find_keypos): New.
776            * wptKeyCache.cpp (keycache_next_key): Reset update status.
777            (gpg_keycache_next_updated_key): New arg @r_status. Change all
778            callers.
779            (gpg_keycache_update_key): Different status for new and updated.
780            Include key signatures.
781            * wptClipImportDlg.cpp (print_import_status): Mark all
782            imported keys.
783            * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
784            Thanks to Kurt.
785            * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
786            (do_delsig): Directly reload key. Thanks to Kurt.
787            * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
788            Removed.
789            * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
790            * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
791            FALSE if no keys were updated or operation was cancelled.
792            * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
793            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
794            * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
795            Do not allow to change ownertrust of invalid keys.
796            Changed translation.
797            Slightly different user interface.
798            
799    2006-11-14  Timo Schulz  <[email protected]>
800    
801            * wptW32API.cpp (make_special_filename): New.
802            * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
803            Removed 'KeyServer' item.
804            * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
805            config item.
806            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
807            window until we really use it.
808            * wptKeyserver.cpp (kserver_save_conf): New.
809            (wsock_end): Save keyserver config file.
810            * wptKeyserverDlg.cpp (keyserver_edit): New.
811            (keyserver_remove): New.
812            (keyserver_add): New.
813            (fill_keyserv_types): New.
814            (keyserver_modify_dlg_proc): New.
815            (keyserver_dlg_proc): Provide context menu to modify the
816            keyserver list.
817            (keyserver_build_list): Remove 'proto' column because it is
818            not really useful.
819            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
820            $APPDATA\winpt. If keyserver.conf exists in the current folder
821            move it to the new destination.
822            
823    2006-11-13  Timo Schulz  <[email protected]>
824    
825            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
826            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
827            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
828            dialog isn't shown twice.
829            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
830            (gpg_keycache_update_key): Set update flag.
831            * wptKeyManagerDlg.cpp (refresh_keylist): New.
832            (keymanager_dlg_proc): Use new refresh system for keyservers.
833            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
834            Update keycache.
835            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
836            * wptKeyserver.cpp (socket_read_ext): New.
837            (kserver_recv_key_ext): New.
838            (kserver_read_config, kserver_write_config): Removed.
839            
840    2006-01-12  Timo Schulz  <[email protected]>
841    
842            * wptListView.cpp (listview_set_image_list): Make icons
843            always transparent.
844            * wptImageList.cpp (imagelist_load): New icons.
845            * wptGPGMEData.cpp (gpg_data_putc): New.
846            * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
847            (keymanager_dlg_proc): Add tooltips.
848            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
849            * wptKeyserver.cpp (URL_encode): New.
850            (URL_must_encode): New.
851            (kserver_search_init): Properly encode pattern.
852            (parse_iso_date): New.
853            (keyserver_search): Be more strict to prevent buffer overflows.
854            
855    2006-01-11  Timo Schulz  <[email protected]>
856    
857            * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
858            (keymanager_dlg_proc): Adjust tooltips.
859            (update_ui_items): Handle new icons.
860            * wptImageList.cpp (imagelist_load): New icons.
861            
862    2006-01-10  Timo Schulz  <[email protected]>
863    
864            * wptMainProc.cpp (winpt_main_proc): Restore iconic
865            File/Key Manager windows if needed.
866            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
867            * wptSiglist.cpp (init_cmp): New.
868            (siglist_sort): New.
869            (siglist_cmp_cb): New.
870            (siglist_add_key): Force NOKEY status when key was not found.
871            * wptKeysigDlg.cpp (recv_single_key): New.
872            (recv_missing_keys): Reload entire key when more than one key
873            was fetched.
874            (keysig_dlg_proc): Support sorting the listview items.
875            
876    2006-01-09  Timo Schulz  <[email protected]>
877    
878            * WinPT.cpp (load_gettext): Remove file locking.
879            (WinMain): Use pre-defined autoconf constants.
880            * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
881            * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
882            Change all callers.
883            
884    2006-01-07  Timo Schulz  <[email protected]>
885    
886            * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
887            import status if just one key was selected.
888    
889    2006-01-04  Timo Schulz  <[email protected]>
890    
891            * wptGPGMEWrapper.c (setChangeVersion): New.
892            (exportToBuffer, exportToFile, exportToClipboard): New.
893            (setArmor, getArmor): New.
894            * wptKeylist.cpp (get_key_expire_date): Return locale specific
895            date.
896            (keylist_get_recipients): Do not fetch the key again.
897            (keylist_enum_recipients): Likewise.
898            * wptGPG.cpp (create_empty_keyring): New.
899            (get_gnupg_keyring): Fixed 'strict' logic.
900            * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
901            when no secret keys are available.
902            * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
903            before the MAPI call is made.
904            * WinPT.cpp (check_for_empty_keyrings): New.
905            
906    2006-01-03  Timo Schulz  <[email protected]>
907    
908            * pubkey.ico, keypair.ico: New.
909            * wptListview.cpp (listview_add_item_image): New.
910            (listview_set_image_list): New.
911            * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
912            * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
913            JPEG data.
914            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
915            add items to revoked keys.
916            * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
917            keyid buffer. This fixes a segv.
918            * wptKeyserver.cpp (spawn_application): New.
919            (ldap_recv_key): Support recent protocols and several cleanups.
920            * wptKeylist.cpp (do_addkey): Set image which depends on the
921            key type.
922            (keylist_enum_recipients): Cleanups.
923            (keylist_get_keyflags): Rewritten.
924            * wptKeyCache.cpp (free_attr_list): New.
925            (parse_attr_list): New.
926            (parse_attr_data): New.
927            (keycache_update_photo): New.
928            (keycache_update_photos): New.
929            (gpg_keycache_update_key): Automatically reload photos if needed.
930            * wptGPGUtil.cpp (create_process): New param @err. Change all
931            callers.
932            (map_tmpfile): New param @nread. Change all callers.
933            (gpg_get_photoid_data): New.
934            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
935            add items to revoked keys.
936            (subkey_init_list): Store gpgme key object.
937            
938    2005-12-29  Timo Schulz  <[email protected]>
939    
940            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
941            (gpg_genkey_params): Simplified.
942            * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
943            exclusion of the dialog items.
944            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
945            quit the dialog.
946            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
947            * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
948            (id2algo): New.
949    
950    2005-12-28  Timo Schulz  <[email protected]>
951    
952            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
953            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
954            * wptKeylist.cpp (keylist_udp_key): Likewise.
955            * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
956            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
957            when no signing key was found.
958            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
959            user IDs.
960            (translate_popup_strings): s/Revoke/Revoke Cert.
961            * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
962            0x prefixed keyid.
963            * wptKeyEditCB.cpp (editkey_command_handler): Also reset
964            step in case of a bad passphrase.
965            
966    2005-12-27  Timo Schulz  <[email protected]>
967    
968            * wptListView.cpp (listview_set_view): New.
969            (listview_del_column): New.
970            * wptW32API.cpp (get_locale_date): New.
971            (get_menu_state): New.
972            (force_foreground_window): New.
973            * wptVerifyList.cpp (strtimestamp): Support for
974            locale date formats.
975            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
976            passphrases.
977            * wptKeyEditCB.cpp (editkey_command_handler): Immediately
978            return when a bad passphrase was submitted.
979            * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
980            column order.
981            * wptKeylist.cpp (keylist_upd_col): New.
982            * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
983            'Revocation' for public keys.
984            (translate_menu_strings): s/Revoke/Revoke Cert.
985            (modify_listview_columns): New.
986            
987    2005-12-18  Timo Schulz  <[email protected]>
988    
989            * wptKeyManagerDlg.cpp (save_column_size): New.
990            (restore_column_size): New.
991            (keymanager_dlg_proc): Save and restore column sizes for
992            the listview control.
993            * wptKeyManager.cpp (key_get_info): New.
994            (km_delete_keys): Use it here to have a consistent message.
995            Use stored key context and not the column data.
996            (km_enable_disable_key): Likewise.
997            (km_send_to_keyserver): Likewise.
998            (km_set_implicit_trust): Likewise.
999            * wptKeylist.cpp (get_key_pubalgo2): New.
1000            
1001    2005-12-17  Timo Schulz  <[email protected]>
1002    
1003            * wptUTF8.cpp: Removed unused charset array.
1004            * wptSigList.cpp (siglist_build): Increase size for 'class'
1005            column.
1006            * wptGPG.cpp (get_gnupg_path): Simplified.
1007            * WinPT.cpp (load_gpg_env): New.
1008            (check_crypto_engine): Return type is now bool.
1009            * wptRegistry.cpp (is_gpg4win_installed): New.
1010            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
1011            dialog design.
1012            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
1013            (translate_popupmenu_strings): New.
1014            * wptKeyEditDlgs.cpp (is_jpg_file): New.
1015            
1016    2005-12-13  Timo Schulz  <[email protected]>
1017    
1018            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
1019            * wptKeyManagerDlg.cpp (change_edit_menu): New.
1020            (change_key_menu): Renamed from...
1021            (menu_gpg_readonly): ..this.
1022            (clip_contains_pgpkey): New.
1023            (update_ui_items): Do not allow to sign expired keys.
1024            (keymanager_dlg_proc): Same for popup menu.
1025            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
1026            * wptKeyCache.cpp (copy_uid_prefs):
1027            (gpg_keycache_sync): Copy uid prefs so the key property
1028            dialog show the correct values. Thanks to Shane.
1029            
1030    2005-12-11  Timo Schulz  <[email protected]>
1031    
1032            * wptW32API.cpp (get_file_version): New.
1033            * wptGPGUtil.cpp (create_process): Always hide window.
1034            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
1035            instead of 'Exit'.
1036            * wptKeyManager.cpp (km_http_import): New filename
1037            generation code.
1038            (km_send_to_mail_recipient): Cleanups.
1039            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
1040            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
1041            when multiple keys are selected.
1042            (popup_multiple): New.
1043            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
1044            file versions are equal. Rewrote --keymanager code.
1045            
1046    2005-12-08  Timo Schulz  <[email protected]>
1047    
1048            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
1049            (hkp_recv_key2): Show user-id of the imported key instead
1050            of just the pattern.
1051            * wptFileCBS.cpp (read_cb): Changed to W32 API.
1052            (write_cb): Likewise. Create output file on demand.
1053            (gpg_file_data_new): Adjusted code for new API.
1054            * wptKeyEdit.cpp (cleanKey): New.
1055            * wptKeyEditCB.cpp (cmd_clean_handler): New.
1056            (editkey_command_handler): Call clean handler.
1057            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
1058            keylist after inserting items.
1059            * wptFileManager.cpp (fm_set_status): Take care of
1060            cleartext sigs.
1061            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
1062            sure can be closed.
1063            
1064    2005-12-07  Timo Schulz  <[email protected]>
1065    
1066            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
1067            Use 'Close' instead of 'Exit'.
1068            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
1069            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
1070            as the destination dir. Thanks to Werner.
1071            * wptRegistry.cpp (is_gpgee_installed): New.
1072            (regist_inst_winpt): Do not register file extensions
1073            if GPGee is available.
1074            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
1075            use of local vars.
1076            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
1077            no illegal backup mode is saved.
1078            * wptKeyserverDlg.cpp (show_imported_key): New.
1079            (hkp_recv_key2): Show imported keys if the blob
1080            contained more than one.
1081            
1082    2005-12-06  Timo Schulz  <[email protected]>
1083    
1084            * WinPT.cpp (WinMain): Load the gettext environment soon
1085            as possible so all 'first start' messages are localized.
1086            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
1087            received via the keyserver, return the gpgme key context on
1088            success and add it directly to the list.
1089            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
1090            to store the key.
1091            (hkp_recv_key2): Add extra param for the fingerprint.
1092            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
1093            
1094    2005-12-02  Werner Koch  <[email protected]>
1095    
1096            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
1097    
1098  2005-12-01  Timo Schulz  <[email protected]>  2005-12-01  Timo Schulz  <[email protected]>
1099    
1100          * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic          * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
# Line 991  Line 2088 
2088    
2089          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
2090          from WinMain ().          from WinMain ().
2091          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
2092          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
2093          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
2094          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.109  
changed lines
  Added in v.222

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26