1 |
|
2006-11-04 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptW32API.cpp (set_clip_text2): Make sure enough memory |
4 |
|
will be allocated. |
5 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list |
6 |
|
view entries for none existing files. |
7 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Simplified. |
8 |
|
* wptClipboard.cpp (gpg_data_change_version): Be more liberal. |
9 |
|
* wptKeyserver.cpp (parse_pub_record): Convert FPR entries |
10 |
|
into KEYID entries. |
11 |
|
* wptGPG.cpp (gnupg_backup_keyrings): Release memory in case |
12 |
|
of errors. |
13 |
|
(get_backup_name): Use constant formant spec. |
14 |
|
(extract_keyid): Simplified. |
15 |
|
* wptKeyserver.cpp (kserver_connect): Return proxy error if |
16 |
|
approriate. |
17 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory |
18 |
|
handling to avoid possible segfaults. |
19 |
|
(fetch_key_from_keyserver): Real error handling. |
20 |
|
* wptFileManager.cpp (fm_gpg_verify): New. |
21 |
|
(fm_verify): Support to fetch key here to avoid problems later. |
22 |
|
* wptFileCBS.cpp (file_data_rewind): New. |
23 |
|
|
24 |
|
|
25 |
|
2006-10-27 Timo Schulz <[email protected]> |
26 |
|
|
27 |
|
* wptGPG.cpp (get_backup_name): Make sure enough memory |
28 |
|
will be allocated. |
29 |
|
(gnupg_backup_keyrings): Release memory in case of errors. |
30 |
|
|
31 |
|
2006-10-21 Timo Schulz <[email protected]> |
32 |
|
|
33 |
|
* wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol |
34 |
|
and store it. |
35 |
|
* wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files. |
36 |
|
|
37 |
|
2006-10-04 Timo Schulz <[email protected]> |
38 |
|
|
39 |
|
* wptFileManager.cpp (fm_check_armor_type): Remove space in |
40 |
|
search pattern string. |
41 |
|
(fm_check_for_entry): Case insentensive search. |
42 |
|
(fm_add_dir_files): Use W32 API directly. |
43 |
|
* wptVerifyList.cpp (verlist_add_sig_log): Use proper icon. |
44 |
|
* wptGPGUtil.cpp (get_gpg_version): Cleanups. |
45 |
|
|
46 |
|
2006-08-30 Timo Schulz <[email protected]> |
47 |
|
|
48 |
|
* wptRegistry.cpp (get_reg_entry): Do not use static buffers. |
49 |
|
* wptKeyserverDlg.cpp (add_pattern_to_combox): New. |
50 |
|
(save_pattern_from_combox): New. |
51 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem. |
52 |
|
* wptGPGMEWrapper.c (importFromBuffer): New. |
53 |
|
* WinPT.cpp (check_crypto_engine): Only enable PC/SC when the |
54 |
|
system really has smart card services enabled. |
55 |
|
* wptKeyManger.cpp (km_http_import): Stricter error checking. |
56 |
|
* wptFileManager.cpp (fm_send_file): Use at least MAX_PATH |
57 |
|
for the file name. |
58 |
|
|
59 |
|
2006-08-24 Timo Schulz <[email protected]> |
60 |
|
|
61 |
|
* wptHTTP.cpp (extraHostInfo): Handle case when no doc were given. |
62 |
|
(get): Better error handling. |
63 |
|
(head): Likewise. |
64 |
|
* wptGPGME.cpp (sigsum_to_index): Just map the index without |
65 |
|
any checks. |
66 |
|
* wptCommonDlg.cpp (check_URL): Be more strict. |
67 |
|
|
68 |
|
2006-08-11 Timo Schulz <[email protected]> |
69 |
|
|
70 |
|
* wptGPGMEWrapper.cpp (importFromFile): New. |
71 |
|
(importFromClipboard): New. |
72 |
|
(importGetResult): New. |
73 |
|
* wptKeyManager.cpp (km_file_import): Use gpgme wrapper. |
74 |
|
(km_clip_import): Ditto. |
75 |
|
* wptKeyEdit.cpp (addCardKey): New. |
76 |
|
* wptKeyEditCB.cpp (cmd_addcardkey_handler): New. |
77 |
|
* wptCardEdit.cpp (get_str_timestamp): Use locale date format. |
78 |
|
* wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog. |
79 |
|
* wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'. |
80 |
|
|
81 |
|
2006-08-10 Timo Schulz <[email protected]> |
82 |
|
|
83 |
|
* wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be |
84 |
|
'=='. |
85 |
|
* wptGPGME.cpp (sigsum_to_index): Correctly handle expired |
86 |
|
keys and signatures. |
87 |
|
(get_gpg_sigstat): Adjusted code. |
88 |
|
* wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups. |
89 |
|
(gpg_card_load): Improved card detection code. |
90 |
|
* wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate |
91 |
|
a key on a card. Suggested by Achim. |
92 |
|
* wptUtil.cpp (check_email_address): Add sanity check for |
93 |
|
the length. |
94 |
|
* WinPT.cpp (WinMain): Handle cardgen request. |
95 |
|
|
96 |
|
2006-08-04 Timo Schulz <[email protected]> |
97 |
|
|
98 |
|
* wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs. |
99 |
|
* wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr. |
100 |
|
* wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling |
101 |
|
for the situation that the last key in the cache is deleted. |
102 |
|
* wptFileManagerDlg.cpp (update_ui_items): Fix file name |
103 |
|
detection. |
104 |
|
|
105 |
|
2006-08-02 Timo Schulz <[email protected]> |
106 |
|
|
107 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem |
108 |
|
with static data. |
109 |
|
(clip_decrypt_dlg_proc): Prefix keyid with 0x. |
110 |
|
(get_key_userid): Fix problem when key was not found. |
111 |
|
* wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct |
112 |
|
fingerprint to short keyid conversion. |
113 |
|
* wptVerifyList.cpp (verlist_set_additional_info): Handle bad |
114 |
|
sigs. |
115 |
|
* wptKeyManagerDlg.cpp (update_status_bar): Faster update code. |
116 |
|
|
117 |
|
|
118 |
|
2006-08-01 Timo Schulz <[email protected]> |
119 |
|
|
120 |
|
* wptGPG.cpp (get_last_gnupg_access): Enhanced. |
121 |
|
(gnupg_display_error): Removed unused code. |
122 |
|
* wptPassphraseCB.cpp (parse_gpg_description): Text output |
123 |
|
is now more human readable. |
124 |
|
* wptKeyManager.cpp (km_refresh_from_keyserver): Return an |
125 |
|
error code in all cases. |
126 |
|
|
127 |
|
2006-07-31 Timo Schulz <[email protected]> |
128 |
|
|
129 |
|
* wptMainProc.cpp (clip_gpg_dlg): Merge in the current window |
130 |
|
handling code. |
131 |
|
* wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1. |
132 |
|
* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting |
133 |
|
for list view controls. |
134 |
|
|
135 |
|
2006-07-30 Timo Schulz <[email protected]> |
136 |
|
|
137 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style. |
138 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs. |
139 |
|
(display_keyinfo): New. |
140 |
|
* wptKeySigDlg.cpp (init_datepicker_from_time): New. |
141 |
|
(keysig_dlg_proc): List creation time. |
142 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Fix file |
143 |
|
handling. |
144 |
|
|
145 |
|
2006-07-28 Timo Schulz <[email protected]> |
146 |
|
|
147 |
|
* wptKeyManager.cpp (lv_del_confirmed_keys): New. |
148 |
|
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically |
149 |
|
adjust key size. |
150 |
|
* wptKeygenDlg.cpp (keygend_dlg_proc): Likewise. |
151 |
|
|
152 |
|
2006-07-25 Timo Schulz <[email protected]> |
153 |
|
|
154 |
|
Applied spelling corrections from Anthony Bryan. |
155 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design. |
156 |
|
* wptKeygenDlg.cpp (backup_keyrings): Change default keyring. |
157 |
|
|
158 |
|
2006-07-22 Timo Schulz <[email protected]> |
159 |
|
|
160 |
|
* wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle |
161 |
|
utf8 encoded user ids. |
162 |
|
(winpt_main_proc): Cleanups. |
163 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy |
164 |
|
email address to the clipboard. |
165 |
|
|
166 |
|
2006-07-15 Timo Schulz <[email protected]> |
167 |
|
|
168 |
|
* WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid |
169 |
|
any compatibility problems. |
170 |
|
* wptW32API.cpp (get_file_version): Cleanups. |
171 |
|
|
172 |
|
2006-07-10 Timo Schulz <[email protected]> |
173 |
|
|
174 |
|
* wptUtil.cpp (check_file_name): New. |
175 |
|
* wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars. |
176 |
|
(key_revoke_dlg_proc): Likewise. |
177 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling. |
178 |
|
* wptImportList.cpp (implist_load): Likewise. |
179 |
|
* wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise. |
180 |
|
* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item. |
181 |
|
|
182 |
2006-07-05 Timo Schulz <[email protected]> |
2006-07-05 Timo Schulz <[email protected]> |
183 |
|
|
184 |
* wptMainProc.cpp (winpt_main_proc): Change menu texts. |
* wptMainProc.cpp (winpt_main_proc): Change menu texts. |