1 |
|
2007-08-03 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptMainproc.cpp (wpt_main_proc): A single click |
4 |
|
with the mouse, left button, also shows the menu. |
5 |
|
* wptKeyEdit.cpp (uid_inf_colon_handler): uid is always |
6 |
|
allocated and thus remove the additional check before free(). |
7 |
|
|
8 |
|
|
9 |
|
2007-05-25 Timo Schulz <[email protected]> |
10 |
|
|
11 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning |
12 |
|
if the gpgProgram entry will be modified. Suggested by Werner. |
13 |
|
|
14 |
|
2007-03-23 Timo Schulz <[email protected]> |
15 |
|
|
16 |
|
* wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic |
17 |
|
variables to avoid heap operations. |
18 |
|
* wptKeyManager.cpp (km_http_import): Adjust the http class. |
19 |
|
|
20 |
|
2007-03-21 Timo Schulz <[email protected]> |
21 |
|
|
22 |
|
* wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated |
23 |
|
array of strings. |
24 |
|
(km_clip_export): Really export all selected keys. |
25 |
|
(km_file_export): Likewise. |
26 |
|
|
27 |
|
2007-03-17 Timo Schulz <[email protected]> |
28 |
|
|
29 |
|
* wptErrors.cpp (debug_end): Reset FP pointer. |
30 |
|
(printf_box): Fix buffer calculation. |
31 |
|
* wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually |
32 |
|
return the error. |
33 |
|
|
34 |
|
2007-03-13 Timo Schulz <[email protected]> |
35 |
|
|
36 |
|
* wptGPG.cpp (gpg_check_file_permissions): New. |
37 |
|
(my_access): Renamed to.. |
38 |
|
(check_file_access): ..this. |
39 |
|
|
40 |
|
2007-03-12 Timo Schulz <[email protected]> |
41 |
|
|
42 |
|
* wptVerifyList.cpp (extract_filename): Simplified. |
43 |
|
* wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory |
44 |
|
leak for some error cases. |
45 |
|
|
46 |
|
2007-03-10 Timo Schulz <[email protected]> |
47 |
|
|
48 |
|
* wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to |
49 |
|
avoid possible allocation problems. |
50 |
|
(kserver_seararch_begin): Likewise. |
51 |
|
(parse_pub_record): Double check fpr to key ID problem. |
52 |
|
Noted by Mike Culbertson. |
53 |
|
|
54 |
|
2007-03-09 Timo Schulz <[email protected]> |
55 |
|
|
56 |
|
* wptClipImportDlg.cpp (print_import_status): Use the fingerprint |
57 |
|
instead of the key ID to avoid problems with v3 keys. |
58 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID |
59 |
|
in case of v3 keys. Noted by Raphael |
60 |
|
(verify_show_signature_state): Likewise. |
61 |
|
* wptVerifyList.cpp (verlist_add_sig_log): Likewise. |
62 |
|
(verlist_add_sig): Likewise. |
63 |
|
|
64 |
|
2006-12-30 Timo Schulz <[email protected]> |
65 |
|
|
66 |
|
* StringBuffer.cpp (StringBuffer): New. |
67 |
|
* wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone |
68 |
|
sprintf code with the new string buffer implementation. |
69 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
70 |
|
|
71 |
|
2006-12-28 Timo Schulz <[email protected]> |
72 |
|
|
73 |
|
* wptKeylist.cpp (get_key_desc): Avoid possible overflow. |
74 |
|
* wptW32API.cpp (get_locale_time): New. |
75 |
|
(get_locale_timedate): New. |
76 |
|
* wptVerifyList.cpp (strtimestamp): Deleted. Changed all |
77 |
|
callers to get_locale_timedate. |
78 |
|
* wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources. |
79 |
|
* wptNLS.cpp (gettext_free_current_domain): New. |
80 |
|
(gettext_set_file): Removed all '/' code. |
81 |
|
* wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf |
82 |
|
code more robust. |
83 |
|
|
84 |
|
2006-12-21 Timo Schulz <[email protected]> |
85 |
|
|
86 |
|
* wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted. |
87 |
|
The Code will be possibly used in a separate project. |
88 |
|
|
89 |
|
2006-12-05 Timo Schulz <[email protected]> |
90 |
|
|
91 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): If |
92 |
|
there is no pubkey available, issue a hint and not BUG. |
93 |
|
|
94 |
|
2006-12-02 Timo Schulz <[email protected]> |
95 |
|
|
96 |
|
* WinPT-en.rc: Remove wipe free space menu item. |
97 |
|
* wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode. |
98 |
|
* wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc): |
99 |
|
Allow to set the passes here. |
100 |
|
* wptFileManager.cpp (fm_encrypt): change all callers |
101 |
|
for the wipe functions. |
102 |
|
* wptListview.cpp (listview_sort_items): Extract code |
103 |
|
to change the column image. |
104 |
|
* wptKeylist.cpp (key_get_image_id): New. |
105 |
|
(keylist_build): Change return type and all callers. |
106 |
|
* wptGPG.cpp (gnupg_load_config): Kludge to detect |
107 |
|
the 'textmode' option. |
108 |
|
* wptPassCache.cpp (wipe_data): replaced with wipememory(). |
109 |
|
|
110 |
|
2006-11-12 Timo Schulz <[email protected]> |
111 |
|
|
112 |
|
* wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem. |
113 |
|
* wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to |
114 |
|
avoid invalid gpg.conf entries. |
115 |
|
Thanks to Ralf Latz. |
116 |
|
|
117 |
|
2006-11-04 Timo Schulz <[email protected]> |
118 |
|
|
119 |
|
* wptW32API.cpp (set_clip_text2): Make sure enough memory |
120 |
|
will be allocated. |
121 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list |
122 |
|
view entries for none existing files. |
123 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Simplified. |
124 |
|
* wptClipboard.cpp (gpg_data_change_version): Be more liberal. |
125 |
|
* wptKeyserver.cpp (parse_pub_record): Convert FPR entries |
126 |
|
into KEYID entries. |
127 |
|
* wptGPG.cpp (gnupg_backup_keyrings): Release memory in case |
128 |
|
of errors. |
129 |
|
(get_backup_name): Use constant formant spec. |
130 |
|
(extract_keyid): Simplified. |
131 |
|
* wptKeyserver.cpp (kserver_connect): Return proxy error if |
132 |
|
approriate. |
133 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory |
134 |
|
handling to avoid possible segfaults. |
135 |
|
(fetch_key_from_keyserver): Real error handling. |
136 |
|
* wptFileManager.cpp (fm_gpg_verify): New. |
137 |
|
(fm_verify): Support to fetch key here to avoid problems later. |
138 |
|
* wptFileCBS.cpp (file_data_rewind): New. |
139 |
|
|
140 |
|
|
141 |
|
2006-10-27 Timo Schulz <[email protected]> |
142 |
|
|
143 |
|
* wptGPG.cpp (get_backup_name): Make sure enough memory |
144 |
|
will be allocated. |
145 |
|
(gnupg_backup_keyrings): Release memory in case of errors. |
146 |
|
|
147 |
|
2006-10-21 Timo Schulz <[email protected]> |
148 |
|
|
149 |
|
* wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol |
150 |
|
and store it. |
151 |
|
* wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files. |
152 |
|
|
153 |
|
2006-10-04 Timo Schulz <[email protected]> |
154 |
|
|
155 |
|
* wptFileManager.cpp (fm_check_armor_type): Remove space in |
156 |
|
search pattern string. |
157 |
|
(fm_check_for_entry): Case insentensive search. |
158 |
|
(fm_add_dir_files): Use W32 API directly. |
159 |
|
* wptVerifyList.cpp (verlist_add_sig_log): Use proper icon. |
160 |
|
* wptGPGUtil.cpp (get_gpg_version): Cleanups. |
161 |
|
|
162 |
|
2006-08-30 Timo Schulz <[email protected]> |
163 |
|
|
164 |
|
* wptRegistry.cpp (get_reg_entry): Do not use static buffers. |
165 |
|
* wptKeyserverDlg.cpp (add_pattern_to_combox): New. |
166 |
|
(save_pattern_from_combox): New. |
167 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem. |
168 |
|
* wptGPGMEWrapper.c (importFromBuffer): New. |
169 |
|
* WinPT.cpp (check_crypto_engine): Only enable PC/SC when the |
170 |
|
system really has smart card services enabled. |
171 |
|
* wptKeyManger.cpp (km_http_import): Stricter error checking. |
172 |
|
* wptFileManager.cpp (fm_send_file): Use at least MAX_PATH |
173 |
|
for the file name. |
174 |
|
|
175 |
|
2006-08-24 Timo Schulz <[email protected]> |
176 |
|
|
177 |
|
* wptHTTP.cpp (extraHostInfo): Handle case when no doc were given. |
178 |
|
(get): Better error handling. |
179 |
|
(head): Likewise. |
180 |
|
* wptGPGME.cpp (sigsum_to_index): Just map the index without |
181 |
|
any checks. |
182 |
|
* wptCommonDlg.cpp (check_URL): Be more strict. |
183 |
|
|
184 |
|
2006-08-11 Timo Schulz <[email protected]> |
185 |
|
|
186 |
|
* wptGPGMEWrapper.cpp (importFromFile): New. |
187 |
|
(importFromClipboard): New. |
188 |
|
(importGetResult): New. |
189 |
|
* wptKeyManager.cpp (km_file_import): Use gpgme wrapper. |
190 |
|
(km_clip_import): Ditto. |
191 |
|
* wptKeyEdit.cpp (addCardKey): New. |
192 |
|
* wptKeyEditCB.cpp (cmd_addcardkey_handler): New. |
193 |
|
* wptCardEdit.cpp (get_str_timestamp): Use locale date format. |
194 |
|
* wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog. |
195 |
|
* wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'. |
196 |
|
|
197 |
|
2006-08-10 Timo Schulz <[email protected]> |
198 |
|
|
199 |
|
* wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be |
200 |
|
'=='. |
201 |
|
* wptGPGME.cpp (sigsum_to_index): Correctly handle expired |
202 |
|
keys and signatures. |
203 |
|
(get_gpg_sigstat): Adjusted code. |
204 |
|
* wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups. |
205 |
|
(gpg_card_load): Improved card detection code. |
206 |
|
* wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate |
207 |
|
a key on a card. Suggested by Achim. |
208 |
|
* wptUtil.cpp (check_email_address): Add sanity check for |
209 |
|
the length. |
210 |
|
* WinPT.cpp (WinMain): Handle cardgen request. |
211 |
|
|
212 |
|
2006-08-04 Timo Schulz <[email protected]> |
213 |
|
|
214 |
|
* wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs. |
215 |
|
* wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr. |
216 |
|
* wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling |
217 |
|
for the situation that the last key in the cache is deleted. |
218 |
|
* wptFileManagerDlg.cpp (update_ui_items): Fix file name |
219 |
|
detection. |
220 |
|
|
221 |
|
2006-08-02 Timo Schulz <[email protected]> |
222 |
|
|
223 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem |
224 |
|
with static data. |
225 |
|
(clip_decrypt_dlg_proc): Prefix keyid with 0x. |
226 |
|
(get_key_userid): Fix problem when key was not found. |
227 |
|
* wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct |
228 |
|
fingerprint to short keyid conversion. |
229 |
|
* wptVerifyList.cpp (verlist_set_additional_info): Handle bad |
230 |
|
sigs. |
231 |
|
* wptKeyManagerDlg.cpp (update_status_bar): Faster update code. |
232 |
|
|
233 |
|
|
234 |
|
2006-08-01 Timo Schulz <[email protected]> |
235 |
|
|
236 |
|
* wptGPG.cpp (get_last_gnupg_access): Enhanced. |
237 |
|
(gnupg_display_error): Removed unused code. |
238 |
|
* wptPassphraseCB.cpp (parse_gpg_description): Text output |
239 |
|
is now more human readable. |
240 |
|
* wptKeyManager.cpp (km_refresh_from_keyserver): Return an |
241 |
|
error code in all cases. |
242 |
|
|
243 |
|
2006-07-31 Timo Schulz <[email protected]> |
244 |
|
|
245 |
|
* wptMainProc.cpp (clip_gpg_dlg): Merge in the current window |
246 |
|
handling code. |
247 |
|
* wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1. |
248 |
|
* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting |
249 |
|
for list view controls. |
250 |
|
|
251 |
|
2006-07-30 Timo Schulz <[email protected]> |
252 |
|
|
253 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style. |
254 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs. |
255 |
|
(display_keyinfo): New. |
256 |
|
* wptKeySigDlg.cpp (init_datepicker_from_time): New. |
257 |
|
(keysig_dlg_proc): List creation time. |
258 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Fix file |
259 |
|
handling. |
260 |
|
|
261 |
|
2006-07-28 Timo Schulz <[email protected]> |
262 |
|
|
263 |
|
* wptKeyManager.cpp (lv_del_confirmed_keys): New. |
264 |
|
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically |
265 |
|
adjust key size. |
266 |
|
* wptKeygenDlg.cpp (keygend_dlg_proc): Likewise. |
267 |
|
|
268 |
|
2006-07-25 Timo Schulz <[email protected]> |
269 |
|
|
270 |
|
Applied spelling corrections from Anthony Bryan. |
271 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design. |
272 |
|
* wptKeygenDlg.cpp (backup_keyrings): Change default keyring. |
273 |
|
|
274 |
|
2006-07-22 Timo Schulz <[email protected]> |
275 |
|
|
276 |
|
* wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle |
277 |
|
utf8 encoded user ids. |
278 |
|
(winpt_main_proc): Cleanups. |
279 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy |
280 |
|
email address to the clipboard. |
281 |
|
|
282 |
|
2006-07-15 Timo Schulz <[email protected]> |
283 |
|
|
284 |
|
* WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid |
285 |
|
any compatibility problems. |
286 |
|
* wptW32API.cpp (get_file_version): Cleanups. |
287 |
|
|
288 |
|
2006-07-10 Timo Schulz <[email protected]> |
289 |
|
|
290 |
|
* wptUtil.cpp (check_file_name): New. |
291 |
|
* wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars. |
292 |
|
(key_revoke_dlg_proc): Likewise. |
293 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling. |
294 |
|
* wptImportList.cpp (implist_load): Likewise. |
295 |
|
* wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise. |
296 |
|
* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item. |
297 |
|
|
298 |
|
2006-07-05 Timo Schulz <[email protected]> |
299 |
|
|
300 |
|
* wptMainProc.cpp (winpt_main_proc): Change menu texts. |
301 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight |
302 |
|
with a menu instead of dozen of buttons. |
303 |
|
|
304 |
|
2006-07-01 Timo Schulz <[email protected]> |
305 |
|
|
306 |
|
* wptFileManager.cpp (fm_sort): Rewritten. |
307 |
|
(fm_build): Modify param type. Change all callers. |
308 |
|
(fm_cmp_cb): Adjusted for the new code. |
309 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model |
310 |
|
for the list view. |
311 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info |
312 |
|
context and model for the list view. |
313 |
|
(update_status_bar): Fix calculation of the size of the |
314 |
|
selected files. |
315 |
|
* wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic |
316 |
|
and return type. |
317 |
|
|
318 |
|
2006-06-28 Timo Schulz <[email protected]> |
319 |
|
|
320 |
|
* wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic |
321 |
|
and memory leak. |
322 |
|
* wptListView.cpp (listview_find_substr): New. |
323 |
|
(listview_sort_items): Use symbolic ids. |
324 |
|
* wptKeyManager.cpp (km_find_key): Allow substring search. |
325 |
|
|
326 |
|
2006-06-27 Timo Schulz <[email protected]> |
327 |
|
|
328 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer |
329 |
|
when no sig has been found (if requested). |
330 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to |
331 |
|
quote instead of the check box. Cleanups. |
332 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct |
333 |
|
sorting problem and wrong icon display. |
334 |
|
* wptListView.cpp (listview_sort_items): Correct code for |
335 |
|
checkbox based lists. |
336 |
|
* wptKeylist.cpp (keylist_build): Add sorting icons. |
337 |
|
* wptKeyEditDlgs.cpp (create_header_tooltip): New. |
338 |
|
|
339 |
|
2006-06-24 Timo Schulz <[email protected]> |
340 |
|
|
341 |
|
* wptMainProc.cpp (winpt_main_proc): Localize missing string. |
342 |
|
* wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid |
343 |
|
conversion. |
344 |
|
(subkey_list_init): Simplified. |
345 |
|
|
346 |
|
2006-06-22 Timo Schulz <[email protected]> |
347 |
|
|
348 |
|
* WinPT-en.rc: Include versioninfo.rc to generate |
349 |
|
the version info automatically. |
350 |
|
|
351 |
|
2006-06-19 Timo Schulz <[email protected]> |
352 |
|
|
353 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): Improved |
354 |
|
format of the sig info text. |
355 |
|
* wptKeyserver.cpp (check_hkp_response): Invert error logic. |
356 |
|
* wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error |
357 |
|
handling. |
358 |
|
* wptPassphraseDlg.cpp (request_key_passphrase): Return |
359 |
|
utf8 encoded passphrase. |
360 |
|
|
361 |
|
2006-06-18 Timo Schulz <[email protected]> |
362 |
|
|
363 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo. |
364 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): New. |
365 |
|
(verify_get_key_ownertrust): New. |
366 |
|
(clip_decrypt_dlg_proc): New argument. Change all callers. |
367 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case |
368 |
|
that the dialog was called with a param. |
369 |
|
* wptMainProc.cpp (winpt_main_proc): Wait for thread in |
370 |
|
case of dbl-click. |
371 |
|
|
372 |
|
2006-06-16 Timo Schulz <[email protected]> |
373 |
|
|
374 |
|
* wptProgressDlg.cpp (wait_for_progress_cb): New. |
375 |
|
* wptMainProc.cpp (winpt_main_proc): Use this function |
376 |
|
to disallow to access the cache during synchronisation. |
377 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. |
378 |
|
* wptKeyserver.cpp (check_hkp_response): Improved text |
379 |
|
extraction. |
380 |
|
(parse_keyserver_error): New. |
381 |
|
* wptPassphraseDlg.cpp (request_passphrase): Support utf8 |
382 |
|
encoding. |
383 |
|
* wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase |
384 |
|
needs to be utf8 encoded but still allow it. |
385 |
|
* wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support. |
386 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Likewise. |
387 |
|
* wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise. |
388 |
|
|
389 |
|
2006-06-15 Timo Schulz <[email protected]> |
390 |
|
|
391 |
|
* wptVerList.cpp (verlist_build): Use icons. |
392 |
|
(verlist_add_sig): Set image number according to sig state. |
393 |
|
|
394 |
|
2006-06-14 Timo Schulz <[email protected]> |
395 |
|
|
396 |
|
* wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate |
397 |
|
authors string here. Noted by Eduardo. |
398 |
|
* wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes. |
399 |
|
|
400 |
|
2006-06-09 Timo Schulz <[email protected]> |
401 |
|
|
402 |
|
* wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle |
403 |
|
RSA_E and RSA_S. |
404 |
|
* wptFileManager.cpp (fm_sym_encrypt): Better dialog title. |
405 |
|
|
406 |
|
2006-06-08 Timo Schulz <[email protected]> |
407 |
|
|
408 |
|
* wptKeyserver.cpp (parse_keyserver_url): Handle special case. |
409 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible. |
410 |
|
(showphoto_dlg_proc): New. |
411 |
|
* wptKeyManagerDlg.cpp (restore_window_size): New. |
412 |
|
(keymanager_dlg_proc): Restore original window size on startup. |
413 |
|
(copy_key_info): Allow to copy multiple key items. |
414 |
|
|
415 |
|
2006-06-06 Timo Schulz <[email protected]> |
416 |
|
|
417 |
|
* wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default |
418 |
|
if no expire date were given. |
419 |
|
|
420 |
|
2006-06-05 Timo Schulz <[email protected]> |
421 |
|
|
422 |
|
* wptPassphraseDlg.cpp (request_passphrase): Release mem |
423 |
|
in case of errors. |
424 |
|
(request_key_passphrase): New. |
425 |
|
(set_passphrase_hint): New. |
426 |
|
* wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase |
427 |
|
hint. Suggested by vedaal. |
428 |
|
|
429 |
|
2006-06-03 Timo Schulz <[email protected]> |
430 |
|
|
431 |
|
* wptPINDlg.cpp (pin_dlg_proc): Remove static var. |
432 |
|
* wptClipEncryptDlg.cpp (show_invalid_recipients): Handle |
433 |
|
the case that 'encrypt-to' points to a non-existing item. |
434 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close |
435 |
|
the dialog if an error occurred. |
436 |
|
* wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date. |
437 |
|
* wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem |
438 |
|
in case of errors. |
439 |
|
* wptKeyserverDlg.cpp (check_pattern): Improved code. |
440 |
|
(keyserver_dlg_proc): All comparisons are case insentensive. |
441 |
|
* wptKeyserver.cpp (parse_uid_record): utf8 decode user id. |
442 |
|
|
443 |
|
2006-06-02 Timo Schulz <[email protected]> |
444 |
|
|
445 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch. |
446 |
|
|
447 |
|
2006-06-01 Timo Schulz <[email protected]> |
448 |
|
|
449 |
|
* wptKeyserver.cpp (check_URL): change semantic. |
450 |
|
(skip_type_prefix): Use check_URL(). |
451 |
|
* wptGPG.cpp (gnupg_backup_keyrings): New argument to |
452 |
|
include secret keyring backups. Change all callers. |
453 |
|
* wptRegistry.cpp (get_reg_winpt_prefs): Support new option. |
454 |
|
(set_reg_winpt_prefs): Likewise. |
455 |
|
* wptPreferencesDlg.cpp (on_init_dialog): Adjust the code. |
456 |
|
|
457 |
|
2006-05-29 Timo Schulz <[email protected]> |
458 |
|
|
459 |
|
* wptKeyserver.cpp (keyserver_set_default): Also set default port. |
460 |
|
|
461 |
|
2006-05-27 Timo Schulz <[email protected]> |
462 |
|
|
463 |
|
* wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty |
464 |
|
passphrase requests. |
465 |
|
* wptClipDecryptDlg.cpp (verify_show_signature_state): Modified |
466 |
|
for global use. |
467 |
|
* wptFileManager.cpp (fm_decrypt): Use it here. |
468 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified. |
469 |
|
|
470 |
|
2006-05-25 Timo Schulz <[email protected]> |
471 |
|
|
472 |
|
* wptGPGUtil.cpp (gpg_rebuild_cache): Return error code. |
473 |
|
* wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug. |
474 |
|
* wptVerifyList.cpp (verlist_build): New argument type. |
475 |
|
Change all callers. |
476 |
|
(verlist_set_info_control): New. |
477 |
|
(verlist_set_additional_info): New. |
478 |
|
* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code. |
479 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise. |
480 |
|
* wptFileCBS.cpp (read_cb, write_cb): Add logging. |
481 |
|
|
482 |
|
2006-05-23 Timo Schulz <[email protected]> |
483 |
|
|
484 |
|
* wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced |
485 |
|
problem. |
486 |
|
(keyedit_main_dlg_proc): Popup menu for the user ID list |
487 |
|
with common commands. |
488 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically |
489 |
|
disable search for ldap servers. |
490 |
|
Use subkeys.pgp.net by default when no server was selected. |
491 |
|
|
492 |
|
2006-05-22 Timo Schulz <[email protected]> |
493 |
|
|
494 |
|
* wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs): |
495 |
|
Support for the new 'default ext' value. |
496 |
|
* wptPreferencesDlg.cpp (on_init_dialog): Likewise. |
497 |
|
(prefs_dlg_proc): Likewise. |
498 |
|
* wptFileManager.cpp (file_get_extension): Likewise. |
499 |
|
(get_output_file): Likewise. |
500 |
|
(fm_export): Likewise. |
501 |
|
|
502 |
|
2006-05-20 Timo Schulz <[email protected]> |
503 |
|
|
504 |
|
* wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive |
505 |
|
process call when no photo is available. |
506 |
|
(keyprops_dlg_proc): avoid static data. |
507 |
|
* wptFileManager.cpp (fm_add_sig_stat): Free memory in case |
508 |
|
of on demand key requests. |
509 |
|
(show_verify_result): Likewise. |
510 |
|
(secret_key_available): Likewise. |
511 |
|
(fm_decrypt, fm_sign): Handle the new on demand key request |
512 |
|
mode and free all memory. |
513 |
|
|
514 |
|
2006-05-15 Timo Schulz <[email protected]> |
515 |
|
|
516 |
|
* wptKeyEditDlgs.cpp (userid_list_init): Forgot to |
517 |
|
apply patch. Thanks to vedaal. |
518 |
|
|
519 |
|
2006-05-14 Timo Schulz <[email protected]> |
520 |
|
|
521 |
|
* wptKeyCache.cpp (gpg_keycache_update_attr): Parse |
522 |
|
preferred keyserver URL. |
523 |
|
* wptHTTP.cpp (extractHostInfo): Fix segv. |
524 |
|
* wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default |
525 |
|
gpg.conf. |
526 |
|
* wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not |
527 |
|
assume an existing user id. |
528 |
|
* wptPassphraseCB.cpp (passphrase_cb): Automatic cancel |
529 |
|
if no passphrase is available. |
530 |
|
|
531 |
|
2006-05-13 Timo Schulz <[email protected]> |
532 |
|
|
533 |
|
* wpMainProc.cpp (secret_key_available): Move it... |
534 |
|
* wptGPGME.cpp: ..to this file. |
535 |
|
(check_ultimate_trusted_key): Handle the case there |
536 |
|
is no secret key available. |
537 |
|
* wptFileManagerDlg.cpp (update_ui_items): Improved. |
538 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive |
539 |
|
some functions when no secret key is available. |
540 |
|
* wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust |
541 |
|
code and also display pubkey algorithm. |
542 |
|
* wptKeyserver.cpp (safe_alloc): New. |
543 |
|
(count_keys_in_response): New. |
544 |
|
(parse_pub_record): New. |
545 |
|
(parse_uid_record): New. |
546 |
|
(kserver_release_key): New. |
547 |
|
(kserver_search_begin, kserver_search_next_key): |
548 |
|
Adjust for the machine readable output. Removed old code. |
549 |
|
(parse_keyserver_url): New. |
550 |
|
* wptUtil.cpp (substr): New. |
551 |
|
* wptKeyManager.cpp (km_refresh_one_key): Properly |
552 |
|
parse the keyserver URL. |
553 |
|
|
554 |
|
2006-05-11 Timo Schulz <[email protected]> |
555 |
|
|
556 |
|
* wptPassphraseCB.cpp (release_gpg_recipients): New. |
557 |
|
(release_gpg_recipients): Use it here. |
558 |
|
* wptFileManager.cpp (fm_decrypt): List all recipients. |
559 |
|
Thanks to vedaal. |
560 |
|
* wptGPG.cpp (extract_keyid): New. |
561 |
|
(get_gnupg_default_key): Use it here. |
562 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify |
563 |
|
one-pass-sigs again. |
564 |
|
|
565 |
|
2006-05-09 Timo Schulz <[email protected]> |
566 |
|
|
567 |
|
* wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr. |
568 |
|
* wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling. |
569 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date. |
570 |
|
|
571 |
|
2006-05-07 Timo Schulz <[email protected]> |
572 |
|
|
573 |
|
* wptKeyserverDlg.cpp (hkp_err_box): Improved. |
574 |
|
* wptKeyserver.cpp (wsock_strerror): Likewise. |
575 |
|
* wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param. |
576 |
|
Change all callers. |
577 |
|
* wptKeysigDlg.cpp (do_load_keyprops): Correct key update |
578 |
|
problem. |
579 |
|
|
580 |
|
2006-05-06 Timo Schulz <[email protected]> |
581 |
|
|
582 |
|
* wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined |
583 |
|
sorting order if available. |
584 |
|
* wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix |
585 |
|
for the key ID. |
586 |
|
(get_pref_cipher): Differ between the AES algorithm IDs. |
587 |
|
(key_is_valid): New. |
588 |
|
* wptKeyserverDlg.cpp (check_pattern): Simplified. |
589 |
|
|
590 |
|
2006-05-03 Timo Schulz <[email protected]> |
591 |
|
|
592 |
|
* wptKeyCache.cpp (keycache_prepare2): Fix possible segv. |
593 |
|
Thanks to Mathias. |
594 |
|
|
595 |
|
2006-05-02 Timo Schulz <[email protected]> |
596 |
|
|
597 |
|
* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a |
598 |
|
caption for the radio button group. |
599 |
|
* wptKeyserverDlg.cpp (keyserver_recv_key): Use new code. |
600 |
|
* wptKeyserver.cpp (kserver_recvkey, finger_recvkey, |
601 |
|
ldap_recvkey): Avoid fixed buffers. |
602 |
|
(do_spawn_ldap_helper): New. |
603 |
|
(ldap_recvkey): Factor out code into helper function. |
604 |
|
* wptPassphraseCBDlg.cpp (passphrase_callback_proc): |
605 |
|
Increase width of the list box to make sure even large |
606 |
|
user IDs will be completly displayed. |
607 |
|
|
608 |
|
2006-05-01 Timo Schulz <[email protected]> |
609 |
|
|
610 |
|
* WinPT.cpp (WinMain): Check if the user has admin privileges. |
611 |
|
* wptW32API.cpp (user_is_admin): New. |
612 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes. |
613 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer |
614 |
|
to re-activate the window again. |
615 |
|
* wptKeylist.cpp (get_key_trust2): Differ between "full" |
616 |
|
and "ultimate". |
617 |
|
* wptKeyCache.cpp (keycache_prepare2): Primary user-id |
618 |
|
has now highest priority. |
619 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8 |
620 |
|
system. |
621 |
|
|
622 |
|
2006-04-30 Timo Schulz <[email protected]> |
623 |
|
|
624 |
|
* wptKeyCache.cpp (gpg_keycache_release): Release revoker |
625 |
|
list if needed. |
626 |
|
* wptKeyRevokersDlg.cpp (key_get_revokers): New. |
627 |
|
(key_revokers_dlg_proc): Expect winpt_key_t. Change all callers. |
628 |
|
* wptKeyEditDlgs.cpp (check_desig_rev): New. |
629 |
|
(do_editkey_minimize): New. |
630 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to |
631 |
|
generate a revoc cert as a desig revoker. |
632 |
|
|
633 |
|
2006-04-29 Timo Schulz <[email protected]> |
634 |
|
|
635 |
|
* wptVerifyList.cpp (verlist_build): Adjusted code for new |
636 |
|
list view interface. |
637 |
|
* wptSigList.cpp (siglist_build): Likewise. |
638 |
|
* wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code |
639 |
|
to display the preferences of the selected UID. Thanks to Mathias. |
640 |
|
* wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case |
641 |
|
of an error. |
642 |
|
* wptKeyCache.cpp (gpg_keycache_update_key): Always update |
643 |
|
the utf8 decoded uid list. |
644 |
|
* wptImportList.cpp (decode_userid): Do utf8 decoding here. |
645 |
|
* wptListView.cpp (listview_new): New param for HWND handle. |
646 |
|
Change all callers. |
647 |
|
* wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding. |
648 |
|
* wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker. |
649 |
|
* wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct |
650 |
|
keyid extraction. |
651 |
|
|
652 |
|
2006-04-28 Timo Schulz <[email protected]> |
653 |
|
|
654 |
|
* wptMAPI.cpp (mapi_send_pubkey): Use new key struct. |
655 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog |
656 |
|
for handling policy URLs. |
657 |
|
* wptKeyManagerDlg.cpp (save_column_info, restore_column_info): |
658 |
|
New option KMSortBy. |
659 |
|
* wptKeylist.cpp (get_key_algo): Lower priority for revoked keys. |
660 |
|
* wptKeyEdit.cpp (minimizeKey): New. |
661 |
|
* wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list. |
662 |
|
|
663 |
|
2006-04-27 Timo Schulz <[email protected]> |
664 |
|
|
665 |
|
* wptKeyManager.cpp (km_get_key_ptr): New. |
666 |
|
* wptListview.cpp (listview_get_item_text): Drop utf8 support. |
667 |
|
* wptKeyCache.cpp (keycache_decode_uids): New. |
668 |
|
(free_native_uids): New. |
669 |
|
* wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here. |
670 |
|
|
671 |
|
2006-04-26 Timo Schulz <[email protected]> |
672 |
|
|
673 |
|
* wptKeylist.cpp (get_keyid_from_fpr): New. |
674 |
|
* wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here. |
675 |
|
* wptVerifyList.cpp (verlist_add_sig): Likewise. |
676 |
|
|
677 |
|
2006-04-25 Timo Schulz <[email protected]> |
678 |
|
|
679 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL. |
680 |
|
* wptMDSumDlg.cpp (hash_selected_files): New. |
681 |
|
(mdsum_dlg_proc): Cleanups. |
682 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv. |
683 |
|
|
684 |
|
2006-04-23 Timo Schulz <[email protected]> |
685 |
|
|
686 |
|
* wptW32API.cpp (SetDlgItemText_utf8): New. |
687 |
|
(SetWindowText_utf8): New. |
688 |
|
(GetDlgItemText_utf8): New. |
689 |
|
* wptListView.cpp (listview_add_sub_item): Internal |
690 |
|
utf8 support. |
691 |
|
|
692 |
|
2006-04-22 Timo Schulz <[email protected]> |
693 |
|
|
694 |
|
* wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode |
695 |
|
revoker name in UTF8. |
696 |
|
* wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem |
697 |
|
with the window title. |
698 |
|
|
699 |
|
2006-04-20 Timo Schulz <[email protected]> |
700 |
|
|
701 |
|
* wptUTF8.cpp (native_to_utf8): Use c++ alloc. |
702 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and |
703 |
|
c++ memory allocation. |
704 |
|
* wptFileManager.cpp (show_verify_result): Show PKA status |
705 |
|
if possible. |
706 |
|
* wptClipVerifyDlg.cpp (get_pka_status): New. |
707 |
|
(clip_verify_dlg_proc): Show PKA status if possible. |
708 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL |
709 |
|
to use ESC to quit the dialog. |
710 |
|
* wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also |
711 |
|
encode the comment in UTF8. Thanks to Werner and Jan. |
712 |
|
|
713 |
|
2006-04-16 Timo Schulz <[email protected]> |
714 |
|
|
715 |
|
* wptHTTP.cpp (getErrorCode): New. |
716 |
|
(connect): Store winsock error code. |
717 |
|
* wptGPGMEData.cpp (is_armor_header): New. |
718 |
|
* wptGPG.cpp (check_gnupg_engine): Free context. |
719 |
|
(gnupg_backup_keyrings): Do not use global vars. |
720 |
|
* wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format. |
721 |
|
|
722 |
|
2006-04-15 Timo Schulz <[email protected]> |
723 |
|
|
724 |
|
* wptKeyManager.cpp (km_get_key): New. |
725 |
|
(km_key_show_revoc_info): New. |
726 |
|
* wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups. |
727 |
|
(on_init_dialog): New. |
728 |
|
* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour |
729 |
|
out some common code and use km_get_key() instead. |
730 |
|
* wptKeyEditDlgs.cpp (do_init_keylist): Change second |
731 |
|
param type. Change all callers. |
732 |
|
* wptKeyEdit.cpp (addNotation): New. |
733 |
|
* wptKeyEditCB.cpp (editkey_command_handler): Remove 'step' |
734 |
|
param everywhere. Change all callers. |
735 |
|
|
736 |
|
2006-04-09 Timo Schulz <[email protected]> |
737 |
|
|
738 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true |
739 |
|
if the homedir value was changed. |
740 |
|
* wptGPG.cpp (default_key_from_cache): Only return secret key |
741 |
|
if public part is available. |
742 |
|
(set_gnupg_default_key): Fix NULL problem. |
743 |
|
* wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag. |
744 |
|
* wptFileCBS.cpp (write_cb, read_cb): Better error handling. |
745 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle |
746 |
|
'always-on-top' correctly. |
747 |
|
* wptKeylist.cpp (keylist_get_recipients): Allocate enough |
748 |
|
mem to hold all possible keys. |
749 |
|
(keylist_enum_keys): Likewise. |
750 |
|
|
751 |
|
2006-04-08 Timo Schulz <[email protected]> |
752 |
|
|
753 |
|
* wptKeylist.cpp (keylist_get_recipients): Always use utf8 output. |
754 |
|
* wptKeyserver.cpp (kserver_connect): Fixed proxy support. |
755 |
|
* wptKeyserverSearchDlg.cpp (fetch_keys): New. |
756 |
|
* WinPT.cpp (WinMain): if the default key was not found, reset |
757 |
|
the gpg.conf entry. |
758 |
|
* wptFileManager.cpp (fm_encrypt_into_zip): Use correct output |
759 |
|
file name. |
760 |
|
(show_verify_result): Always use utf8 output. |
761 |
|
(get_output_file): Case in-sentensive comparison. |
762 |
|
(fm_assume_onepass_sig): Fixed temp file handling. |
763 |
|
* wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8 |
764 |
|
output. |
765 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv. |
766 |
|
|
767 |
|
2006-04-07 Timo Schulz <[email protected]> |
768 |
|
|
769 |
|
* wptW32API.cpp (set_clip_text): Change code so it also |
770 |
|
works again with non-XP systems. |
771 |
|
|
772 |
|
2006-04-02 Timo Schulz <[email protected]> |
773 |
|
|
774 |
|
* wptKeyserver.cpp: decrease general threshold for timeout. |
775 |
|
* wptKeyEditDlgs.cpp (do_editkey_clean): New. |
776 |
|
|
777 |
|
2006-04-01 Timo Schulz <[email protected]> |
778 |
|
|
779 |
|
* wptFileVerifyDlg.cpp (file_verify_use_event): Removed. |
780 |
|
* wptFileManager.cpp (restore_original_name): New. |
781 |
|
(fm_decrypt): Restore original file name from literal |
782 |
|
packet if possible. |
783 |
|
|
784 |
|
2006-03-31 Timo Schulz <[email protected]> |
785 |
|
|
786 |
|
* wptCommonDlg.cpp (nls_load_langlist): New. |
787 |
|
(nsl_set_language): New. |
788 |
|
(nls_dlg_proc): New. |
789 |
|
(select_language): New. Allow user to select the language. |
790 |
|
* wptNLS.c (get_gettext_langid): Updated available languages. |
791 |
|
* WinPT.cpp (WinMain): Allow to select the languag on first |
792 |
|
start in non-installer environments. |
793 |
|
* wptVerifyList.cpp (verlist_build): Simplified. |
794 |
|
(verlist_add_sig_log): Likewise. |
795 |
|
* wptListview.cpp (listview_set_column_width, |
796 |
|
listview_get_selected_item): New. |
797 |
|
* wptKeyManager.cpp (gpg_clip_export): Merged into.. |
798 |
|
(km_clip_export): ..this function. |
799 |
|
|
800 |
|
2006-03-30 Timo Schulz <[email protected]> |
801 |
|
|
802 |
|
* wptW32API.cpp (insert_menu_item): New. |
803 |
|
* wptSigTreeDlg.cpp (create_popup): Use it. |
804 |
|
(sigtree_dlg_proc): Only show the name of the owner in the title. |
805 |
|
* wptMainProc.cpp (init_common_controls): Initialize all |
806 |
|
common controls here. |
807 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static |
808 |
|
keyserver menu concept. Add all keyservers dynamically. |
809 |
|
|
810 |
|
2006-03-29 Timo Schulz <[email protected]> |
811 |
|
|
812 |
|
* wptKeyManager.cpp (km_refresh_one_key): Fix problem |
813 |
|
with preferred keyserver. |
814 |
|
* wptCommonDlg.cpp (check_URL): Allow non-http URL. |
815 |
|
* wptKeyEditDlgs.cpp (subkey_subclass_proc, |
816 |
|
uid_subclass_proc): Disable shortcuts for non keypairs. |
817 |
|
* wptMainProc.cpp (winpt_main_proc): No user interaction |
818 |
|
on automatic shutdown. Thanks to Werner. |
819 |
|
* wptGPGUtil.cpp (xcalloc): New. |
820 |
|
(gpg_rebuild_cache): Use --batch. |
821 |
|
|
822 |
|
2006-03-26 Timo Schulz <[email protected]> |
823 |
|
|
824 |
|
* wptSigTreeDlg.cpp (sigtree_load): Always use UTF8. |
825 |
|
* wptMainProc.cpp (winpt_main_proc): Reload key cache |
826 |
|
when the GPG settings were changed. |
827 |
|
* wptKeygenDlg.cpp (keygen_wizard_dlg_proc, |
828 |
|
keygen_dlg_proc): Improved check for the email address. |
829 |
|
* wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise. |
830 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design. |
831 |
|
|
832 |
|
2006-03-22 Timo Schulz <[email protected]> |
833 |
|
|
834 |
|
* wptClipSignDlg.cpp (on_init_dialog): New. |
835 |
|
Check that there is at least one useable signing key. |
836 |
|
* wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling. |
837 |
|
* wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error |
838 |
|
if needed. |
839 |
|
|
840 |
|
2006-03-21 Timo Schulz <[email protected]> |
841 |
|
|
842 |
|
* wptUTF8.cpp (native_to_utf8): Use directly W32 API. |
843 |
|
(utf8_to_native): Likewise. Remove cp850 conversion. |
844 |
|
* wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling. |
845 |
|
* wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey' |
846 |
|
flag. |
847 |
|
|
848 |
|
2006-03-20 Timo Schulz <[email protected]> |
849 |
|
|
850 |
|
* wptUTF8.cpp (get_native_charset): Removed. |
851 |
|
(utf8_to_native): Rewritten. |
852 |
|
* wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset |
853 |
|
handling. |
854 |
|
* wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed. |
855 |
|
|
856 |
|
2006-03-16 Timo Schulz <[email protected]> |
857 |
|
|
858 |
|
* wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code. |
859 |
|
* wptCryptDisk.cpp: Disable code. |
860 |
|
* wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for |
861 |
|
NONE proxy protocol. |
862 |
|
(init_proxy_procotol): Likewise. |
863 |
|
(read_proxy): Likewise. |
864 |
|
* wptKeyserverSearchDlg.cpp (on_init_dialog): New. |
865 |
|
(keyserver_search_dlg_proc): Use it here. |
866 |
|
* wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper. |
867 |
|
* wptKeyserver.cpp (kserver_search_end): New. |
868 |
|
(kserver_search_begin): Be more strict on mem allocation. |
869 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw' |
870 |
|
problem. |
871 |
|
* wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button. |
872 |
|
|
873 |
|
2006-03-12 Timo Schulz <[email protected]> |
874 |
|
|
875 |
|
* wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'. |
876 |
|
* wptKeyPropsDlg.cpp (display_key_info): Automatically update |
877 |
|
sym algorithm preferences if needed. |
878 |
|
* wptKeysignDlg.cpp (date_is_today): New. |
879 |
|
(keysign_dlg_proc): Only allow to set cert expire date if |
880 |
|
the option was found. |
881 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set |
882 |
|
'ask-cert-expire'. |
883 |
|
|
884 |
|
2006-03-10 Timo Schulz <[email protected]> |
885 |
|
|
886 |
|
* wptHTTP.c: deleted. |
887 |
|
* wptHTTP.cpp (wHTTP): Transformed old code into an object. |
888 |
|
* wptKeyManager.cpp (km_http_import): Use new code. |
889 |
|
(km_refresh_one_key): Use preferred keyserver if possible. |
890 |
|
* wptComonDlg.cpp (check_URL): Better conformance checking. |
891 |
|
* wptKeyEditCB.cpp (cmd_keyserver_handler): By default |
892 |
|
set keyserver for all userids. |
893 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code |
894 |
|
to set preferred keyserver. |
895 |
|
* wptKeyCache.cpp (decode_subpacket): New. |
896 |
|
(gpg_keycache_update_attr): New. |
897 |
|
* wptGPGUtil.cpp (gpg_find_key_subpacket): New. |
898 |
|
* wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use |
899 |
|
-1 as an index for all userids. |
900 |
|
|
901 |
|
2006-03-07 Timo Schulz <[email protected]> |
902 |
|
|
903 |
|
* WinPT.cpp (set_default_keyserver): New. |
904 |
|
* wptKeyserver.cpp (kserver_set_socket_timeout): New. |
905 |
|
(kserver_set_default_keyserver): Initialize default settings |
906 |
|
if needed. |
907 |
|
* wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords. |
908 |
|
* wptPassphraseDlg.cpp (request_passphrase): Handle new flag. |
909 |
|
(passphrase_dlg_proc): Support new safe edit window procedure. |
910 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
911 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache |
912 |
|
if user disable it. |
913 |
|
* wptKeylist.cpp (keylist_build): Do not scale images but use |
914 |
|
original size. |
915 |
|
* wptListView.cpp (listview_set_image_list): New size params. |
916 |
|
Change all callers. |
917 |
|
|
918 |
|
2006-03-01 Timo Schulz <[email protected]> |
919 |
|
|
920 |
|
* wptW32API.cpp (set_clip_text): Free all memory. |
921 |
|
|
922 |
|
2006-02-27 Timo Schulz <[email protected]> |
923 |
|
|
924 |
|
* wptSOCKS.cpp (socks_handshake): New. |
925 |
|
* wptMainProc.cpp (winpt_main_proc): A dbl-click forces |
926 |
|
the key manager in teh foreground if possible. |
927 |
|
* wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys. |
928 |
|
* wptRegistry.cpp (get_reg_proxy_prefs, |
929 |
|
set_reg_proxy_prefs): Use directly the proxy context. |
930 |
|
Changed all callers. |
931 |
|
* wptProxySettingsDlg.cpp (init_proxy_protocols): New. |
932 |
|
(keyserver_proxy_dlg_proc): Use directly the proxy context. |
933 |
|
* wptKeyserver.cpp (kserver_connect): Better proxy support. |
934 |
|
(kserver_send_request, kserver_recvkey_request): Likewise. |
935 |
|
* wptKeyserverDlg.cpp (name_from_proto): New. |
936 |
|
(set_proxy): Adjusted for the new code. |
937 |
|
|
938 |
|
2006-02-26 Timo Schulz <[email protected]> |
939 |
|
|
940 |
|
* WinPT.cpp (WinMain): Removed hotkey_modify() code. |
941 |
|
* wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support |
942 |
|
v4 keys. |
943 |
|
* wptKeyserver.cpp (sock_getline): Skip '\r'. |
944 |
|
(base64_encode): Remove @maxlen param. Changed all callers. |
945 |
|
(finger_readline): Removed. |
946 |
|
(finger_recvkey): Use internal functions. |
947 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu. |
948 |
|
(show_sigprops): New. |
949 |
|
(create_popup): New. |
950 |
|
* wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is |
951 |
|
now in minutes. |
952 |
|
* wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs): |
953 |
|
Change code to use hotkeys directly. |
954 |
|
* wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise. |
955 |
|
|
956 |
|
2006-02-24 Timo Schulz <[email protected]> |
957 |
|
|
958 |
|
* wptGPG.cpp (set_gnupg_default_key): Allow to remove entry |
959 |
|
when parameter is NULL. |
960 |
|
* wptKeyManager.cpp (check_exist_default_key): New. |
961 |
|
(km_delete_keys): Check if the default key is still valid, |
962 |
|
if not delete entry. |
963 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize |
964 |
|
button. |
965 |
|
|
966 |
|
2006-02-21 Timo Schulz <[email protected]> |
967 |
|
|
968 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor |
969 |
|
cleanups. |
970 |
|
* wptGPGUtil.cpp (file_extract_recipients): New. |
971 |
|
(clip_extract_recipients): New. |
972 |
|
(gpg_get_recipients): New. |
973 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Support |
974 |
|
external recipient listings. |
975 |
|
|
976 |
|
2006-02-15 Timo Schulz <[email protected]> |
977 |
|
|
978 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox. |
979 |
|
* wptFileStatDlg.cpp (get_s2k_algo): New. |
980 |
|
* wptFileManagerDlg.cpp (update_status_bar): Use human readable |
981 |
|
formats. |
982 |
|
|
983 |
|
2006-02-14 Timo Schulz <[email protected]> |
984 |
|
|
985 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'. |
986 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'. |
987 |
|
* wptFileManager.cpp (fm_sym_encrypt): Set cancel. |
988 |
|
(fm_parse_files): Handle cancel. |
989 |
|
|
990 |
|
2006-02-10 Timo Schulz <[email protected]> |
991 |
|
|
992 |
|
* wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars. |
993 |
|
* wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t |
994 |
|
for the dialog param. |
995 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list |
996 |
|
signature dialog by default. |
997 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly |
998 |
|
gpgme_key_sig_t as param. |
999 |
|
(keysig_dlg_proc): Change param for property dialog. |
1000 |
|
* wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids |
1001 |
|
and use icons. |
1002 |
|
(sigtree_dlg_proc): Allow to execute old list dialog to |
1003 |
|
edit the signatures. |
1004 |
|
|
1005 |
|
2006-02-09 Timo Schulz <[email protected]> |
1006 |
|
|
1007 |
|
* wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode. |
1008 |
|
* wptNLS.c (gettext_localize_dialog): New. |
1009 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button |
1010 |
|
to avoid to reload the key cache. |
1011 |
|
* wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal' |
1012 |
|
list mode. |
1013 |
|
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. |
1014 |
|
* wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog |
1015 |
|
initiation code to this function. |
1016 |
|
(prefs_dlg_proc): Use it here. |
1017 |
|
|
1018 |
|
2006-02-07 Timo Schulz <[email protected]> |
1019 |
|
|
1020 |
|
* wptKeyEdit.cpp (setNoPassphrase): New. |
1021 |
|
(getValidDays): New. |
1022 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Check on init |
1023 |
|
if the key is protected. |
1024 |
|
* wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle |
1025 |
|
keys without a passphrase. |
1026 |
|
(keyedit_addrevoker_dlg_proc): Likewise. |
1027 |
|
|
1028 |
2006-02-04 Timo Schulz <[email protected]> |
2006-02-04 Timo Schulz <[email protected]> |
1029 |
|
|
1030 |
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for |
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for |