1 |
|
2006-12-05 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptClipDecryptDlg.cpp (verify_get_clip_info): If |
4 |
|
there is no pubkey available, issue a hint and not BUG. |
5 |
|
|
6 |
|
2006-12-02 Timo Schulz <[email protected]> |
7 |
|
|
8 |
|
* WinPT-en.rc: Remove wipe free space menu item. |
9 |
|
* wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode. |
10 |
|
* wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc): |
11 |
|
Allow to set the passes here. |
12 |
|
* wptFileManager.cpp (fm_encrypt): change all callers |
13 |
|
for the wipe functions. |
14 |
|
* wptListview.cpp (listview_sort_items): Extract code |
15 |
|
to change the column image. |
16 |
|
* wptKeylist.cpp (key_get_image_id): New. |
17 |
|
(keylist_build): Change return type and all callers. |
18 |
|
* wptGPG.cpp (gnupg_load_config): Kludge to detect |
19 |
|
the 'textmode' option. |
20 |
|
* wptPassCache.cpp (wipe_data): replaced with wipememory(). |
21 |
|
|
22 |
|
2006-11-12 Timo Schulz <[email protected]> |
23 |
|
|
24 |
|
* wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem. |
25 |
|
* wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to |
26 |
|
avoid invalid gpg.conf entries. |
27 |
|
Thanks to Ralf Latz. |
28 |
|
|
29 |
|
2006-11-04 Timo Schulz <[email protected]> |
30 |
|
|
31 |
|
* wptW32API.cpp (set_clip_text2): Make sure enough memory |
32 |
|
will be allocated. |
33 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list |
34 |
|
view entries for none existing files. |
35 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Simplified. |
36 |
|
* wptClipboard.cpp (gpg_data_change_version): Be more liberal. |
37 |
|
* wptKeyserver.cpp (parse_pub_record): Convert FPR entries |
38 |
|
into KEYID entries. |
39 |
|
* wptGPG.cpp (gnupg_backup_keyrings): Release memory in case |
40 |
|
of errors. |
41 |
|
(get_backup_name): Use constant formant spec. |
42 |
|
(extract_keyid): Simplified. |
43 |
|
* wptKeyserver.cpp (kserver_connect): Return proxy error if |
44 |
|
approriate. |
45 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory |
46 |
|
handling to avoid possible segfaults. |
47 |
|
(fetch_key_from_keyserver): Real error handling. |
48 |
|
* wptFileManager.cpp (fm_gpg_verify): New. |
49 |
|
(fm_verify): Support to fetch key here to avoid problems later. |
50 |
|
* wptFileCBS.cpp (file_data_rewind): New. |
51 |
|
|
52 |
|
|
53 |
|
2006-10-27 Timo Schulz <[email protected]> |
54 |
|
|
55 |
|
* wptGPG.cpp (get_backup_name): Make sure enough memory |
56 |
|
will be allocated. |
57 |
|
(gnupg_backup_keyrings): Release memory in case of errors. |
58 |
|
|
59 |
|
2006-10-21 Timo Schulz <[email protected]> |
60 |
|
|
61 |
|
* wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol |
62 |
|
and store it. |
63 |
|
* wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files. |
64 |
|
|
65 |
|
2006-10-04 Timo Schulz <[email protected]> |
66 |
|
|
67 |
|
* wptFileManager.cpp (fm_check_armor_type): Remove space in |
68 |
|
search pattern string. |
69 |
|
(fm_check_for_entry): Case insentensive search. |
70 |
|
(fm_add_dir_files): Use W32 API directly. |
71 |
|
* wptVerifyList.cpp (verlist_add_sig_log): Use proper icon. |
72 |
|
* wptGPGUtil.cpp (get_gpg_version): Cleanups. |
73 |
|
|
74 |
|
2006-08-30 Timo Schulz <[email protected]> |
75 |
|
|
76 |
|
* wptRegistry.cpp (get_reg_entry): Do not use static buffers. |
77 |
|
* wptKeyserverDlg.cpp (add_pattern_to_combox): New. |
78 |
|
(save_pattern_from_combox): New. |
79 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem. |
80 |
|
* wptGPGMEWrapper.c (importFromBuffer): New. |
81 |
|
* WinPT.cpp (check_crypto_engine): Only enable PC/SC when the |
82 |
|
system really has smart card services enabled. |
83 |
|
* wptKeyManger.cpp (km_http_import): Stricter error checking. |
84 |
|
* wptFileManager.cpp (fm_send_file): Use at least MAX_PATH |
85 |
|
for the file name. |
86 |
|
|
87 |
|
2006-08-24 Timo Schulz <[email protected]> |
88 |
|
|
89 |
|
* wptHTTP.cpp (extraHostInfo): Handle case when no doc were given. |
90 |
|
(get): Better error handling. |
91 |
|
(head): Likewise. |
92 |
|
* wptGPGME.cpp (sigsum_to_index): Just map the index without |
93 |
|
any checks. |
94 |
|
* wptCommonDlg.cpp (check_URL): Be more strict. |
95 |
|
|
96 |
2006-08-11 Timo Schulz <[email protected]> |
2006-08-11 Timo Schulz <[email protected]> |
97 |
|
|
98 |
* wptGPGMEWrapper.cpp (importFromFile): New. |
* wptGPGMEWrapper.cpp (importFromFile): New. |