1 |
|
2006-05-09 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr. |
4 |
|
|
5 |
|
2006-05-07 Timo Schulz <[email protected]> |
6 |
|
|
7 |
|
* wptKeyserverDlg.cpp (hkp_err_box): Improved. |
8 |
|
* wptKeyserver.cpp (wsock_strerror): Likewise. |
9 |
|
* wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param. |
10 |
|
Change all callers. |
11 |
|
* wptKeysigDlg.cpp (do_load_keyprops): Correct key update |
12 |
|
problem. |
13 |
|
|
14 |
|
2006-05-06 Timo Schulz <[email protected]> |
15 |
|
|
16 |
|
* wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined |
17 |
|
sorting order if available. |
18 |
|
* wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix |
19 |
|
for the key ID. |
20 |
|
(get_pref_cipher): Differ between the AES algorithm IDs. |
21 |
|
(key_is_valid): New. |
22 |
|
* wptKeyserverDlg.cpp (check_pattern): Simplified. |
23 |
|
|
24 |
|
2006-05-03 Timo Schulz <[email protected]> |
25 |
|
|
26 |
|
* wptKeyCache.cpp (keycache_prepare2): Fix possible segv. |
27 |
|
Thanks to Mathias. |
28 |
|
|
29 |
|
2006-05-02 Timo Schulz <[email protected]> |
30 |
|
|
31 |
|
* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a |
32 |
|
caption for the radio button group. |
33 |
|
* wptKeyserverDlg.cpp (keyserver_recv_key): Use new code. |
34 |
|
* wptKeyserver.cpp (kserver_recvkey, finger_recvkey, |
35 |
|
ldap_recvkey): Avoid fixed buffers. |
36 |
|
(do_spawn_ldap_helper): New. |
37 |
|
(ldap_recvkey): Factor out code into helper function. |
38 |
|
* wptPassphraseCBDlg.cpp (passphrase_callback_proc): |
39 |
|
Increase width of the list box to make sure even large |
40 |
|
user IDs will be completly displayed. |
41 |
|
|
42 |
|
2006-05-01 Timo Schulz <[email protected]> |
43 |
|
|
44 |
|
* WinPT.cpp (WinMain): Check if the user has admin privileges. |
45 |
|
* wptW32API.cpp (user_is_admin): New. |
46 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes. |
47 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer |
48 |
|
to re-activate the window again. |
49 |
|
* wptKeylist.cpp (get_key_trust2): Differ between "full" |
50 |
|
and "ultimate". |
51 |
|
* wptKeyCache.cpp (keycache_prepare2): Primary user-id |
52 |
|
has now highest priority. |
53 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8 |
54 |
|
system. |
55 |
|
|
56 |
|
2006-04-30 Timo Schulz <[email protected]> |
57 |
|
|
58 |
|
* wptKeyCache.cpp (gpg_keycache_release): Release revoker |
59 |
|
list if needed. |
60 |
|
* wptKeyRevokersDlg.cpp (key_get_revokers): New. |
61 |
|
(key_revokers_dlg_proc): Expect winpt_key_t. Change all callers. |
62 |
|
* wptKeyEditDlgs.cpp (check_desig_rev): New. |
63 |
|
(do_editkey_minimize): New. |
64 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to |
65 |
|
generate a revoc cert as a desig revoker. |
66 |
|
|
67 |
|
2006-04-29 Timo Schulz <[email protected]> |
68 |
|
|
69 |
|
* wptVerifyList.cpp (verlist_build): Adjusted code for new |
70 |
|
list view interface. |
71 |
|
* wptSigList.cpp (siglist_build): Likewise. |
72 |
|
* wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code |
73 |
|
to display the preferences of the selected UID. Thanks to Mathias. |
74 |
|
* wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case |
75 |
|
of an error. |
76 |
|
* wptKeyCache.cpp (gpg_keycache_update_key): Always update |
77 |
|
the utf8 decoded uid list. |
78 |
|
* wptImportList.cpp (decode_userid): Do utf8 decoding here. |
79 |
|
* wptListView.cpp (listview_new): New param for HWND handle. |
80 |
|
Change all callers. |
81 |
|
* wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding. |
82 |
|
* wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker. |
83 |
|
* wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct |
84 |
|
keyid extraction. |
85 |
|
|
86 |
|
2006-04-28 Timo Schulz <[email protected]> |
87 |
|
|
88 |
|
* wptMAPI.cpp (mapi_send_pubkey): Use new key struct. |
89 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog |
90 |
|
for handling policy URLs. |
91 |
|
* wptKeyManagerDlg.cpp (save_column_info, restore_column_info): |
92 |
|
New option KMSortBy. |
93 |
|
* wptKeylist.cpp (get_key_algo): Lower priority for revoked keys. |
94 |
|
* wptKeyEdit.cpp (minimizeKey): New. |
95 |
|
* wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list. |
96 |
|
|
97 |
|
2006-04-27 Timo Schulz <[email protected]> |
98 |
|
|
99 |
|
* wptKeyManager.cpp (km_get_key_ptr): New. |
100 |
|
* wptListview.cpp (listview_get_item_text): Drop utf8 support. |
101 |
|
* wptKeyCache.cpp (keycache_decode_uids): New. |
102 |
|
(free_native_uids): New. |
103 |
|
* wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here. |
104 |
|
|
105 |
|
2006-04-26 Timo Schulz <[email protected]> |
106 |
|
|
107 |
|
* wptKeylist.cpp (get_keyid_from_fpr): New. |
108 |
|
* wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here. |
109 |
|
* wptVerifyList.cpp (verlist_add_sig): Likewise. |
110 |
|
|
111 |
|
2006-04-25 Timo Schulz <[email protected]> |
112 |
|
|
113 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL. |
114 |
|
* wptMDSumDlg.cpp (hash_selected_files): New. |
115 |
|
(mdsum_dlg_proc): Cleanups. |
116 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv. |
117 |
|
|
118 |
|
2006-04-23 Timo Schulz <[email protected]> |
119 |
|
|
120 |
|
* wptW32API.cpp (SetDlgItemText_utf8): New. |
121 |
|
(SetWindowText_utf8): New. |
122 |
|
(GetDlgItemText_utf8): New. |
123 |
|
* wptListView.cpp (listview_add_sub_item): Internal |
124 |
|
utf8 support. |
125 |
|
|
126 |
|
2006-04-22 Timo Schulz <[email protected]> |
127 |
|
|
128 |
|
* wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode |
129 |
|
revoker name in UTF8. |
130 |
|
* wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem |
131 |
|
with the window title. |
132 |
|
|
133 |
|
2006-04-20 Timo Schulz <[email protected]> |
134 |
|
|
135 |
|
* wptUTF8.cpp (native_to_utf8): Use c++ alloc. |
136 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and |
137 |
|
c++ memory allocation. |
138 |
|
* wptFileManager.cpp (show_verify_result): Show PKA status |
139 |
|
if possible. |
140 |
|
* wptClipVerifyDlg.cpp (get_pka_status): New. |
141 |
|
(clip_verify_dlg_proc): Show PKA status if possible. |
142 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL |
143 |
|
to use ESC to quit the dialog. |
144 |
|
* wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also |
145 |
|
encode the comment in UTF8. Thanks to Werner and Jan. |
146 |
|
|
147 |
|
2006-04-16 Timo Schulz <[email protected]> |
148 |
|
|
149 |
|
* wptHTTP.cpp (getErrorCode): New. |
150 |
|
(connect): Store winsock error code. |
151 |
|
* wptGPGMEData.cpp (is_armor_header): New. |
152 |
|
* wptGPG.cpp (check_gnupg_engine): Free context. |
153 |
|
(gnupg_backup_keyrings): Do not use global vars. |
154 |
|
* wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format. |
155 |
|
|
156 |
|
2006-04-15 Timo Schulz <[email protected]> |
157 |
|
|
158 |
|
* wptKeyManager.cpp (km_get_key): New. |
159 |
|
(km_key_show_revoc_info): New. |
160 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups. |
161 |
|
(on_init_dialog): New. |
162 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour |
163 |
|
out some common code and use km_get_key() instead. |
164 |
|
* wptKeyEditDlgs.cpp (do_init_keylist): Change second |
165 |
|
param type. Change all callers. |
166 |
|
* wptKeyEdit.cpp (addNotation): New. |
167 |
|
* wptKeyEditCB.cpp (editkey_command_handler): Remove 'step' |
168 |
|
param everywhere. Change all callers. |
169 |
|
|
170 |
|
2006-04-09 Timo Schulz <[email protected]> |
171 |
|
|
172 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true |
173 |
|
if the homedir value was changed. |
174 |
|
* wptGPG.cpp (default_key_from_cache): Only return secret key |
175 |
|
if public part is available. |
176 |
|
(set_gnupg_default_key): Fix NULL problem. |
177 |
|
* wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag. |
178 |
|
* wptFileCBS.cpp (write_cb, read_cb): Better error handling. |
179 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle |
180 |
|
'always-on-top' correctly. |
181 |
|
* wptKeylist.cpp (keylist_get_recipients): Allocate enough |
182 |
|
mem to hold all possible keys. |
183 |
|
(keylist_enum_keys): Likewise. |
184 |
|
|
185 |
|
2006-04-08 Timo Schulz <[email protected]> |
186 |
|
|
187 |
|
* wptKeylist.cpp (keylist_get_recipients): Always use utf8 output. |
188 |
|
* wptKeyserver.cpp (kserver_connect): Fixed proxy support. |
189 |
|
* wptKeyserverSearchDlg.cpp (fetch_keys): New. |
190 |
|
* WinPT.cpp (WinMain): if the default key was not found, reset |
191 |
|
the gpg.conf entry. |
192 |
|
* wptFileManager.cpp (fm_encrypt_into_zip): Use correct output |
193 |
|
file name. |
194 |
|
(show_verify_result): Always use utf8 output. |
195 |
|
(get_output_file): Case in-sentensive comparison. |
196 |
|
(fm_assume_onepass_sig): Fixed temp file handling. |
197 |
|
* wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8 |
198 |
|
output. |
199 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv. |
200 |
|
|
201 |
2006-04-07 Timo Schulz <[email protected]> |
2006-04-07 Timo Schulz <[email protected]> |
202 |
|
|
203 |
* wptW32API.cpp (set_clip_text): Change code so it also |
* wptW32API.cpp (set_clip_text): Change code so it also |