1 |
|
2006-03-20 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptUTF8.cpp (get_native_charset): Removed. |
4 |
|
(utf8_to_native): Rewritten. |
5 |
|
* wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset |
6 |
|
handling. |
7 |
|
* wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed. |
8 |
|
|
9 |
|
2006-03-16 Timo Schulz <[email protected]> |
10 |
|
|
11 |
|
* wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code. |
12 |
|
* wptCryptDisk.cpp: Disable code. |
13 |
|
* wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for |
14 |
|
NONE proxy protocol. |
15 |
|
(init_proxy_procotol): Likewise. |
16 |
|
(read_proxy): Likewise. |
17 |
|
* wptKeyserverSearchDlg.cpp (on_init_dialog): New. |
18 |
|
(keyserver_search_dlg_proc): Use it here. |
19 |
|
* wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper. |
20 |
|
* wptKeyserver.cpp (kserver_search_end): New. |
21 |
|
(kserver_search_begin): Be more strict on mem allocation. |
22 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw' |
23 |
|
problem. |
24 |
|
* wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button. |
25 |
|
|
26 |
|
2006-03-12 Timo Schulz <[email protected]> |
27 |
|
|
28 |
|
* wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'. |
29 |
|
* wptKeyPropsDlg.cpp (display_key_info): Automatically update |
30 |
|
sym algorithm preferences if needed. |
31 |
|
* wptKeysignDlg.cpp (date_is_today): New. |
32 |
|
(keysign_dlg_proc): Only allow to set cert expire date if |
33 |
|
the option was found. |
34 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set |
35 |
|
'ask-cert-expire'. |
36 |
|
|
37 |
|
2006-03-10 Timo Schulz <[email protected]> |
38 |
|
|
39 |
|
* wptHTTP.c: deleted. |
40 |
|
* wptHTTP.cpp (wHTTP): Transformed old code into an object. |
41 |
|
* wptKeyManager.cpp (km_http_import): Use new code. |
42 |
|
(km_refresh_one_key): Use preferred keyserver if possible. |
43 |
|
* wptComonDlg.cpp (check_URL): Better conformance checking. |
44 |
|
* wptKeyEditCB.cpp (cmd_keyserver_handler): By default |
45 |
|
set keyserver for all userids. |
46 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code |
47 |
|
to set preferred keyserver. |
48 |
|
* wptKeyCache.cpp (decode_subpacket): New. |
49 |
|
(gpg_keycache_update_attr): New. |
50 |
|
* wptGPGUtil.cpp (gpg_find_key_subpacket): New. |
51 |
|
* wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use |
52 |
|
-1 as an index for all userids. |
53 |
|
|
54 |
|
2006-03-07 Timo Schulz <[email protected]> |
55 |
|
|
56 |
|
* WinPT.cpp (set_default_keyserver): New. |
57 |
|
* wptKeyserver.cpp (kserver_set_socket_timeout): New. |
58 |
|
(kserver_set_default_keyserver): Initialize default settings |
59 |
|
if needed. |
60 |
|
* wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords. |
61 |
|
* wptPassphraseDlg.cpp (request_passphrase): Handle new flag. |
62 |
|
(passphrase_dlg_proc): Support new safe edit window procedure. |
63 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
64 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache |
65 |
|
if user disable it. |
66 |
|
* wptKeylist.cpp (keylist_build): Do not scale images but use |
67 |
|
original size. |
68 |
|
* wptListView.cpp (listview_set_image_list): New size params. |
69 |
|
Change all callers. |
70 |
|
|
71 |
|
2006-03-01 Timo Schulz <[email protected]> |
72 |
|
|
73 |
|
* wptW32API.cpp (set_clip_text): Free all memory. |
74 |
|
|
75 |
|
2006-02-27 Timo Schulz <[email protected]> |
76 |
|
|
77 |
|
* wptSOCKS.cpp (socks_handshake): New. |
78 |
|
* wptMainProc.cpp (winpt_main_proc): A dbl-click forces |
79 |
|
the key manager in teh foreground if possible. |
80 |
|
* wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys. |
81 |
|
* wptRegistry.cpp (get_reg_proxy_prefs, |
82 |
|
set_reg_proxy_prefs): Use directly the proxy context. |
83 |
|
Changed all callers. |
84 |
|
* wptProxySettingsDlg.cpp (init_proxy_protocols): New. |
85 |
|
(keyserver_proxy_dlg_proc): Use directly the proxy context. |
86 |
|
* wptKeyserver.cpp (kserver_connect): Better proxy support. |
87 |
|
(kserver_send_request, kserver_recvkey_request): Likewise. |
88 |
|
* wptKeyserverDlg.cpp (name_from_proto): New. |
89 |
|
(set_proxy): Adjusted for the new code. |
90 |
|
|
91 |
|
2006-02-26 Timo Schulz <[email protected]> |
92 |
|
|
93 |
|
* WinPT.cpp (WinMain): Removed hotkey_modify() code. |
94 |
|
* wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support |
95 |
|
v4 keys. |
96 |
|
* wptKeyserver.cpp (sock_getline): Skip '\r'. |
97 |
|
(base64_encode): Remove @maxlen param. Changed all callers. |
98 |
|
(finger_readline): Removed. |
99 |
|
(finger_recvkey): Use internal functions. |
100 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu. |
101 |
|
(show_sigprops): New. |
102 |
|
(create_popup): New. |
103 |
|
* wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is |
104 |
|
now in minutes. |
105 |
|
* wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs): |
106 |
|
Change code to use hotkeys directly. |
107 |
|
* wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise. |
108 |
|
|
109 |
|
2006-02-24 Timo Schulz <[email protected]> |
110 |
|
|
111 |
|
* wptGPG.cpp (set_gnupg_default_key): Allow to remove entry |
112 |
|
when parameter is NULL. |
113 |
|
* wptKeyManager.cpp (check_exist_default_key): New. |
114 |
|
(km_delete_keys): Check if the default key is still valid, |
115 |
|
if not delete entry. |
116 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize |
117 |
|
button. |
118 |
|
|
119 |
|
2006-02-21 Timo Schulz <[email protected]> |
120 |
|
|
121 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor |
122 |
|
cleanups. |
123 |
|
* wptGPGUtil.cpp (file_extract_recipients): New. |
124 |
|
(clip_extract_recipients): New. |
125 |
|
(gpg_get_recipients): New. |
126 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Support |
127 |
|
external recipient listings. |
128 |
|
|
129 |
|
2006-02-15 Timo Schulz <[email protected]> |
130 |
|
|
131 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox. |
132 |
|
* wptFileStatDlg.cpp (get_s2k_algo): New. |
133 |
|
* wptFileManagerDlg.cpp (update_status_bar): Use human readable |
134 |
|
formats. |
135 |
|
|
136 |
|
2006-02-14 Timo Schulz <[email protected]> |
137 |
|
|
138 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'. |
139 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'. |
140 |
|
* wptFileManager.cpp (fm_sym_encrypt): Set cancel. |
141 |
|
(fm_parse_files): Handle cancel. |
142 |
|
|
143 |
|
2006-02-10 Timo Schulz <[email protected]> |
144 |
|
|
145 |
|
* wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars. |
146 |
|
* wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t |
147 |
|
for the dialog param. |
148 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list |
149 |
|
signature dialog by default. |
150 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly |
151 |
|
gpgme_key_sig_t as param. |
152 |
|
(keysig_dlg_proc): Change param for property dialog. |
153 |
|
* wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids |
154 |
|
and use icons. |
155 |
|
(sigtree_dlg_proc): Allow to execute old list dialog to |
156 |
|
edit the signatures. |
157 |
|
|
158 |
|
2006-02-09 Timo Schulz <[email protected]> |
159 |
|
|
160 |
|
* wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode. |
161 |
|
* wptNLS.c (gettext_localize_dialog): New. |
162 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button |
163 |
|
to avoid to reload the key cache. |
164 |
|
* wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal' |
165 |
|
list mode. |
166 |
|
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. |
167 |
|
* wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog |
168 |
|
initiation code to this function. |
169 |
|
(prefs_dlg_proc): Use it here. |
170 |
|
|
171 |
|
2006-02-07 Timo Schulz <[email protected]> |
172 |
|
|
173 |
|
* wptKeyEdit.cpp (setNoPassphrase): New. |
174 |
|
(getValidDays): New. |
175 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Check on init |
176 |
|
if the key is protected. |
177 |
|
* wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle |
178 |
|
keys without a passphrase. |
179 |
|
(keyedit_addrevoker_dlg_proc): Likewise. |
180 |
|
|
181 |
|
2006-02-04 Timo Schulz <[email protected]> |
182 |
|
|
183 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for |
184 |
|
at least one ultimately trusted key. |
185 |
|
* wptKeyManager.cpp (km_refresh_key_from_keyserver): |
186 |
|
Only check inet connection if we refresh all keys. |
187 |
|
* wptGPGUtil.cpp (gpg_extract_keys): New. |
188 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode. |
189 |
|
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. |
190 |
|
* wptClipSignDlg.cpp (get_selected_key): New. |
191 |
|
(one_key_proc): Use it here. |
192 |
|
(count_useable_seckeys): New. |
193 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): New. |
194 |
|
* wptKeyEditDlgs.cpp (diff_time): Removed. |
195 |
|
(w32_mktime): New. |
196 |
|
(keyedit_addsubkey_dlg_proc): Use it here. |
197 |
|
|
198 |
|
2006-02-02 Timo Schulz <[email protected]> |
199 |
|
|
200 |
|
* wptW32API.cpp (get_temp_name): New. |
201 |
|
* wptKeyserver.cpp (ldap_recvkey): Use it here. |
202 |
|
* wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise. |
203 |
|
* wptGPGUtil.cpp (create_tempfile): Likewise. |
204 |
|
* wptImportList.cpp (implist_load): Likewise. |
205 |
|
* wptKeyCache.cpp (parse_attr_data): Likewise. |
206 |
|
(w32_tempfile): Removed. |
207 |
|
* wptGPGME.cpp (check_ultimate_trusted_key): New. |
208 |
|
|
209 |
|
2006-01-31 Timo Schulz <[email protected]> |
210 |
|
|
211 |
|
* wptMainProc.cpp (winpt_main_proc): Fix usage of the |
212 |
|
help system. |
213 |
|
* wptListView.cpp (listview_set_chkbox_style): New. |
214 |
|
(listview_get_item_state): Support new checkbox style. |
215 |
|
(listview_new): Reset flag var. |
216 |
|
* wptKeylist.cpp (keylist_build): Support new checkbox style. |
217 |
|
|
218 |
|
2006-01-30 Timo Schulz <[email protected]> |
219 |
|
|
220 |
|
* WinPT.cpp (check_readonly_attr): New. |
221 |
|
(load_gpg_env): Use it here. |
222 |
|
(WinPT): Make the the default key is searched in the |
223 |
|
secret key cache. |
224 |
|
Change error message. |
225 |
|
* wptRegistry.cpp (regist_int_winpt): Make sure |
226 |
|
the register extension is only offered once to the user. |
227 |
|
* wptKeyPropsDlg.cpp (get_photo_tmpname): Always use |
228 |
|
temp directory. Fixed a privilege problem. |
229 |
|
|
230 |
|
2006-01-29 Timo Schulz <[email protected]> |
231 |
|
|
232 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC |
233 |
|
to quit dialog. |
234 |
|
* wptKeysignDlg.cpp (sig_class_dlg_proc): More space for |
235 |
|
translations. Directly return sig class. |
236 |
|
(keysign_dlg_proc): Change msgbox title. |
237 |
|
* wptKeyEdit.cpp (signUserid): New. |
238 |
|
(getUseridIndex): New. |
239 |
|
(getKeyIndex): New. |
240 |
|
(getSigIndex): New. |
241 |
|
(clear): New. |
242 |
|
* wptKeyEditCB.cpp (cmd_sign_handler): Allow to select |
243 |
|
user-id first. |
244 |
|
* wptKeyEditDlgs.cpp (lookup_cmd): New. |
245 |
|
(do_editkey_sign_userid): New. |
246 |
|
(do_init_cmdlist): Differ between key pairs and public keys |
247 |
|
and allowed actions. |
248 |
|
(keyedit_change_ownertrust): Show msgbox on success. |
249 |
|
(get_default_key): New. |
250 |
|
* wptPassphraseDlg.cpp (request_passphrase): Reset @cancel. |
251 |
|
|
252 |
|
2006-01-27 Timo Schulz <[email protected]> |
253 |
|
|
254 |
|
* WinPT.cpp (WinMain): Set minimal list mode as default. |
255 |
|
* wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys. |
256 |
|
|
257 |
|
2006-01-25 Timo Schulz <[email protected]> |
258 |
|
|
259 |
|
* wptRegistry.cpp (get_reg_entry_gpg): Return NULL if |
260 |
|
the key exist with no value. |
261 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string. |
262 |
|
* wptKeysignDlg.cpp (do_fill_seclist): Select the |
263 |
|
default key if possible. |
264 |
|
* wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly |
265 |
|
return the choice. |
266 |
|
* wptKeylist.cpp (get_key_desc): New. |
267 |
|
(keylist_upd_key): Free memory. |
268 |
|
* wptKeyCache.cpp (gpg_keycache_get_default_key): New. |
269 |
|
(gpg_keycache_set_default_key): New. |
270 |
|
* WinPT.cpp (gpg_prefs_ok): New. |
271 |
|
(WinMain): Only start gpg prefs if needed. |
272 |
|
|
273 |
|
2006-01-24 Timo Schulz <[email protected]> |
274 |
|
|
275 |
|
* wptKeyManager.cpp (km_dropped_file_import): New. |
276 |
|
* wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow |
277 |
|
to drop files and try to import them. |
278 |
|
(keymanager_dlg_proc): Pass kmi as opaque to the subclass |
279 |
|
proc. |
280 |
|
|
281 |
|
2006-01-23 Timo Schulz <[email protected]> |
282 |
|
|
283 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output |
284 |
|
to the clipboard. |
285 |
|
* wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New. |
286 |
|
(do_editkey_enable_disable): New. |
287 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not |
288 |
|
close the dialog if the user cancelled the ownertrust dialog. |
289 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate |
290 |
|
an update of any value. |
291 |
|
|
292 |
|
2006-01-21 Timo Schulz <[email protected]> |
293 |
|
|
294 |
|
* wptKeyCache.cpp (keycache_next_key): Handle the case |
295 |
|
that there is a secret key without a public part. |
296 |
|
* wptKeyserver.cpp (kserver_save_conf): Save ports. |
297 |
|
* wptKeyserverDlg.cpp (keyserver_modify_dlg_proc): |
298 |
|
Reset keyserver name. |
299 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate |
300 |
|
an update, do not update the cache. |
301 |
|
* wptFileManagerDlg.cpp (file_import_dlg_proc): Use one |
302 |
|
dialog for both clipboard and file imports. |
303 |
|
* wptKeyManager.cpp (km_file_import, km_clip_import): |
304 |
|
Changes to support new update system. |
305 |
|
(gpg_clip_import): New. |
306 |
|
* wptKeyManagerDlg.cpp (km_gui_import): New. |
307 |
|
(find_keypos): Rewritten. |
308 |
|
(refresh_keylist): Improved error checking. |
309 |
|
|
310 |
|
2006-01-20 Timo Schulz <[email protected]> |
311 |
|
|
312 |
|
* wptKeyCache.cpp (w32_tmpfile): New. |
313 |
|
(parse_attr_data): Use it here. |
314 |
|
* wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var. |
315 |
|
|
316 |
2006-01-19 Timo Schulz <[email protected]> |
2006-01-19 Timo Schulz <[email protected]> |
317 |
|
|
318 |
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not |
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not |
323 |
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key |
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key |
324 |
if need after showing the properties. |
if need after showing the properties. |
325 |
* wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug. |
* wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug. |
326 |
|
* wptKeyManager.cpp (km_import_file): New param. Changed |
327 |
|
all callers. |
328 |
|
(km_import_clip): Likewise. |
329 |
|
(delete_keys_from_cache): Delete secret part if available. |
330 |
|
* wptClipImportDlg.cpp (print_import_status): If there |
331 |
|
are too many new keys, use reload code. |
332 |
|
|
333 |
2006-01-18 Timo Schulz <[email protected]> |
2006-01-18 Timo Schulz <[email protected]> |
334 |
|
|