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

Diff of /trunk/Src/ChangeLog

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

revision 208 by twoaday, Mon May 1 12:22:18 2006 UTC revision 223 by twoaday, Fri Jun 2 08:00:43 2006 UTC
# Line 1  Line 1 
1    2006-06-02  Timo Schulz  <[email protected]>
2    
3            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
4            
5    2006-06-01  Timo Schulz  <[email protected]>
6    
7            * wptKeyserver.cpp (check_URL): change semantic.
8            (skip_type_prefix): Use check_URL().
9            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
10            include secret keyring backups. Change all callers.
11            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
12            (set_reg_winpt_prefs): Likewise.
13            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
14            
15    2006-05-29  Timo Schulz  <[email protected]>
16    
17            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
18    
19    2006-05-27  Timo Schulz  <[email protected]>
20    
21            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
22            passphrase requests.
23            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
24            for global use.
25            * wptFileManager.cpp (fm_decrypt): Use it here.
26            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
27            
28    2006-05-25  Timo Schulz  <[email protected]>
29    
30            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
31            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
32            * wptVerifyList.cpp (verlist_build): New argument type.
33            Change all callers.
34            (verlist_set_info_control): New.
35            (verlist_set_additional_info): New.
36            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
37            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
38            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
39            
40    2006-05-23  Timo Schulz  <[email protected]>
41    
42            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
43            problem.
44            (keyedit_main_dlg_proc): Popup menu for the user ID list
45            with common commands.
46            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
47            disable search for ldap servers.
48            Use subkeys.pgp.net by default when no server was selected.
49    
50    2006-05-22  Timo Schulz  <[email protected]>
51    
52            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
53            Support for the new 'default ext' value.
54            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
55            (prefs_dlg_proc): Likewise.
56            * wptFileManager.cpp (file_get_extension): Likewise.
57            (get_output_file): Likewise.
58            (fm_export): Likewise.
59            
60    2006-05-20  Timo Schulz  <[email protected]>
61    
62            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
63            process call when no photo is available.
64            (keyprops_dlg_proc): avoid static data.
65            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
66            of on demand key requests.
67            (show_verify_result): Likewise.
68            (secret_key_available): Likewise.
69            (fm_decrypt, fm_sign): Handle the new on demand key request
70            mode and free all memory.
71            
72    2006-05-15  Timo Schulz  <[email protected]>
73    
74            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
75            apply patch. Thanks to vedaal.
76            
77    2006-05-14  Timo Schulz  <[email protected]>
78    
79            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
80            preferred keyserver URL.
81            * wptHTTP.cpp (extractHostInfo): Fix segv.
82            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
83            gpg.conf.
84            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
85            assume an existing user id.
86            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
87            if no passphrase is available.
88    
89    2006-05-13  Timo Schulz  <[email protected]>
90    
91            * wpMainProc.cpp (secret_key_available): Move it...
92            * wptGPGME.cpp: ..to this file.
93            (check_ultimate_trusted_key): Handle the case there
94            is no secret key available.
95            * wptFileManagerDlg.cpp (update_ui_items): Improved.
96            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
97            some functions when no secret key is available.
98            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
99            code and also display pubkey algorithm.
100            * wptKeyserver.cpp (safe_alloc): New.
101            (count_keys_in_response): New.
102            (parse_pub_record): New.
103            (parse_uid_record): New.
104            (kserver_release_key): New.
105            (kserver_search_begin, kserver_search_next_key):
106            Adjust for the machine readable output. Removed old code.
107            (parse_keyserver_url): New.
108            * wptUtil.cpp (substr): New.
109            * wptKeyManager.cpp (km_refresh_one_key): Properly
110            parse the keyserver URL.
111            
112    2006-05-11  Timo Schulz  <[email protected]>
113    
114            * wptPassphraseCB.cpp (release_gpg_recipients): New.
115            (release_gpg_recipients): Use it here.
116            * wptFileManager.cpp (fm_decrypt): List all recipients.
117            Thanks to vedaal.
118            * wptGPG.cpp (extract_keyid): New.
119            (get_gnupg_default_key): Use it here.
120            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
121            one-pass-sigs again.
122            
123    2006-05-09  Timo Schulz  <[email protected]>
124    
125            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
126            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
127            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
128            
129    2006-05-07  Timo Schulz  <[email protected]>
130    
131            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
132            * wptKeyserver.cpp (wsock_strerror): Likewise.
133            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
134            Change all callers.
135            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
136            problem.
137            
138    2006-05-06  Timo Schulz  <[email protected]>
139    
140            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
141            sorting order if available.
142            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
143            for the key ID.
144            (get_pref_cipher): Differ between the AES algorithm IDs.
145            (key_is_valid): New.
146            * wptKeyserverDlg.cpp (check_pattern): Simplified.
147            
148    2006-05-03  Timo Schulz  <[email protected]>
149    
150            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
151            Thanks to Mathias.
152            
153    2006-05-02  Timo Schulz  <[email protected]>
154    
155            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
156            caption for the radio button group.
157            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
158            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
159            ldap_recvkey): Avoid fixed buffers.
160            (do_spawn_ldap_helper): New.
161            (ldap_recvkey): Factor out code into helper function.
162            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
163            Increase width of the list box to make sure even large
164            user IDs will be completly displayed.
165            
166  2006-05-01  Timo Schulz  <[email protected]>  2006-05-01  Timo Schulz  <[email protected]>
167    
168          * WinPT.cpp (WinMain): Check if the user has admin privileges.          * WinPT.cpp (WinMain): Check if the user has admin privileges.

Legend:
Removed from v.208  
changed lines
  Added in v.223

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26