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

Diff of /trunk/Src/ChangeLog

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

revision 201 by twoaday, Sat Apr 22 18:30:24 2006 UTC revision 220 by twoaday, Tue May 30 15:31:49 2006 UTC
# Line 1  Line 1 
1    2006-05-29  Timo Schulz  <[email protected]>
2    
3            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
4    
5    2006-05-27  Timo Schulz  <[email protected]>
6    
7            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
8            passphrase requests.
9            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
10            for global use.
11            * wptFileManager.cpp (fm_decrypt): Use it here.
12            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
13            
14    2006-05-25  Timo Schulz  <[email protected]>
15    
16            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
17            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
18            * wptVerifyList.cpp (verlist_build): New argument type.
19            Change all callers.
20            (verlist_set_info_control): New.
21            (verlist_set_additional_info): New.
22            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
23            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
24            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
25            
26    2006-05-23  Timo Schulz  <[email protected]>
27    
28            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
29            problem.
30            (keyedit_main_dlg_proc): Popup menu for the user ID list
31            with common commands.
32            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
33            disable search for ldap servers.
34            Use subkeys.pgp.net by default when no server was selected.
35    
36    2006-05-22  Timo Schulz  <[email protected]>
37    
38            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
39            Support for the new 'default ext' value.
40            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
41            (prefs_dlg_proc): Likewise.
42            * wptFileManager.cpp (file_get_extension): Likewise.
43            (get_output_file): Likewise.
44            (fm_export): Likewise.
45            
46    2006-05-20  Timo Schulz  <[email protected]>
47    
48            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
49            process call when no photo is available.
50            (keyprops_dlg_proc): avoid static data.
51            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
52            of on demand key requests.
53            (show_verify_result): Likewise.
54            (secret_key_available): Likewise.
55            (fm_decrypt, fm_sign): Handle the new on demand key request
56            mode and free all memory.
57            
58    2006-05-15  Timo Schulz  <[email protected]>
59    
60            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
61            apply patch. Thanks to vedaal.
62            
63    2006-05-14  Timo Schulz  <[email protected]>
64    
65            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
66            preferred keyserver URL.
67            * wptHTTP.cpp (extractHostInfo): Fix segv.
68            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
69            gpg.conf.
70            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
71            assume an existing user id.
72            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
73            if no passphrase is available.
74    
75    2006-05-13  Timo Schulz  <[email protected]>
76    
77            * wpMainProc.cpp (secret_key_available): Move it...
78            * wptGPGME.cpp: ..to this file.
79            (check_ultimate_trusted_key): Handle the case there
80            is no secret key available.
81            * wptFileManagerDlg.cpp (update_ui_items): Improved.
82            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
83            some functions when no secret key is available.
84            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
85            code and also display pubkey algorithm.
86            * wptKeyserver.cpp (safe_alloc): New.
87            (count_keys_in_response): New.
88            (parse_pub_record): New.
89            (parse_uid_record): New.
90            (kserver_release_key): New.
91            (kserver_search_begin, kserver_search_next_key):
92            Adjust for the machine readable output. Removed old code.
93            (parse_keyserver_url): New.
94            * wptUtil.cpp (substr): New.
95            * wptKeyManager.cpp (km_refresh_one_key): Properly
96            parse the keyserver URL.
97            
98    2006-05-11  Timo Schulz  <[email protected]>
99    
100            * wptPassphraseCB.cpp (release_gpg_recipients): New.
101            (release_gpg_recipients): Use it here.
102            * wptFileManager.cpp (fm_decrypt): List all recipients.
103            Thanks to vedaal.
104            * wptGPG.cpp (extract_keyid): New.
105            (get_gnupg_default_key): Use it here.
106            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
107            one-pass-sigs again.
108            
109    2006-05-09  Timo Schulz  <[email protected]>
110    
111            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
112            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
113            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
114            
115    2006-05-07  Timo Schulz  <[email protected]>
116    
117            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
118            * wptKeyserver.cpp (wsock_strerror): Likewise.
119            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
120            Change all callers.
121            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
122            problem.
123            
124    2006-05-06  Timo Schulz  <[email protected]>
125    
126            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
127            sorting order if available.
128            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
129            for the key ID.
130            (get_pref_cipher): Differ between the AES algorithm IDs.
131            (key_is_valid): New.
132            * wptKeyserverDlg.cpp (check_pattern): Simplified.
133            
134    2006-05-03  Timo Schulz  <[email protected]>
135    
136            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
137            Thanks to Mathias.
138            
139    2006-05-02  Timo Schulz  <[email protected]>
140    
141            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
142            caption for the radio button group.
143            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
144            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
145            ldap_recvkey): Avoid fixed buffers.
146            (do_spawn_ldap_helper): New.
147            (ldap_recvkey): Factor out code into helper function.
148            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
149            Increase width of the list box to make sure even large
150            user IDs will be completly displayed.
151            
152    2006-05-01  Timo Schulz  <[email protected]>
153    
154            * WinPT.cpp (WinMain): Check if the user has admin privileges.
155            * wptW32API.cpp (user_is_admin): New.
156            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
157            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
158            to re-activate the window again.
159            * wptKeylist.cpp (get_key_trust2): Differ between "full"
160            and "ultimate".
161            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
162            has now highest priority.
163            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
164            system.
165            
166    2006-04-30  Timo Schulz  <[email protected]>
167    
168            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
169            list if needed.
170            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
171            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
172            * wptKeyEditDlgs.cpp (check_desig_rev): New.
173            (do_editkey_minimize): New.
174            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
175            generate a revoc cert as a desig revoker.
176            
177    2006-04-29  Timo Schulz  <[email protected]>
178    
179            * wptVerifyList.cpp (verlist_build): Adjusted code for new
180            list view interface.
181            * wptSigList.cpp (siglist_build): Likewise.
182            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
183            to display the preferences of the selected UID. Thanks to Mathias.
184            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
185            of an error.
186            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
187            the utf8 decoded uid list.
188            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
189            * wptListView.cpp (listview_new): New param for HWND handle.
190            Change all callers.
191            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
192            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
193            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
194            keyid extraction.
195            
196    2006-04-28  Timo Schulz  <[email protected]>
197    
198            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
199            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
200            for handling policy URLs.
201            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
202            New option KMSortBy.
203            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
204            * wptKeyEdit.cpp (minimizeKey): New.
205            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
206            
207    2006-04-27  Timo Schulz  <[email protected]>
208    
209            * wptKeyManager.cpp (km_get_key_ptr): New.
210            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
211            * wptKeyCache.cpp (keycache_decode_uids): New.
212            (free_native_uids): New.
213            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
214            
215    2006-04-26  Timo Schulz  <[email protected]>
216    
217            * wptKeylist.cpp (get_keyid_from_fpr): New.
218            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
219            * wptVerifyList.cpp (verlist_add_sig): Likewise.
220            
221    2006-04-25  Timo Schulz  <[email protected]>
222    
223            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
224            * wptMDSumDlg.cpp (hash_selected_files): New.
225            (mdsum_dlg_proc): Cleanups.
226            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
227            
228    2006-04-23  Timo Schulz  <[email protected]>
229    
230            * wptW32API.cpp (SetDlgItemText_utf8): New.
231            (SetWindowText_utf8): New.
232            (GetDlgItemText_utf8): New.
233            * wptListView.cpp (listview_add_sub_item): Internal
234            utf8 support.
235            
236  2006-04-22  Timo Schulz  <[email protected]>  2006-04-22  Timo Schulz  <[email protected]>
237    
238          * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode          * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26