1 |
|
2005-12-29 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically. |
4 |
|
(gpg_genkey_params): Simplified. |
5 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal |
6 |
|
exclusion of the dialog items. |
7 |
|
* wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to |
8 |
|
quit the dialog. |
9 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. |
10 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND. |
11 |
|
(id2algo): New. |
12 |
|
|
13 |
|
2005-12-28 Timo Schulz <[email protected]> |
14 |
|
|
15 |
|
* wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs. |
16 |
|
* wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise. |
17 |
|
* wptKeylist.cpp (keylist_udp_key): Likewise. |
18 |
|
* wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise. |
19 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem |
20 |
|
when no signing key was found. |
21 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode |
22 |
|
user IDs. |
23 |
|
(translate_popup_strings): s/Revoke/Revoke Cert. |
24 |
|
* wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a |
25 |
|
0x prefixed keyid. |
26 |
|
* wptKeyEditCB.cpp (editkey_command_handler): Also reset |
27 |
|
step in case of a bad passphrase. |
28 |
|
|
29 |
|
2005-12-27 Timo Schulz <[email protected]> |
30 |
|
|
31 |
|
* wptListView.cpp (listview_set_view): New. |
32 |
|
(listview_del_column): New. |
33 |
|
* wptW32API.cpp (get_locale_date): New. |
34 |
|
(get_menu_state): New. |
35 |
|
(force_foreground_window): New. |
36 |
|
* wptVerifyList.cpp (strtimestamp): Support for |
37 |
|
locale date formats. |
38 |
|
* wptGPGUtil.cpp (gpg_revoke_cert): Handle bad |
39 |
|
passphrases. |
40 |
|
* wptKeyEditCB.cpp (editkey_command_handler): Immediately |
41 |
|
return when a bad passphrase was submitted. |
42 |
|
* wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change |
43 |
|
column order. |
44 |
|
* wptKeylist.cpp (keylist_upd_col): New. |
45 |
|
* wptKeyManagerDlg.cpp (update_ui_items): Deactivate |
46 |
|
'Revocation' for public keys. |
47 |
|
(translate_menu_strings): s/Revoke/Revoke Cert. |
48 |
|
(modify_listview_columns): New. |
49 |
|
|
50 |
|
2005-12-18 Timo Schulz <[email protected]> |
51 |
|
|
52 |
|
* wptKeyManagerDlg.cpp (save_column_size): New. |
53 |
|
(restore_column_size): New. |
54 |
|
(keymanager_dlg_proc): Save and restore column sizes for |
55 |
|
the listview control. |
56 |
|
* wptKeyManager.cpp (key_get_info): New. |
57 |
|
(km_delete_keys): Use it here to have a consistent message. |
58 |
|
Use stored key context and not the column data. |
59 |
|
(km_enable_disable_key): Likewise. |
60 |
|
(km_send_to_keyserver): Likewise. |
61 |
|
(km_set_implicit_trust): Likewise. |
62 |
|
* wptKeylist.cpp (get_key_pubalgo2): New. |
63 |
|
|
64 |
|
2005-12-17 Timo Schulz <[email protected]> |
65 |
|
|
66 |
|
* wptUTF8.cpp: Removed unused charset array. |
67 |
|
* wptSigList.cpp (siglist_build): Increase size for 'class' |
68 |
|
column. |
69 |
|
* wptGPG.cpp (get_gnupg_path): Simplified. |
70 |
|
* WinPT.cpp (load_gpg_env): New. |
71 |
|
(check_crypto_engine): Return type is now bool. |
72 |
|
* wptRegistry.cpp (is_gpg4win_installed): New. |
73 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent |
74 |
|
dialog design. |
75 |
|
* wptKeyManagerDlg.cpp (translate_menu_strings): New. |
76 |
|
(translate_popupmenu_strings): New. |
77 |
|
* wptKeyEditDlgs.cpp (is_jpg_file): New. |
78 |
|
|
79 |
|
2005-12-13 Timo Schulz <[email protected]> |
80 |
|
|
81 |
|
* wptCommonDlg.cpp (http_dlg_proc): Localized missing elements. |
82 |
|
* wptKeyManagerDlg.cpp (change_edit_menu): New. |
83 |
|
(change_key_menu): Renamed from... |
84 |
|
(menu_gpg_readonly): ..this. |
85 |
|
(clip_contains_pgpkey): New. |
86 |
|
(update_ui_items): Do not allow to sign expired keys. |
87 |
|
(keymanager_dlg_proc): Same for popup menu. |
88 |
|
* wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling. |
89 |
|
* wptKeyCache.cpp (copy_uid_prefs): |
90 |
|
(gpg_keycache_sync): Copy uid prefs so the key property |
91 |
|
dialog show the correct values. Thanks to Shane. |
92 |
|
|
93 |
|
2005-12-11 Timo Schulz <[email protected]> |
94 |
|
|
95 |
|
* wptW32API.cpp (get_file_version): New. |
96 |
|
* wptGPGUtil.cpp (create_process): Always hide window. |
97 |
|
* wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close' |
98 |
|
instead of 'Exit'. |
99 |
|
* wptKeyManager.cpp (km_http_import): New filename |
100 |
|
generation code. |
101 |
|
(km_send_to_mail_recipient): Cleanups. |
102 |
|
* wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog. |
103 |
|
* wptKeyManagerDlg.cpp (update_ui_items): Handle the case |
104 |
|
when multiple keys are selected. |
105 |
|
(popup_multiple): New. |
106 |
|
* WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe |
107 |
|
file versions are equal. Rewrote --keymanager code. |
108 |
|
|
109 |
|
2005-12-08 Timo Schulz <[email protected]> |
110 |
|
|
111 |
|
* wptKeyserverDlg.cpp (show_imported_keys): Enhanced. |
112 |
|
(hkp_recv_key2): Show user-id of the imported key instead |
113 |
|
of just the pattern. |
114 |
|
* wptFileCBS.cpp (read_cb): Changed to W32 API. |
115 |
|
(write_cb): Likewise. Create output file on demand. |
116 |
|
(gpg_file_data_new): Adjusted code for new API. |
117 |
|
* wptKeyEdit.cpp (cleanKey): New. |
118 |
|
* wptKeyEditCB.cpp (cmd_clean_handler): New. |
119 |
|
(editkey_command_handler): Call clean handler. |
120 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort |
121 |
|
keylist after inserting items. |
122 |
|
* wptFileManager.cpp (fm_set_status): Take care of |
123 |
|
cleartext sigs. |
124 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make |
125 |
|
sure can be closed. |
126 |
|
|
127 |
|
2005-12-07 Timo Schulz <[email protected]> |
128 |
|
|
129 |
|
* wptOwnertrustDlg.cpp (ownertrust_dlg_proc): |
130 |
|
Use 'Close' instead of 'Exit'. |
131 |
|
* wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise. |
132 |
|
* wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA |
133 |
|
as the destination dir. Thanks to Werner. |
134 |
|
* wptRegistry.cpp (is_gpgee_installed): New. |
135 |
|
(regist_inst_winpt): Do not register file extensions |
136 |
|
if GPGee is available. |
137 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit |
138 |
|
use of local vars. |
139 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure |
140 |
|
no illegal backup mode is saved. |
141 |
|
* wptKeyserverDlg.cpp (show_imported_key): New. |
142 |
|
(hkp_recv_key2): Show imported keys if the blob |
143 |
|
contained more than one. |
144 |
|
|
145 |
|
2005-12-06 Timo Schulz <[email protected]> |
146 |
|
|
147 |
|
* WinPT.cpp (WinMain): Load the gettext environment soon |
148 |
|
as possible so all 'first start' messages are localized. |
149 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is |
150 |
|
received via the keyserver, return the gpgme key context on |
151 |
|
success and add it directly to the list. |
152 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param |
153 |
|
to store the key. |
154 |
|
(hkp_recv_key2): Add extra param for the fingerprint. |
155 |
|
(hkp_recv_key): Call hkp_recv_key2 without fingerprint. |
156 |
|
|
157 |
|
2005-12-02 Werner Koch <[email protected]> |
158 |
|
|
159 |
|
* wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs. |
160 |
|
|
161 |
|
2005-12-01 Timo Schulz <[email protected]> |
162 |
|
|
163 |
|
* wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic |
164 |
|
for get_gpg_sigstat(). |
165 |
|
* wptGPGME.cpp (get_gpg_sigstat): New. It is now a function. |
166 |
|
As a macro strings will not be translated at runtime. |
167 |
|
* wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we |
168 |
|
need to update the cache. Thanks to Jan-Oliver. |
169 |
|
* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized. |
170 |
|
|
171 |
|
2005-11-30 Timo Schulz <[email protected]> |
172 |
|
|
173 |
|
* wptW32API.cpp (dialog_box_param): Removed LANG_DE code. |
174 |
|
* WinPT-en.rc: Removed string list. |
175 |
|
* wptFileSaveDlg.cpp (file_save_dlg_proc): Localized |
176 |
|
* wptKeylist.cpp (keylist_build): Cannot use global |
177 |
|
arrays for the columns due to gettext. |
178 |
|
|
179 |
|
2005-11-29 Timo Schulz <[email protected]> |
180 |
|
|
181 |
|
* WinPT.cpp (WinMain): Modify --keymanager. If an instance |
182 |
|
is running, just send the command to open the manager. |
183 |
|
|
184 |
|
2005-11-25 Timo Schulz <[email protected]> |
185 |
|
|
186 |
|
* wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging |
187 |
|
process when the revoker is already there. |
188 |
|
|
189 |
|
2005-11-24 Timo Schulz <[email protected]> |
190 |
|
|
191 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Localize |
192 |
|
signing dialog items. |
193 |
|
* wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items. |
194 |
|
* wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now. |
195 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items. |
196 |
|
* wptKeylist.cpp (key_check_validity): Likewise. |
197 |
|
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise. |
198 |
|
|
199 |
|
2005-11-22 Timo Schulz <[email protected]> |
200 |
|
|
201 |
|
* wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG |
202 |
|
macro debug output will be generated in release version. |
203 |
|
|
204 |
|
2005-11-21 Timo Schulz <[email protected]> |
205 |
|
|
206 |
|
* WinPT.cpp (WinMain): Implement --stop switch. |
207 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize |
208 |
|
missing string. |
209 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise. |
210 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context |
211 |
|
first. Thanks to Ralf. |
212 |
|
* wptFileManagerDlg.cpp (update_ui_items): New. |
213 |
|
* wptFileManager.cpp (fm_set_status): New sigmode param. |
214 |
|
Changed all callers. |
215 |
|
|
216 |
|
2005-11-17 Timo Schulz <[email protected]> |
217 |
|
|
218 |
|
* wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that |
219 |
|
the cache will be loaded twice. |
220 |
|
* wptRegistry.cpp (regist_inst_winpt): More comments. |
221 |
|
* wptKeyManagerDlg.cpp (do_center_window): Make sure that |
222 |
|
neg. coordinates are never used. |
223 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all |
224 |
|
strings. |
225 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
226 |
|
* wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu |
227 |
|
and save 'AlwaysOnTop' in the registry. |
228 |
|
|
229 |
|
2005-11-16 Timo Schulz <[email protected]> |
230 |
|
|
231 |
|
* WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2. |
232 |
|
* wptKeylist.cpp (keylist_add_key): Add disabled keys in list |
233 |
|
mode. |
234 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings. |
235 |
|
* wptRegistry.cpp (regist_inst_winpt): Set install directory. |
236 |
|
Useful for other programs to figure out the path to the EXE. |
237 |
|
|
238 |
|
2005-11-14 Timo Schulz <[email protected]> |
239 |
|
|
240 |
|
* wptGPG.cpp (check_gnupg_engine): Fix version check. |
241 |
|
* wptMainProc.cpp (winpt_main_proc): Check keyring |
242 |
|
file permissions always and do not use interative output |
243 |
|
when the windows session ends. |
244 |
|
* wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): |
245 |
|
Localize all strings. |
246 |
|
* wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. |
247 |
|
* wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise. |
248 |
|
* wptKeyEditDlgs.cpp (do_init_keylist): Skip all |
249 |
|
non-valid keys. |
250 |
|
|
251 |
|
2005-11-12 Timo Schulz <[email protected]> |
252 |
|
|
253 |
|
Fix more GCC warnings. |
254 |
|
|
255 |
|
2005-11-10 Timo Schulz <[email protected]> |
256 |
|
|
257 |
|
* wptClipSignDlg.cpp (one_key_proc): Use |
258 |
|
release_gpg_passphrase_cb() to free the context. |
259 |
|
* wptListView.cpp (listview_deselect_all): New. |
260 |
|
* wptMAPI.cpp (mapi_send_pubkey): Works again. |
261 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt & |
262 |
|
zip. |
263 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase |
264 |
|
caching for signing operations. |
265 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Works again. |
266 |
|
* wptFileManager.cpp (fm_send_file): Likewise. |
267 |
|
(fm_encrypt_into_zip): New. |
268 |
|
|
269 |
|
2005-11-09 Timo Schulz <[email protected]> |
270 |
|
|
271 |
|
* wptNLS.c (get_gettext_langid): Map user language id to |
272 |
|
printable gettext language strings. |
273 |
|
* wptRegistry.cpp (get_reg_entry_mo): Support for the |
274 |
|
gettext environment. |
275 |
|
* wptFileManager.cpp (fm_encrypt): Close all files before |
276 |
|
the wipe procedure is called. |
277 |
|
* wptVerlist.cpp (verlist_add_sig): Handle the case the |
278 |
|
issuer is not valid but the signature is. |
279 |
|
(verlist_add_sig_log): Likewise. Thanks to the folks on |
280 |
|
winpt-users. |
281 |
|
|
282 |
|
2005-11-08 Werner Koch <[email protected]> |
283 |
|
|
284 |
|
* SAFE.ICO, SIGN.ICO: Fixed capitalization. |
285 |
|
* WinPT-en.rc: Ditto. |
286 |
|
* winpt_km.ico: Moved from ../. |
287 |
|
|
288 |
|
* Makefile.am (resource_files): Add missing backslash. |
289 |
|
|
290 |
|
2005-11-08 Timo Schulz <[email protected]> |
291 |
|
|
292 |
|
More minor changes to avoid GCC warnings. |
293 |
|
|
294 |
|
* wptGPG.cpp (check_homedir): Free memory in case of errors. |
295 |
|
(multi_gnupg_path): Add strict mode. If non-strict mode return |
296 |
|
the folder even if it does not exist. |
297 |
|
(check_for_gpgwin): New. |
298 |
|
* wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is |
299 |
|
initialized. |
300 |
|
* wptRegistry.cpp (get_reg_entry_gpg4win): New. |
301 |
|
(get_reg_entry_mo): Support for gpg4win. |
302 |
|
|
303 |
|
2005-11-07 Timo Schulz <[email protected]> |
304 |
|
|
305 |
|
* wptMainProc.cpp (winpt_main_proc): Disable |
306 |
|
some menu items when no secret key is available. |
307 |
|
|
308 |
|
2005-11-05 Timo Schulz <[email protected]> |
309 |
|
|
310 |
|
More minor changes to avoid GCC warnings. |
311 |
|
|
312 |
|
* wptErrors.cp (winpt_strerror): Return w32 |
313 |
|
formatted error and do not use 'break'. |
314 |
|
|
315 |
|
2005-11-04 Werner Koch <[email protected]> |
316 |
|
|
317 |
|
* WinPT-en.rc: Fixed locations of icons. |
318 |
|
|
319 |
|
2005-11-03 Timo Schulz <[email protected]> |
320 |
|
|
321 |
|
A lot of minor changes to avoid GCC warnings. |
322 |
|
|
323 |
|
* wptGPG.cpp (get_gnupg_keyring): Only check size for |
324 |
|
public keyring. |
325 |
|
* wptKeyManager.cpp (km_update_default_key_str): Do |
326 |
|
not issue a bug message when no secret key was found. |
327 |
|
* wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct. |
328 |
|
|
329 |
|
2005-11-02 Werner Koch <[email protected]> |
330 |
|
|
331 |
|
* WinPT.cpp (WinMain): Disabled PTD version tests. |
332 |
|
(check_crypto_engine): Fixed version check for scard. |
333 |
|
|
334 |
|
* wptErrors.cpp (debug_end): Add dummy function. |
335 |
|
|
336 |
|
* Makefile.am (code_files): Added wptCardEditCB.cpp and |
337 |
|
wptKeyEditCB.cpp. |
338 |
|
|
339 |
2005-10-31 Werner Koch <[email protected]> |
2005-10-31 Werner Koch <[email protected]> |
340 |
|
|
341 |
* wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD functions. |
* wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD |
342 |
|
functions. |
343 |
|
|
344 |
* wptKeyEditDlgs.cpp: Include oleauto.h |
* wptKeyEditDlgs.cpp: Include oleauto.h |
345 |
* wptKeyEdit.cpp: Include time.h. |
* wptKeyEdit.cpp: Include time.h. |
1151 |
|
|
1152 |
* WinPT.cpp (load_keyserver_conf): New. Factored out some code |
* WinPT.cpp (load_keyserver_conf): New. Factored out some code |
1153 |
from WinMain (). |
from WinMain (). |
1154 |
(WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner |
(WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner |
1155 |
* wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver |
* wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver |
1156 |
in the list control, add at least the internal default HKP server. |
in the list control, add at least the internal default HKP server. |
1157 |
* wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support. |
* wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support. |