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

Diff of /trunk/Src/ChangeLog

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

revision 207 by twoaday, Fri Apr 28 10:28:24 2006 UTC revision 217 by twoaday, Mon May 22 14:21:39 2006 UTC
# Line 1  Line 1 
1    2005-05-20  Timo Schulz  <[email protected]>
2    
3            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
4            process call when no photo is available.
5            (keyprops_dlg_proc): avoid static data.
6            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
7            of on demand key requests.
8            (show_verify_result): Likewise.
9            (secret_key_available): Likewise.
10            (fm_decrypt, fm_sign): Handle the new on demand key request
11            mode and free all memory.
12            
13    2006-05-15  Timo Schulz  <[email protected]>
14    
15            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
16            apply patch. Thanks to vedaal.
17            
18    2006-05-14  Timo Schulz  <[email protected]>
19    
20            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
21            preferred keyserver URL.
22            * wptHTTP.cpp (extractHostInfo): Fix segv.
23            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
24            gpg.conf.
25            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
26            assume an existing user id.
27            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
28            if no passphrase is available.
29    
30    2006-05-13  Timo Schulz  <[email protected]>
31    
32            * wpMainProc.cpp (secret_key_available): Move it...
33            * wptGPGME.cpp: ..to this file.
34            (check_ultimate_trusted_key): Handle the case there
35            is no secret key available.
36            * wptFileManagerDlg.cpp (update_ui_items): Improved.
37            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
38            some functions when no secret key is available.
39            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
40            code and also display pubkey algorithm.
41            * wptKeyserver.cpp (safe_alloc): New.
42            (count_keys_in_response): New.
43            (parse_pub_record): New.
44            (parse_uid_record): New.
45            (kserver_release_key): New.
46            (kserver_search_begin, kserver_search_next_key):
47            Adjust for the machine readable output. Removed old code.
48            (parse_keyserver_url): New.
49            * wptUtil.cpp (substr): New.
50            * wptKeyManager.cpp (km_refresh_one_key): Properly
51            parse the keyserver URL.
52            
53    2006-05-11  Timo Schulz  <[email protected]>
54    
55            * wptPassphraseCB.cpp (release_gpg_recipients): New.
56            (release_gpg_recipients): Use it here.
57            * wptFileManager.cpp (fm_decrypt): List all recipients.
58            Thanks to vedaal.
59            * wptGPG.cpp (extract_keyid): New.
60            (get_gnupg_default_key): Use it here.
61            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
62            one-pass-sigs again.
63            
64    2006-05-09  Timo Schulz  <[email protected]>
65    
66            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
67            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
68            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
69            
70    2006-05-07  Timo Schulz  <[email protected]>
71    
72            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
73            * wptKeyserver.cpp (wsock_strerror): Likewise.
74            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
75            Change all callers.
76            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
77            problem.
78            
79    2006-05-06  Timo Schulz  <[email protected]>
80    
81            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
82            sorting order if available.
83            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
84            for the key ID.
85            (get_pref_cipher): Differ between the AES algorithm IDs.
86            (key_is_valid): New.
87            * wptKeyserverDlg.cpp (check_pattern): Simplified.
88            
89    2006-05-03  Timo Schulz  <[email protected]>
90    
91            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
92            Thanks to Mathias.
93            
94    2006-05-02  Timo Schulz  <[email protected]>
95    
96            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
97            caption for the radio button group.
98            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
99            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
100            ldap_recvkey): Avoid fixed buffers.
101            (do_spawn_ldap_helper): New.
102            (ldap_recvkey): Factor out code into helper function.
103            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
104            Increase width of the list box to make sure even large
105            user IDs will be completly displayed.
106            
107    2006-05-01  Timo Schulz  <[email protected]>
108    
109            * WinPT.cpp (WinMain): Check if the user has admin privileges.
110            * wptW32API.cpp (user_is_admin): New.
111            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
112            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
113            to re-activate the window again.
114            * wptKeylist.cpp (get_key_trust2): Differ between "full"
115            and "ultimate".
116            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
117            has now highest priority.
118            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
119            system.
120            
121    2006-04-30  Timo Schulz  <[email protected]>
122    
123            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
124            list if needed.
125            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
126            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
127            * wptKeyEditDlgs.cpp (check_desig_rev): New.
128            (do_editkey_minimize): New.
129            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
130            generate a revoc cert as a desig revoker.
131            
132    2006-04-29  Timo Schulz  <[email protected]>
133    
134            * wptVerifyList.cpp (verlist_build): Adjusted code for new
135            list view interface.
136            * wptSigList.cpp (siglist_build): Likewise.
137            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
138            to display the preferences of the selected UID. Thanks to Mathias.
139            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
140            of an error.
141            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
142            the utf8 decoded uid list.
143            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
144            * wptListView.cpp (listview_new): New param for HWND handle.
145            Change all callers.
146            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
147            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
148            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
149            keyid extraction.
150            
151  2006-04-28  Timo Schulz  <[email protected]>  2006-04-28  Timo Schulz  <[email protected]>
152    
153          * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.          * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.

Legend:
Removed from v.207  
changed lines
  Added in v.217

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26