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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.57  
changed lines
  Added in v.201

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26