1 |
2005-10-31 Werner Koch <[email protected]> |
2005-11-16 Timo Schulz <[email protected]> |
2 |
|
|
3 |
* wptMDSumDlg.cpp: Include wptCrypto.h. |
* WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2. |
4 |
|
* wptKeylist.cpp (keylist_add_key): Add disabled keys in list |
5 |
|
mode. |
6 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings. |
7 |
|
* wptRegistry.cpp (regist_inst_winpt): Set install directory. |
8 |
|
Useful for other programs to figure out the path to the EXE. |
9 |
|
|
10 |
|
2005-11-14 Timo Schulz <[email protected]> |
11 |
|
|
12 |
|
* wptGPG.cpp (check_gnupg_engine): Fix version check. |
13 |
|
* wptMainProc.cpp (winpt_main_proc): Check keyring |
14 |
|
file permissions always and do not use interative output |
15 |
|
when the windows session ends. |
16 |
|
* wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): |
17 |
|
Localize all strings. |
18 |
|
* wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. |
19 |
|
* wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise. |
20 |
|
* wptKeyEditDlgs.cpp (do_init_keylist): Skip all |
21 |
|
non-valid keys. |
22 |
|
|
23 |
|
2005-11-12 Timo Schulz <[email protected]> |
24 |
|
|
25 |
|
Fix more GCC warnings. |
26 |
|
|
27 |
|
2005-11-10 Timo Schulz <[email protected]> |
28 |
|
|
29 |
|
* wptClipSignDlg.cpp (one_key_proc): Use |
30 |
|
release_gpg_passphrase_cb() to free the context. |
31 |
|
* wptListView.cpp (listview_deselect_all): New. |
32 |
|
* wptMAPI.cpp (mapi_send_pubkey): Works again. |
33 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt & |
34 |
|
zip. |
35 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase |
36 |
|
caching for signing operations. |
37 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Works again. |
38 |
|
* wptFileManager.cpp (fm_send_file): Likewise. |
39 |
|
(fm_encrypt_into_zip): New. |
40 |
|
|
41 |
|
2005-11-09 Timo Schulz <[email protected]> |
42 |
|
|
43 |
|
* wptNLS.c (get_gettext_langid): Map user language id to |
44 |
|
printable gettext language strings. |
45 |
|
* wptRegistry.cpp (get_reg_entry_mo): Support for the |
46 |
|
gettext environment. |
47 |
|
* wptFileManager.cpp (fm_encrypt): Close all files before |
48 |
|
the wipe procedure is called. |
49 |
|
* wptVerlist.cpp (verlist_add_sig): Handle the case the |
50 |
|
issuer is not valid but the signature is. |
51 |
|
(verlist_add_sig_log): Likewise. Thanks to the folks on |
52 |
|
winpt-users. |
53 |
|
|
54 |
|
2005-11-08 Werner Koch <[email protected]> |
55 |
|
|
56 |
|
* SAFE.ICO, SIGN.ICO: Fixed capitalization. |
57 |
|
* WinPT-en.rc: Ditto. |
58 |
|
* winpt_km.ico: Moved from ../. |
59 |
|
|
60 |
|
* Makefile.am (resource_files): Add missing backslash. |
61 |
|
|
62 |
|
2005-11-08 Timo Schulz <[email protected]> |
63 |
|
|
64 |
|
More minor changes to avoid GCC warnings. |
65 |
|
|
66 |
|
* wptGPG.cpp (check_homedir): Free memory in case of errors. |
67 |
|
(multi_gnupg_path): Add strict mode. If non-strict mode return |
68 |
|
the folder even if it does not exist. |
69 |
|
(check_for_gpgwin): New. |
70 |
|
* wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is |
71 |
|
initialized. |
72 |
|
* wptRegistry.cpp (get_reg_entry_gpg4win): New. |
73 |
|
(get_reg_entry_mo): Support for gpg4win. |
74 |
|
|
75 |
|
2005-11-07 Timo Schulz <[email protected]> |
76 |
|
|
77 |
|
* wptMainProc.cpp (winpt_main_proc): Disable |
78 |
|
some menu items when no secret key is available. |
79 |
|
|
80 |
|
2005-11-05 Timo Schulz <[email protected]> |
81 |
|
|
82 |
|
More minor changes to avoid GCC warnings. |
83 |
|
|
84 |
|
* wptErrors.cp (winpt_strerror): Return w32 |
85 |
|
formatted error and do not use 'break'. |
86 |
|
|
87 |
|
2005-11-04 Werner Koch <[email protected]> |
88 |
|
|
89 |
|
* WinPT-en.rc: Fixed locations of icons. |
90 |
|
|
91 |
|
2005-11-03 Timo Schulz <[email protected]> |
92 |
|
|
93 |
|
A lot of minor changes to avoid GCC warnings. |
94 |
|
|
95 |
|
* wptGPG.cpp (get_gnupg_keyring): Only check size for |
96 |
|
public keyring. |
97 |
|
* wptKeyManager.cpp (km_update_default_key_str): Do |
98 |
|
not issue a bug message when no secret key was found. |
99 |
|
* wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct. |
100 |
|
|
101 |
|
2005-11-02 Werner Koch <[email protected]> |
102 |
|
|
103 |
|
* WinPT.cpp (WinMain): Disabled PTD version tests. |
104 |
|
(check_crypto_engine): Fixed version check for scard. |
105 |
|
|
106 |
|
* wptErrors.cpp (debug_end): Add dummy function. |
107 |
|
|
108 |
|
* Makefile.am (code_files): Added wptCardEditCB.cpp and |
109 |
|
wptKeyEditCB.cpp. |
110 |
|
|
111 |
|
2005-10-31 Werner Koch <[email protected]> |
112 |
|
|
113 |
* wptProxySettingsDlg.cpp: Included ctype.h and removed duplicate |
* wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD |
114 |
inclusion of windows.h. |
functions. |
115 |
|
|
116 |
|
* wptKeyEditDlgs.cpp: Include oleauto.h |
117 |
|
* wptKeyEdit.cpp: Include time.h. |
118 |
|
* wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h. |
119 |
|
* wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/. |
120 |
|
|
121 |
|
* Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp, |
122 |
|
wptKeyEdit.cpp and wptKeycache.cpp. |
123 |
|
|
124 |
|
* wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h |
125 |
|
* wptImportList.cpp (implist_load): Use remove and not unlink. |
126 |
|
* wptGPG.cpp: Fixed spelling of wptGpgCmds.h |
127 |
|
* wptImportList.cpp (implist_load): Use remove and not unlink. |
128 |
|
* wptKeyManager.cpp (km_http_import): Ditto |
129 |
|
* wptMainProc.cpp: Include wptCrypto.h |
130 |
|
* wptKeyManager.cpp: Ditto. |
131 |
|
* wptFileManager.cpp: Ditto. |
132 |
|
* wptImportList.cpp (parse_colon_key): Need to cast argument for |
133 |
|
isdigit. Include ctype.h. |
134 |
|
* wptGPG.cpp: Include shlobj.h. |
135 |
|
|
136 |
|
Fixed double inclusion of windows.h. |
137 |
|
|
138 |
|
* Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now. |
139 |
|
* wptKeylist.cpp (get_key_created): Broke up trigraph. |
140 |
|
(get_key_status): Removed dangerous use of sprintf. Still other |
141 |
|
flaws present, see comment. |
142 |
|
|
143 |
|
* wptCardPCSC.c: Don't include winscard.h. |
144 |
|
(pcsc_readerstate_t, pcsc_context_t): New. Changed call users to |
145 |
|
use these types. |
146 |
|
(PCSC_): Added a lot of constants, all taked from GnuPG 1.9. |
147 |
|
(SCARD_S_SUCCESS): Changed all compares to test the value directly |
148 |
|
against zero. |
149 |
|
|
150 |
|
* WinPT.cpp: Include wptCrypto.h. |
151 |
|
(WinMain): Don't shard S. Removed usunsed variable SIZE. |
152 |
|
* Makefile.am (code_files): Actually add files by adding a first |
153 |
|
backslash. |
154 |
|
* wptMDSumDlg.cpp: Include wptCrypto.h. |
155 |
|
* wptProxySettingsDlg.cpp: Included ctype.h. |
156 |
* wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h. |
* wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h. |
157 |
* wptKeysignDlg.cpp: Ditto |
* wptKeysignDlg.cpp: Ditto |
158 |
* wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h. |
* wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h. |
|
|
|
159 |
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove. |
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove. |
160 |
Removed unused variable. |
Removed unused variable. |
|
|
|
|
* wptKeyManagerDlg.cpp (_WIN32_IE): Define and include w32api.h |
|
|
|
|
161 |
* wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to |
* wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to |
162 |
silly c++ operator synonyms. |
silly c++ operator synonyms. |
|
|
|
163 |
* wptKeyEditDlgs.cpp: Include time.h. |
* wptKeyEditDlgs.cpp: Include time.h. |
|
|
|
164 |
* wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE. |
* wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE. |
165 |
* wptFileManagerDlg.cpp: Ditto. |
* wptFileManagerDlg.cpp: Ditto. |
166 |
(space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't |
(space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't |