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

Diff of /trunk/Src/ChangeLog

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

revision 196 by twoaday, Fri Apr 7 10:47:37 2006 UTC revision 260 by twoaday, Wed Aug 16 10:01:30 2006 UTC
# Line 1  Line 1 
1    2006-08-11  Timo Schulz  <[email protected]>
2    
3            * wptGPGMEWrapper.cpp (importFromFile): New.
4            (importFromClipboard): New.
5            (importGetResult): New.
6            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
7            (km_clip_import): Ditto.
8            * wptKeyEdit.cpp (addCardKey): New.
9            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
10            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
11            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
12            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
13            
14    2006-08-10  Timo Schulz  <[email protected]>
15    
16            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
17            '=='.
18            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
19            keys and signatures.
20            (get_gpg_sigstat): Adjusted code.
21            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
22            (gpg_card_load): Improved card detection code.
23            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
24            a key on a card. Suggested by Achim.
25            * wptUtil.cpp (check_email_address): Add sanity check for
26            the length.
27            * WinPT.cpp (WinMain): Handle cardgen request.
28            
29    2006-08-04  Timo Schulz  <[email protected]>
30    
31            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
32            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
33            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
34            for the situation that the last key in the cache is deleted.
35            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
36            detection.
37            
38    2006-08-02  Timo Schulz  <[email protected]>
39    
40            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
41            with static data.
42            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
43            (get_key_userid): Fix problem when key was not found.
44            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
45            fingerprint to short keyid conversion.
46            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
47            sigs.
48            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
49            
50            
51    2006-08-01  Timo Schulz  <[email protected]>
52    
53            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
54            (gnupg_display_error): Removed unused code.
55            * wptPassphraseCB.cpp (parse_gpg_description): Text output
56            is now more human readable.
57            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
58            error code in all cases.
59            
60    2006-07-31  Timo Schulz  <[email protected]>
61    
62            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
63            handling code.
64            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
65            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
66            for list view controls.
67            
68    2006-07-30  Timo Schulz  <[email protected]>
69    
70            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
71            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
72            (display_keyinfo): New.
73            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
74            (keysig_dlg_proc): List creation time.
75            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
76            handling.
77            
78    2006-07-28  Timo Schulz  <[email protected]>
79    
80            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
81            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
82            adjust key size.
83            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
84            
85    2006-07-25  Timo Schulz  <[email protected]>
86    
87            Applied spelling corrections from Anthony Bryan.
88            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
89            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
90            
91    2006-07-22  Timo Schulz  <[email protected]>
92    
93            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
94            utf8 encoded user ids.
95            (winpt_main_proc): Cleanups.
96            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
97            email address to the clipboard.
98            
99    2006-07-15  Timo Schulz  <[email protected]>
100    
101            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
102            any compatibility problems.
103            * wptW32API.cpp (get_file_version): Cleanups.
104            
105    2006-07-10  Timo Schulz  <[email protected]>
106    
107            * wptUtil.cpp (check_file_name): New.
108            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
109            (key_revoke_dlg_proc): Likewise.
110            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
111            * wptImportList.cpp (implist_load): Likewise.
112            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
113            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
114            
115    2006-07-05  Timo Schulz  <[email protected]>
116    
117            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
118            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
119            with a menu instead of dozen of buttons.
120            
121    2006-07-01  Timo Schulz  <[email protected]>
122    
123            * wptFileManager.cpp (fm_sort): Rewritten.
124            (fm_build): Modify param type. Change all callers.
125            (fm_cmp_cb): Adjusted for the new code.
126            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
127            for the list view.
128            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
129            context and model for the list view.
130            (update_status_bar): Fix calculation of the size of the
131            selected files.
132            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
133            and return type.
134            
135    2006-06-28  Timo Schulz  <[email protected]>
136    
137            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
138            and memory leak.
139            * wptListView.cpp (listview_find_substr): New.
140            (listview_sort_items): Use symbolic ids.
141            * wptKeyManager.cpp (km_find_key): Allow substring search.
142            
143    2006-06-27  Timo Schulz  <[email protected]>
144    
145            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
146            when no sig has been found (if requested).
147            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
148            quote instead of the check box. Cleanups.
149            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
150            sorting problem and wrong icon display.
151            * wptListView.cpp (listview_sort_items): Correct code for
152            checkbox based lists.
153            * wptKeylist.cpp (keylist_build): Add sorting icons.
154            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
155            
156    2006-06-24  Timo Schulz  <[email protected]>
157    
158            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
159            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
160            conversion.
161            (subkey_list_init): Simplified.
162            
163    2006-06-22  Timo Schulz  <[email protected]>
164    
165            * WinPT-en.rc: Include versioninfo.rc to generate
166            the version info automatically.
167            
168    2006-06-19  Timo Schulz  <[email protected]>
169    
170            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
171            format of the sig info text.
172            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
173            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
174            handling.
175            * wptPassphraseDlg.cpp (request_key_passphrase): Return
176            utf8 encoded passphrase.
177            
178    2006-06-18  Timo Schulz  <[email protected]>
179    
180            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
181            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
182            (verify_get_key_ownertrust): New.
183            (clip_decrypt_dlg_proc): New argument. Change all callers.
184            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
185            that the dialog was called with a param.
186            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
187            case of dbl-click.
188            
189    2006-06-16  Timo Schulz  <[email protected]>
190    
191            * wptProgressDlg.cpp (wait_for_progress_cb): New.
192            * wptMainProc.cpp (winpt_main_proc): Use this function
193            to disallow to access the cache during synchronisation.
194            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
195            * wptKeyserver.cpp (check_hkp_response): Improved text
196            extraction.
197            (parse_keyserver_error): New.
198            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
199            encoding.
200            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
201            needs to be utf8 encoded but still allow it.
202            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
203            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
204            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
205            
206    2006-06-15  Timo Schulz  <[email protected]>
207    
208            * wptVerList.cpp (verlist_build): Use icons.
209            (verlist_add_sig): Set image number according to sig state.
210            
211    2006-06-14  Timo Schulz  <[email protected]>
212    
213            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
214            authors string here. Noted by Eduardo.
215            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
216            
217    2006-06-09  Timo Schulz  <[email protected]>
218    
219            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
220            RSA_E and RSA_S.
221            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
222            
223    2006-06-08  Timo Schulz  <[email protected]>
224    
225            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
226            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
227            (showphoto_dlg_proc): New.
228            * wptKeyManagerDlg.cpp (restore_window_size): New.
229            (keymanager_dlg_proc): Restore original window size on startup.
230            (copy_key_info): Allow to copy multiple key items.
231            
232    2006-06-06  Timo Schulz  <[email protected]>
233    
234            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
235            if no expire date were given.
236            
237    2006-06-05  Timo Schulz  <[email protected]>
238    
239            * wptPassphraseDlg.cpp (request_passphrase): Release mem
240            in case of errors.
241            (request_key_passphrase): New.
242            (set_passphrase_hint): New.
243            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
244            hint. Suggested by vedaal.
245            
246    2006-06-03  Timo Schulz  <[email protected]>
247    
248            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
249            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
250            the case that 'encrypt-to' points to a non-existing item.
251            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
252            the dialog if an error occurred.
253            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
254            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
255            in case of errors.
256            * wptKeyserverDlg.cpp (check_pattern): Improved code.
257            (keyserver_dlg_proc): All comparisons are case insentensive.
258            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
259            
260    2006-06-02  Timo Schulz  <[email protected]>
261    
262            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
263            
264    2006-06-01  Timo Schulz  <[email protected]>
265    
266            * wptKeyserver.cpp (check_URL): change semantic.
267            (skip_type_prefix): Use check_URL().
268            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
269            include secret keyring backups. Change all callers.
270            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
271            (set_reg_winpt_prefs): Likewise.
272            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
273            
274    2006-05-29  Timo Schulz  <[email protected]>
275    
276            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
277    
278    2006-05-27  Timo Schulz  <[email protected]>
279    
280            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
281            passphrase requests.
282            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
283            for global use.
284            * wptFileManager.cpp (fm_decrypt): Use it here.
285            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
286            
287    2006-05-25  Timo Schulz  <[email protected]>
288    
289            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
290            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
291            * wptVerifyList.cpp (verlist_build): New argument type.
292            Change all callers.
293            (verlist_set_info_control): New.
294            (verlist_set_additional_info): New.
295            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
296            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
297            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
298            
299    2006-05-23  Timo Schulz  <[email protected]>
300    
301            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
302            problem.
303            (keyedit_main_dlg_proc): Popup menu for the user ID list
304            with common commands.
305            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
306            disable search for ldap servers.
307            Use subkeys.pgp.net by default when no server was selected.
308    
309    2006-05-22  Timo Schulz  <[email protected]>
310    
311            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
312            Support for the new 'default ext' value.
313            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
314            (prefs_dlg_proc): Likewise.
315            * wptFileManager.cpp (file_get_extension): Likewise.
316            (get_output_file): Likewise.
317            (fm_export): Likewise.
318            
319    2006-05-20  Timo Schulz  <[email protected]>
320    
321            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
322            process call when no photo is available.
323            (keyprops_dlg_proc): avoid static data.
324            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
325            of on demand key requests.
326            (show_verify_result): Likewise.
327            (secret_key_available): Likewise.
328            (fm_decrypt, fm_sign): Handle the new on demand key request
329            mode and free all memory.
330            
331    2006-05-15  Timo Schulz  <[email protected]>
332    
333            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
334            apply patch. Thanks to vedaal.
335            
336    2006-05-14  Timo Schulz  <[email protected]>
337    
338            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
339            preferred keyserver URL.
340            * wptHTTP.cpp (extractHostInfo): Fix segv.
341            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
342            gpg.conf.
343            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
344            assume an existing user id.
345            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
346            if no passphrase is available.
347    
348    2006-05-13  Timo Schulz  <[email protected]>
349    
350            * wpMainProc.cpp (secret_key_available): Move it...
351            * wptGPGME.cpp: ..to this file.
352            (check_ultimate_trusted_key): Handle the case there
353            is no secret key available.
354            * wptFileManagerDlg.cpp (update_ui_items): Improved.
355            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
356            some functions when no secret key is available.
357            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
358            code and also display pubkey algorithm.
359            * wptKeyserver.cpp (safe_alloc): New.
360            (count_keys_in_response): New.
361            (parse_pub_record): New.
362            (parse_uid_record): New.
363            (kserver_release_key): New.
364            (kserver_search_begin, kserver_search_next_key):
365            Adjust for the machine readable output. Removed old code.
366            (parse_keyserver_url): New.
367            * wptUtil.cpp (substr): New.
368            * wptKeyManager.cpp (km_refresh_one_key): Properly
369            parse the keyserver URL.
370            
371    2006-05-11  Timo Schulz  <[email protected]>
372    
373            * wptPassphraseCB.cpp (release_gpg_recipients): New.
374            (release_gpg_recipients): Use it here.
375            * wptFileManager.cpp (fm_decrypt): List all recipients.
376            Thanks to vedaal.
377            * wptGPG.cpp (extract_keyid): New.
378            (get_gnupg_default_key): Use it here.
379            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
380            one-pass-sigs again.
381            
382    2006-05-09  Timo Schulz  <[email protected]>
383    
384            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
385            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
386            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
387            
388    2006-05-07  Timo Schulz  <[email protected]>
389    
390            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
391            * wptKeyserver.cpp (wsock_strerror): Likewise.
392            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
393            Change all callers.
394            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
395            problem.
396            
397    2006-05-06  Timo Schulz  <[email protected]>
398    
399            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
400            sorting order if available.
401            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
402            for the key ID.
403            (get_pref_cipher): Differ between the AES algorithm IDs.
404            (key_is_valid): New.
405            * wptKeyserverDlg.cpp (check_pattern): Simplified.
406            
407    2006-05-03  Timo Schulz  <[email protected]>
408    
409            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
410            Thanks to Mathias.
411            
412    2006-05-02  Timo Schulz  <[email protected]>
413    
414            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
415            caption for the radio button group.
416            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
417            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
418            ldap_recvkey): Avoid fixed buffers.
419            (do_spawn_ldap_helper): New.
420            (ldap_recvkey): Factor out code into helper function.
421            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
422            Increase width of the list box to make sure even large
423            user IDs will be completly displayed.
424            
425    2006-05-01  Timo Schulz  <[email protected]>
426    
427            * WinPT.cpp (WinMain): Check if the user has admin privileges.
428            * wptW32API.cpp (user_is_admin): New.
429            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
430            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
431            to re-activate the window again.
432            * wptKeylist.cpp (get_key_trust2): Differ between "full"
433            and "ultimate".
434            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
435            has now highest priority.
436            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
437            system.
438            
439    2006-04-30  Timo Schulz  <[email protected]>
440    
441            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
442            list if needed.
443            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
444            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
445            * wptKeyEditDlgs.cpp (check_desig_rev): New.
446            (do_editkey_minimize): New.
447            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
448            generate a revoc cert as a desig revoker.
449            
450    2006-04-29  Timo Schulz  <[email protected]>
451    
452            * wptVerifyList.cpp (verlist_build): Adjusted code for new
453            list view interface.
454            * wptSigList.cpp (siglist_build): Likewise.
455            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
456            to display the preferences of the selected UID. Thanks to Mathias.
457            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
458            of an error.
459            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
460            the utf8 decoded uid list.
461            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
462            * wptListView.cpp (listview_new): New param for HWND handle.
463            Change all callers.
464            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
465            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
466            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
467            keyid extraction.
468            
469    2006-04-28  Timo Schulz  <[email protected]>
470    
471            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
472            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
473            for handling policy URLs.
474            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
475            New option KMSortBy.
476            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
477            * wptKeyEdit.cpp (minimizeKey): New.
478            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
479            
480    2006-04-27  Timo Schulz  <[email protected]>
481    
482            * wptKeyManager.cpp (km_get_key_ptr): New.
483            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
484            * wptKeyCache.cpp (keycache_decode_uids): New.
485            (free_native_uids): New.
486            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
487            
488    2006-04-26  Timo Schulz  <[email protected]>
489    
490            * wptKeylist.cpp (get_keyid_from_fpr): New.
491            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
492            * wptVerifyList.cpp (verlist_add_sig): Likewise.
493            
494    2006-04-25  Timo Schulz  <[email protected]>
495    
496            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
497            * wptMDSumDlg.cpp (hash_selected_files): New.
498            (mdsum_dlg_proc): Cleanups.
499            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
500            
501    2006-04-23  Timo Schulz  <[email protected]>
502    
503            * wptW32API.cpp (SetDlgItemText_utf8): New.
504            (SetWindowText_utf8): New.
505            (GetDlgItemText_utf8): New.
506            * wptListView.cpp (listview_add_sub_item): Internal
507            utf8 support.
508            
509    2006-04-22  Timo Schulz  <[email protected]>
510    
511            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
512            revoker name in UTF8.
513            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
514            with the window title.
515            
516    2006-04-20  Timo Schulz  <[email protected]>
517    
518            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
519            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
520            c++ memory allocation.
521            * wptFileManager.cpp (show_verify_result): Show PKA status
522            if possible.
523            * wptClipVerifyDlg.cpp (get_pka_status): New.
524            (clip_verify_dlg_proc): Show PKA status if possible.
525            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
526            to use ESC to quit the dialog.
527            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
528            encode the comment in UTF8. Thanks to Werner and Jan.
529            
530    2006-04-16  Timo Schulz  <[email protected]>
531    
532            * wptHTTP.cpp (getErrorCode): New.
533            (connect): Store winsock error code.
534            * wptGPGMEData.cpp (is_armor_header): New.
535            * wptGPG.cpp (check_gnupg_engine): Free context.
536            (gnupg_backup_keyrings): Do not use global vars.
537            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
538            
539    2006-04-15  Timo Schulz  <[email protected]>
540    
541            * wptKeyManager.cpp (km_get_key): New.
542            (km_key_show_revoc_info): New.
543            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
544            (on_init_dialog): New.
545            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
546            out some common code and use km_get_key() instead.
547            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
548            param type. Change all callers.
549            * wptKeyEdit.cpp (addNotation): New.
550            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
551            param everywhere. Change all callers.
552            
553    2006-04-09  Timo Schulz  <[email protected]>
554    
555            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
556            if the homedir value was changed.
557            * wptGPG.cpp (default_key_from_cache): Only return secret key
558            if public part is available.
559            (set_gnupg_default_key): Fix NULL problem.
560            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
561            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
562            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
563            'always-on-top' correctly.
564            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
565            mem to hold all possible keys.
566            (keylist_enum_keys): Likewise.
567            
568    2006-04-08  Timo Schulz  <[email protected]>
569    
570            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
571            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
572            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
573            * WinPT.cpp (WinMain): if the default key was not found, reset
574            the gpg.conf entry.
575            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
576            file name.
577            (show_verify_result): Always use utf8 output.
578            (get_output_file): Case in-sentensive comparison.
579            (fm_assume_onepass_sig): Fixed temp file handling.
580            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
581            output.
582            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
583            
584  2006-04-07  Timo Schulz  <[email protected]>  2006-04-07  Timo Schulz  <[email protected]>
585    
586          * wptW32API.cpp (set_clip_text): Change code so it also          * wptW32API.cpp (set_clip_text): Change code so it also

Legend:
Removed from v.196  
changed lines
  Added in v.260

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26