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

Diff of /trunk/Src/ChangeLog

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

revision 193 by twoaday, Sat Apr 1 12:36:35 2006 UTC revision 226 by twoaday, Mon Jun 12 13:40:21 2006 UTC
# Line 1  Line 1 
1    2006-06-09  Timo Schulz  <[email protected]>
2    
3            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
4            RSA_E and RSA_S.
5            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
6            
7    2006-06-08  Timo Schulz  <[email protected]>
8    
9            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
10            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
11            (showphoto_dlg_proc): New.
12            * wptKeyManagerDlg.cpp (restore_window_size): New.
13            (keymanager_dlg_proc): Restore original window size on startup.
14            (copy_key_info): Allow to copy multiple key items.
15            
16    2006-06-06  Timo Schulz  <[email protected]>
17    
18            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
19            if no expire date were given.
20            
21    2006-06-05  Timo Schulz  <[email protected]>
22    
23            * wptPassphraseDlg.cpp (request_passphrase): Release mem
24            in case of errors.
25            (request_key_passphrase): New.
26            (set_passphrase_hint): New.
27            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
28            hint. Suggested by vedaal.
29            
30    2006-06-03  Timo Schulz  <[email protected]>
31    
32            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
33            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
34            the case that 'encrypt-to' points to a non-existing item.
35            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
36            the dialog if an error occurred.
37            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
38            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
39            in case of errors.
40            * wptKeyserverDlg.cpp (check_pattern): Improved code.
41            (keyserver_dlg_proc): All comparisons are case insentensive.
42            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
43            
44    2006-06-02  Timo Schulz  <[email protected]>
45    
46            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
47            
48    2006-06-01  Timo Schulz  <[email protected]>
49    
50            * wptKeyserver.cpp (check_URL): change semantic.
51            (skip_type_prefix): Use check_URL().
52            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
53            include secret keyring backups. Change all callers.
54            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
55            (set_reg_winpt_prefs): Likewise.
56            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
57            
58    2006-05-29  Timo Schulz  <[email protected]>
59    
60            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
61    
62    2006-05-27  Timo Schulz  <[email protected]>
63    
64            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
65            passphrase requests.
66            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
67            for global use.
68            * wptFileManager.cpp (fm_decrypt): Use it here.
69            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
70            
71    2006-05-25  Timo Schulz  <[email protected]>
72    
73            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
74            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
75            * wptVerifyList.cpp (verlist_build): New argument type.
76            Change all callers.
77            (verlist_set_info_control): New.
78            (verlist_set_additional_info): New.
79            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
80            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
81            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
82            
83    2006-05-23  Timo Schulz  <[email protected]>
84    
85            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
86            problem.
87            (keyedit_main_dlg_proc): Popup menu for the user ID list
88            with common commands.
89            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
90            disable search for ldap servers.
91            Use subkeys.pgp.net by default when no server was selected.
92    
93    2006-05-22  Timo Schulz  <[email protected]>
94    
95            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
96            Support for the new 'default ext' value.
97            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
98            (prefs_dlg_proc): Likewise.
99            * wptFileManager.cpp (file_get_extension): Likewise.
100            (get_output_file): Likewise.
101            (fm_export): Likewise.
102            
103    2006-05-20  Timo Schulz  <[email protected]>
104    
105            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
106            process call when no photo is available.
107            (keyprops_dlg_proc): avoid static data.
108            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
109            of on demand key requests.
110            (show_verify_result): Likewise.
111            (secret_key_available): Likewise.
112            (fm_decrypt, fm_sign): Handle the new on demand key request
113            mode and free all memory.
114            
115    2006-05-15  Timo Schulz  <[email protected]>
116    
117            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
118            apply patch. Thanks to vedaal.
119            
120    2006-05-14  Timo Schulz  <[email protected]>
121    
122            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
123            preferred keyserver URL.
124            * wptHTTP.cpp (extractHostInfo): Fix segv.
125            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
126            gpg.conf.
127            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
128            assume an existing user id.
129            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
130            if no passphrase is available.
131    
132    2006-05-13  Timo Schulz  <[email protected]>
133    
134            * wpMainProc.cpp (secret_key_available): Move it...
135            * wptGPGME.cpp: ..to this file.
136            (check_ultimate_trusted_key): Handle the case there
137            is no secret key available.
138            * wptFileManagerDlg.cpp (update_ui_items): Improved.
139            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
140            some functions when no secret key is available.
141            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
142            code and also display pubkey algorithm.
143            * wptKeyserver.cpp (safe_alloc): New.
144            (count_keys_in_response): New.
145            (parse_pub_record): New.
146            (parse_uid_record): New.
147            (kserver_release_key): New.
148            (kserver_search_begin, kserver_search_next_key):
149            Adjust for the machine readable output. Removed old code.
150            (parse_keyserver_url): New.
151            * wptUtil.cpp (substr): New.
152            * wptKeyManager.cpp (km_refresh_one_key): Properly
153            parse the keyserver URL.
154            
155    2006-05-11  Timo Schulz  <[email protected]>
156    
157            * wptPassphraseCB.cpp (release_gpg_recipients): New.
158            (release_gpg_recipients): Use it here.
159            * wptFileManager.cpp (fm_decrypt): List all recipients.
160            Thanks to vedaal.
161            * wptGPG.cpp (extract_keyid): New.
162            (get_gnupg_default_key): Use it here.
163            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
164            one-pass-sigs again.
165            
166    2006-05-09  Timo Schulz  <[email protected]>
167    
168            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
169            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
170            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
171            
172    2006-05-07  Timo Schulz  <[email protected]>
173    
174            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
175            * wptKeyserver.cpp (wsock_strerror): Likewise.
176            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
177            Change all callers.
178            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
179            problem.
180            
181    2006-05-06  Timo Schulz  <[email protected]>
182    
183            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
184            sorting order if available.
185            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
186            for the key ID.
187            (get_pref_cipher): Differ between the AES algorithm IDs.
188            (key_is_valid): New.
189            * wptKeyserverDlg.cpp (check_pattern): Simplified.
190            
191    2006-05-03  Timo Schulz  <[email protected]>
192    
193            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
194            Thanks to Mathias.
195            
196    2006-05-02  Timo Schulz  <[email protected]>
197    
198            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
199            caption for the radio button group.
200            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
201            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
202            ldap_recvkey): Avoid fixed buffers.
203            (do_spawn_ldap_helper): New.
204            (ldap_recvkey): Factor out code into helper function.
205            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
206            Increase width of the list box to make sure even large
207            user IDs will be completly displayed.
208            
209    2006-05-01  Timo Schulz  <[email protected]>
210    
211            * WinPT.cpp (WinMain): Check if the user has admin privileges.
212            * wptW32API.cpp (user_is_admin): New.
213            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
214            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
215            to re-activate the window again.
216            * wptKeylist.cpp (get_key_trust2): Differ between "full"
217            and "ultimate".
218            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
219            has now highest priority.
220            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
221            system.
222            
223    2006-04-30  Timo Schulz  <[email protected]>
224    
225            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
226            list if needed.
227            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
228            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
229            * wptKeyEditDlgs.cpp (check_desig_rev): New.
230            (do_editkey_minimize): New.
231            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
232            generate a revoc cert as a desig revoker.
233            
234    2006-04-29  Timo Schulz  <[email protected]>
235    
236            * wptVerifyList.cpp (verlist_build): Adjusted code for new
237            list view interface.
238            * wptSigList.cpp (siglist_build): Likewise.
239            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
240            to display the preferences of the selected UID. Thanks to Mathias.
241            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
242            of an error.
243            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
244            the utf8 decoded uid list.
245            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
246            * wptListView.cpp (listview_new): New param for HWND handle.
247            Change all callers.
248            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
249            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
250            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
251            keyid extraction.
252            
253    2006-04-28  Timo Schulz  <[email protected]>
254    
255            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
256            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
257            for handling policy URLs.
258            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
259            New option KMSortBy.
260            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
261            * wptKeyEdit.cpp (minimizeKey): New.
262            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
263            
264    2006-04-27  Timo Schulz  <[email protected]>
265    
266            * wptKeyManager.cpp (km_get_key_ptr): New.
267            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
268            * wptKeyCache.cpp (keycache_decode_uids): New.
269            (free_native_uids): New.
270            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
271            
272    2006-04-26  Timo Schulz  <[email protected]>
273    
274            * wptKeylist.cpp (get_keyid_from_fpr): New.
275            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
276            * wptVerifyList.cpp (verlist_add_sig): Likewise.
277            
278    2006-04-25  Timo Schulz  <[email protected]>
279    
280            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
281            * wptMDSumDlg.cpp (hash_selected_files): New.
282            (mdsum_dlg_proc): Cleanups.
283            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
284            
285    2006-04-23  Timo Schulz  <[email protected]>
286    
287            * wptW32API.cpp (SetDlgItemText_utf8): New.
288            (SetWindowText_utf8): New.
289            (GetDlgItemText_utf8): New.
290            * wptListView.cpp (listview_add_sub_item): Internal
291            utf8 support.
292            
293    2006-04-22  Timo Schulz  <[email protected]>
294    
295            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
296            revoker name in UTF8.
297            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
298            with the window title.
299            
300    2006-04-20  Timo Schulz  <[email protected]>
301    
302            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
303            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
304            c++ memory allocation.
305            * wptFileManager.cpp (show_verify_result): Show PKA status
306            if possible.
307            * wptClipVerifyDlg.cpp (get_pka_status): New.
308            (clip_verify_dlg_proc): Show PKA status if possible.
309            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
310            to use ESC to quit the dialog.
311            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
312            encode the comment in UTF8. Thanks to Werner and Jan.
313            
314    2006-04-16  Timo Schulz  <[email protected]>
315    
316            * wptHTTP.cpp (getErrorCode): New.
317            (connect): Store winsock error code.
318            * wptGPGMEData.cpp (is_armor_header): New.
319            * wptGPG.cpp (check_gnupg_engine): Free context.
320            (gnupg_backup_keyrings): Do not use global vars.
321            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
322            
323    2006-04-15  Timo Schulz  <[email protected]>
324    
325            * wptKeyManager.cpp (km_get_key): New.
326            (km_key_show_revoc_info): New.
327            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
328            (on_init_dialog): New.
329            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
330            out some common code and use km_get_key() instead.
331            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
332            param type. Change all callers.
333            * wptKeyEdit.cpp (addNotation): New.
334            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
335            param everywhere. Change all callers.
336            
337    2006-04-09  Timo Schulz  <[email protected]>
338    
339            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
340            if the homedir value was changed.
341            * wptGPG.cpp (default_key_from_cache): Only return secret key
342            if public part is available.
343            (set_gnupg_default_key): Fix NULL problem.
344            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
345            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
346            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
347            'always-on-top' correctly.
348            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
349            mem to hold all possible keys.
350            (keylist_enum_keys): Likewise.
351            
352    2006-04-08  Timo Schulz  <[email protected]>
353    
354            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
355            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
356            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
357            * WinPT.cpp (WinMain): if the default key was not found, reset
358            the gpg.conf entry.
359            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
360            file name.
361            (show_verify_result): Always use utf8 output.
362            (get_output_file): Case in-sentensive comparison.
363            (fm_assume_onepass_sig): Fixed temp file handling.
364            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
365            output.
366            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
367            
368    2006-04-07  Timo Schulz  <[email protected]>
369    
370            * wptW32API.cpp (set_clip_text): Change code so it also
371            works again with non-XP systems.
372            
373    2006-04-02  Timo Schulz  <[email protected]>
374    
375            * wptKeyserver.cpp: decrease general threshold for timeout.
376            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
377            
378    2006-04-01  Timo Schulz  <[email protected]>
379    
380            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
381            * wptFileManager.cpp (restore_original_name): New.
382            (fm_decrypt): Restore original file name from literal
383            packet if possible.
384            
385  2006-03-31  Timo Schulz  <[email protected]>  2006-03-31  Timo Schulz  <[email protected]>
386    
387          * wptCommonDlg.cpp (nls_load_langlist): New.          * wptCommonDlg.cpp (nls_load_langlist): New.

Legend:
Removed from v.193  
changed lines
  Added in v.226

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26