1 |
|
2007-03-12 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptVerifyList.cpp (extract_filename): Simplified. |
4 |
|
|
5 |
|
2007-03-10 Timo Schulz <[email protected]> |
6 |
|
|
7 |
|
* wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to |
8 |
|
avoid possible allocation problems. |
9 |
|
(kserver_seararch_begin): Likewise. |
10 |
|
(parse_pub_record): Double check fpr to key ID problem. |
11 |
|
Noted by Mike Culbertson. |
12 |
|
|
13 |
|
2007-03-09 Timo Schulz <[email protected]> |
14 |
|
|
15 |
|
* wptClipImportDlg.cpp (print_import_status): Use the fingerprint |
16 |
|
instead of the key ID to avoid problems with v3 keys. |
17 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID |
18 |
|
in case of v3 keys. Noted by Raphael |
19 |
|
(verify_show_signature_state): Likewise. |
20 |
|
* wptVerifyList.cpp (verlist_add_sig_log): Likewise. |
21 |
|
(verlist_add_sig): Likewise. |
22 |
|
|
23 |
|
2006-12-30 Timo Schulz <[email protected]> |
24 |
|
|
25 |
|
* StringBuffer.cpp (StringBuffer): New. |
26 |
|
* wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone |
27 |
|
sprintf code with the new string buffer implementation. |
28 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
29 |
|
|
30 |
|
2006-12-28 Timo Schulz <[email protected]> |
31 |
|
|
32 |
|
* wptKeylist.cpp (get_key_desc): Avoid possible overflow. |
33 |
|
* wptW32API.cpp (get_locale_time): New. |
34 |
|
(get_locale_timedate): New. |
35 |
|
* wptVerifyList.cpp (strtimestamp): Deleted. Changed all |
36 |
|
callers to get_locale_timedate. |
37 |
|
* wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources. |
38 |
|
* wptNLS.cpp (gettext_free_current_domain): New. |
39 |
|
(gettext_set_file): Removed all '/' code. |
40 |
|
* wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf |
41 |
|
code more robust. |
42 |
|
|
43 |
|
2006-12-21 Timo Schulz <[email protected]> |
44 |
|
|
45 |
|
* wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted. |
46 |
|
The Code will be possibly used in a separate project. |
47 |
|
|
48 |
|
2006-12-05 Timo Schulz <[email protected]> |
49 |
|
|
50 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): If |
51 |
|
there is no pubkey available, issue a hint and not BUG. |
52 |
|
|
53 |
|
2006-12-02 Timo Schulz <[email protected]> |
54 |
|
|
55 |
|
* WinPT-en.rc: Remove wipe free space menu item. |
56 |
|
* wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode. |
57 |
|
* wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc): |
58 |
|
Allow to set the passes here. |
59 |
|
* wptFileManager.cpp (fm_encrypt): change all callers |
60 |
|
for the wipe functions. |
61 |
|
* wptListview.cpp (listview_sort_items): Extract code |
62 |
|
to change the column image. |
63 |
|
* wptKeylist.cpp (key_get_image_id): New. |
64 |
|
(keylist_build): Change return type and all callers. |
65 |
|
* wptGPG.cpp (gnupg_load_config): Kludge to detect |
66 |
|
the 'textmode' option. |
67 |
|
* wptPassCache.cpp (wipe_data): replaced with wipememory(). |
68 |
|
|
69 |
|
2006-11-12 Timo Schulz <[email protected]> |
70 |
|
|
71 |
|
* wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem. |
72 |
|
* wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to |
73 |
|
avoid invalid gpg.conf entries. |
74 |
|
Thanks to Ralf Latz. |
75 |
|
|
76 |
|
2006-11-04 Timo Schulz <[email protected]> |
77 |
|
|
78 |
|
* wptW32API.cpp (set_clip_text2): Make sure enough memory |
79 |
|
will be allocated. |
80 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list |
81 |
|
view entries for none existing files. |
82 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Simplified. |
83 |
|
* wptClipboard.cpp (gpg_data_change_version): Be more liberal. |
84 |
|
* wptKeyserver.cpp (parse_pub_record): Convert FPR entries |
85 |
|
into KEYID entries. |
86 |
|
* wptGPG.cpp (gnupg_backup_keyrings): Release memory in case |
87 |
|
of errors. |
88 |
|
(get_backup_name): Use constant formant spec. |
89 |
|
(extract_keyid): Simplified. |
90 |
|
* wptKeyserver.cpp (kserver_connect): Return proxy error if |
91 |
|
approriate. |
92 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory |
93 |
|
handling to avoid possible segfaults. |
94 |
|
(fetch_key_from_keyserver): Real error handling. |
95 |
|
* wptFileManager.cpp (fm_gpg_verify): New. |
96 |
|
(fm_verify): Support to fetch key here to avoid problems later. |
97 |
|
* wptFileCBS.cpp (file_data_rewind): New. |
98 |
|
|
99 |
|
|
100 |
|
2006-10-27 Timo Schulz <[email protected]> |
101 |
|
|
102 |
|
* wptGPG.cpp (get_backup_name): Make sure enough memory |
103 |
|
will be allocated. |
104 |
|
(gnupg_backup_keyrings): Release memory in case of errors. |
105 |
|
|
106 |
|
2006-10-21 Timo Schulz <[email protected]> |
107 |
|
|
108 |
|
* wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol |
109 |
|
and store it. |
110 |
|
* wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files. |
111 |
|
|
112 |
|
2006-10-04 Timo Schulz <[email protected]> |
113 |
|
|
114 |
|
* wptFileManager.cpp (fm_check_armor_type): Remove space in |
115 |
|
search pattern string. |
116 |
|
(fm_check_for_entry): Case insentensive search. |
117 |
|
(fm_add_dir_files): Use W32 API directly. |
118 |
|
* wptVerifyList.cpp (verlist_add_sig_log): Use proper icon. |
119 |
|
* wptGPGUtil.cpp (get_gpg_version): Cleanups. |
120 |
|
|
121 |
|
2006-08-30 Timo Schulz <[email protected]> |
122 |
|
|
123 |
|
* wptRegistry.cpp (get_reg_entry): Do not use static buffers. |
124 |
|
* wptKeyserverDlg.cpp (add_pattern_to_combox): New. |
125 |
|
(save_pattern_from_combox): New. |
126 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem. |
127 |
|
* wptGPGMEWrapper.c (importFromBuffer): New. |
128 |
|
* WinPT.cpp (check_crypto_engine): Only enable PC/SC when the |
129 |
|
system really has smart card services enabled. |
130 |
|
* wptKeyManger.cpp (km_http_import): Stricter error checking. |
131 |
|
* wptFileManager.cpp (fm_send_file): Use at least MAX_PATH |
132 |
|
for the file name. |
133 |
|
|
134 |
|
2006-08-24 Timo Schulz <[email protected]> |
135 |
|
|
136 |
|
* wptHTTP.cpp (extraHostInfo): Handle case when no doc were given. |
137 |
|
(get): Better error handling. |
138 |
|
(head): Likewise. |
139 |
|
* wptGPGME.cpp (sigsum_to_index): Just map the index without |
140 |
|
any checks. |
141 |
|
* wptCommonDlg.cpp (check_URL): Be more strict. |
142 |
|
|
143 |
|
2006-08-11 Timo Schulz <[email protected]> |
144 |
|
|
145 |
|
* wptGPGMEWrapper.cpp (importFromFile): New. |
146 |
|
(importFromClipboard): New. |
147 |
|
(importGetResult): New. |
148 |
|
* wptKeyManager.cpp (km_file_import): Use gpgme wrapper. |
149 |
|
(km_clip_import): Ditto. |
150 |
|
* wptKeyEdit.cpp (addCardKey): New. |
151 |
|
* wptKeyEditCB.cpp (cmd_addcardkey_handler): New. |
152 |
|
* wptCardEdit.cpp (get_str_timestamp): Use locale date format. |
153 |
|
* wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog. |
154 |
|
* wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'. |
155 |
|
|
156 |
|
2006-08-10 Timo Schulz <[email protected]> |
157 |
|
|
158 |
|
* wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be |
159 |
|
'=='. |
160 |
|
* wptGPGME.cpp (sigsum_to_index): Correctly handle expired |
161 |
|
keys and signatures. |
162 |
|
(get_gpg_sigstat): Adjusted code. |
163 |
|
* wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups. |
164 |
|
(gpg_card_load): Improved card detection code. |
165 |
|
* wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate |
166 |
|
a key on a card. Suggested by Achim. |
167 |
|
* wptUtil.cpp (check_email_address): Add sanity check for |
168 |
|
the length. |
169 |
|
* WinPT.cpp (WinMain): Handle cardgen request. |
170 |
|
|
171 |
|
2006-08-04 Timo Schulz <[email protected]> |
172 |
|
|
173 |
|
* wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs. |
174 |
|
* wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr. |
175 |
|
* wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling |
176 |
|
for the situation that the last key in the cache is deleted. |
177 |
|
* wptFileManagerDlg.cpp (update_ui_items): Fix file name |
178 |
|
detection. |
179 |
|
|
180 |
|
2006-08-02 Timo Schulz <[email protected]> |
181 |
|
|
182 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem |
183 |
|
with static data. |
184 |
|
(clip_decrypt_dlg_proc): Prefix keyid with 0x. |
185 |
|
(get_key_userid): Fix problem when key was not found. |
186 |
|
* wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct |
187 |
|
fingerprint to short keyid conversion. |
188 |
|
* wptVerifyList.cpp (verlist_set_additional_info): Handle bad |
189 |
|
sigs. |
190 |
|
* wptKeyManagerDlg.cpp (update_status_bar): Faster update code. |
191 |
|
|
192 |
|
|
193 |
|
2006-08-01 Timo Schulz <[email protected]> |
194 |
|
|
195 |
|
* wptGPG.cpp (get_last_gnupg_access): Enhanced. |
196 |
|
(gnupg_display_error): Removed unused code. |
197 |
|
* wptPassphraseCB.cpp (parse_gpg_description): Text output |
198 |
|
is now more human readable. |
199 |
|
* wptKeyManager.cpp (km_refresh_from_keyserver): Return an |
200 |
|
error code in all cases. |
201 |
|
|
202 |
|
2006-07-31 Timo Schulz <[email protected]> |
203 |
|
|
204 |
|
* wptMainProc.cpp (clip_gpg_dlg): Merge in the current window |
205 |
|
handling code. |
206 |
|
* wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1. |
207 |
|
* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting |
208 |
|
for list view controls. |
209 |
|
|
210 |
|
2006-07-30 Timo Schulz <[email protected]> |
211 |
|
|
212 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style. |
213 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs. |
214 |
|
(display_keyinfo): New. |
215 |
|
* wptKeySigDlg.cpp (init_datepicker_from_time): New. |
216 |
|
(keysig_dlg_proc): List creation time. |
217 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Fix file |
218 |
|
handling. |
219 |
|
|
220 |
|
2006-07-28 Timo Schulz <[email protected]> |
221 |
|
|
222 |
|
* wptKeyManager.cpp (lv_del_confirmed_keys): New. |
223 |
|
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically |
224 |
|
adjust key size. |
225 |
|
* wptKeygenDlg.cpp (keygend_dlg_proc): Likewise. |
226 |
|
|
227 |
|
2006-07-25 Timo Schulz <[email protected]> |
228 |
|
|
229 |
|
Applied spelling corrections from Anthony Bryan. |
230 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design. |
231 |
|
* wptKeygenDlg.cpp (backup_keyrings): Change default keyring. |
232 |
|
|
233 |
|
2006-07-22 Timo Schulz <[email protected]> |
234 |
|
|
235 |
|
* wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle |
236 |
|
utf8 encoded user ids. |
237 |
|
(winpt_main_proc): Cleanups. |
238 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy |
239 |
|
email address to the clipboard. |
240 |
|
|
241 |
|
2006-07-15 Timo Schulz <[email protected]> |
242 |
|
|
243 |
|
* WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid |
244 |
|
any compatibility problems. |
245 |
|
* wptW32API.cpp (get_file_version): Cleanups. |
246 |
|
|
247 |
|
2006-07-10 Timo Schulz <[email protected]> |
248 |
|
|
249 |
|
* wptUtil.cpp (check_file_name): New. |
250 |
|
* wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars. |
251 |
|
(key_revoke_dlg_proc): Likewise. |
252 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling. |
253 |
|
* wptImportList.cpp (implist_load): Likewise. |
254 |
|
* wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise. |
255 |
|
* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item. |
256 |
|
|
257 |
|
2006-07-05 Timo Schulz <[email protected]> |
258 |
|
|
259 |
|
* wptMainProc.cpp (winpt_main_proc): Change menu texts. |
260 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight |
261 |
|
with a menu instead of dozen of buttons. |
262 |
|
|
263 |
|
2006-07-01 Timo Schulz <[email protected]> |
264 |
|
|
265 |
|
* wptFileManager.cpp (fm_sort): Rewritten. |
266 |
|
(fm_build): Modify param type. Change all callers. |
267 |
|
(fm_cmp_cb): Adjusted for the new code. |
268 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model |
269 |
|
for the list view. |
270 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info |
271 |
|
context and model for the list view. |
272 |
|
(update_status_bar): Fix calculation of the size of the |
273 |
|
selected files. |
274 |
|
* wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic |
275 |
|
and return type. |
276 |
|
|
277 |
|
2006-06-28 Timo Schulz <[email protected]> |
278 |
|
|
279 |
|
* wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic |
280 |
|
and memory leak. |
281 |
|
* wptListView.cpp (listview_find_substr): New. |
282 |
|
(listview_sort_items): Use symbolic ids. |
283 |
|
* wptKeyManager.cpp (km_find_key): Allow substring search. |
284 |
|
|
285 |
|
2006-06-27 Timo Schulz <[email protected]> |
286 |
|
|
287 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer |
288 |
|
when no sig has been found (if requested). |
289 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to |
290 |
|
quote instead of the check box. Cleanups. |
291 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct |
292 |
|
sorting problem and wrong icon display. |
293 |
|
* wptListView.cpp (listview_sort_items): Correct code for |
294 |
|
checkbox based lists. |
295 |
|
* wptKeylist.cpp (keylist_build): Add sorting icons. |
296 |
|
* wptKeyEditDlgs.cpp (create_header_tooltip): New. |
297 |
|
|
298 |
|
2006-06-24 Timo Schulz <[email protected]> |
299 |
|
|
300 |
|
* wptMainProc.cpp (winpt_main_proc): Localize missing string. |
301 |
|
* wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid |
302 |
|
conversion. |
303 |
|
(subkey_list_init): Simplified. |
304 |
|
|
305 |
|
2006-06-22 Timo Schulz <[email protected]> |
306 |
|
|
307 |
|
* WinPT-en.rc: Include versioninfo.rc to generate |
308 |
|
the version info automatically. |
309 |
|
|
310 |
|
2006-06-19 Timo Schulz <[email protected]> |
311 |
|
|
312 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Improved |
313 |
|
format of the sig info text. |
314 |
|
* wptKeyserver.cpp (check_hkp_response): Invert error logic. |
315 |
|
* wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error |
316 |
|
handling. |
317 |
|
* wptPassphraseDlg.cpp (request_key_passphrase): Return |
318 |
|
utf8 encoded passphrase. |
319 |
|
|
320 |
|
2006-06-18 Timo Schulz <[email protected]> |
321 |
|
|
322 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo. |
323 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): New. |
324 |
|
(verify_get_key_ownertrust): New. |
325 |
|
(clip_decrypt_dlg_proc): New argument. Change all callers. |
326 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case |
327 |
|
that the dialog was called with a param. |
328 |
|
* wptMainProc.cpp (winpt_main_proc): Wait for thread in |
329 |
|
case of dbl-click. |
330 |
|
|
331 |
|
2006-06-16 Timo Schulz <[email protected]> |
332 |
|
|
333 |
|
* wptProgressDlg.cpp (wait_for_progress_cb): New. |
334 |
|
* wptMainProc.cpp (winpt_main_proc): Use this function |
335 |
|
to disallow to access the cache during synchronisation. |
336 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. |
337 |
|
* wptKeyserver.cpp (check_hkp_response): Improved text |
338 |
|
extraction. |
339 |
|
(parse_keyserver_error): New. |
340 |
|
* wptPassphraseDlg.cpp (request_passphrase): Support utf8 |
341 |
|
encoding. |
342 |
|
* wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase |
343 |
|
needs to be utf8 encoded but still allow it. |
344 |
|
* wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support. |
345 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Likewise. |
346 |
|
* wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise. |
347 |
|
|
348 |
|
2006-06-15 Timo Schulz <[email protected]> |
349 |
|
|
350 |
|
* wptVerList.cpp (verlist_build): Use icons. |
351 |
|
(verlist_add_sig): Set image number according to sig state. |
352 |
|
|
353 |
|
2006-06-14 Timo Schulz <[email protected]> |
354 |
|
|
355 |
|
* wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate |
356 |
|
authors string here. Noted by Eduardo. |
357 |
|
* wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes. |
358 |
|
|
359 |
|
2006-06-09 Timo Schulz <[email protected]> |
360 |
|
|
361 |
|
* wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle |
362 |
|
RSA_E and RSA_S. |
363 |
|
* wptFileManager.cpp (fm_sym_encrypt): Better dialog title. |
364 |
|
|
365 |
|
2006-06-08 Timo Schulz <[email protected]> |
366 |
|
|
367 |
|
* wptKeyserver.cpp (parse_keyserver_url): Handle special case. |
368 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible. |
369 |
|
(showphoto_dlg_proc): New. |
370 |
|
* wptKeyManagerDlg.cpp (restore_window_size): New. |
371 |
|
(keymanager_dlg_proc): Restore original window size on startup. |
372 |
|
(copy_key_info): Allow to copy multiple key items. |
373 |
|
|
374 |
|
2006-06-06 Timo Schulz <[email protected]> |
375 |
|
|
376 |
|
* wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default |
377 |
|
if no expire date were given. |
378 |
|
|
379 |
|
2006-06-05 Timo Schulz <[email protected]> |
380 |
|
|
381 |
|
* wptPassphraseDlg.cpp (request_passphrase): Release mem |
382 |
|
in case of errors. |
383 |
|
(request_key_passphrase): New. |
384 |
|
(set_passphrase_hint): New. |
385 |
|
* wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase |
386 |
|
hint. Suggested by vedaal. |
387 |
|
|
388 |
|
2006-06-03 Timo Schulz <[email protected]> |
389 |
|
|
390 |
|
* wptPINDlg.cpp (pin_dlg_proc): Remove static var. |
391 |
|
* wptClipEncryptDlg.cpp (show_invalid_recipients): Handle |
392 |
|
the case that 'encrypt-to' points to a non-existing item. |
393 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close |
394 |
|
the dialog if an error occurred. |
395 |
|
* wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date. |
396 |
|
* wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem |
397 |
|
in case of errors. |
398 |
|
* wptKeyserverDlg.cpp (check_pattern): Improved code. |
399 |
|
(keyserver_dlg_proc): All comparisons are case insentensive. |
400 |
|
* wptKeyserver.cpp (parse_uid_record): utf8 decode user id. |
401 |
|
|
402 |
|
2006-06-02 Timo Schulz <[email protected]> |
403 |
|
|
404 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch. |
405 |
|
|
406 |
|
2006-06-01 Timo Schulz <[email protected]> |
407 |
|
|
408 |
|
* wptKeyserver.cpp (check_URL): change semantic. |
409 |
|
(skip_type_prefix): Use check_URL(). |
410 |
|
* wptGPG.cpp (gnupg_backup_keyrings): New argument to |
411 |
|
include secret keyring backups. Change all callers. |
412 |
|
* wptRegistry.cpp (get_reg_winpt_prefs): Support new option. |
413 |
|
(set_reg_winpt_prefs): Likewise. |
414 |
|
* wptPreferencesDlg.cpp (on_init_dialog): Adjust the code. |
415 |
|
|
416 |
|
2006-05-29 Timo Schulz <[email protected]> |
417 |
|
|
418 |
|
* wptKeyserver.cpp (keyserver_set_default): Also set default port. |
419 |
|
|
420 |
|
2006-05-27 Timo Schulz <[email protected]> |
421 |
|
|
422 |
|
* wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty |
423 |
|
passphrase requests. |
424 |
|
* wptClipDecryptDlg.cpp (verify_show_signature_state): Modified |
425 |
|
for global use. |
426 |
|
* wptFileManager.cpp (fm_decrypt): Use it here. |
427 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified. |
428 |
|
|
429 |
|
2006-05-25 Timo Schulz <[email protected]> |
430 |
|
|
431 |
|
* wptGPGUtil.cpp (gpg_rebuild_cache): Return error code. |
432 |
|
* wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug. |
433 |
|
* wptVerifyList.cpp (verlist_build): New argument type. |
434 |
|
Change all callers. |
435 |
|
(verlist_set_info_control): New. |
436 |
|
(verlist_set_additional_info): New. |
437 |
|
* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code. |
438 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise. |
439 |
|
* wptFileCBS.cpp (read_cb, write_cb): Add logging. |
440 |
|
|
441 |
|
2006-05-23 Timo Schulz <[email protected]> |
442 |
|
|
443 |
|
* wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced |
444 |
|
problem. |
445 |
|
(keyedit_main_dlg_proc): Popup menu for the user ID list |
446 |
|
with common commands. |
447 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically |
448 |
|
disable search for ldap servers. |
449 |
|
Use subkeys.pgp.net by default when no server was selected. |
450 |
|
|
451 |
|
2006-05-22 Timo Schulz <[email protected]> |
452 |
|
|
453 |
|
* wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs): |
454 |
|
Support for the new 'default ext' value. |
455 |
|
* wptPreferencesDlg.cpp (on_init_dialog): Likewise. |
456 |
|
(prefs_dlg_proc): Likewise. |
457 |
|
* wptFileManager.cpp (file_get_extension): Likewise. |
458 |
|
(get_output_file): Likewise. |
459 |
|
(fm_export): Likewise. |
460 |
|
|
461 |
|
2006-05-20 Timo Schulz <[email protected]> |
462 |
|
|
463 |
|
* wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive |
464 |
|
process call when no photo is available. |
465 |
|
(keyprops_dlg_proc): avoid static data. |
466 |
|
* wptFileManager.cpp (fm_add_sig_stat): Free memory in case |
467 |
|
of on demand key requests. |
468 |
|
(show_verify_result): Likewise. |
469 |
|
(secret_key_available): Likewise. |
470 |
|
(fm_decrypt, fm_sign): Handle the new on demand key request |
471 |
|
mode and free all memory. |
472 |
|
|
473 |
|
2006-05-15 Timo Schulz <[email protected]> |
474 |
|
|
475 |
|
* wptKeyEditDlgs.cpp (userid_list_init): Forgot to |
476 |
|
apply patch. Thanks to vedaal. |
477 |
|
|
478 |
|
2006-05-14 Timo Schulz <[email protected]> |
479 |
|
|
480 |
|
* wptKeyCache.cpp (gpg_keycache_update_attr): Parse |
481 |
|
preferred keyserver URL. |
482 |
|
* wptHTTP.cpp (extractHostInfo): Fix segv. |
483 |
|
* wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default |
484 |
|
gpg.conf. |
485 |
|
* wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not |
486 |
|
assume an existing user id. |
487 |
|
* wptPassphraseCB.cpp (passphrase_cb): Automatic cancel |
488 |
|
if no passphrase is available. |
489 |
|
|
490 |
|
2006-05-13 Timo Schulz <[email protected]> |
491 |
|
|
492 |
|
* wpMainProc.cpp (secret_key_available): Move it... |
493 |
|
* wptGPGME.cpp: ..to this file. |
494 |
|
(check_ultimate_trusted_key): Handle the case there |
495 |
|
is no secret key available. |
496 |
|
* wptFileManagerDlg.cpp (update_ui_items): Improved. |
497 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive |
498 |
|
some functions when no secret key is available. |
499 |
|
* wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust |
500 |
|
code and also display pubkey algorithm. |
501 |
|
* wptKeyserver.cpp (safe_alloc): New. |
502 |
|
(count_keys_in_response): New. |
503 |
|
(parse_pub_record): New. |
504 |
|
(parse_uid_record): New. |
505 |
|
(kserver_release_key): New. |
506 |
|
(kserver_search_begin, kserver_search_next_key): |
507 |
|
Adjust for the machine readable output. Removed old code. |
508 |
|
(parse_keyserver_url): New. |
509 |
|
* wptUtil.cpp (substr): New. |
510 |
|
* wptKeyManager.cpp (km_refresh_one_key): Properly |
511 |
|
parse the keyserver URL. |
512 |
|
|
513 |
|
2006-05-11 Timo Schulz <[email protected]> |
514 |
|
|
515 |
|
* wptPassphraseCB.cpp (release_gpg_recipients): New. |
516 |
|
(release_gpg_recipients): Use it here. |
517 |
|
* wptFileManager.cpp (fm_decrypt): List all recipients. |
518 |
|
Thanks to vedaal. |
519 |
|
* wptGPG.cpp (extract_keyid): New. |
520 |
|
(get_gnupg_default_key): Use it here. |
521 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify |
522 |
|
one-pass-sigs again. |
523 |
|
|
524 |
|
2006-05-09 Timo Schulz <[email protected]> |
525 |
|
|
526 |
|
* wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr. |
527 |
|
* wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling. |
528 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date. |
529 |
|
|
530 |
2006-05-07 Timo Schulz <[email protected]> |
2006-05-07 Timo Schulz <[email protected]> |
531 |
|
|
532 |
* wptKeyserverDlg.cpp (hkp_err_box): Improved. |
* wptKeyserverDlg.cpp (hkp_err_box): Improved. |
533 |
* wptKeyserver.cpp (wsock_strerror): Likewise. |
* wptKeyserver.cpp (wsock_strerror): Likewise. |
534 |
* wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param. |
* wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param. |
535 |
Change all callers. |
Change all callers. |
536 |
|
* wptKeysigDlg.cpp (do_load_keyprops): Correct key update |
537 |
|
problem. |
538 |
|
|
539 |
2006-05-06 Timo Schulz <[email protected]> |
2006-05-06 Timo Schulz <[email protected]> |
540 |
|
|