1 |
|
2005-08-06 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptGPGME.cpp (keycache_update): Reload OpenPGP parts |
4 |
|
of the secret key. |
5 |
|
(keycache_init): cache name of secret keyring. |
6 |
|
* wptKeyList.cpp (keylist_upd_key): Do not add long keyid. |
7 |
|
(get_key_type): Do not assume 'ultimate' means key pair. |
8 |
|
* wptKeyEditDlgs.cpp (diff_time): New. |
9 |
|
(keyedit_addsubkey_dlg_proc): Changed design and use |
10 |
|
diff_time. Drop checks for invalid keylength (< 1024, > 4096) |
11 |
|
because the combo box automatically handles this. |
12 |
|
* wptKeyManager.cpp (km_set_implicit_trust): Return error code. |
13 |
|
* wptGPG.cpp (get_backup_name): New. |
14 |
|
(gnupg_backup_keyrings): Rotate backup names, from 0..3. |
15 |
|
* wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory. |
16 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and |
17 |
|
not the long keyid. |
18 |
|
|
19 |
|
2005-08-05 Timo Schulz <[email protected]> |
20 |
|
|
21 |
|
* wptListView.cpp (listview_set_item2): New. |
22 |
|
* wptKeyManager.cpp (km_check_if_protected): Directly |
23 |
|
retrieve gpgme_key_t from the list. |
24 |
|
(km_check_key_status): Likewise. |
25 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use |
26 |
|
a human-readable name for secret key export. |
27 |
|
Reload just the keys which were affected by updates |
28 |
|
(edit-key). |
29 |
|
(update_key): New. |
30 |
|
* wptKeyList.cpp ((keylist_upd_key): Stripped down |
31 |
|
version of keylist_add_key. |
32 |
|
* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not |
33 |
|
reload the keycache here, just flag 'update'. Give the |
34 |
|
control to the calling dialog. |
35 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t |
36 |
|
as parameter. Changed all callers. |
37 |
|
Add date of expiration to the key info. |
38 |
|
(get_expire_date): New. |
39 |
|
Use a checkbox to allow to ask for the cert level. |
40 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload |
41 |
|
the cache. |
42 |
|
|
43 |
|
2005-08-04 Timo Schulz <[email protected]> |
44 |
|
|
45 |
|
* wptListView.cpp (listview_scroll): New. |
46 |
|
(listview_get_item2): New. |
47 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the |
48 |
|
item was found, make it visible with scrolling. |
49 |
|
* wptKeyManager.cpp (km_find_key): New. |
50 |
|
(keylist_subclass_proc): Support to handle some acceleators. |
51 |
|
Strg+{C, P, F, A}. |
52 |
|
(km_get_key_status): Get the gpgme_key_t object directly |
53 |
|
from the list. |
54 |
|
* wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set |
55 |
|
the config file (if it exists). |
56 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code |
57 |
|
to handle the click->activate situation. |
58 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
59 |
|
Support to check the passphrase quality. |
60 |
|
* wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. |
61 |
|
(request_passphrase): Rename 'init' to 'flags' to allow more |
62 |
|
options. |
63 |
|
* wptMAPI.cpp: Check all *alloc results. |
64 |
|
* wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary |
65 |
|
passphrase quality check. |
66 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file |
67 |
|
format and allow to save the checksum in a file. |
68 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning |
69 |
|
when the PGP mode is disabled. |
70 |
|
wptKeyEditDlgs.cpp (do_editkey_primary): Return if just |
71 |
|
one user-ID exists. |
72 |
|
(keyedit_dlg_proc): Fixed index problem. |
73 |
|
* wptKeyPropsDlg.cpp (get_validity): New. |
74 |
|
(keyprops_dlg_proc): Actually show extended validity if possible. |
75 |
|
* wptKeyList.cpp (get_key_fpr): Support for old v3 format. |
76 |
|
(do_addkey): Use listview_add_item2 to store key as opaque |
77 |
|
param inside the list. |
78 |
|
* wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx. |
79 |
|
(file_stat_dlg_proc): End dialog if no PGP data was found. |
80 |
|
(do_list_packets): Return the number of valid PGP packets |
81 |
|
of the file. |
82 |
|
|
83 |
|
2005-08-02 Timo Schulz <[email protected]> |
84 |
|
|
85 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of |
86 |
|
using 'Default Keyserver' add the real keyserver name to |
87 |
|
the menu. |
88 |
|
The rebuild command does not reload the cache any longer. |
89 |
|
Use ATTR_NAME + .asc as the filename and not keyid + .asc. |
90 |
|
* wptProxySettingsDlg.cpp (enable_proxy_auth): New. |
91 |
|
(keyserver_proxy_dlg_proc): Changed the design a little |
92 |
|
and add some additional sanity checks. |
93 |
|
* wptGPGParser.cpp (commit_gpg_options): Use W32 line endings. |
94 |
|
This fixes the problem that the GPG option dialog does not show |
95 |
|
very nice lines. |
96 |
|
* wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config. |
97 |
|
* wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected |
98 |
|
check for 'NOKEY' before asking a keyserver. |
99 |
|
* wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag. |
100 |
|
If a lot of keys were selected, ask if the user wants to confirm |
101 |
|
each delete procedure or allow to cancel the operation. |
102 |
|
* wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much |
103 |
|
keys the file contain. |
104 |
|
* wptKeyList.cpp (get_key_algo): Beautified. |
105 |
|
(get_key_status): Drop the "[XYZ] Unknown" format, it is too |
106 |
|
confusing for users. |
107 |
|
* wptKeyManager.cpp (km_check_key_status): Adjustments for the |
108 |
|
new code. |
109 |
|
(km_check_for_seckey): Reset utrust parameter. Return -1 for |
110 |
|
invalid (exp+rev+dis) keys. |
111 |
|
|
112 |
|
2005-08-01 Timo Schulz <[email protected]> |
113 |
|
|
114 |
|
* wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given |
115 |
|
sizes. |
116 |
|
(check_IP_or_hostname): New. |
117 |
|
(kserver_load_conf): Correct finger URL parsing problem. |
118 |
|
(port_from_proto): New. |
119 |
|
(keyserver_load_conf): Guess the port. |
120 |
|
(keyserver_set_default): Allocate new buffer. |
121 |
|
(kserver_load_conf): Likewise. |
122 |
|
* wptHTTP.c (parse_reqline, parse_request): Removed. |
123 |
|
Use WinPT error code and remove all unused code. |
124 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs. |
125 |
|
* wptProxySettingsDlg.cpp (read_proxy): Simple check for |
126 |
|
invalid host/IP addresses. |
127 |
|
* wptGPG.cpp (multi_gnupg_path): Return allocated buffer. |
128 |
|
Changed all callers. |
129 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start, |
130 |
|
automatically set 'backup to homedir'. |
131 |
|
* WinPT.cpp (WinMain): Use desktop window as the parent window |
132 |
|
to load 'first-start' dialogs. |
133 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh' |
134 |
|
flag after deleting keys. |
135 |
|
* wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure |
136 |
|
for passing the arguments. |
137 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for |
138 |
|
the OptFile. This was responsible for a lot of 'General Errors' |
139 |
|
after the first start related to key caching. |
140 |
|
Automatically set the gpg binary if possible. |
141 |
|
|
142 |
2005-07-22 Timo Schulz <[email protected]> |
2005-07-22 Timo Schulz <[email protected]> |
143 |
|
|
144 |
* wptMainProc.cpp (winpt_main_proc): Take care for shutdown |
* wptMainProc.cpp (winpt_main_proc): Take care for shutdown |
200 |
(kserver_sendkey): Likewise. |
(kserver_sendkey): Likewise. |
201 |
* wptProxySettingsDlg.cpp (check_number): New. |
* wptProxySettingsDlg.cpp (check_number): New. |
202 |
(read_proxy): Check the entered port number. |
(read_proxy): Check the entered port number. |
203 |
* wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button. |
* wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button. |
204 |
|
* wptW32API.cpp (get_folder_dlg): Free memory. |
205 |
|
|
206 |
2005-04-11 Timo Schulz <[email protected]> |
2005-04-11 Timo Schulz <[email protected]> |
207 |
|
|