1 |
|
2006-05-14 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptKeyCache.cpp (gpg_keycache_update_attr): Parse |
4 |
|
preferred keyserver URL. |
5 |
|
* wptHTTP.cpp (extractHostInfo): Fix segv. |
6 |
|
* wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default |
7 |
|
gpg.conf. |
8 |
|
* wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not |
9 |
|
assume an existing user id. |
10 |
|
* wptPassphraseCB.cpp (passphrase_cb): Automatic cancel |
11 |
|
if no passphrase is available. |
12 |
|
|
13 |
|
2006-05-13 Timo Schulz <[email protected]> |
14 |
|
|
15 |
|
* wpMainProc.cpp (secret_key_available): Move it... |
16 |
|
* wptGPGME.cpp: ..to this file. |
17 |
|
(check_ultimate_trusted_key): Handle the case there |
18 |
|
is no secret key available. |
19 |
|
* wptFileManagerDlg.cpp (update_ui_items): Improved. |
20 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive |
21 |
|
some functions when no secret key is available. |
22 |
|
* wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust |
23 |
|
code and also display pubkey algorithm. |
24 |
|
* wptKeyserver.cpp (safe_alloc): New. |
25 |
|
(count_keys_in_response): New. |
26 |
|
(parse_pub_record): New. |
27 |
|
(parse_uid_record): New. |
28 |
|
(kserver_release_key): New. |
29 |
|
(kserver_search_begin, kserver_search_next_key): |
30 |
|
Adjust for the machine readable output. Removed old code. |
31 |
|
(parse_keyserver_url): New. |
32 |
|
* wptUtil.cpp (substr): New. |
33 |
|
* wptKeyManager.cpp (km_refresh_one_key): Properly |
34 |
|
parse the keyserver URL. |
35 |
|
|
36 |
|
2006-05-11 Timo Schulz <[email protected]> |
37 |
|
|
38 |
|
* wptPassphraseCB.cpp (release_gpg_recipients): New. |
39 |
|
(release_gpg_recipients): Use it here. |
40 |
|
* wptFileManager.cpp (fm_decrypt): List all recipients. |
41 |
|
Thanks to vedaal. |
42 |
|
* wptGPG.cpp (extract_keyid): New. |
43 |
|
(get_gnupg_default_key): Use it here. |
44 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify |
45 |
|
one-pass-sigs again. |
46 |
|
|
47 |
|
2006-05-09 Timo Schulz <[email protected]> |
48 |
|
|
49 |
|
* wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr. |
50 |
|
* wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling. |
51 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date. |
52 |
|
|
53 |
|
2006-05-07 Timo Schulz <[email protected]> |
54 |
|
|
55 |
|
* wptKeyserverDlg.cpp (hkp_err_box): Improved. |
56 |
|
* wptKeyserver.cpp (wsock_strerror): Likewise. |
57 |
|
* wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param. |
58 |
|
Change all callers. |
59 |
|
* wptKeysigDlg.cpp (do_load_keyprops): Correct key update |
60 |
|
problem. |
61 |
|
|
62 |
|
2006-05-06 Timo Schulz <[email protected]> |
63 |
|
|
64 |
|
* wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined |
65 |
|
sorting order if available. |
66 |
|
* wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix |
67 |
|
for the key ID. |
68 |
|
(get_pref_cipher): Differ between the AES algorithm IDs. |
69 |
|
(key_is_valid): New. |
70 |
|
* wptKeyserverDlg.cpp (check_pattern): Simplified. |
71 |
|
|
72 |
|
2006-05-03 Timo Schulz <[email protected]> |
73 |
|
|
74 |
|
* wptKeyCache.cpp (keycache_prepare2): Fix possible segv. |
75 |
|
Thanks to Mathias. |
76 |
|
|
77 |
2006-05-02 Timo Schulz <[email protected]> |
2006-05-02 Timo Schulz <[email protected]> |
78 |
|
|
79 |
* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a |
* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a |