/[winpt]/trunk/Src/ChangeLog
ViewVC logotype

Contents of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 260 - (show annotations)
Wed Aug 16 10:01:30 2006 UTC (18 years, 6 months ago) by twoaday
File size: 232110 byte(s)


1 2006-08-11 Timo Schulz <[email protected]>
2
3 * wptGPGMEWrapper.cpp (importFromFile): New.
4 (importFromClipboard): New.
5 (importGetResult): New.
6 * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
7 (km_clip_import): Ditto.
8 * wptKeyEdit.cpp (addCardKey): New.
9 * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
10 * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
11 * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
12 * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
13
14 2006-08-10 Timo Schulz <[email protected]>
15
16 * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
17 '=='.
18 * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
19 keys and signatures.
20 (get_gpg_sigstat): Adjusted code.
21 * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
22 (gpg_card_load): Improved card detection code.
23 * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
24 a key on a card. Suggested by Achim.
25 * wptUtil.cpp (check_email_address): Add sanity check for
26 the length.
27 * WinPT.cpp (WinMain): Handle cardgen request.
28
29 2006-08-04 Timo Schulz <[email protected]>
30
31 * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
32 * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
33 * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
34 for the situation that the last key in the cache is deleted.
35 * wptFileManagerDlg.cpp (update_ui_items): Fix file name
36 detection.
37
38 2006-08-02 Timo Schulz <[email protected]>
39
40 * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
41 with static data.
42 (clip_decrypt_dlg_proc): Prefix keyid with 0x.
43 (get_key_userid): Fix problem when key was not found.
44 * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
45 fingerprint to short keyid conversion.
46 * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
47 sigs.
48 * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
49
50
51 2006-08-01 Timo Schulz <[email protected]>
52
53 * wptGPG.cpp (get_last_gnupg_access): Enhanced.
54 (gnupg_display_error): Removed unused code.
55 * wptPassphraseCB.cpp (parse_gpg_description): Text output
56 is now more human readable.
57 * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
58 error code in all cases.
59
60 2006-07-31 Timo Schulz <[email protected]>
61
62 * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
63 handling code.
64 * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
65 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
66 for list view controls.
67
68 2006-07-30 Timo Schulz <[email protected]>
69
70 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
71 * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
72 (display_keyinfo): New.
73 * wptKeySigDlg.cpp (init_datepicker_from_time): New.
74 (keysig_dlg_proc): List creation time.
75 * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
76 handling.
77
78 2006-07-28 Timo Schulz <[email protected]>
79
80 * wptKeyManager.cpp (lv_del_confirmed_keys): New.
81 * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
82 adjust key size.
83 * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
84
85 2006-07-25 Timo Schulz <[email protected]>
86
87 Applied spelling corrections from Anthony Bryan.
88 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
89 * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
90
91 2006-07-22 Timo Schulz <[email protected]>
92
93 * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
94 utf8 encoded user ids.
95 (winpt_main_proc): Cleanups.
96 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
97 email address to the clipboard.
98
99 2006-07-15 Timo Schulz <[email protected]>
100
101 * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
102 any compatibility problems.
103 * wptW32API.cpp (get_file_version): Cleanups.
104
105 2006-07-10 Timo Schulz <[email protected]>
106
107 * wptUtil.cpp (check_file_name): New.
108 * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
109 (key_revoke_dlg_proc): Likewise.
110 * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
111 * wptImportList.cpp (implist_load): Likewise.
112 * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
113 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
114
115 2006-07-05 Timo Schulz <[email protected]>
116
117 * wptMainProc.cpp (winpt_main_proc): Change menu texts.
118 * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
119 with a menu instead of dozen of buttons.
120
121 2006-07-01 Timo Schulz <[email protected]>
122
123 * wptFileManager.cpp (fm_sort): Rewritten.
124 (fm_build): Modify param type. Change all callers.
125 (fm_cmp_cb): Adjusted for the new code.
126 * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
127 for the list view.
128 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
129 context and model for the list view.
130 (update_status_bar): Fix calculation of the size of the
131 selected files.
132 * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
133 and return type.
134
135 2006-06-28 Timo Schulz <[email protected]>
136
137 * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
138 and memory leak.
139 * wptListView.cpp (listview_find_substr): New.
140 (listview_sort_items): Use symbolic ids.
141 * wptKeyManager.cpp (km_find_key): Allow substring search.
142
143 2006-06-27 Timo Schulz <[email protected]>
144
145 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
146 when no sig has been found (if requested).
147 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
148 quote instead of the check box. Cleanups.
149 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
150 sorting problem and wrong icon display.
151 * wptListView.cpp (listview_sort_items): Correct code for
152 checkbox based lists.
153 * wptKeylist.cpp (keylist_build): Add sorting icons.
154 * wptKeyEditDlgs.cpp (create_header_tooltip): New.
155
156 2006-06-24 Timo Schulz <[email protected]>
157
158 * wptMainProc.cpp (winpt_main_proc): Localize missing string.
159 * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
160 conversion.
161 (subkey_list_init): Simplified.
162
163 2006-06-22 Timo Schulz <[email protected]>
164
165 * WinPT-en.rc: Include versioninfo.rc to generate
166 the version info automatically.
167
168 2006-06-19 Timo Schulz <[email protected]>
169
170 * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
171 format of the sig info text.
172 * wptKeyserver.cpp (check_hkp_response): Invert error logic.
173 * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
174 handling.
175 * wptPassphraseDlg.cpp (request_key_passphrase): Return
176 utf8 encoded passphrase.
177
178 2006-06-18 Timo Schulz <[email protected]>
179
180 * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
181 * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
182 (verify_get_key_ownertrust): New.
183 (clip_decrypt_dlg_proc): New argument. Change all callers.
184 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
185 that the dialog was called with a param.
186 * wptMainProc.cpp (winpt_main_proc): Wait for thread in
187 case of dbl-click.
188
189 2006-06-16 Timo Schulz <[email protected]>
190
191 * wptProgressDlg.cpp (wait_for_progress_cb): New.
192 * wptMainProc.cpp (winpt_main_proc): Use this function
193 to disallow to access the cache during synchronisation.
194 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
195 * wptKeyserver.cpp (check_hkp_response): Improved text
196 extraction.
197 (parse_keyserver_error): New.
198 * wptPassphraseDlg.cpp (request_passphrase): Support utf8
199 encoding.
200 * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
201 needs to be utf8 encoded but still allow it.
202 * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
203 * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
204 * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
205
206 2006-06-15 Timo Schulz <[email protected]>
207
208 * wptVerList.cpp (verlist_build): Use icons.
209 (verlist_add_sig): Set image number according to sig state.
210
211 2006-06-14 Timo Schulz <[email protected]>
212
213 * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
214 authors string here. Noted by Eduardo.
215 * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
216
217 2006-06-09 Timo Schulz <[email protected]>
218
219 * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
220 RSA_E and RSA_S.
221 * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
222
223 2006-06-08 Timo Schulz <[email protected]>
224
225 * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
226 * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
227 (showphoto_dlg_proc): New.
228 * wptKeyManagerDlg.cpp (restore_window_size): New.
229 (keymanager_dlg_proc): Restore original window size on startup.
230 (copy_key_info): Allow to copy multiple key items.
231
232 2006-06-06 Timo Schulz <[email protected]>
233
234 * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
235 if no expire date were given.
236
237 2006-06-05 Timo Schulz <[email protected]>
238
239 * wptPassphraseDlg.cpp (request_passphrase): Release mem
240 in case of errors.
241 (request_key_passphrase): New.
242 (set_passphrase_hint): New.
243 * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
244 hint. Suggested by vedaal.
245
246 2006-06-03 Timo Schulz <[email protected]>
247
248 * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
249 * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
250 the case that 'encrypt-to' points to a non-existing item.
251 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
252 the dialog if an error occurred.
253 * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
254 * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
255 in case of errors.
256 * wptKeyserverDlg.cpp (check_pattern): Improved code.
257 (keyserver_dlg_proc): All comparisons are case insentensive.
258 * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
259
260 2006-06-02 Timo Schulz <[email protected]>
261
262 * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
263
264 2006-06-01 Timo Schulz <[email protected]>
265
266 * wptKeyserver.cpp (check_URL): change semantic.
267 (skip_type_prefix): Use check_URL().
268 * wptGPG.cpp (gnupg_backup_keyrings): New argument to
269 include secret keyring backups. Change all callers.
270 * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
271 (set_reg_winpt_prefs): Likewise.
272 * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
273
274 2006-05-29 Timo Schulz <[email protected]>
275
276 * wptKeyserver.cpp (keyserver_set_default): Also set default port.
277
278 2006-05-27 Timo Schulz <[email protected]>
279
280 * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
281 passphrase requests.
282 * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
283 for global use.
284 * wptFileManager.cpp (fm_decrypt): Use it here.
285 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
286
287 2006-05-25 Timo Schulz <[email protected]>
288
289 * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
290 * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
291 * wptVerifyList.cpp (verlist_build): New argument type.
292 Change all callers.
293 (verlist_set_info_control): New.
294 (verlist_set_additional_info): New.
295 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
296 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
297 * wptFileCBS.cpp (read_cb, write_cb): Add logging.
298
299 2006-05-23 Timo Schulz <[email protected]>
300
301 * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
302 problem.
303 (keyedit_main_dlg_proc): Popup menu for the user ID list
304 with common commands.
305 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
306 disable search for ldap servers.
307 Use subkeys.pgp.net by default when no server was selected.
308
309 2006-05-22 Timo Schulz <[email protected]>
310
311 * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
312 Support for the new 'default ext' value.
313 * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
314 (prefs_dlg_proc): Likewise.
315 * wptFileManager.cpp (file_get_extension): Likewise.
316 (get_output_file): Likewise.
317 (fm_export): Likewise.
318
319 2006-05-20 Timo Schulz <[email protected]>
320
321 * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
322 process call when no photo is available.
323 (keyprops_dlg_proc): avoid static data.
324 * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
325 of on demand key requests.
326 (show_verify_result): Likewise.
327 (secret_key_available): Likewise.
328 (fm_decrypt, fm_sign): Handle the new on demand key request
329 mode and free all memory.
330
331 2006-05-15 Timo Schulz <[email protected]>
332
333 * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
334 apply patch. Thanks to vedaal.
335
336 2006-05-14 Timo Schulz <[email protected]>
337
338 * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
339 preferred keyserver URL.
340 * wptHTTP.cpp (extractHostInfo): Fix segv.
341 * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
342 gpg.conf.
343 * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
344 assume an existing user id.
345 * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
346 if no passphrase is available.
347
348 2006-05-13 Timo Schulz <[email protected]>
349
350 * wpMainProc.cpp (secret_key_available): Move it...
351 * wptGPGME.cpp: ..to this file.
352 (check_ultimate_trusted_key): Handle the case there
353 is no secret key available.
354 * wptFileManagerDlg.cpp (update_ui_items): Improved.
355 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
356 some functions when no secret key is available.
357 * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
358 code and also display pubkey algorithm.
359 * wptKeyserver.cpp (safe_alloc): New.
360 (count_keys_in_response): New.
361 (parse_pub_record): New.
362 (parse_uid_record): New.
363 (kserver_release_key): New.
364 (kserver_search_begin, kserver_search_next_key):
365 Adjust for the machine readable output. Removed old code.
366 (parse_keyserver_url): New.
367 * wptUtil.cpp (substr): New.
368 * wptKeyManager.cpp (km_refresh_one_key): Properly
369 parse the keyserver URL.
370
371 2006-05-11 Timo Schulz <[email protected]>
372
373 * wptPassphraseCB.cpp (release_gpg_recipients): New.
374 (release_gpg_recipients): Use it here.
375 * wptFileManager.cpp (fm_decrypt): List all recipients.
376 Thanks to vedaal.
377 * wptGPG.cpp (extract_keyid): New.
378 (get_gnupg_default_key): Use it here.
379 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
380 one-pass-sigs again.
381
382 2006-05-09 Timo Schulz <[email protected]>
383
384 * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
385 * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
386 * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
387
388 2006-05-07 Timo Schulz <[email protected]>
389
390 * wptKeyserverDlg.cpp (hkp_err_box): Improved.
391 * wptKeyserver.cpp (wsock_strerror): Likewise.
392 * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
393 Change all callers.
394 * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
395 problem.
396
397 2006-05-06 Timo Schulz <[email protected]>
398
399 * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
400 sorting order if available.
401 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
402 for the key ID.
403 (get_pref_cipher): Differ between the AES algorithm IDs.
404 (key_is_valid): New.
405 * wptKeyserverDlg.cpp (check_pattern): Simplified.
406
407 2006-05-03 Timo Schulz <[email protected]>
408
409 * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
410 Thanks to Mathias.
411
412 2006-05-02 Timo Schulz <[email protected]>
413
414 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
415 caption for the radio button group.
416 * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
417 * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
418 ldap_recvkey): Avoid fixed buffers.
419 (do_spawn_ldap_helper): New.
420 (ldap_recvkey): Factor out code into helper function.
421 * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
422 Increase width of the list box to make sure even large
423 user IDs will be completly displayed.
424
425 2006-05-01 Timo Schulz <[email protected]>
426
427 * WinPT.cpp (WinMain): Check if the user has admin privileges.
428 * wptW32API.cpp (user_is_admin): New.
429 * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
430 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
431 to re-activate the window again.
432 * wptKeylist.cpp (get_key_trust2): Differ between "full"
433 and "ultimate".
434 * wptKeyCache.cpp (keycache_prepare2): Primary user-id
435 has now highest priority.
436 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
437 system.
438
439 2006-04-30 Timo Schulz <[email protected]>
440
441 * wptKeyCache.cpp (gpg_keycache_release): Release revoker
442 list if needed.
443 * wptKeyRevokersDlg.cpp (key_get_revokers): New.
444 (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
445 * wptKeyEditDlgs.cpp (check_desig_rev): New.
446 (do_editkey_minimize): New.
447 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
448 generate a revoc cert as a desig revoker.
449
450 2006-04-29 Timo Schulz <[email protected]>
451
452 * wptVerifyList.cpp (verlist_build): Adjusted code for new
453 list view interface.
454 * wptSigList.cpp (siglist_build): Likewise.
455 * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
456 to display the preferences of the selected UID. Thanks to Mathias.
457 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
458 of an error.
459 * wptKeyCache.cpp (gpg_keycache_update_key): Always update
460 the utf8 decoded uid list.
461 * wptImportList.cpp (decode_userid): Do utf8 decoding here.
462 * wptListView.cpp (listview_new): New param for HWND handle.
463 Change all callers.
464 * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
465 * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
466 * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
467 keyid extraction.
468
469 2006-04-28 Timo Schulz <[email protected]>
470
471 * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
472 * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
473 for handling policy URLs.
474 * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
475 New option KMSortBy.
476 * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
477 * wptKeyEdit.cpp (minimizeKey): New.
478 * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
479
480 2006-04-27 Timo Schulz <[email protected]>
481
482 * wptKeyManager.cpp (km_get_key_ptr): New.
483 * wptListview.cpp (listview_get_item_text): Drop utf8 support.
484 * wptKeyCache.cpp (keycache_decode_uids): New.
485 (free_native_uids): New.
486 * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
487
488 2006-04-26 Timo Schulz <[email protected]>
489
490 * wptKeylist.cpp (get_keyid_from_fpr): New.
491 * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
492 * wptVerifyList.cpp (verlist_add_sig): Likewise.
493
494 2006-04-25 Timo Schulz <[email protected]>
495
496 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
497 * wptMDSumDlg.cpp (hash_selected_files): New.
498 (mdsum_dlg_proc): Cleanups.
499 * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
500
501 2006-04-23 Timo Schulz <[email protected]>
502
503 * wptW32API.cpp (SetDlgItemText_utf8): New.
504 (SetWindowText_utf8): New.
505 (GetDlgItemText_utf8): New.
506 * wptListView.cpp (listview_add_sub_item): Internal
507 utf8 support.
508
509 2006-04-22 Timo Schulz <[email protected]>
510
511 * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
512 revoker name in UTF8.
513 * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
514 with the window title.
515
516 2006-04-20 Timo Schulz <[email protected]>
517
518 * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
519 * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
520 c++ memory allocation.
521 * wptFileManager.cpp (show_verify_result): Show PKA status
522 if possible.
523 * wptClipVerifyDlg.cpp (get_pka_status): New.
524 (clip_verify_dlg_proc): Show PKA status if possible.
525 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
526 to use ESC to quit the dialog.
527 * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
528 encode the comment in UTF8. Thanks to Werner and Jan.
529
530 2006-04-16 Timo Schulz <[email protected]>
531
532 * wptHTTP.cpp (getErrorCode): New.
533 (connect): Store winsock error code.
534 * wptGPGMEData.cpp (is_armor_header): New.
535 * wptGPG.cpp (check_gnupg_engine): Free context.
536 (gnupg_backup_keyrings): Do not use global vars.
537 * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
538
539 2006-04-15 Timo Schulz <[email protected]>
540
541 * wptKeyManager.cpp (km_get_key): New.
542 (km_key_show_revoc_info): New.
543 * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
544 (on_init_dialog): New.
545 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
546 out some common code and use km_get_key() instead.
547 * wptKeyEditDlgs.cpp (do_init_keylist): Change second
548 param type. Change all callers.
549 * wptKeyEdit.cpp (addNotation): New.
550 * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
551 param everywhere. Change all callers.
552
553 2006-04-09 Timo Schulz <[email protected]>
554
555 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
556 if the homedir value was changed.
557 * wptGPG.cpp (default_key_from_cache): Only return secret key
558 if public part is available.
559 (set_gnupg_default_key): Fix NULL problem.
560 * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
561 * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
562 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
563 'always-on-top' correctly.
564 * wptKeylist.cpp (keylist_get_recipients): Allocate enough
565 mem to hold all possible keys.
566 (keylist_enum_keys): Likewise.
567
568 2006-04-08 Timo Schulz <[email protected]>
569
570 * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
571 * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
572 * wptKeyserverSearchDlg.cpp (fetch_keys): New.
573 * WinPT.cpp (WinMain): if the default key was not found, reset
574 the gpg.conf entry.
575 * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
576 file name.
577 (show_verify_result): Always use utf8 output.
578 (get_output_file): Case in-sentensive comparison.
579 (fm_assume_onepass_sig): Fixed temp file handling.
580 * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
581 output.
582 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
583
584 2006-04-07 Timo Schulz <[email protected]>
585
586 * wptW32API.cpp (set_clip_text): Change code so it also
587 works again with non-XP systems.
588
589 2006-04-02 Timo Schulz <[email protected]>
590
591 * wptKeyserver.cpp: decrease general threshold for timeout.
592 * wptKeyEditDlgs.cpp (do_editkey_clean): New.
593
594 2006-04-01 Timo Schulz <[email protected]>
595
596 * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
597 * wptFileManager.cpp (restore_original_name): New.
598 (fm_decrypt): Restore original file name from literal
599 packet if possible.
600
601 2006-03-31 Timo Schulz <[email protected]>
602
603 * wptCommonDlg.cpp (nls_load_langlist): New.
604 (nsl_set_language): New.
605 (nls_dlg_proc): New.
606 (select_language): New. Allow user to select the language.
607 * wptNLS.c (get_gettext_langid): Updated available languages.
608 * WinPT.cpp (WinMain): Allow to select the languag on first
609 start in non-installer environments.
610 * wptVerifyList.cpp (verlist_build): Simplified.
611 (verlist_add_sig_log): Likewise.
612 * wptListview.cpp (listview_set_column_width,
613 listview_get_selected_item): New.
614 * wptKeyManager.cpp (gpg_clip_export): Merged into..
615 (km_clip_export): ..this function.
616
617 2006-03-30 Timo Schulz <[email protected]>
618
619 * wptW32API.cpp (insert_menu_item): New.
620 * wptSigTreeDlg.cpp (create_popup): Use it.
621 (sigtree_dlg_proc): Only show the name of the owner in the title.
622 * wptMainProc.cpp (init_common_controls): Initialize all
623 common controls here.
624 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
625 keyserver menu concept. Add all keyservers dynamically.
626
627 2006-03-29 Timo Schulz <[email protected]>
628
629 * wptKeyManager.cpp (km_refresh_one_key): Fix problem
630 with preferred keyserver.
631 * wptCommonDlg.cpp (check_URL): Allow non-http URL.
632 * wptKeyEditDlgs.cpp (subkey_subclass_proc,
633 uid_subclass_proc): Disable shortcuts for non keypairs.
634 * wptMainProc.cpp (winpt_main_proc): No user interaction
635 on automatic shutdown. Thanks to Werner.
636 * wptGPGUtil.cpp (xcalloc): New.
637 (gpg_rebuild_cache): Use --batch.
638
639 2006-03-26 Timo Schulz <[email protected]>
640
641 * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
642 * wptMainProc.cpp (winpt_main_proc): Reload key cache
643 when the GPG settings were changed.
644 * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
645 keygen_dlg_proc): Improved check for the email address.
646 * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
647 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
648
649 2006-03-22 Timo Schulz <[email protected]>
650
651 * wptClipSignDlg.cpp (on_init_dialog): New.
652 Check that there is at least one useable signing key.
653 * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
654 * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
655 if needed.
656
657 2006-03-21 Timo Schulz <[email protected]>
658
659 * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
660 (utf8_to_native): Likewise. Remove cp850 conversion.
661 * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
662 * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
663 flag.
664
665 2006-03-20 Timo Schulz <[email protected]>
666
667 * wptUTF8.cpp (get_native_charset): Removed.
668 (utf8_to_native): Rewritten.
669 * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
670 handling.
671 * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
672
673 2006-03-16 Timo Schulz <[email protected]>
674
675 * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
676 * wptCryptDisk.cpp: Disable code.
677 * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
678 NONE proxy protocol.
679 (init_proxy_procotol): Likewise.
680 (read_proxy): Likewise.
681 * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
682 (keyserver_search_dlg_proc): Use it here.
683 * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
684 * wptKeyserver.cpp (kserver_search_end): New.
685 (kserver_search_begin): Be more strict on mem allocation.
686 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
687 problem.
688 * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
689
690 2006-03-12 Timo Schulz <[email protected]>
691
692 * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
693 * wptKeyPropsDlg.cpp (display_key_info): Automatically update
694 sym algorithm preferences if needed.
695 * wptKeysignDlg.cpp (date_is_today): New.
696 (keysign_dlg_proc): Only allow to set cert expire date if
697 the option was found.
698 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
699 'ask-cert-expire'.
700
701 2006-03-10 Timo Schulz <[email protected]>
702
703 * wptHTTP.c: deleted.
704 * wptHTTP.cpp (wHTTP): Transformed old code into an object.
705 * wptKeyManager.cpp (km_http_import): Use new code.
706 (km_refresh_one_key): Use preferred keyserver if possible.
707 * wptComonDlg.cpp (check_URL): Better conformance checking.
708 * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
709 set keyserver for all userids.
710 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
711 to set preferred keyserver.
712 * wptKeyCache.cpp (decode_subpacket): New.
713 (gpg_keycache_update_attr): New.
714 * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
715 * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
716 -1 as an index for all userids.
717
718 2006-03-07 Timo Schulz <[email protected]>
719
720 * WinPT.cpp (set_default_keyserver): New.
721 * wptKeyserver.cpp (kserver_set_socket_timeout): New.
722 (kserver_set_default_keyserver): Initialize default settings
723 if needed.
724 * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
725 * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
726 (passphrase_dlg_proc): Support new safe edit window procedure.
727 * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
728 * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
729 if user disable it.
730 * wptKeylist.cpp (keylist_build): Do not scale images but use
731 original size.
732 * wptListView.cpp (listview_set_image_list): New size params.
733 Change all callers.
734
735 2006-03-01 Timo Schulz <[email protected]>
736
737 * wptW32API.cpp (set_clip_text): Free all memory.
738
739 2006-02-27 Timo Schulz <[email protected]>
740
741 * wptSOCKS.cpp (socks_handshake): New.
742 * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
743 the key manager in teh foreground if possible.
744 * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
745 * wptRegistry.cpp (get_reg_proxy_prefs,
746 set_reg_proxy_prefs): Use directly the proxy context.
747 Changed all callers.
748 * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
749 (keyserver_proxy_dlg_proc): Use directly the proxy context.
750 * wptKeyserver.cpp (kserver_connect): Better proxy support.
751 (kserver_send_request, kserver_recvkey_request): Likewise.
752 * wptKeyserverDlg.cpp (name_from_proto): New.
753 (set_proxy): Adjusted for the new code.
754
755 2006-02-26 Timo Schulz <[email protected]>
756
757 * WinPT.cpp (WinMain): Removed hotkey_modify() code.
758 * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
759 v4 keys.
760 * wptKeyserver.cpp (sock_getline): Skip '\r'.
761 (base64_encode): Remove @maxlen param. Changed all callers.
762 (finger_readline): Removed.
763 (finger_recvkey): Use internal functions.
764 * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
765 (show_sigprops): New.
766 (create_popup): New.
767 * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
768 now in minutes.
769 * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
770 Change code to use hotkeys directly.
771 * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
772
773 2006-02-24 Timo Schulz <[email protected]>
774
775 * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
776 when parameter is NULL.
777 * wptKeyManager.cpp (check_exist_default_key): New.
778 (km_delete_keys): Check if the default key is still valid,
779 if not delete entry.
780 * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
781 button.
782
783 2006-02-21 Timo Schulz <[email protected]>
784
785 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
786 cleanups.
787 * wptGPGUtil.cpp (file_extract_recipients): New.
788 (clip_extract_recipients): New.
789 (gpg_get_recipients): New.
790 * wptPassphraseCB.cpp (passphrase_callback_proc): Support
791 external recipient listings.
792
793 2006-02-15 Timo Schulz <[email protected]>
794
795 * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
796 * wptFileStatDlg.cpp (get_s2k_algo): New.
797 * wptFileManagerDlg.cpp (update_status_bar): Use human readable
798 formats.
799
800 2006-02-14 Timo Schulz <[email protected]>
801
802 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
803 * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
804 * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
805 (fm_parse_files): Handle cancel.
806
807 2006-02-10 Timo Schulz <[email protected]>
808
809 * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
810 * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
811 for the dialog param.
812 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
813 signature dialog by default.
814 * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
815 gpgme_key_sig_t as param.
816 (keysig_dlg_proc): Change param for property dialog.
817 * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
818 and use icons.
819 (sigtree_dlg_proc): Allow to execute old list dialog to
820 edit the signatures.
821
822 2006-02-09 Timo Schulz <[email protected]>
823
824 * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
825 * wptNLS.c (gettext_localize_dialog): New.
826 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
827 to avoid to reload the key cache.
828 * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
829 list mode.
830 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
831 * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
832 initiation code to this function.
833 (prefs_dlg_proc): Use it here.
834
835 2006-02-07 Timo Schulz <[email protected]>
836
837 * wptKeyEdit.cpp (setNoPassphrase): New.
838 (getValidDays): New.
839 * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
840 if the key is protected.
841 * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
842 keys without a passphrase.
843 (keyedit_addrevoker_dlg_proc): Likewise.
844
845 2006-02-04 Timo Schulz <[email protected]>
846
847 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
848 at least one ultimately trusted key.
849 * wptKeyManager.cpp (km_refresh_key_from_keyserver):
850 Only check inet connection if we refresh all keys.
851 * wptGPGUtil.cpp (gpg_extract_keys): New.
852 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
853 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
854 * wptClipSignDlg.cpp (get_selected_key): New.
855 (one_key_proc): Use it here.
856 (count_useable_seckeys): New.
857 * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
858 * wptKeyEditDlgs.cpp (diff_time): Removed.
859 (w32_mktime): New.
860 (keyedit_addsubkey_dlg_proc): Use it here.
861
862 2006-02-02 Timo Schulz <[email protected]>
863
864 * wptW32API.cpp (get_temp_name): New.
865 * wptKeyserver.cpp (ldap_recvkey): Use it here.
866 * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
867 * wptGPGUtil.cpp (create_tempfile): Likewise.
868 * wptImportList.cpp (implist_load): Likewise.
869 * wptKeyCache.cpp (parse_attr_data): Likewise.
870 (w32_tempfile): Removed.
871 * wptGPGME.cpp (check_ultimate_trusted_key): New.
872
873 2006-01-31 Timo Schulz <[email protected]>
874
875 * wptMainProc.cpp (winpt_main_proc): Fix usage of the
876 help system.
877 * wptListView.cpp (listview_set_chkbox_style): New.
878 (listview_get_item_state): Support new checkbox style.
879 (listview_new): Reset flag var.
880 * wptKeylist.cpp (keylist_build): Support new checkbox style.
881
882 2006-01-30 Timo Schulz <[email protected]>
883
884 * WinPT.cpp (check_readonly_attr): New.
885 (load_gpg_env): Use it here.
886 (WinPT): Make the the default key is searched in the
887 secret key cache.
888 Change error message.
889 * wptRegistry.cpp (regist_int_winpt): Make sure
890 the register extension is only offered once to the user.
891 * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
892 temp directory. Fixed a privilege problem.
893
894 2006-01-29 Timo Schulz <[email protected]>
895
896 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
897 to quit dialog.
898 * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
899 translations. Directly return sig class.
900 (keysign_dlg_proc): Change msgbox title.
901 * wptKeyEdit.cpp (signUserid): New.
902 (getUseridIndex): New.
903 (getKeyIndex): New.
904 (getSigIndex): New.
905 (clear): New.
906 * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
907 user-id first.
908 * wptKeyEditDlgs.cpp (lookup_cmd): New.
909 (do_editkey_sign_userid): New.
910 (do_init_cmdlist): Differ between key pairs and public keys
911 and allowed actions.
912 (keyedit_change_ownertrust): Show msgbox on success.
913 (get_default_key): New.
914 * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
915
916 2006-01-27 Timo Schulz <[email protected]>
917
918 * WinPT.cpp (WinMain): Set minimal list mode as default.
919 * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
920
921 2006-01-25 Timo Schulz <[email protected]>
922
923 * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
924 the key exist with no value.
925 * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
926 * wptKeysignDlg.cpp (do_fill_seclist): Select the
927 default key if possible.
928 * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
929 return the choice.
930 * wptKeylist.cpp (get_key_desc): New.
931 (keylist_upd_key): Free memory.
932 * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
933 (gpg_keycache_set_default_key): New.
934 * WinPT.cpp (gpg_prefs_ok): New.
935 (WinMain): Only start gpg prefs if needed.
936
937 2006-01-24 Timo Schulz <[email protected]>
938
939 * wptKeyManager.cpp (km_dropped_file_import): New.
940 * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
941 to drop files and try to import them.
942 (keymanager_dlg_proc): Pass kmi as opaque to the subclass
943 proc.
944
945 2006-01-23 Timo Schulz <[email protected]>
946
947 * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
948 to the clipboard.
949 * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
950 (do_editkey_enable_disable): New.
951 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
952 close the dialog if the user cancelled the ownertrust dialog.
953 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
954 an update of any value.
955
956 2006-01-21 Timo Schulz <[email protected]>
957
958 * wptKeyCache.cpp (keycache_next_key): Handle the case
959 that there is a secret key without a public part.
960 * wptKeyserver.cpp (kserver_save_conf): Save ports.
961 * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
962 Reset keyserver name.
963 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
964 an update, do not update the cache.
965 * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
966 dialog for both clipboard and file imports.
967 * wptKeyManager.cpp (km_file_import, km_clip_import):
968 Changes to support new update system.
969 (gpg_clip_import): New.
970 * wptKeyManagerDlg.cpp (km_gui_import): New.
971 (find_keypos): Rewritten.
972 (refresh_keylist): Improved error checking.
973
974 2006-01-20 Timo Schulz <[email protected]>
975
976 * wptKeyCache.cpp (w32_tmpfile): New.
977 (parse_attr_data): Use it here.
978 * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
979
980 2006-01-19 Timo Schulz <[email protected]>
981
982 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
983 reload the entire cache, just update the key.
984 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
985 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
986 * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
987 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
988 if need after showing the properties.
989 * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
990 * wptKeyManager.cpp (km_import_file): New param. Changed
991 all callers.
992 (km_import_clip): Likewise.
993 (delete_keys_from_cache): Delete secret part if available.
994 * wptClipImportDlg.cpp (print_import_status): If there
995 are too many new keys, use reload code.
996
997 2006-01-18 Timo Schulz <[email protected]>
998
999 * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
1000 the self sig is always index 0. Noted by Kurt.
1001 * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
1002 the key user-ID contains an email address.
1003 * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
1004 (do_editkey_deluid): Likewise.
1005 (do_editkey_revuid): Likewise.
1006
1007 2006-01-18 Timo Schulz <[email protected]>
1008
1009 * wptListview.cpp (listview_del_sel_items): Fixed index
1010 calculation. This fixed a lot of problems with the KM listview
1011 update.
1012 (listview_del_all): Renamed to...
1013 (listview_del_all_items): ..this. Changed all callers.
1014 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
1015 list when file import contained new/updated keys.
1016 * wptKeyManager.cpp (km_file_import): Indicate if the
1017 import contained any new/update keys.
1018 * wptClipImportDlg.cpp (print_import_status): Just mark
1019 keys which actually changed.
1020
1021 2006-01-17 Timo Schulz <[email protected]>
1022
1023 * wptMAPI.cpp (mapi_send_pubkey_ext): New.
1024 * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
1025 update it.
1026 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
1027 careful about const pointers.
1028 * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
1029 (get_subkey_keyid): ..this. Fix problem that key was updated
1030 twice and this corrupted.
1031 (keyedit_add_subkey): Set @lv item in the callback context.
1032
1033 2006-01-16 Timo Schulz <[email protected]>
1034
1035 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
1036 window if it lost focus during the operation. Thanks to Kurt.
1037 Update keylist when the window is enabled.
1038 (find_keypos): New.
1039 * wptKeyCache.cpp (keycache_next_key): Reset update status.
1040 (gpg_keycache_next_updated_key): New arg @r_status. Change all
1041 callers.
1042 (gpg_keycache_update_key): Different status for new and updated.
1043 Include key signatures.
1044 * wptClipImportDlg.cpp (print_import_status): Mark all
1045 imported keys.
1046 * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
1047 Thanks to Kurt.
1048 * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
1049 (do_delsig): Directly reload key. Thanks to Kurt.
1050 * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
1051 Removed.
1052 * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
1053 * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
1054 FALSE if no keys were updated or operation was cancelled.
1055 * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
1056 * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
1057 * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
1058 Do not allow to change ownertrust of invalid keys.
1059 Changed translation.
1060 Slightly different user interface.
1061
1062 2006-11-14 Timo Schulz <[email protected]>
1063
1064 * wptW32API.cpp (make_special_filename): New.
1065 * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
1066 Removed 'KeyServer' item.
1067 * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
1068 config item.
1069 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
1070 window until we really use it.
1071 * wptKeyserver.cpp (kserver_save_conf): New.
1072 (wsock_end): Save keyserver config file.
1073 * wptKeyserverDlg.cpp (keyserver_edit): New.
1074 (keyserver_remove): New.
1075 (keyserver_add): New.
1076 (fill_keyserv_types): New.
1077 (keyserver_modify_dlg_proc): New.
1078 (keyserver_dlg_proc): Provide context menu to modify the
1079 keyserver list.
1080 (keyserver_build_list): Remove 'proto' column because it is
1081 not really useful.
1082 * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
1083 $APPDATA\winpt. If keyserver.conf exists in the current folder
1084 move it to the new destination.
1085
1086 2006-11-13 Timo Schulz <[email protected]>
1087
1088 * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
1089 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
1090 * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
1091 dialog isn't shown twice.
1092 * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
1093 (gpg_keycache_update_key): Set update flag.
1094 * wptKeyManagerDlg.cpp (refresh_keylist): New.
1095 (keymanager_dlg_proc): Use new refresh system for keyservers.
1096 * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
1097 Update keycache.
1098 * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
1099 * wptKeyserver.cpp (socket_read_ext): New.
1100 (kserver_recv_key_ext): New.
1101 (kserver_read_config, kserver_write_config): Removed.
1102
1103 2006-01-12 Timo Schulz <[email protected]>
1104
1105 * wptListView.cpp (listview_set_image_list): Make icons
1106 always transparent.
1107 * wptImageList.cpp (imagelist_load): New icons.
1108 * wptGPGMEData.cpp (gpg_data_putc): New.
1109 * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
1110 (keymanager_dlg_proc): Add tooltips.
1111 * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
1112 * wptKeyserver.cpp (URL_encode): New.
1113 (URL_must_encode): New.
1114 (kserver_search_init): Properly encode pattern.
1115 (parse_iso_date): New.
1116 (keyserver_search): Be more strict to prevent buffer overflows.
1117
1118 2006-01-11 Timo Schulz <[email protected]>
1119
1120 * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
1121 (keymanager_dlg_proc): Adjust tooltips.
1122 (update_ui_items): Handle new icons.
1123 * wptImageList.cpp (imagelist_load): New icons.
1124
1125 2006-01-10 Timo Schulz <[email protected]>
1126
1127 * wptMainProc.cpp (winpt_main_proc): Restore iconic
1128 File/Key Manager windows if needed.
1129 * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
1130 * wptSiglist.cpp (init_cmp): New.
1131 (siglist_sort): New.
1132 (siglist_cmp_cb): New.
1133 (siglist_add_key): Force NOKEY status when key was not found.
1134 * wptKeysigDlg.cpp (recv_single_key): New.
1135 (recv_missing_keys): Reload entire key when more than one key
1136 was fetched.
1137 (keysig_dlg_proc): Support sorting the listview items.
1138
1139 2006-01-09 Timo Schulz <[email protected]>
1140
1141 * WinPT.cpp (load_gettext): Remove file locking.
1142 (WinMain): Use pre-defined autoconf constants.
1143 * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
1144 * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
1145 Change all callers.
1146
1147 2006-01-07 Timo Schulz <[email protected]>
1148
1149 * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
1150 import status if just one key was selected.
1151
1152 2006-01-04 Timo Schulz <[email protected]>
1153
1154 * wptGPGMEWrapper.c (setChangeVersion): New.
1155 (exportToBuffer, exportToFile, exportToClipboard): New.
1156 (setArmor, getArmor): New.
1157 * wptKeylist.cpp (get_key_expire_date): Return locale specific
1158 date.
1159 (keylist_get_recipients): Do not fetch the key again.
1160 (keylist_enum_recipients): Likewise.
1161 * wptGPG.cpp (create_empty_keyring): New.
1162 (get_gnupg_keyring): Fixed 'strict' logic.
1163 * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
1164 when no secret keys are available.
1165 * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
1166 before the MAPI call is made.
1167 * WinPT.cpp (check_for_empty_keyrings): New.
1168
1169 2006-01-03 Timo Schulz <[email protected]>
1170
1171 * pubkey.ico, keypair.ico: New.
1172 * wptListview.cpp (listview_add_item_image): New.
1173 (listview_set_image_list): New.
1174 * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
1175 * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
1176 JPEG data.
1177 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
1178 add items to revoked keys.
1179 * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
1180 keyid buffer. This fixes a segv.
1181 * wptKeyserver.cpp (spawn_application): New.
1182 (ldap_recv_key): Support recent protocols and several cleanups.
1183 * wptKeylist.cpp (do_addkey): Set image which depends on the
1184 key type.
1185 (keylist_enum_recipients): Cleanups.
1186 (keylist_get_keyflags): Rewritten.
1187 * wptKeyCache.cpp (free_attr_list): New.
1188 (parse_attr_list): New.
1189 (parse_attr_data): New.
1190 (keycache_update_photo): New.
1191 (keycache_update_photos): New.
1192 (gpg_keycache_update_key): Automatically reload photos if needed.
1193 * wptGPGUtil.cpp (create_process): New param @err. Change all
1194 callers.
1195 (map_tmpfile): New param @nread. Change all callers.
1196 (gpg_get_photoid_data): New.
1197 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
1198 add items to revoked keys.
1199 (subkey_init_list): Store gpgme key object.
1200
1201 2005-12-29 Timo Schulz <[email protected]>
1202
1203 * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
1204 (gpg_genkey_params): Simplified.
1205 * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
1206 exclusion of the dialog items.
1207 * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
1208 quit the dialog.
1209 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
1210 * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
1211 (id2algo): New.
1212
1213 2005-12-28 Timo Schulz <[email protected]>
1214
1215 * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
1216 * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
1217 * wptKeylist.cpp (keylist_udp_key): Likewise.
1218 * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
1219 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
1220 when no signing key was found.
1221 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
1222 user IDs.
1223 (translate_popup_strings): s/Revoke/Revoke Cert.
1224 * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
1225 0x prefixed keyid.
1226 * wptKeyEditCB.cpp (editkey_command_handler): Also reset
1227 step in case of a bad passphrase.
1228
1229 2005-12-27 Timo Schulz <[email protected]>
1230
1231 * wptListView.cpp (listview_set_view): New.
1232 (listview_del_column): New.
1233 * wptW32API.cpp (get_locale_date): New.
1234 (get_menu_state): New.
1235 (force_foreground_window): New.
1236 * wptVerifyList.cpp (strtimestamp): Support for
1237 locale date formats.
1238 * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
1239 passphrases.
1240 * wptKeyEditCB.cpp (editkey_command_handler): Immediately
1241 return when a bad passphrase was submitted.
1242 * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
1243 column order.
1244 * wptKeylist.cpp (keylist_upd_col): New.
1245 * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
1246 'Revocation' for public keys.
1247 (translate_menu_strings): s/Revoke/Revoke Cert.
1248 (modify_listview_columns): New.
1249
1250 2005-12-18 Timo Schulz <[email protected]>
1251
1252 * wptKeyManagerDlg.cpp (save_column_size): New.
1253 (restore_column_size): New.
1254 (keymanager_dlg_proc): Save and restore column sizes for
1255 the listview control.
1256 * wptKeyManager.cpp (key_get_info): New.
1257 (km_delete_keys): Use it here to have a consistent message.
1258 Use stored key context and not the column data.
1259 (km_enable_disable_key): Likewise.
1260 (km_send_to_keyserver): Likewise.
1261 (km_set_implicit_trust): Likewise.
1262 * wptKeylist.cpp (get_key_pubalgo2): New.
1263
1264 2005-12-17 Timo Schulz <[email protected]>
1265
1266 * wptUTF8.cpp: Removed unused charset array.
1267 * wptSigList.cpp (siglist_build): Increase size for 'class'
1268 column.
1269 * wptGPG.cpp (get_gnupg_path): Simplified.
1270 * WinPT.cpp (load_gpg_env): New.
1271 (check_crypto_engine): Return type is now bool.
1272 * wptRegistry.cpp (is_gpg4win_installed): New.
1273 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
1274 dialog design.
1275 * wptKeyManagerDlg.cpp (translate_menu_strings): New.
1276 (translate_popupmenu_strings): New.
1277 * wptKeyEditDlgs.cpp (is_jpg_file): New.
1278
1279 2005-12-13 Timo Schulz <[email protected]>
1280
1281 * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
1282 * wptKeyManagerDlg.cpp (change_edit_menu): New.
1283 (change_key_menu): Renamed from...
1284 (menu_gpg_readonly): ..this.
1285 (clip_contains_pgpkey): New.
1286 (update_ui_items): Do not allow to sign expired keys.
1287 (keymanager_dlg_proc): Same for popup menu.
1288 * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
1289 * wptKeyCache.cpp (copy_uid_prefs):
1290 (gpg_keycache_sync): Copy uid prefs so the key property
1291 dialog show the correct values. Thanks to Shane.
1292
1293 2005-12-11 Timo Schulz <[email protected]>
1294
1295 * wptW32API.cpp (get_file_version): New.
1296 * wptGPGUtil.cpp (create_process): Always hide window.
1297 * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
1298 instead of 'Exit'.
1299 * wptKeyManager.cpp (km_http_import): New filename
1300 generation code.
1301 (km_send_to_mail_recipient): Cleanups.
1302 * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
1303 * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
1304 when multiple keys are selected.
1305 (popup_multiple): New.
1306 * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
1307 file versions are equal. Rewrote --keymanager code.
1308
1309 2005-12-08 Timo Schulz <[email protected]>
1310
1311 * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
1312 (hkp_recv_key2): Show user-id of the imported key instead
1313 of just the pattern.
1314 * wptFileCBS.cpp (read_cb): Changed to W32 API.
1315 (write_cb): Likewise. Create output file on demand.
1316 (gpg_file_data_new): Adjusted code for new API.
1317 * wptKeyEdit.cpp (cleanKey): New.
1318 * wptKeyEditCB.cpp (cmd_clean_handler): New.
1319 (editkey_command_handler): Call clean handler.
1320 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
1321 keylist after inserting items.
1322 * wptFileManager.cpp (fm_set_status): Take care of
1323 cleartext sigs.
1324 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
1325 sure can be closed.
1326
1327 2005-12-07 Timo Schulz <[email protected]>
1328
1329 * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
1330 Use 'Close' instead of 'Exit'.
1331 * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
1332 * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
1333 as the destination dir. Thanks to Werner.
1334 * wptRegistry.cpp (is_gpgee_installed): New.
1335 (regist_inst_winpt): Do not register file extensions
1336 if GPGee is available.
1337 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
1338 use of local vars.
1339 * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
1340 no illegal backup mode is saved.
1341 * wptKeyserverDlg.cpp (show_imported_key): New.
1342 (hkp_recv_key2): Show imported keys if the blob
1343 contained more than one.
1344
1345 2005-12-06 Timo Schulz <[email protected]>
1346
1347 * WinPT.cpp (WinMain): Load the gettext environment soon
1348 as possible so all 'first start' messages are localized.
1349 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
1350 received via the keyserver, return the gpgme key context on
1351 success and add it directly to the list.
1352 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
1353 to store the key.
1354 (hkp_recv_key2): Add extra param for the fingerprint.
1355 (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
1356
1357 2005-12-02 Werner Koch <[email protected]>
1358
1359 * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
1360
1361 2005-12-01 Timo Schulz <[email protected]>
1362
1363 * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
1364 for get_gpg_sigstat().
1365 * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
1366 As a macro strings will not be translated at runtime.
1367 * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
1368 need to update the cache. Thanks to Jan-Oliver.
1369 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
1370
1371 2005-11-30 Timo Schulz <[email protected]>
1372
1373 * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
1374 * WinPT-en.rc: Removed string list.
1375 * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
1376 * wptKeylist.cpp (keylist_build): Cannot use global
1377 arrays for the columns due to gettext.
1378
1379 2005-11-29 Timo Schulz <[email protected]>
1380
1381 * WinPT.cpp (WinMain): Modify --keymanager. If an instance
1382 is running, just send the command to open the manager.
1383
1384 2005-11-25 Timo Schulz <[email protected]>
1385
1386 * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
1387 process when the revoker is already there.
1388
1389 2005-11-24 Timo Schulz <[email protected]>
1390
1391 * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
1392 signing dialog items.
1393 * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
1394 * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
1395 * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
1396 * wptKeylist.cpp (key_check_validity): Likewise.
1397 * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
1398
1399 2005-11-22 Timo Schulz <[email protected]>
1400
1401 * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
1402 macro debug output will be generated in release version.
1403
1404 2005-11-21 Timo Schulz <[email protected]>
1405
1406 * WinPT.cpp (WinMain): Implement --stop switch.
1407 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
1408 missing string.
1409 * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
1410 * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
1411 first. Thanks to Ralf.
1412 * wptFileManagerDlg.cpp (update_ui_items): New.
1413 * wptFileManager.cpp (fm_set_status): New sigmode param.
1414 Changed all callers.
1415
1416 2005-11-17 Timo Schulz <[email protected]>
1417
1418 * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
1419 the cache will be loaded twice.
1420 * wptRegistry.cpp (regist_inst_winpt): More comments.
1421 * wptKeyManagerDlg.cpp (do_center_window): Make sure that
1422 neg. coordinates are never used.
1423 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
1424 strings.
1425 * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
1426 * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
1427 and save 'AlwaysOnTop' in the registry.
1428
1429 2005-11-16 Timo Schulz <[email protected]>
1430
1431 * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
1432 * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
1433 mode.
1434 * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
1435 * wptRegistry.cpp (regist_inst_winpt): Set install directory.
1436 Useful for other programs to figure out the path to the EXE.
1437
1438 2005-11-14 Timo Schulz <[email protected]>
1439
1440 * wptGPG.cpp (check_gnupg_engine): Fix version check.
1441 * wptMainProc.cpp (winpt_main_proc): Check keyring
1442 file permissions always and do not use interative output
1443 when the windows session ends.
1444 * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
1445 Localize all strings.
1446 * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
1447 * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
1448 * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
1449 non-valid keys.
1450
1451 2005-11-12 Timo Schulz <[email protected]>
1452
1453 Fix more GCC warnings.
1454
1455 2005-11-10 Timo Schulz <[email protected]>
1456
1457 * wptClipSignDlg.cpp (one_key_proc): Use
1458 release_gpg_passphrase_cb() to free the context.
1459 * wptListView.cpp (listview_deselect_all): New.
1460 * wptMAPI.cpp (mapi_send_pubkey): Works again.
1461 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
1462 zip.
1463 * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
1464 caching for signing operations.
1465 * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
1466 * wptFileManager.cpp (fm_send_file): Likewise.
1467 (fm_encrypt_into_zip): New.
1468
1469 2005-11-09 Timo Schulz <[email protected]>
1470
1471 * wptNLS.c (get_gettext_langid): Map user language id to
1472 printable gettext language strings.
1473 * wptRegistry.cpp (get_reg_entry_mo): Support for the
1474 gettext environment.
1475 * wptFileManager.cpp (fm_encrypt): Close all files before
1476 the wipe procedure is called.
1477 * wptVerlist.cpp (verlist_add_sig): Handle the case the
1478 issuer is not valid but the signature is.
1479 (verlist_add_sig_log): Likewise. Thanks to the folks on
1480 winpt-users.
1481
1482 2005-11-08 Werner Koch <[email protected]>
1483
1484 * SAFE.ICO, SIGN.ICO: Fixed capitalization.
1485 * WinPT-en.rc: Ditto.
1486 * winpt_km.ico: Moved from ../.
1487
1488 * Makefile.am (resource_files): Add missing backslash.
1489
1490 2005-11-08 Timo Schulz <[email protected]>
1491
1492 More minor changes to avoid GCC warnings.
1493
1494 * wptGPG.cpp (check_homedir): Free memory in case of errors.
1495 (multi_gnupg_path): Add strict mode. If non-strict mode return
1496 the folder even if it does not exist.
1497 (check_for_gpgwin): New.
1498 * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
1499 initialized.
1500 * wptRegistry.cpp (get_reg_entry_gpg4win): New.
1501 (get_reg_entry_mo): Support for gpg4win.
1502
1503 2005-11-07 Timo Schulz <[email protected]>
1504
1505 * wptMainProc.cpp (winpt_main_proc): Disable
1506 some menu items when no secret key is available.
1507
1508 2005-11-05 Timo Schulz <[email protected]>
1509
1510 More minor changes to avoid GCC warnings.
1511
1512 * wptErrors.cp (winpt_strerror): Return w32
1513 formatted error and do not use 'break'.
1514
1515 2005-11-04 Werner Koch <[email protected]>
1516
1517 * WinPT-en.rc: Fixed locations of icons.
1518
1519 2005-11-03 Timo Schulz <[email protected]>
1520
1521 A lot of minor changes to avoid GCC warnings.
1522
1523 * wptGPG.cpp (get_gnupg_keyring): Only check size for
1524 public keyring.
1525 * wptKeyManager.cpp (km_update_default_key_str): Do
1526 not issue a bug message when no secret key was found.
1527 * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
1528
1529 2005-11-02 Werner Koch <[email protected]>
1530
1531 * WinPT.cpp (WinMain): Disabled PTD version tests.
1532 (check_crypto_engine): Fixed version check for scard.
1533
1534 * wptErrors.cpp (debug_end): Add dummy function.
1535
1536 * Makefile.am (code_files): Added wptCardEditCB.cpp and
1537 wptKeyEditCB.cpp.
1538
1539 2005-10-31 Werner Koch <[email protected]>
1540
1541 * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
1542 functions.
1543
1544 * wptKeyEditDlgs.cpp: Include oleauto.h
1545 * wptKeyEdit.cpp: Include time.h.
1546 * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
1547 * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
1548
1549 * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
1550 wptKeyEdit.cpp and wptKeycache.cpp.
1551
1552 * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
1553 * wptImportList.cpp (implist_load): Use remove and not unlink.
1554 * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
1555 * wptImportList.cpp (implist_load): Use remove and not unlink.
1556 * wptKeyManager.cpp (km_http_import): Ditto
1557 * wptMainProc.cpp: Include wptCrypto.h
1558 * wptKeyManager.cpp: Ditto.
1559 * wptFileManager.cpp: Ditto.
1560 * wptImportList.cpp (parse_colon_key): Need to cast argument for
1561 isdigit. Include ctype.h.
1562 * wptGPG.cpp: Include shlobj.h.
1563
1564 Fixed double inclusion of windows.h.
1565
1566 * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
1567 * wptKeylist.cpp (get_key_created): Broke up trigraph.
1568 (get_key_status): Removed dangerous use of sprintf. Still other
1569 flaws present, see comment.
1570
1571 * wptCardPCSC.c: Don't include winscard.h.
1572 (pcsc_readerstate_t, pcsc_context_t): New. Changed call users to
1573 use these types.
1574 (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
1575 (SCARD_S_SUCCESS): Changed all compares to test the value directly
1576 against zero.
1577
1578 * WinPT.cpp: Include wptCrypto.h.
1579 (WinMain): Don't shard S. Removed usunsed variable SIZE.
1580 * Makefile.am (code_files): Actually add files by adding a first
1581 backslash.
1582 * wptMDSumDlg.cpp: Include wptCrypto.h.
1583 * wptProxySettingsDlg.cpp: Included ctype.h.
1584 * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
1585 * wptKeysignDlg.cpp: Ditto
1586 * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
1587 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
1588 Removed unused variable.
1589 * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
1590 silly c++ operator synonyms.
1591 * wptKeyEditDlgs.cpp: Include time.h.
1592 * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
1593 * wptFileManagerDlg.cpp: Ditto.
1594 (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
1595 matter if it does an rmdir for a directory.
1596
1597 Fixed include of resource.h which is not anymore in the top
1598 directory.
1599
1600 2005-10-28 Werner Koch <[email protected]>
1601
1602 * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
1603 unsigned. Never ever use a possible signed char as argument for
1604 ctype tests. An alternative is to first test using isascii ().
1605 (keyserver_proxy_dlg_proc): Removed unused variable.
1606
1607 2005-10-27 Timo Schulz <[email protected]>
1608
1609 * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.
1610 * wptKeylist.cpp (keylist_add_key): Check global key flag to
1611 see if the key is disabled and not each subkey.
1612 (seclist_init): Likewise.
1613 * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use
1614 gpgme_op_decrypt_verify.
1615 (clip_decrypt_dlg_proc): Fixed fingerprint
1616 to keyid conversation. This also fixes a crash.
1617 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
1618 * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key
1619 already expired if the user wants to change the date.
1620 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old
1621 'v3 sig' option with the 'ask cert level' option. Sync
1622 with global preferences.
1623 * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the
1624 gpg.conf contains 'ask-cert-level'. If not disable button.
1625 * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable
1626 the button when the key is available.
1627 Reload key directly, not the entire cache.
1628
1629 2005-10-26 Timo Schulz <[email protected]>
1630
1631 * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but
1632 possible overflow.
1633 (is_openpgp_ext): Compare case insentensive.
1634 (add_single_file): New.
1635 (fm_add_opened_files): Support multi file selection.
1636 * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed.
1637 * wptKeyManager.cpp (km_enable_disable_key): Do not set cache
1638 reload flag. Just update the single key.
1639 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var
1640 and disable anonymize recipient for now.
1641
1642 Begin to port code to GCC. Fix all warning issued by the gcc
1643 compiler.
1644
1645 2005-10-25 Timo Schulz <[email protected]>
1646
1647 * wptGPGUtil.cpp (create_process): Hide window.
1648 * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
1649 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
1650 static var 'enable'.
1651 * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
1652 (gpg_genkey_params): Make sure all primary keys are capable
1653 for signing and certification.
1654 * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
1655 * wptGPG.cpp (gnupg_access_keyring): Check return value for
1656 NULL. Noted by Ralf.
1657 (get_gnupg_prog): Simplified.
1658 (check_homedir): Fixed. Return 0 when the dir is successfully created.
1659 * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
1660 indicate a pending GPG process.
1661 * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
1662 and and of an operation. For now just the cursor changes.
1663 (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
1664 * WinPT.cpp (WinMain): Check if there is already an instance and
1665 set a variable early as possible.
1666 (load_gettext): If a previous instance was found, do not output
1667 any errors. Kudos to Ralf.
1668
1669 2005-10-24 Timo Schulz <[email protected]>
1670
1671 * wptPassphraseCB.cpp (passphrase_callback_proc): Allow to use
1672 pre-defined recipients.
1673 (release_gpg_passphrase_cb): Release recipients.
1674 * wptKeyPropsDlg.cpp (keyprops_load_photo): Set photo-id
1675 validity if needed.
1676 (keyprops_dlg_proc): Issue a warning if the photo is valid.
1677
1678 2005-10-23 Timo Schulz <[email protected]>
1679
1680 * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.
1681 * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
1682 (get_ext_validity): New.
1683 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
1684 * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
1685 this function.
1686 (load_clipboard_from_file): Likewise.
1687 (save_clipboard_to_file): New.
1688 * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.
1689
1690 2005-10-22 Timo Schulz <[email protected]>
1691
1692 Localized a lot of more strings.
1693
1694 * wptMainProc.cpp (load_smartcard): New.
1695 * wptFileManager.cpp (fm_parse_command_line): Simplify code.
1696 (fm_check_armor_type): Add new arg. Change all callers.
1697 (fm_get_file_type): Likewise.
1698 * wptKeyPropsDlg.cpp (display_key_info): New.
1699 (keyprops_show_photo): Factored out some code into..
1700 (keyprops_load_photo): ..this function.
1701
1702 2005-10-21 Timo Schulz <[email protected]>
1703
1704 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use
1705 WM_INITPOPUPMENU to localize popup menu texts.
1706 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
1707 * wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset.
1708
1709 2005-10-20 Timo Schulz <[email protected]>
1710
1711 Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0.
1712
1713 * wptPassphraseCB.cpp (passphrase_cb): Complete card support.
1714 * wptCardEdit.cpp (genKey): Handle cancel case.
1715 * keycache.c: Renamed into...
1716 * wptKeyCache.cpp: ...this.
1717 * wptW32API.cpp (set_menu_text): Removed unused code.
1718 (set_menu_text_bypos): New.
1719 * wptCrypto.h: New.
1720 * wptMainProc.cpp (winpt_main_proc): Complete localize
1721 menu texts.
1722 * wptErrors.cpp (log_debug): Use a static var so the file
1723 is only opened once.
1724 (debug_end): Cleanup. Currently just close the log file.
1725 * wptErrors.h (wipememory): New.
1726 (sfree_if_alloc): Use it here.
1727 * WinPT.cpp (WinMain): Display the min. GPGME version which
1728 is needed in case of an error.
1729
1730 2005-10-17 Timo Schulz <[email protected]>
1731
1732 Free all memory returned by the GPGME dll with gpgme_free ().
1733
1734 s/GPG_ERR_CARD_REMOVED/GPG_ERR_CARD_NOT_PRESENT.
1735
1736 * wptKeyEdit.cpp (getCardStatus): Remove dummy key.
1737 (list_handler): With user interaction to allow to insert
1738 the card into the reader.
1739 * wptKeyEditCB.cpp (gpg_edit_card): Likewise.
1740 (common_card_handler): Fixed incorrect command string.
1741 * wptKeyPropsDlg.cpp (get_card_type): New.
1742 (keyprops_dlg_proc): Show card information if present.
1743 * wptFileManager.cpp (secret_key_available): Make the code faster.
1744
1745
1746 2005-10-16 Timo Schulz <[email protected]>
1747
1748 * wptPassphraseCB.cpp (passphrase_cb): Fix problem
1749 with hanging GPG process on cancel.
1750 * keycache.c (gpg_keycache_release): Release all objects.
1751
1752 2005-10-15 Timo Schulz <[email protected]>
1753
1754 * wptCardEdit.cpp (setResult, getResult): New.
1755 (reset): New.
1756 (getCardStatus): Check return codes and release all objects
1757 in case of errors.
1758 * wptCardEditCB.cpp (change_pin_handler): Call reset()
1759 before quit.
1760 (editcard_handler): Likewise.
1761 (common_card_handler): New.
1762 * wptCardDlg.cpp (card_changepin_dlg_proc): Also unmask
1763 the old PIN when 'Hide Typing' is disabled.
1764 * wptPassphraseCB.cpp (passphrase_cb): The card detection
1765 works again. Support to re-enter passphrase.
1766
1767 2005-10-14 Timo Schulz <[email protected]>
1768
1769 * wptCardDlg.cpp (card_status): New fields for the
1770 fingerprint creation time. Display card info as title.
1771 (get_printable_version): New.
1772 * wptCardEditCB.cpp (editcard_handler): Fix problem
1773 with the counter comparison.
1774
1775 2005-10-11 Timo Schulz <[email protected]>
1776
1777 Port to GPGME basically finished.
1778
1779 2005-09-20 Timo Schulz <[email protected]>
1780
1781 * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc):
1782 Do not use gpgme_recipients_t but the listview directly
1783 to add the selected files.
1784
1785 2005-09-07 Timo Schulz <[email protected]>
1786
1787 * Make sure all GetOpenFileName filters are terminated by \0\0.
1788
1789 2005-09-01 Timo Schulz <[email protected]>
1790
1791 * wptW32API.cpp (center_window): New argument for parent window.
1792 Change all callers.
1793 (center_window2): Likewise.
1794 * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'.
1795 * wptGPG.cpp (gnupg_backup_options): Remove param. One backup
1796 file is enough. Changed all callers.
1797
1798 2005-08-15 Timo Schulz <[email protected]>
1799
1800 * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys.
1801 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title.
1802 * Make sure the passphrase is always overwritten before it is
1803 freed (or the function returns).
1804 * wptKeyPropDlg.cpp (get_pref_cipher): New.
1805 (keyprops_dlg_proc): Use it here.
1806
1807 2005-08-06 Timo Schulz <[email protected]>
1808
1809 * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
1810 of the secret key.
1811 (keycache_init): cache name of secret keyring.
1812 * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
1813 (get_key_type): Do not assume 'ultimate' means key pair.
1814 * wptKeyEditDlgs.cpp (diff_time): New.
1815 (keyedit_addsubkey_dlg_proc): Changed design and use
1816 diff_time. Drop checks for invalid keylength (< 1024, > 4096)
1817 because the combo box automatically handles this.
1818 * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
1819 * wptGPG.cpp (get_backup_name): New.
1820 (gnupg_backup_keyrings): Rotate backup names, from 0..3.
1821 * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
1822 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
1823 not the long keyid.
1824
1825 2005-08-05 Timo Schulz <[email protected]>
1826
1827 * wptListView.cpp (listview_set_item2): New.
1828 * wptKeyManager.cpp (km_check_if_protected): Directly
1829 retrieve gpgme_key_t from the list.
1830 (km_check_key_status): Likewise.
1831 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use
1832 a human-readable name for secret key export.
1833 Reload just the keys which were affected by updates
1834 (edit-key).
1835 (update_key): New.
1836 * wptKeyList.cpp ((keylist_upd_key): Stripped down
1837 version of keylist_add_key.
1838 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not
1839 reload the keycache here, just flag 'update'. Give the
1840 control to the calling dialog.
1841 * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t
1842 as parameter. Changed all callers.
1843 Add date of expiration to the key info.
1844 (get_expire_date): New.
1845 Use a checkbox to allow to ask for the cert level.
1846 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload
1847 the cache.
1848
1849 2005-08-04 Timo Schulz <[email protected]>
1850
1851 * wptListView.cpp (listview_scroll): New.
1852 (listview_get_item2): New.
1853 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the
1854 item was found, make it visible with scrolling.
1855 * wptKeyManager.cpp (km_find_key): New.
1856 (keylist_subclass_proc): Support to handle some acceleators.
1857 Strg+{C, P, F, A}.
1858 (km_get_key_status): Get the gpgme_key_t object directly
1859 from the list.
1860 * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set
1861 the config file (if it exists).
1862 * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code
1863 to handle the click->activate situation.
1864 * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
1865 Support to check the passphrase quality.
1866 * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
1867 (request_passphrase): Rename 'init' to 'flags' to allow more
1868 options.
1869 * wptMAPI.cpp: Check all *alloc results.
1870 * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary
1871 passphrase quality check.
1872 * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file
1873 format and allow to save the checksum in a file.
1874 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning
1875 when the PGP mode is disabled.
1876 wptKeyEditDlgs.cpp (do_editkey_primary): Return if just
1877 one user-ID exists.
1878 (keyedit_dlg_proc): Fixed index problem.
1879 * wptKeyPropsDlg.cpp (get_validity): New.
1880 (keyprops_dlg_proc): Actually show extended validity if possible.
1881 * wptKeyList.cpp (get_key_fpr): Support for old v3 format.
1882 (do_addkey): Use listview_add_item2 to store key as opaque
1883 param inside the list.
1884 * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.
1885 (file_stat_dlg_proc): End dialog if no PGP data was found.
1886 (do_list_packets): Return the number of valid PGP packets
1887 of the file.
1888
1889 2005-08-02 Timo Schulz <[email protected]>
1890
1891 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of
1892 using 'Default Keyserver' add the real keyserver name to
1893 the menu.
1894 The rebuild command does not reload the cache any longer.
1895 Use ATTR_NAME + .asc as the filename and not keyid + .asc.
1896 * wptProxySettingsDlg.cpp (enable_proxy_auth): New.
1897 (keyserver_proxy_dlg_proc): Changed the design a little
1898 and add some additional sanity checks.
1899 * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.
1900 This fixes the problem that the GPG option dialog does not show
1901 very nice lines.
1902 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.
1903 * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected
1904 check for 'NOKEY' before asking a keyserver.
1905 * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.
1906 If a lot of keys were selected, ask if the user wants to confirm
1907 each delete procedure or allow to cancel the operation.
1908 * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much
1909 keys the file contain.
1910 * wptKeyList.cpp (get_key_algo): Beautified.
1911 (get_key_status): Drop the "[XYZ] Unknown" format, it is too
1912 confusing for users.
1913 * wptKeyManager.cpp (km_check_key_status): Adjustments for the
1914 new code.
1915 (km_check_for_seckey): Reset utrust parameter. Return -1 for
1916 invalid (exp+rev+dis) keys.
1917
1918 2005-08-01 Timo Schulz <[email protected]>
1919
1920 * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given
1921 sizes.
1922 (check_IP_or_hostname): New.
1923 (kserver_load_conf): Correct finger URL parsing problem.
1924 (port_from_proto): New.
1925 (keyserver_load_conf): Guess the port.
1926 (keyserver_set_default): Allocate new buffer.
1927 (kserver_load_conf): Likewise.
1928 * wptHTTP.c (parse_reqline, parse_request): Removed.
1929 Use WinPT error code and remove all unused code.
1930 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.
1931 * wptProxySettingsDlg.cpp (read_proxy): Simple check for
1932 invalid host/IP addresses.
1933 * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.
1934 Changed all callers.
1935 * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,
1936 automatically set 'backup to homedir'.
1937 * WinPT.cpp (WinMain): Use desktop window as the parent window
1938 to load 'first-start' dialogs.
1939 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'
1940 flag after deleting keys.
1941 * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure
1942 for passing the arguments.
1943 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for
1944 the OptFile. This was responsible for a lot of 'General Errors'
1945 after the first start related to key caching.
1946 Automatically set the gpg binary if possible.
1947
1948 2005-07-22 Timo Schulz <[email protected]>
1949
1950 * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
1951 messages and make sure WinPT make a keyring backup in this case.
1952 * wptGPGME.cpp (keycache_reload): Do not rebuild the signature
1953 cache each time. Just do it on startup.
1954 * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
1955 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
1956 was set by the calling function.
1957 * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
1958 (keygen_dlg_proc): Only add the generated key to the keycache
1959 and do not reload the entire cache.
1960 * wptKeyManager.cpp (km_delete_keys): Store the number of keys
1961 because in each loop iteration it will be new calculated.
1962 * wptListView.cpp (listview_del_items): Likewise.
1963 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
1964 generated key to the list instead of reloading the entire cache.
1965 * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.
1966
1967 2005-05-09 Timo Schulz <[email protected]>
1968
1969 * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..
1970 (http_dlg_proc): ..this.
1971 (get_keyserver_URL_dlg): New.
1972 (check_URL): New.
1973 * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): New.
1974 (keyedit_main_dlg_proc): Avoid massive keycache reloads, just reload
1975 the single key.
1976 * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Show the key
1977 properties of the selected desig. revoker.
1978 * wptVerifyList.cpp (verlist_build): Increase the column
1979 size of 'keyid'.
1980 * wptGPGME.cpp (keycache_update): New.
1981 * wptKeySigDlg.cpp (keysig_dlg_proc): Update the key if a signature
1982 was deleted.
1983 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Zeroing the key struct
1984 before we set any values.
1985
1986 2005-05-03 Timo Schulz <[email protected]>
1987
1988 * wptFileManager.cpp (fm_parse_command_line): Handle
1989 'SYMKEYENC' files. Thanks to the user who reported it.
1990 * wptKeyEditDlgs.cpp (do_find_userid): Optionally return the context.
1991 (showpref_dlg_proc): New.
1992 (keyedit_main_dlg_proc): Support SHOWPREF.
1993 (userid_list_init): New field 'Email'. Split userID into 'Name' + 'Email'.
1994 (do_add_new_userid): Adjust for new ListView.
1995 (do_find_userid): Use email for searching.
1996 (parse_preflist): New.
1997
1998 2005-04-19 Timo Schulz <[email protected]>
1999
2000 * wptKeyserver.cpp (kserver_update_proxyuser): Fixed
2001 buffer overflow that occurred when the proxy password
2002 is > 29 chars. Thanks to the friendly user who reported this.
2003 (kserver_search): Handle the case the key is revoked. Thanks
2004 to Ralf.
2005 (kserver_connect): More logging.
2006 (kserver_sendkey): Likewise.
2007 * wptProxySettingsDlg.cpp (check_number): New.
2008 (read_proxy): Check the entered port number.
2009 * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
2010 * wptW32API.cpp (get_folder_dlg): Free memory.
2011
2012 2005-04-11 Timo Schulz <[email protected]>
2013
2014 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
2015 'enable' flag always at the begin.
2016 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
2017 key trust. Noted by a friendly user.
2018 * wptListView.cpp (listview_add_item_pos): New.
2019 * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
2020 the fact that GPG does not return the fingerprint of
2021 the generated subkey any longer, we need to get it manually.
2022 Thanks to Maxime Brandt.
2023 (keyedit_addsubkey_dlg_proc): If key size too large, ask
2024 if this was a mistake.
2025 (keyedit_add_subkey): Use it here.
2026 (do_add_new_subkey): Fix list contrl insertion.
2027 * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.
2028
2029 2005-04-04 Timo Schulz <[email protected]>
2030
2031 * WinPT.cpp (check_crypto_engine): Correct version
2032 check. Noted by Werner.
2033
2034 2005-03-22 Timo Schulz <[email protected]>
2035
2036 * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.
2037 (enable_mobile_mode): New.
2038 * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new
2039 ID's for adding subkeys.
2040
2041 2005-03-06 Timo Schulz <[email protected]>
2042
2043 * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
2044 a public key. Noted by Kurt Fitzner.
2045
2046 2005-03-04 Timo Schulz <[email protected]>
2047
2048 * GPG asks twice for the new PIN. Thanks to Achim.
2049 * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.
2050 Only check the passphrase if the backup flag is enabled. Again thanks to
2051 Achim.
2052
2053 2005-03-03 Timo Schulz <[email protected]>
2054
2055 * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
2056 new PIN. Suggested by Achim.
2057 Support to show the unmasked PIN.
2058 Modified TAB-order.
2059 * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.
2060
2061 * Fixed wrong GPG --command-fd strings. Thanks to Achim.
2062
2063 2005-02-23 Timo Schulz <[email protected]>
2064
2065 * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.
2066 (kserver_search): Be more strict.
2067 * WinPT.cpp (WinMain): Enable FM progress by default.
2068 * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.
2069 (fm_parse_files): Use progress dialog only if it is
2070 enabled.
2071
2072 2005-02-07 Timo Schulz <[email protected]>
2073
2074 * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog
2075 for signing and verifying. But this does not fix the problem tha the
2076 dialog sometimes stay and is not destroyed.
2077
2078 2005-02-04 Timo Schulz <[email protected]>
2079
2080 * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
2081 If the progress window survives by accident, it will be closed when the
2082 File Manager (root window) is closed.
2083
2084 2005-02-02 Timo Schulz <[email protected]>
2085
2086 * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
2087 it is invisible.
2088 * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
2089 passphrases.
2090 * Enable the progress dialog for symmetric encryption.
2091 * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
2092 FM_ENCRYPT mode.
2093 * WinPT.cpp (WinMain): SETUP_EXISTING implemented.
2094 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
2095 no value is entered.
2096
2097 2005-01-26 Timo Schulz <[email protected]>
2098
2099 * wptGPG.cpp (multi_gnupg_path): Zero buffer before use.
2100 * wptKeyManagerDlg.cpp: Add 'Select All' feature.
2101 Move 'Edit->Key' to 'Key->Edit'.
2102 * wptFileManagerDlg.cpp: Likewise.
2103 * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.
2104 * wptKeyManager.cpp (spawn_loadimage): Removed.
2105 (km_show_photo): Removed.
2106 * wptRevokersDlg.cpp (revokelist_init): Fixed index.
2107 * wptErrors.cpp (winpt_strerror): Show system error for registry
2108 related problems.
2109
2110 2005-01-25 Timo Schulz <[email protected]>
2111
2112 * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default
2113 and that all values are 7-bit ASCII.
2114 Use '*' for the passphrase field.
2115 * wptGPG.cpp (multi_gnupg_path): New.
2116 (get_gnupg_path): Use it here.
2117 (check_homedir): Likewise.
2118 * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port
2119 is actually set.
2120 * wptFileManager.cpp (fm_clearsign_8bit): New.
2121 (fm_parse_files): Check if the file to clearsign is really 7-bit.
2122 Thanks to djek.
2123 (fm_set_ftype): Factored out some code from...
2124 (fm_add_dropped_files): ...here. Simplied the code.
2125 (fm_add_dir_files): New.
2126 * Removed MD5 from MyGPGME and the new default sym cipher is AES.
2127 * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var
2128 to track the window handle.
2129 (progress_cleanup): Try to close tracking handle first.
2130
2131 2005-01-21 Timo Schulz <[email protected]>
2132
2133 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys
2134 which are not in the keyring. Suggested by djek.
2135 * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic
2136 'Always on Top'.
2137 Allow to send encrypted files via MAPI.
2138 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache
2139 if the HKP retrieval succeeded.
2140 * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer
2141 is not NULL.
2142 * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with
2143 a header similar to 'gpg -k name'.
2144 * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible
2145 with 'Always on Top' windows.
2146 * wptFileManager.cpp (fm_parse_files): Set progress callback for
2147 wiping files.
2148 (fm_add_opened_files): Do not add the file in case of an error.
2149 * wptKeyserverDlg.cpp (kserver_get_port): New.
2150 (save_default_ks): Save port.
2151 * wptKeyserver.cpp (set_default_kserver): Get port or use default.
2152 (kserver_connect): Logging.
2153 (kserver_send_request): Likewise. Thanks to Markus.
2154 * wptError.cpp (w32_fmt_msg): New.
2155 (winpt_strerror): Show the W32 API error if the hotkey could not
2156 be registered.
2157
2158 2005-01-20 Timo Schulz <[email protected]>
2159
2160 * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the
2161 keyring check. If the file exists, it is enough.
2162 * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.
2163 Several cleanups and allow to specify the port of the keyserver.
2164 * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure
2165 the application terminates clearly when Windows shutdown.
2166
2167 2005-01-10 Timo Schulz <[email protected]>
2168
2169 * WinPT.cpp (load_gettext): New.
2170 (WinMain): Use it here to load it before --keymanager. Thanks to Ralf.
2171
2172 2005-01-08 Timo Schulz <[email protected]>
2173
2174 * Applied the patches to make the source G++ compatible.
2175 * wptKeyserver.cpp (kserver_load_conf): Use the stripped string.
2176 * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.
2177 * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.
2178
2179 2005-01-07 Timo Schulz <[email protected]>
2180
2181 * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.
2182 (finger_recvkey): Use skip_type_prefix and prevent buffer overflows.
2183 (ldap_recvkey): Likewise.
2184 (check_hkp_response): Be more liberal with error strings.
2185 (kserver_connect): Prevent buffer overflow and use the right return
2186 code for inet_addr().
2187 (kserver_search_chkresp): New.
2188 (kserver_search): Fixed. Now it works with modern keyservers.
2189 * wptKeylist.cpp (seclist_init): Add new flags param.
2190 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key
2191 listing.
2192 * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
2193 * wptMainProc.cpp (winpt_main_proc): GPGME cleanup.
2194 * WinPT.cpp (WinMain): call GPGME init.
2195 Reword the 'you have no keyring' problem and revamp the first run dialog.
2196 * wptGPG.cpp (gnupg_access_keyring): New.
2197 (gnupg_check_keyring): Removed unused code.
2198 * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the
2199 new texts and remove unused elements.
2200 * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The
2201 last annoying typo.
2202 * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of
2203 an error.
2204
2205 2004-12-30 Timo Schulz <[email protected]>
2206
2207 * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.
2208 This fixes the problem that the dialog crashes when the user selects
2209 anything. Thanks to my users.
2210 (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.
2211
2212 2004-12-20 Timo Schulz <[email protected]>
2213
2214 * wptGPG.cpp (check_gnupg_engine): Fixed version checking.
2215 * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the
2216 cache if it is not valid.
2217
2218 Fix problem with a NULL pointer.
2219
2220 2004-12-15 Timo Schulz <[email protected]>
2221
2222 * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right
2223 temp name.
2224 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button
2225 when no secret key is available.
2226
2227 2004-12-11 Timo Schulz <[email protected]>
2228
2229 * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect
2230 the file type.
2231 (fm_parse_command_line): Likewise.
2232
2233 2004-12-02 Timo Schulz <[email protected]>
2234
2235 * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.
2236
2237 2004-11-04 Timo Schulz <[email protected]>
2238
2239 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred
2240 keyserver sub packets.
2241
2242 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to
2243 indicate we need to reload the cache. If a user deletes a key
2244 and exits the manager and loads it again the deleted key is
2245 still in cache and provoked an error.
2246
2247 * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.
2248
2249 * wptW32API.cpp (center_window): Replaced with real code which calculates
2250 the position relative to the desktop window.
2251
2252 2004-10-25 Timo Schulz <[email protected]>
2253
2254 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box
2255 if the PGP message is complete but broken during the transport.
2256 Thanks to Werner and Achim.
2257 * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks
2258 to the gnupg-users.
2259 * Automatically add '\r\n' to the text before signing. This solves
2260 the problem the last line is not included if no \r\n is present.
2261 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode
2262 which prepends the text with '> '. This makes it easier to quote
2263 decrypted text.
2264 * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored
2265 out from..
2266 (keyserver_dlg_proc): ..here.
2267
2268 2004-10-15 Timo Schulz <[email protected]>
2269
2270 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt
2271 is really initialized.
2272
2273 2004-10-07 Timo Schulz <[email protected]>
2274
2275 * wptErrors.cpp (winpt_errmsg): Use a generic header when no
2276 filename is supplied.
2277 * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but
2278 an error message which is more clean. Thanks to Ralf.
2279 * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card
2280 admin mode.
2281 * wptKeySignDlg.cpp (do_check_protection): Also check for smart
2282 card protection.
2283 (get_keyinfo): Return if this is a smart card key.
2284 * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before
2285 comparing the names.
2286 * winpt.cpp: Now depends on PTD 0.7.1.
2287
2288 2004-10-01 Timo Schulz <[email protected]>
2289
2290 * wptClipSignDlg.cpp: Really use the selected subkey with the
2291 right '!' syntax. Thanks to Vedaal for pointing this out.
2292 * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device
2293 is accessable and writeable, otherwise inform the user. Kudos to
2294 the one who reported this problem.
2295
2296 2004-09-20 Timo Schulz <[email protected]>
2297
2298 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in
2299 context menus when the key is flagged as revoked.
2300 (update_ui_items): Likewise and set the 'ShowPhoto' flag only if
2301 the key has such an item.
2302
2303 2004-09-08 Timo Schulz <[email protected]>
2304
2305 * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is
2306 in the list, return zero.
2307
2308 2004-09-07 Timo Schulz <[email protected]>
2309
2310 * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.
2311 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
2312
2313 2004-09-01 Timo Schulz <[email protected]>
2314
2315 * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.
2316 (default_key_from_cache): Use new key attribute 'usable'.
2317 * WinPT.cpp (show_unprotected_keys): Removed.
2318 * wptKeylist.cpp (check_key): Removed.
2319 (seclist_init): Use new 'usable' key attribute.
2320 (keylist_add_key): Likewise.
2321 * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to
2322 add keys via 'INSERT'.
2323 * wptListView.cpp (listview_select_one): New.
2324 (listview_find): New.
2325 * wptFileManager.cpp (fm_get_current_pos): If there is only
2326 one item, return 0 but also select it. Thanks to Christian.
2327
2328 2004-08-28 Timo Schulz <[email protected]>
2329
2330 * WinPT.cpp (WinMain): Free gpg table in case of an error.
2331 * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
2332 (filemanager_dlg_proc): Subclass the list control.
2333 * Fix Alt+C for the winpt_prefs_dlg_proc.
2334 * wptKeyserver.cpp (kserver_load_conf): Ignore lines with
2335 just whitespaces. Thanks to the folks on winpt-users.
2336
2337 2004-08-27 Timo Schulz <[email protected]>
2338
2339 * wptKeyserver.cpp (skip_whitespace): New.
2340 * Fix a problem with the key cache. The new hash item was
2341 not initialized to zero and thus the free caused an illegal access.
2342 Thanks to Ralf for pointing this out.
2343 * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.
2344 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
2345 * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and
2346 use a context to store the value. Loalize all text strings.
2347 * wptKeyList.cpp (key_check_validity): Cannot use gettext here.
2348 (keylist_get_recipients): Increase buffer for gettext messages.
2349
2350 2004-08-26 Timo Schulz <[email protected]>
2351
2352 * WinPT.cpp (load_keyserver_conf): New. Factored out some code
2353 from WinMain ().
2354 (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
2355 * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
2356 in the list control, add at least the internal default HKP server.
2357 * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.
2358 * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.
2359 (keysign_dlg_proc): Likewise.
2360 * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.
2361 * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.
2362 (kserver_connect): use it here.
2363 (kserver_send_request): Likewise.
2364 (kserver_recvkey): Likewise.
2365
2366 2004-08-25 Timo Schulz <[email protected]>
2367
2368 * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB
2369 and skip to read large files on floppy discs.
2370 (fm_wipe): Display a 'wait' cursor until the wipe is complete.
2371 (is_floppy_disc): New.
2372 * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
2373 (file_manager_dlg_proc): Use subclassing to allow some hotkeys.
2374
2375 2004-08-24 Timo Schulz <[email protected]>
2376
2377 * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for
2378 the user-ids.
2379 * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into
2380 expert mode when the non-interactive mode is used.
2381 * WinPT.cpp (WinMain): Start the keygen wizard instead of the
2382 expert dialog and allow to switch to it.
2383
2384 2004-08-20 Timo Schulz <[email protected]>
2385
2386 * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only
2387 mode the menu is not available.
2388 (popup_gpg_readonly): New.
2389 (menu_gpg_readonly): New.
2390 (keymanager_dlg_proc): Use it here. Do not check the permissions
2391 any longer since this is now handle via the read-only code.
2392 * wptMainProc.cpp (winpt_main_proc): Check if the keyrings
2393 are in read-only mode.
2394 * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.
2395 * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably
2396 signatures in expert mode.
2397 * wptKEyEditDlgs.cpp (do_find_userid): Release context.
2398 * wptGPG.cpp (gpg_check_permissions): Only print out a warning
2399 in the interactive mode.
2400 * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left
2401 mouse button is clicked.
2402
2403 2004-08-19 Timo Schulz <[email protected]>
2404
2405 * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected
2406 key numbers.
2407
2408 * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.
2409 (is_sig): Change code to allow to check pre-defined fields.
2410
2411 * WinPT.cpp (WinMain): Allow read-only support for keyrings.
2412
2413 2004-08-06 Timo Schulz <[email protected]>
2414
2415 * wptContext.h: Move subclass_s context to this file.
2416
2417 * wptKeysigDlg.cpp (subclass_dlg_proc): New.
2418
2419
2420 2004-08-05 Timo Schulz <[email protected]>
2421
2422 * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag
2423 when possible.
2424 New dialog layout to enhance the readability of the text. Use
2425 flat check boxes for the same reason.
2426
2427 * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to
2428 the right column (3 not 4).
2429
2430 * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile
2431 uses a unique name.
2432
2433
2434 2004-08-04 Timo Schulz <[email protected]>
2435
2436 * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the
2437 edit-field to display the text. Now a RichEdit field is
2438 used. This solves the XP problem that the viewer is empty
2439 even if there is text in it.
2440
2441 * wptKeyManger.cpp (km_file_export): Add WinPT specific comment.
2442
2443 * wptKeySigDlg.cpp (sigprops_dlg_proc): New.
2444 (keysig_dlg_proc): Add new 'Properties' button and implement
2445 the code for it.
2446
2447 * wptSigList.cpp: Add support to show the expiration date.
2448
2449 * wptGPGME.cpp (keycache_init): Support to show the progress bar.
2450 (keycache_release): Store the amount of keys in the registry for
2451 the progress dialog.
2452
2453 * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate
2454 default keyserver.conf.
2455
2456 * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.
2457 Fix possible buffer overflow.
2458 (wsock_end): Release stored keyserver list.
2459
2460 * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for
2461 a specific recipient and select it.
2462
2463 2004-08-02 Timo Schulz <[email protected]>
2464
2465 * wptKeysigDlg.cpp (do_create_popup): New.
2466 (do_load_keyprops): New.
2467
2468 (keysig_dlg_proc): Factor out some common code and use
2469 do_load_keyprops.
2470
2471 * wptKeyServer.cpp (kserver_check_inet_connection): New.
2472
2473 * wptKeyManger.cpp (km_refresh_from_keyserver): First check
2474 for an active internet connection. It's annoying for the
2475 user to confirm an connection error for each key (n>40).
2476
2477 2004-07-27 Timo Schulz <[email protected]>
2478
2479 * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new
2480 value for the ownertrust.
2481
2482 * wptKeyManager.cpp (get_key_trust): Make it public.
2483 (get_key_trust_str): New.
2484 (km_refresh_from_keyserver): Allow to select random keys.
2485 (km_refresh_one_key): New.
2486
2487 * wptKeyserver.cpp: Use default keyserver if possible.
2488
2489 2004-07-13 Timo Schulz <[email protected]>
2490
2491 * wptFileManager.cpp (fm_assume_onepass_sig): New.
2492 Thanks to Vedaal who found out that armored one-pass sigs are not
2493 correctly recognized.
2494
2495 (ask_filename): New.
2496 Again thanks to Vedaal who suggested to ask for a new output name
2497 for the case the user does not want to overwrite the file.
2498
2499 (fm_encrypt): Use it here.
2500 (fm_decrypt): Likewise.
2501 (fm_sign): Likewise.
2502
2503 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry
2504 to set secret keys to ultimate trust.
2505
2506 * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the
2507 key has ultimate trust.
2508 (km_set_implicit_trust): New.
2509
2510 2004-07-12 Timo Schulz <[email protected]>
2511
2512 * wptRegistry.cpp: Support for disable compression of multi-media files.
2513 (set_reg_winpt_single): New.
2514 (get_reg_winpt_single): New.
2515
2516 * wptFileManager.cpp (is_multi_media): New.
2517 (fm_encrypt): Disable compression of multi-media files.
2518 (fm_state_new): Set comment to indicate armored files were generated
2519 by WinPT. This is a replacement due to the fact the WinPT string is not
2520 added in the 'Version' for larger files.
2521
2522 * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.
2523
2524 2004-07-11 Timo Schulz <[email protected]>
2525
2526 * Bug fix for the validity revoked status. Now it is 'revoked'
2527 and not 'unknown' any longer.
2528
2529 * Feature to disable encryption. This might be useful for filetypes
2530 GPG does not recognize as compress (movies, ...).
2531
2532 * wptFileManager.cpp (fm_get_file_type): Skip packet detction if
2533 the file is large and it has no openpgp extension.
2534
2535 2004-06-19 Timo Schulz <[email protected]>
2536
2537 * wptInet.cpp: Renamed to ...
2538 * wptHttp.c: ... this.
2539 * wptKeyManager.cpp (km_http_import): Release 'p' not too early.
2540 * WinPT.cpp (WinMain): If there is a problem with the homedir,
2541 jump to the first start settings.
2542
2543 2004-06-12 Timo Schulz <[email protected]>
2544
2545 * wptInet.cpp: Updated.
2546 * wptKeyManager.cpp (km_http_import): Use http_send_request2() to
2547 parse the URL.
2548 * wptCommonDlg.cpp (http_file_dlg_proc): New.
2549 (get_http_file_dlg): New.
2550
2551 2004-06-08 Timo Schulz <[email protected]>
2552
2553 * wptInet.cpp: New.
2554 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http
2555 transfers.
2556 * wptKeyManager.cpp (km_http_import): New.
2557
2558
2559 2004-06-02 Timo Schulz <[email protected]>
2560
2561 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error
2562 if there is no clipboard data.
2563
2564 Release memory in case of an error.
2565
2566 * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.
2567
2568 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
2569
2570
2571 2004-05-31 Timo Schulz <[email protected]>
2572
2573 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the
2574 'X' close button. Noted by a friendly user.
2575
2576 Disable 'Save' button.
2577
2578 * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.
2579
2580 * wptFileManager.cpp (fm_set_status): Do not use the data file name
2581 for signatures but keep the original file name.
2582
2583 (fm_verify_pasted_detsig): Try to verify detached signatures from
2584 the clipboard.
2585
2586 2004-05-14 Timo Schulz <[email protected]>
2587
2588 * WinPT.cpp (check_crypto_engine): Due to some
2589 internal GPG changes the min. version for smart card
2590 support is now 1.3.6.
2591
2592 * wptProxySettingsDlg.cpp (read_proxy): Correct prefix
2593 handling. Thanks to the folks who reported this via SF.net.
2594
2595 * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.
2596 Thanks to the folks on winpt-users who reported it.
2597
2598 * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of
2599 the hotkeys are disabled.
2600
2601 * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.
2602
2603 * wptFileManager.cpp (fm_get_file_type): Do not parse the entire
2604 file if the size is >= 256MB.
2605
2606 2004-03-15 Timo Schulz <[email protected]>
2607
2608 * Decrypt list box has now a vertical scroll bar.
2609
2610 2004-03-11 Timo Schulz <[email protected]>
2611
2612 * The DLL is now complety C-source.
2613
2614 2004-03-08 Timo Schulz <[email protected]>
2615
2616 * wptGPG.cpp (gnupg_import_keyrings): cleanups.
2617
2618 * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows
2619 CP.
2620 (wincp_to_utf8): Likewise.
2621 (conv_charset): Now internal and static.
2622
2623 * wptUTF8.h: New prototypes and remove the old prototypes.
2624
2625 * WinPT.cpp (WinMain): Destroy the windows handle in case of an error.
2626
2627
2628 2004-03-07 Timo Schulz <[email protected]>
2629
2630 * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats
2631 dummy keyrings with a size of zero in the homedir.
2632
2633 (gpg_check_permissions): Check for read-only keyrings and add code
2634 for this case.
2635
2636 This problem fixes a lof of other problems related to the OpenPGP
2637 parsing stuff for the key cache.
2638
2639 * WinPT.cpp (check_crypto_engine): Store the GPG version for later use.
2640
2641 2004-03-04 Timo Schulz <[email protected]>
2642
2643 * wptKeyserver.cpp (finger_recvkey): Error if key was not found
2644 or garbled.
2645
2646 * wptGPG.cpp (gpg_check_permissions): Take care of the entries
2647 in gpg.conf.
2648
2649 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select
2650 the signer. Suggested by Sebastian.
2651
2652 * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to
2653 this file.
2654 (seclist_free): Likewise.
2655 (seclist_select_key): Likewise.
2656
2657 * wptFileManager.cpp (fm_encrypt): Handle the case the signer was
2658 already set.
2659
2660 2004-03-02 Timo Schulz <[email protected]>
2661
2662 * wptGPG.cpp (check_keyring): Handle the case that the keyring
2663 is set in the gpg.conf file and the pubring.gpg file is zero bytes.
2664
2665 (gnupg_backup_keyrings): Support backup of keyrings which were set
2666 in gpg.conf. Thanks to the user who reminded me of this problem.
2667
2668 (gnupg_check_file_ext): Make check not case sentensive.
2669
2670 * (sfree_if_alloc): Overwrite the memory with zeros before freeing
2671 it. This only works with c-strings! Use it everywhere we handle
2672 sentensive information (passphrases).
2673
2674 * Try to improve the usability with better menu names and new
2675 ordering.
2676
2677 * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.
2678
2679 * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now
2680 it is part of the WinPt about dialog. This way we can minimize the
2681 elements in the popup menu.
2682
2683 2004-02-29 Timo Schulz <[email protected]>
2684
2685 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.
2686
2687 * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself
2688 so we are not allowing to sign ourself.
2689
2690 * wptSigList.cpp (siglist_add_key): Support for the signature
2691 flags (local, non-revocably, ...).
2692
2693 * Key signing with GPG 1.2.x should work again. Hopefully.
2694
2695 2004-02-26 Timo Schulz <[email protected]>
2696
2697 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error
2698 if no recipient was selected.
2699
2700 * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog
2701 is destroyed. This fixes the bug that the dialog sometimes exist even
2702 after the procedure ended.
2703
2704 * wptProgressDlg.cpp (progress_callback): Change the if-then-else
2705 struct to prevent zombie dialogs.
2706
2707 * wptKeyserver.cpp: Removed unused prototypes.
2708
2709 2004-02-25 Timo Schulz <[email protected]>
2710
2711 * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and
2712 do not mix the names in the different menus.
2713
2714 * wptSigList.cpp: Support to show the signature class.
2715
2716 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo
2717 box when there is no secret key available.
2718
2719 (do_init_keylist): Do not allow to use the owners key as a desig
2720 revoker.
2721
2722 * wptKeylist.cpp (get_key_trust): New.
2723 (do_addkey): Use it here.
2724
2725 2004-02-24 Timo Schulz <[email protected]>
2726
2727 * WinPT.cpp (WinMain): Call a selftest check procedure to
2728 make sure all cryptographic code works as expected.
2729
2730 2004-02-22 Timo Schulz <[email protected]>
2731
2732 * PTD: Cryptdisk seems to have problems with locking. Use
2733 a forced flag to tell the code if it should bail out or
2734 ignore locking errors.
2735
2736 * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new
2737 locking code.
2738 (cryptdisk_new_dlg_proc): Adjust size of the volume.
2739
2740 2004-02-21 Timo Schulz <[email protected]>
2741
2742 * wptCryptdisk.cpp (cryptdisk_cleanup): New.
2743 (is_nt4): Because my Platform-SDK is too old I need to load
2744 some prototypes dynamically.
2745 (init_drives): Return the first useable drive letter if
2746 called with appropriate parameters.
2747 * wptMainProc.cpp (winpt_main_proc): Use it here.
2748
2749 2004-02-18 Timo Schulz <[email protected]>
2750
2751 * Modify the cryptdisk code for crosscrypt 0.4.1.
2752 * wptCryptDisk.cpp (do_mount): Add key algorithm param.
2753
2754 2004-02-17 Timo Schulz <[email protected]>
2755
2756 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt
2757 to the signers key. Suggested by Alexander.
2758 Use new keycache system, we use the public key part of the
2759 cache because it has all flags set.
2760 * wptGPG.cpp (default_key_from_cache): Use new cache system.
2761 * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
2762
2763
2764 2004-02-12 Timo Schulz <[email protected]>
2765
2766 * wptErrors.cpp: New error codes for the cryptdisk feature.
2767 * wptCryptdisk.cpp (do_dispatch): Better error handling.
2768 (cryptdisk_mount_dlg_proc): Use it here.
2769 (cryptdisk_umount_dlg_proc): Likewise.
2770 (init_drives): Use system list.
2771
2772 Localized all strings.
2773
2774 2004-02-09 Timo Schulz <[email protected]>
2775
2776 * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.
2777 (do_reaping): New. Release the list if all items are 'expired'.
2778 (cryptdisk_mount_dlg_proc): New.
2779 (init_drives): New.
2780 * wptMainProc.cpp (cryptdisk_proc): Renamed from...
2781 (handle_cryptdisk): this. And filled with life.
2782
2783 2004-02-08 Timo Schulz <[email protected]>
2784
2785 * wptCryptdisk.{cpp,h}: New. Support for the extended
2786 filedisk application.
2787 * wptMainProc.cpp (winpt_main_proc): Likewise.
2788 * WinPT.cpp (WinMain): Make sure the new PTD lib is installed.
2789
2790 2004-02-05 Timo Schulz <[email protected]>
2791
2792 * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle
2793 CMD_DISHOTKEYS. Thanks to the user who reminded me.
2794 * wptMainProc.cpp (spawn_cryptdisk): New interface to
2795 the Cryptdisk application.
2796
2797 2004-02-04 Timo Schulz <[email protected]>
2798
2799 * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.
2800
2801 2004-02-03 Timo Schulz <[email protected]>
2802
2803 * WinPT.cpp (check_crypto_engine): New. Factor out common code.
2804 (WinMain): Check the crypto engine after the first start.
2805
2806 * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is
2807 issued if the values could not stored. Revamped the core.
2808
2809 * Removed the last appearance of the GPG agent support.
2810
2811 * wptGPG.cpp (init_gnupg_table): Do not use static buffers.
2812 (free_gnupg_table): Free memory.
2813
2814 * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the
2815 ctx pointer get malloced and set the contents to zero.
2816
2817
2818 2004-02-02 Timo Schulz <[email protected]>
2819
2820 * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name
2821 is long enough. The same check for the mail address.
2822
2823 Thanks to Achim.
2824
2825 2004-01-28 Timo Schulz <[email protected]>
2826
2827 * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued
2828 if keys on the card exist but the user does not said overwrite.
2829
2830 Make sure the expire date is not in the past.
2831
2832 * wptMainProc.cpp (winpt_main_proc): Avoid to release the file
2833 lock twice. Not sure if this fixes some other problems but it
2834 was definitely a bug.
2835
2836 * wptMapi.cpp (mapi_init): Make sure all function ptrs are
2837 initialized otherwise bail out.
2838 (mapi_send_message): New. Interface to allow to send an
2839 encrypted mail with zero ore more encrypted attachments.
2840 (secure_attachment): New.
2841 (parse_recipients): New.
2842
2843 2004-01-25 Timo Schulz <[email protected]>
2844
2845 * WinPT.cpp (WinMain): Silently die when an instance is already
2846 running. Do not confuse the user with a message. Suggested by
2847 Sebastian.
2848 * wptKeyManager.cpp (delete_keys_from_cache): New.
2849 (km_delete_keys): Use it here. Thanks to Achim.
2850
2851 2004-01-23 Timo Schulz <[email protected]>
2852
2853 * wptCardDlg.cpp (check_pin_len): New. Check if the
2854 PIN is long enough and give an appropriate error.
2855 (card_changepin_dlg_proc): Use the new check function.
2856
2857 2004-01-22 Timo Schulz <[email protected]>
2858
2859 * Remove all internal card reader config. It's up to the
2860 user to do this. It would be too error proune to offer it.
2861 * wptCard.h: Removed all card driver stuff.
2862 * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ
2863 between the admin and the user (normal) PIN.
2864
2865 2004-01-04 Timo Schulz <[email protected]>
2866
2867 * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.
2868 * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas
2869 and minor changes.
2870 * wptListView.cpp (listview_sort_items): Likewise.
2871 * wptKeyManager.cpp (key_manager_dlg_proc): Likewise.
2872 (regist_sep_wnd): Factored out some code.
2873
2874 2004-01-03 Timo Schulz <[email protected]>
2875
2876 * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow
2877 to import secret keys.
2878
2879 2003-12-31 Timo Schulz <[email protected]>
2880
2881 * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort
2882 the list otherwise the index is wrong.
2883 * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set
2884 a signature expire date.
2885
2886 2003-12-30 Timo Schulz <[email protected]>
2887
2888 * fixed the GPG edit-key commands sign and addrevoker.
2889
2890 2003-12-23 Timo Schulz <[email protected]>
2891
2892 * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove
2893 ElGamal s+e support. Oops, this should be already done.
2894 * wptGPGME.cpp (keycache_init): Sync both key caches. In other
2895 words transfer some flags from the sec-cache to the pub-cache.
2896 * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the
2897 key sign procedure. If it is already signed, the process
2898 sometimes hangs.
2899
2900 2003-12-14 Timo Schulz <[email protected]>
2901
2902 * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.
2903 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.
2904 (do_editkey_setpref): Implement updpref command.
2905
2906
2907 2003-12-10 Timo Schulz <[email protected]>
2908
2909 * GPGME support to change key preferences.
2910 * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.
2911 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.
2912
2913
2914 2003-11-29 Timo Schulz <[email protected]>
2915
2916 * wptMAPI.cpp (mapi_init): New.
2917 (mapi_deinit): New.
2918 (mapi_send_pubkey): New.
2919 * wptKeyManager.cpp (km_send_to_mail_recipient): New.
2920 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support
2921 to send the public key via MAPI to a recipient.
2922 * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind
2923 the secret key cache so it's not at the end.
2924 (keysign_dlg_proc): Issue a warning when no secret key was
2925 found which could be used for signing the key.
2926 * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.
2927 * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
2928
2929 2003-11-28 Timo Schulz <[email protected]>
2930
2931 * Remove all support for ElGamal sign+encrypt keys.
2932
2933 There is a flaw in GPG which makes all such keys useable and
2934 they are comprised even if one signature they made is accessable.
2935 And due to the fact the key is self signed, such a sig is always
2936 available for the public.
2937
2938 We warn the user at startup if such keys were found!
2939
2940 * wptMainProc.cpp (elgamal_warn_dlg_proc): New.
2941 * wptGPGME.cpp (count_insecure_elgkeys): New.
2942 * WinPT (WinMain): Use it here.
2943
2944 2003-11-14 Timo Schulz <[email protected]>
2945
2946 * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.
2947
2948 2003-11-13 Timo Schulz <[email protected]>
2949
2950 * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.
2951 * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.
2952 Thanks to Achim.
2953 * Change PIN interface. Now it is easier when an operation requires
2954 both PINs.
2955 * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs
2956 to change card attributes. Do not ask me why, but now the user
2957 needs to enter 2 PINs.
2958
2959 Name parts were swapped, now they have the right order again.
2960
2961 2003-10-02 Timo Schulz <[email protected]>
2962
2963 * Prepare test release.
2964 * wptGPGCmds.h: New from GPG 1.3.4-cvs.
2965
2966 2003-10-29 Timo Schulz <[email protected]>
2967
2968 * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.
2969
2970 * Create a new interface for an interactive card callback. GPG
2971 provides card control status messages if the wrong card is inserted.
2972
2973 * wptCardManager.cpp (card_cb_dlg_proc): New.
2974 (card_callback): New.
2975
2976 * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use
2977 the ASCII functions and not the Unicode function names. Thanks to
2978 Werner for pointing this out.
2979
2980 * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the
2981 serial card number is shown to help the user to find the right card.
2982
2983 * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.
2984
2985 2003-10-26 Timo Schulz <[email protected]>
2986
2987 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.
2988
2989 * Changed the code at several other places to support the new logging
2990 scheme.
2991
2992
2993 2003-10-24 Timo Schulz <[email protected]>
2994
2995 * Implemented a better logging system. If the return code
2996 of GPG is != 0 and the error is not known, display the errors
2997 from stderr.
2998
2999 * wptGPGME.cpp (logging_cb): New.
3000
3001 2003-10-23 Timo Schulz <[email protected]>
3002
3003 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output
3004 if the error is unknown.
3005 (clip_sign_dlg_proc): Likewise.
3006 (clip_signenc_dlg_proc): Likewise.
3007 (clip_import_dlg_proc): Likewise.
3008
3009 2003-10-21 Timo Schulz <[email protected]>
3010
3011 * wptClipDecryptDlg.cpp (list_recipients): New.
3012 (algo_from_list): New.
3013 (clip_decrypt_dlg): New concept to list all recipients.
3014 * wptFileManager.cpp (fm_list_keys): New.
3015 (fm_decrypt): Same changes as for the clipboard decryption.
3016
3017 2003-10-21 Timo Schulz <[email protected]>
3018
3019 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase
3020 was wrong, delete the cache item (if available).
3021 * wptClipSignDlg.cpp (clip_sign_dlg): Likewise.
3022 * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.
3023 * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'
3024 flag to zero.
3025
3026
3027 2003-10-19 Timo Schulz <[email protected]>
3028
3029 * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and
3030 the working PIN.
3031 wptCardDlg.cpp (free_pincb): New.
3032 (card_keygen_dlg_proc): Pin callback implemented.
3033 Simple check for the e-mail address.
3034 (card_edit_dlg_proc): End the dialog if no changes were made.
3035
3036 * Expanded GPGME passphrase interface to work both with PINs
3037 and passphrases.
3038
3039 2003-10-18 Timo Schulz <[email protected]>
3040
3041 * wptCardDlg.cpp (card_keygen_dlg_proc): New.
3042 (do_askpin): Handle the case there is no card.
3043 (card_edit_dlg_proc): Add 'New Keys' feature.
3044 (card_changepin_dlg_proc): Implemented.
3045 * WinPT.cpp (WinMain): Ability to start the card manager directly.
3046 * wptMainProc.cpp (smartcard_init): Global stuff to init the reader
3047 driver and the inserted card.
3048
3049 2003-10-17 Timo Schulz <[email protected]>
3050
3051 * wptGPGME.cpp (keycache_init): Do not use secring the first time.
3052 * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short
3053 keyid will be displayed.
3054
3055 2003-10-16 Timo Schulz <[email protected]>
3056
3057 * Changed GPGME interface for edit card. Now one context is
3058 used for all edit card operations.
3059 * wptCardDlg.cpp (card_edit_dlg_proc): Support for working
3060 and admin PIN. Changed gpgme interface.
3061 (ask_pin): Renamed to..
3062 (do_askpin): this. Provide more information about the card
3063 and its holder.
3064 (do_proc_card_cmds): If no error, reset modify flags for
3065 all controls. Show a short message that the operation ended.
3066 * wptCardPCSC.c (pcsc_free_readers): New.
3067 (pcsc_scan_readers): New.
3068 (pcsc_get_reader): New.
3069 (pcsc_get_card_status): New.
3070
3071
3072 2003-10-14 Timo Schulz <[email protected]>
3073
3074 * wptKeyList.cpp (do_addkey): Add the case the secret key
3075 is stored on a smart card.
3076 (km_check_for_seckey): Take care of the new code.
3077 * wptKeyManager.cpp (km_delete_keys): Extra warning when
3078 the secret key is stored on a card.
3079 * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities
3080 to the list view. Now the user can see if the key is useable
3081 for: signing, certifying or encrypting.
3082
3083 2003-10-13 Timo Schulz <[email protected]>
3084
3085 * Extended the GPGME API that it is possible to retrieve
3086 the key data. This is for the planned card login but it
3087 might be also useful for other purposes.
3088
3089 * wptCardPCSC.c: New. General code for PC/SC card readers.
3090
3091
3092 2003-10-12 Timo Schulz <[email protected]>
3093
3094 * wptCardDlg.cpp (guess_libname): New.
3095 (card_status): Simplified the code with an attribute
3096 table. Now it is a loop and not hard coded.
3097 * The card interface has changed. Now the surname and
3098 the given name are two fields and not one field.
3099 * wptMainProc.cpp (winpt_main_proc): Check if the card
3100 reader is configured where appropriate.
3101
3102 2003-10-09 Timo Schulz <[email protected]>
3103
3104 * wptCardDlg.cpp (get_card_status): New.
3105 (show_card_status): New. Retrieve the card status and show an
3106 error if approprioate.
3107 * Make sure that WinPT does not try to use non-OpenPGP cards.
3108 * Add GPGME support for the forthcoming AUTH flag for keys.
3109 * Implemented the detection of keys where the secret key components
3110 are stored on a smart card.
3111
3112
3113 2003-10-08 Timo Schulz <[email protected]>
3114
3115 * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII
3116 is used. Otherwise reject the value.
3117 (ask_pin): New. Enable PIN caching for the 'dialog session' so
3118 the user does not need to re-enter it again and again.
3119
3120 2003-10-07 Timo Schulz <[email protected]>
3121
3122 * wptPINDlg.cpp (pin_cb_dlg_proc): New.
3123 * wptCardDlg.cpp (do_proc_card_cmds): New.
3124 (card_edit_dlg_proc): Use it here.
3125
3126 2003-10-06 Timo Schulz <[email protected]>
3127
3128 * wptFileManager.cpp (fm_encrypt): Wipe files in both modes.
3129 * wptGPG.cpp (gnupg_display_error): Display general error
3130 when the file does not exit.
3131 * wptW32API.cpp (get_folder_dlg): New.
3132 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select
3133 the folder for the home directory.
3134 * wptKeyManager.cpp (km_update_default_key_str): Return length
3135 of the string.
3136 (km_complete_status_bar): Use the offset of the default
3137 key string so it is not appened twice.
3138 * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.
3139 * wptCard.h: New.
3140 * wptCardDlg.cpp (new_card_driver): New.
3141 (load_card_driver): New.
3142 (free_card_driver): New.
3143 (card_config_dlg_proc): If the reader is configured, load the
3144 values. This is needful to change the driver later.
3145 (gpg_load_scard): Use driver as a parameter.
3146 * wptMainProc.cpp (winpt_main_proc): Load card driver and
3147 unload it after use.
3148
3149 2003-09-28 Timo Schulz <[email protected]>
3150
3151 * wptCardDlg.cpp (card_edit_dlg_proc): New.
3152 (gpg_load_scard): New. Try to use GPG load the card info.
3153 (print_fpr): New. Print beautified fingerprint.
3154 (card_status): New. Set all dialog fields with the values from
3155 the card.
3156 (prepare_dialog): New. Load combo boxes with pre-defined strings.
3157
3158
3159 2003-09-25 Timo Schulz <[email protected]>
3160
3161 * wptProgressDlg.cpp (progress_cb_thread): New.
3162 (progress_callback): Use asynchron code.
3163 * wptFileManager.cpp (fm_parse_files): Implement progress callback.
3164
3165
3166 2003-09-25 Timo Schulz <[email protected]>
3167
3168 * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.
3169 (check_key): New.
3170 Removed the old Secret Key List dialog. Now the key can be directly
3171 chose in the dialog.
3172 (seclist_init): New.
3173 (seclist_destroy): New.
3174 (seclist_select_key): New.
3175 * wptFileManager.cpp (fm_sign): Ask for output file if needed.
3176
3177 * Client side implementation of the --enable-progress-filter feature.
3178
3179 * wptProgressDlg.cpp: Server side implementation.
3180 (progress_dlg_proc): New. The actual dialog procedure.
3181 (progress_callback): The GPGME wrapper callback.
3182
3183 2003-09-24 Timo Schulz <[email protected]>
3184
3185 * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.
3186 * wptFileManager.cpp (fm_encrypt): Ask for output file if needed.
3187 * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from
3188 the menu. We use import internally, but export was not useful and
3189 thus the code were removed.
3190 * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at
3191 startup when they are not allowed.
3192 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.
3193 Make the parsing code much shorter (read).
3194
3195
3196 2003-09-22 Timo Schulz <[email protected]>
3197
3198 * wptSigList.cpp (extract_filename): Make sure there is a '\',
3199 otherwise just dup the string and return.
3200 * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key
3201 to make the code more readable.
3202 * Implemented the GPGME part of the new smartcard interface.
3203 The WinPT interface will be open until the scard stuff is back
3204 ported to GPG 1.3.x.
3205 * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.
3206 Several code cleanups.
3207
3208 2003-09-08 Timo Schulz <[email protected]>
3209
3210 * wptRegistry.cpp: Remove some hotkeys to correct index calculation.
3211 (get_reg_winpt_flag): Check buffer first.
3212 (get_reg_winpt_prefs): Support for the new backup system.
3213 (set_reg_winpt_prefs): Likewise.
3214 * wptHotkey.h: Removed import and export hotkey. Re-ordered elements.
3215 * wptRegistry.h: Cleaned up the hotkey interface.
3216 * wptPreferenceDlg.cpp (enable_backup_items): New.
3217 (prefs_dlg_proc): Simplified hotkey handling. Use new code.
3218 * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for
3219 im- and export. Use the code directly.
3220 (currwnd_gpg_dlg): Likewise.
3221 * wptGPG.cpp (gnupg_backup_keyrings): New.
3222 (backup_one_file): New.
3223
3224 2003-09-04 Timo Schulz <[email protected]>
3225
3226 * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,
3227 the packet parsing return value check was wrong again. Now it does
3228 not recognize Word documents as SECKEY or ENCRYPTED any longer.
3229
3230 2003-09-03 Timo Schulz <[email protected]>
3231
3232 * The secret key listing does not contain any 'validity' or
3233 'status' flags any longer. Thus we only can use the cache to
3234 make sure we have a secret key. All attributes need to be retrieved
3235 from the public key listing.
3236
3237 * wptGPG.cpp (default_key_from_cache): New.
3238 (get_gnupg_default_key): Use new function to make sure we try
3239 to get the key from cache if there is a problem with the config
3240 file.
3241
3242 2003-08-30 Timo Schulz <[email protected]>
3243
3244 * wptGPG.h: Support for the GPG status messages REVKEYSIG and
3245 EXPKEYSIG. With this new feature, GPG 1.2.3 is required.
3246 * Make sure that the signature status does not cause an
3247 segfault.
3248 * WinPT.cpp: Use new check to detect the GPG version and make sure
3249 it is the minimum.
3250 * wptGPG.cpp (parse_version_nr): New.
3251 (check_gnupg_engine): Improved. Now it returns the actual version.
3252
3253 2003-08-24 Timo Schulz <[email protected]>
3254
3255 * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable
3256 dialog controls.
3257
3258 2003-08-17 Timo Schulz <[email protected]>
3259
3260 * wptKeyManagerDlg.cpp (keymanager_dlg_proc):
3261 #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The
3262 value was malformed.
3263 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.
3264 * wptKeyserver.cpp (kserver_load_conf): If the file does not exist,
3265 don't bother the user with an error message. Closes #782751.
3266 * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the
3267 "primary" edit key command.
3268 * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is
3269 possible to supress the status message. This is useful when the whole
3270 keyring will be refreshed.
3271 * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.
3272 (quote_file): Avoid double quotes.
3273 * GPGME support for quoted file names.
3274 (fm_sym_encrypt): Double check password and to additional 8-bit checks.
3275 * WinPT.cpp (my_acces): Moved to this file..
3276 * wptGPG.cpp: ..here.
3277 (gpg_check_permissions): Renamed from check_permissions and make it global.
3278 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we
3279 have write access to the keyring for some commands.
3280
3281 2003-07-22 Timo Schulz <[email protected]>
3282
3283 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of
3284 the text instead of allocating the maximum.
3285
3286 2003-07-13 Timo Schulz <[email protected]>
3287
3288 * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains
3289 characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850
3290 it would be a bad idea to use such passphrases. And thus we disallow it.
3291 * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.
3292 * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.
3293 * wptHotkey.cpp (hotkeys_strerror): Use capital letters.
3294
3295 2003-07-12 Timo Schulz <[email protected]>
3296
3297 * wptFileManager.cpp (fm_verify): Support for multiple signatures.
3298 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
3299 * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.
3300 * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.
3301 (kserver_connect): Likewise.
3302 (kserver_read_config): Likewise.
3303 * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases
3304 are not equal.
3305 * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to
3306 generate a key pair.
3307
3308 2003-06-24 Timo Schulz <[email protected]>
3309
3310 * Fixed filter code in Get{Open,Save}FileName. Changed all callers.
3311 Thanks to Alex.
3312 * wptKeyManager.cpp (km_delete_keys): Quote the user-id.
3313
3314
3315 2003-06-13 Timo Schulz <[email protected]>
3316
3317 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.
3318 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to
3319 the fact the signer is now dymanic and not static.
3320 * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and
3321 change all code that it only shows an error if no plug-in was loaded.
3322 * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you
3323 can revoke v3 keys.
3324 (do_editkey_revoke): Clarify command because it can be only used
3325 for secondary keys.
3326 * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error
3327 is issued when no key was selected. Thanks to vedaal.
3328
3329 2003-06-11 Timo Schulz <[email protected]>
3330
3331 * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the
3332 right order and we do not use the last user-id but the first
3333 because this is always the primary user-id or the newest user-id.
3334 * wptGPGME.cpp (get_default_keyid): Removed. Some better code
3335 were added to get_gnupg_default_key.
3336
3337 2003-06-10 Timo Schulz <[email protected]>
3338
3339 * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys
3340 are skipped.
3341 (keysign_dlg_proc): Removed some redundant code.
3342 * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if
3343 it is possible to change the passphrase.
3344
3345 2003-06-06 Timo Schulz <[email protected]>
3346
3347 * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning
3348 message and include the user-id.
3349 * Encryption: use force overwrite (--yes) to make sure there are
3350 no complications with GPG.
3351 * Import: skip all record types we do not understand.
3352
3353
3354 2003-06-05 Timo Schulz <[email protected]>
3355
3356 * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog
3357 shows all involved recipients and also the public key algorithm.
3358 * wptRegistry.cpp (reg_inst_winpt): If the user does not want
3359 the extensions, set the entry to "1" so the message is not shown
3360 again.
3361
3362 2003-06-04 Timo Schulz <[email protected]>
3363
3364 * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact
3365 that GPG uses the newest subkey by default, we always return
3366 the info of this subkey and not the first.
3367 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one
3368 bug. Now the indicies are correctly.
3369 * wptGPG.cpp (gnupg_check_keyring): Do not free the value before
3370 get_file_size is called.
3371 * WinPT.cpp (WinMain): Only check the GPG engine version if there
3372 were no problems with the GPG config. And differ between a problem
3373 to get the version and if a wrong version were detected.
3374
3375
3376 2003-06-01 Timo Schulz <[email protected]>
3377
3378 * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...
3379 (KEYDOWN, KEYUP): macros for the functions above.
3380
3381 2003-05-31 Timo Schulz <[email protected]>
3382
3383 * wptKeyManager.cpp (km_key_is_v3): Return if the selected
3384 key is an old PGP 2 (v3) key.
3385 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow
3386 (#ID_KEYMISC_EDITKEY): Bail out if no key was selected.
3387 to add extented items if the key is NOT version 3.
3388 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the
3389 key is v3 and forbid most commands.
3390 (is_cmd_openpgp): New.
3391
3392 2003-05-28 Timo Schulz <[email protected]>
3393
3394 * wptKeyManager.cpp (km_set_clip_info): New.
3395 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.
3396 * wptImportList.cpp (implist_build): Some column changes for
3397 the listview control.
3398 (implist_load): Return if secret keys were found.
3399 * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys
3400 were found.
3401 (clip_import_dlg_proc): New message if secret keys were found.
3402
3403
3404 2003-05-25 Timo Schulz <[email protected]>
3405
3406 * wptImportList.cpp (implist_add_key): Address charset problem.
3407 * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.
3408 * wptKeyserver.cpp (set_default_kserver): New.
3409 (wsock_init): Call the new function.
3410 (kserver_load_conf): If the FP is invalid, skip to read the file.
3411 * WinPT.cpp (WinMain): Call set_default_kserver to make sure the
3412 item has a value.
3413
3414 2003-05-24 Timo Schulz <[email protected]>
3415
3416 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists
3417 to allow to use virtual keys (DEL, INS).
3418 Release the uid control context when the dialog will be destroyed.
3419
3420
3421 2003-05-22 Timo Schulz <[email protected]>
3422
3423 * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current
3424 window mode sign+encrypt. This fixes a couple of other problems.
3425 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the
3426 key when the cache was reloaded.
3427
3428
3429 2003-05-21 Timo Schulz <[email protected]>
3430
3431 * wptSiglist.cpp (siglist_add_key): Only list signatures which are
3432 user-id certificates (0x10-0x13) and ignore key and subkey sigs.
3433 c-strings are now handle correctly and decoded into GPGME.
3434
3435 2003-05-20 Timo Schulz <[email protected]>
3436
3437 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change
3438 the passphrase from here to...
3439 * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.
3440
3441 2003-05-19 Timo Schulz <[email protected]>
3442
3443 * wptPasswdDlg.cpp (create_passwd_dlg): Removed.
3444 (request_passphrase): New.
3445 The passphrase_s context is now internal, all externl function use now
3446 request_passphrase. Changed all callers.
3447 * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase
3448 warning and a check for the comment field was added.
3449 * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which
3450 has shown the subkeys and the userids.
3451 * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.
3452
3453 2003-05-17 Timo Schulz <[email protected]>
3454
3455 * wptFileManager.cpp: Moved gpgme_file_get_extension to this file
3456 and renamed it to...
3457 (file_get_extension): this. gpgme_control now also returns the
3458 (get_file_name): Corrected the calculation of the basename.
3459 state of the command if you use -1 as the value.
3460 * wptImportList.cpp (implist_load): Make sure we really have the key ID.
3461 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over
3462 the place.
3463
3464 2003-05-14 Timo Schulz <[email protected]>
3465
3466 * wptKeyManager.cpp (km_enable_disable_key): New.
3467
3468 2003-05-13 Timo Schulz <[email protected]>
3469
3470 * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.
3471 (key_check_validity): Moved from GPGME to this file.
3472 * wptKeyManager.cpp (km_get_key_status): New.
3473
3474 2003-05-09 Timo Schulz <[email protected]>
3475
3476 * wptMDSumDlg.cpp (mdsum_dlg_proc): New.
3477 * wptFileManager.cpp (fm_print_md): New.
3478 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD
3479 command.
3480
3481 2003-05-08 Timo Schulz <[email protected]>
3482
3483 * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current
3484 window mode.
3485 (currwnd_gpg_dlg): Likewise.
3486 * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.
3487 * WinPT.cpp (WinMain): If the default key was not found, show the string
3488 in the error message to make it easier for the user to fix the problem.
3489 * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret
3490 keys.
3491 * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.
3492 This makes the priority of the rc2 update more urgent.
3493
3494 2003-05-07 Timo Schulz <[email protected]>
3495
3496 * Clean up the outer GPGME interface. Internal functions should be
3497 invisible in gpgme.h.
3498 Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.
3499 * wptKeyserver.cpp: Some cleanups.
3500 (finger_recvkey): Skip URL postfix if there.
3501
3502 2003-05-06 Timo Schulz <[email protected]>
3503
3504 * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys
3505 are available. Removed old [unused] code.
3506 Make sure we really have the key in the cache.
3507
3508 2003-05-04 Timo Schulz <[email protected]>
3509
3510 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients
3511 were found, output a more precise error message. Now the GPGME code
3512 first tests for special cases and if no one hit the nail on the head,
3513 a general error is used.
3514
3515 2003-05-03 Timo Schulz <[email protected]>
3516
3517 * wptParser.cpp: Renamed to...
3518 * wptGPGParser.cpp: this.
3519 (release_option): Renamed to...
3520 (release_gpg_options): this.
3521 (commit_option): Renamed to...
3522 (commit_gpg_options): this.
3523 (parse_option): Renamed to...
3524 (parse_gpg_options): this.
3525 * wptGPG.cpp: Use new parser function names.
3526 (set_gnupg_default_key): Free memory.
3527 * wptKeylist.cpp (keylist_add_groups): New group code.
3528 * wptGroups.{c,h}: Removed. Now we use the GPG group command.
3529 * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from
3530 2 to 4.
3531 (recv_missing_keys): Likewise. Now it is possible to retrieve
3532 missing keys. Thanks to Klaus.
3533 * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather
3534 than a static buffer to avoid garbled keys. There are some very
3535 large keys and these cause some trouble with a 16k buffer.
3536 (keyserver_dlg_proc): Localized some strings.
3537 * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column
3538 names which are equal to the names we use in the Key Manager.
3539 * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but
3540 should be "==" bug.
3541 * wptKeygenDlg.cpp (mbox): Removed. Too much overhead.
3542 * Add --expert option for the GPG procedure call if needed.
3543
3544 2003-05-02 Timo Schulz <[email protected]>
3545
3546 * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.
3547
3548 2003-04-30 Timo Schulz <[email protected]>
3549
3550 * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the
3551 next context menu ("Add"). Make sure the entries are disabled
3552 when the key has no secret key.
3553 * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.
3554 * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't
3555 cause a segfault when the pointer free tries to deallocate the
3556 pointer.
3557
3558 2003-04-27 Timo Schulz <[email protected]>
3559
3560 * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows
3561 to show the properties of the signers keys.
3562 * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.
3563
3564 2003-04-26 Timo Schulz <[email protected]>
3565
3566 * wptParser.cpp: A lot of structural changes. Always add items
3567 at the end of the list so we don't need to make a copy of the list
3568 to restore the original order. Fix the group problem.
3569 * wptKeylist.cpp (keylist_build): Use OR to get the flags and
3570 not ==.
3571 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command
3572 (file) does not use the keyid as the file name when more than one
3573 keys were selected.
3574 Allow allow to set default keys which are not revoked or expired.
3575 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort
3576 the columns.
3577 Set the force trust flag in GPGME if there are some recipients
3578 with no validity.
3579
3580 2003-04-25 Timo Schulz <[email protected]>
3581
3582 * wptVerList.cpp (verlist_build): Change the name of some columns.
3583 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the
3584 notation (if present!) present the user a general message box
3585 with extended signature information. This means the notation
3586 data and a possible policy URL.
3587
3588
3589 2003-04-24 Timo Schulz <[email protected]>
3590
3591 * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init
3592 default values to make it easier for newbies.
3593 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error
3594 when no secret key was found. Also mention the public key algo.
3595 * wptFileManager.cpp (fm_decrypt): Likewise.
3596
3597 2003-04-23 Timo Schulz <[email protected]>
3598
3599 * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function
3600 from GPGME#gpgme_ownertrust_to_string into WinPT.
3601
3602 2003-04-20 Timo Schulz <[email protected]>
3603
3604 * wptClipboard.cpp: Removed. All these functions and constants
3605 are now available in MyGPGME/clip.c and thus part of GPGME.
3606 * wptKeylist.cpp (keylist_add_to_recipients): Renamed to...
3607 (keylist_get_recipients): this. Return the context instead of
3608 an argument.
3609 (get_key_size): Add key index.
3610 (get_key_algo): Likewise.
3611 (keylist_build): Use a special mode when signing is used.
3612 (keylist_enum_recipients): Return a malloced pointer to the
3613 recipients.
3614 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint
3615 when we have a signature result and we do not trust the key.
3616
3617 2003-04-20 Timo Schulz <[email protected]>
3618
3619 * wptFindWnd.h: Removed. We don't use it any longer.
3620 * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.
3621 (gpg_strerror): Removed. Now it is handled in winpt_strerror.
3622 * wptFileManager.cpp (fm_get_file_name): move this to
3623 * wptVerifyList.cpp (get_file_name): ..this place and declare
3624 it as static because no other file need this function.
3625
3626 2003-04-15 Timo Schulz <[email protected]>
3627
3628 * wptClipImportDlg.cpp (data_cb_dlg_proc): New.
3629 (data_cb_thread): New.
3630 (data_cb_dlg_create): New.
3631 (data_cb_dlg_destroy): New.
3632 (data_cb_new): New.
3633 (clip_import_dlg_proc): Use a callback dialog to
3634 show the user the data decoding procedure is in
3635 progress. This dialog is destroyed in the key
3636 import statistics dialog.
3637
3638
3639 2003-04-13 Timo Schulz <[email protected]>
3640
3641 * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback
3642 context.
3643 * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.
3644 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect
3645 flag inside the KEY contect if needed.
3646 * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a
3647 passphrase if the protect flag is set.
3648 Display the callback dialog to show the progress.
3649 Implemented the "revkey" feature.
3650 * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.
3651 (do_add_new_userid): New. Add an entry to the list box
3652 after the GPG process finished.
3653 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig
3654 to zero to avoid segfaults.
3655
3656 2003-04-12 Timo Schulz <[email protected]>
3657
3658 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new
3659 GPGME code.
3660 * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
3661 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.
3662 * wptFileManager.cpp (fm_decrypt): Likewise.
3663 * WinPT.cpp (check_default_key): Check if the keys in gpg.conf
3664 are valid and in the keyring.
3665 * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase
3666 item if the key is not protected.
3667
3668
3669 2003-04-09 Timo Schulz <[email protected]>
3670
3671 * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as
3672 invalid for cancel.
3673
3674 2003-03-20 Timo Schulz <[email protected]>
3675
3676 * wptFindWnd.cpp: Removed.
3677 * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of
3678 find_window.
3679 * Whenever it's possible, use case insentensive searches to avoid
3680 problems.
3681
3682 2003-03-19 Timo Schulz <[email protected]>
3683
3684 * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.
3685 * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly
3686 in the code.
3687 * wptPasswdDlg.cpp: Likewise.
3688 (passphrase_cb_init): Declare as static.
3689 (passphrase_cb_gpgme): Modified to use the static function and rename
3690 it to...
3691 (passphrase_gpgme_set_cb): ..this. New.
3692 * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA
3693 and friends to assign data to each item.
3694 Move dialog code to...
3695 * wptClipSignEncDlg.cpp: ..here.
3696 * MyGPGME/keycache.c: We first look for directly key signatures and
3697 then we skip all other signatures if we've already seen the key. This
3698 is needed to gather the designated revoker keys.
3699
3700 2003-03-18 Timo Schulz <[email protected]>
3701
3702 * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index
3703 of revocation from 9 to 8.
3704 Set the text that no key was updated only if no new sig, subkey,
3705 userid and no public were added.
3706 Add more information: new {subkeys, signatures, userid}.
3707 * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.
3708 * wptDlgs.cpp: Removed.
3709 * wptDlgs.h: (dlg_fatal_error): New. Macro.
3710
3711 2002-03-16 Timo Schulz <[email protected]>
3712
3713 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the
3714 optional text in UTF-8 to avoid charset problems.
3715 * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead
3716 of a static buffer. Changed all callers.
3717 * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions
3718 for the rest of the columns.
3719 (keylist_handle_column_click): New.
3720 * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):
3721 Removed the 'Advanced' button because it only confuses users
3722 and it is not often used.
3723 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-
3724 and import the trustdb values (ownertrust).
3725 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to
3726 sort columns.
3727
3728 2002-03-09 Timo Schulz <[email protected]>
3729
3730 * 64-bit support for wipe operations.
3731
3732 2002-03-08 Timo Schulz <[email protected]>
3733
3734 * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'
3735 because they are options rather than files.
3736 * WinPT.cpp (WinMain): Allow to start the key manager directly
3737 via --keymanager.
3738 * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.
3739 (wipe_cb): New. Wipe callback function.
3740 (fill_drive_combobox): New. Fill in all logical drives into
3741 the given combo box.
3742 (wipe_thread): New. Worker thread.
3743 (update_disc_stats): New. Set the disc statistics for the
3744 given drive entry.
3745 (space_wipefrees_dlg_proc): New.
3746
3747 2002-03-01 Timo Schulz <[email protected]>
3748
3749 * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection
3750 logic. Now we can decrypt symmetrically encrypted files again.
3751 Be stricter on memory alloaction checks.
3752 (fm_get_file_type): Be more strict with the return code of
3753 parse_packet. This avoids bogus file types for MS-Word files and
3754 other non-PGP data.
3755 (fm_wipe): Use the wipe mode from the registry and not a fixed value.
3756 * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.
3757 (get_reg_winpt_prefs): Likewise.
3758 * wptFilePrefsDlg.cpp: Removed. We don't use it any longer.
3759 * wptDlgs.h: Corrected all dialog protypes to BOOL.
3760 LRESULT was not correct.
3761
3762 2002-02-08 Timo Schulz <[email protected]>
3763
3764 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export
3765 the secret key when a file was chosen.
3766
3767 2002-02-01 Timo Schulz <[email protected]>
3768
3769 * wptKeyserver.cpp (kserver_search): Fix <KEYID bug.
3770
3771 2002-01-25 Timo Schulz <[email protected]>
3772
3773 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id
3774 and the fingerprint to the clipboard. Closes #674455.
3775 Automatically reload the keycache when a command is chosen and the cache
3776 state is set to 'reload requested'. Closes #671218.
3777 * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts
3778 are not invalid.
3779 * WinPT.cpp (check_permissions): Make sure we have the permission to
3780 write the keyring. Stop if not because it's expected at many other places.
3781 * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.
3782 (siglist_build): Use a placeholder sig to avoid the position chaos.
3783 * wptKeyUidDlg.cpp: Unified text for 'user-ID'.
3784 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found,
3785 display more information and use a GPG like output.
3786 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is
3787 an invalid key in the list of recipients. Closes #674965.
3788
3789
3790 2002-01-21 Timo Schulz <[email protected]>
3791
3792 * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to
3793 avoid typing mistakes.
3794
3795 2003-01-19 Timo Schulz <[email protected]>
3796
3797 * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.
3798 * wptKeyManagerDlg.cpp (do_resize_window): New.
3799 (do_create_minpopup): New. Closes #669730.
3800 * wptVerifyList.cpp (get_sig_date): Renamed to...
3801 (longdate_to_strdate): New. Changed all callers.
3802 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains
3803 a signature, also display the time of it. Closes #669780.
3804 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.
3805 * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.
3806 * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability
3807 to choose the signer.
3808 (keysign_dlg_proc): Implemented a feature request. See above.
3809
3810 2003-01-08 Timo Schulz <[email protected]>
3811
3812 * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning
3813 if the user tries to add the email address in the name field.
3814 * wptKeyserver.cpp: Add support for protocols.
3815 (finger_readline): New.
3816 (finger_recvkey): New.
3817 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke
3818 message box to show it's a serious decision.
3819 * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.
3820 * wptRegistry.cpp (regist_single_filetype): Now internal and we use
3821 an easier way to get the location of the binary.
3822 (regist_inst_winpt): Implemented the 'with_ext' part and add a registry
3823 entry to avoid double file registering.
3824
3825 2003-01-07 Timo Schulz <[email protected]>
3826
3827 * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window
3828 pos from the coordinates from the registry.
3829 (keymanager_dlg_proc): Store the window pos in the registry.
3830 * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.
3831 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when
3832 a revcert was found.
3833 * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does
3834 not succeed.
3835 (keyserver_dlg_proc): Corrected some listview index values.
3836 * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.
3837
3838 2002-12-23 Timo Schulz <[email protected]>
3839
3840 * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver
3841 directory if does not exist.
3842 * wptKeyserver.cpp: Simpliefied config file.
3843 (kserver_change_proxy): Write config to the registry. Remove
3844 code for the config file.
3845 * wptProxySettingsDlg.cpp (read_proxy): More robust code.
3846 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature
3847 to send keys. The Key Manager is better for this.
3848
3849
3850 2002-12-21 Timo Schulz <[email protected]>
3851
3852 * Fixed some language mistakes.
3853 * wptMainproc.cpp: Use the desktop window as the parent window
3854 for the main dialogs so they are visible in the taskbar.
3855 * wptKeyManagerDlg.cpp: Enable minimize.
3856 * wptFileManager.cpp (fm_parse_command_line): Support for detached
3857 signatures.
3858 (fm_encrypt_directory): New.
3859 * wptKeylist.cpp (keylist_add_key): Check the current key if it
3860 is not expired, not the primary (idx=0).
3861
3862 2002-12-18 Timo Schulz <[email protected]>
3863
3864 * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead
3865 of the old name "options".
3866 * WinPT.cpp (WinMain): Try to repair broken home directories
3867 in the registry. Thanks to Gustavo who reminded me of it.
3868 * wptKeyserver.cpp (check_hkp_response): Only copy the text
3869 between <p> and </p> when possible.
3870 * wptAgent.cpp: Re-activated the old code. Now the passphrase
3871 timer can be used.
3872
3873 2002-12-14 Timo Schulz <[email protected]>
3874
3875 * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean
3876 any longer there is also a secret key.
3877 (km_check_photo): New.
3878 (km_complete_status_bar): New.
3879 * wptFileManager.cpp (fm_verify): Support for bad signatures.
3880 Set the sigmode if not set.
3881 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when
3882 the ownertrust of a non-valid (not signed) key is changed.
3883 * wptRegistry.cpp (expand_path): New. Use this code because it's
3884 much shorter.
3885
3886 2002-10-14 Timo Schulz <[email protected]>
3887
3888 * wptKeyserver.c: Replaced all strdup's with m_strdup and free
3889 with free_if_alloc.
3890 (ldap_recvkey): Fill with life. We use the GPG plugin to avoid
3891 all the LDAP overhead.
3892
3893 2002-10-13 Timo Schulz <[email protected]>
3894
3895 * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static
3896 any longer.
3897
3898 2002-10-31 Timo Schulz <[email protected]>
3899
3900 * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.
3901 Thanks to Gustavo.
3902 * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect
3903 whether it's a key pair or not.
3904 * Callback struct into KEY so we can modify the values in the background.
3905 * wptKeyPropsDlg.cpp (change_ownertrust): New.
3906
3907 2002-10-30 Timo Schulz <[email protected]>
3908
3909 * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe
3910 LDAP plugin for this purpose.
3911 * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.
3912 * wldap32.lib is now not longer needed.
3913 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.
3914 * Updated the resource file.
3915 * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff
3916 for 'Decrypt', 'Verify', 'Import'.
3917
3918 2002-10-15 Timo Schulz <[email protected]>
3919
3920 * Changed all s(n)printf -> msg_box constructs to log_box.
3921
3922 2002-10-13 Timo Schulz <[email protected]>
3923
3924 * wptKeylist.cpp (get_key_expire_date): New.
3925 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.
3926
3927 * Removed global keycache from GPGME. It's a bad style to mix
3928 general and specific interfaces.
3929
3930 * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation
3931 details. Useful to replace it later.
3932 (get_seckey): Ditto.
3933 (keycache_reload): Moved from the GPGME library.
3934 (keycache_release): New.
3935 (keycache_init): New.
3936 (keycache_set_reload): New.
3937 (keycache_get_reload): New.
3938 (keycache_get_ctx): New.
3939
3940 * wptSigList.cpp (siglist_add_key): Use the new code.
3941 (siglist_build): Ditto.
3942
3943
3944 2002-10-10 Timo Schulz <[email protected]>
3945
3946 * wptW32API.cpp (get_filename_dlg): Added default filename parameter.
3947 Changed all callers.
3948 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the
3949 new get_filename_dlg.
3950 * wptFileManager.cpp (fm_export): Likewise.
3951 * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.
3952 * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.
3953 Use signature class dialog.
3954 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the
3955 keyid instead of the userid to avoid charset problems.
3956 (err_message): New.
3957
3958 * Moved all wipe specific code (random, rmd160) to the DLL so we can
3959 save some memory for the tray section.
3960
3961 * wptKeyRevokersDlg.cpp (revokelist_build): New.
3962 (revokelist_init): New.
3963 (key_revokers_dlg_proc): New.
3964
3965 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker
3966 code here when available.
3967
3968 2002-09-25 Timo Schulz <[email protected]>
3969
3970 * wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text
3971 is dash escaped. This is useful for keys to avoid errors.
3972 * wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an
3973 OpenPGP key from the clipboard which is dash escaped.
3974 (km_clip_import): Use the new code here.
3975
3976 2002-09-23 Timo Schulz <[email protected]>
3977
3978 * wptParser.cpp (add_multi_option): Support for values with more ' 's
3979 and skip the ' ' after the name.
3980 (modify_entry): New.
3981 * wptGPG.cpp (gnupg_save_options): Removed.
3982 (gnupg_load_options): Removed.
3983 (gnupg_release_options): Removed.
3984 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code.
3985
3986 2002-09-17 Timo Schulz <[email protected]>
3987
3988 * winpt.cpp (WinMain): Use make_filename and no static buffer.
3989 Modified for the new gnupg interface.
3990 * wptFile.cpp (make_filename): New.
3991 * wptGpgCmds.h: New from GPG 1.1.92
3992 * wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers
3993 and make_filename.
3994 * wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and
3995 make_filename instead of static buffers.
3996 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise.
3997 * wptParser.cpp: Changed to new allocation instead of malloc.
3998 * wptGPGOptSkel.h: Updated from GPG 1.1.92
3999 * wptRegistry.cpp (get_reg_entry): Expand %s like registry strings.
4000
4001 2002-09-13 Timo Schulz <[email protected]>
4002
4003 * wptKeyManager.cpp (km_show_photo): Use a const buffer for the
4004 image and do NOT free it.
4005 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function.
4006 (find_user_id): Use keyid to find the key. Changed all callers.
4007
4008 * Removed global gpg_version variable. Now we also support GPG 1.1.9x
4009 so we don't need to check this after the start again.
4010
4011 2002-09-12 Timo Schulz <[email protected]>
4012
4013 * wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature.
4014 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret
4015 key export.
4016 * wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to
4017 check if the encryption failed.
4018 (km_show_photo): Fixed offset calculation.
4019 Use keyid as filename and delete the tempfile after use.
4020 * wptFile.cpp (init_file_lock): Use dynamic buffer.
4021 (release_file_lock): Free this buffer.
4022 * wptFileManager.cpp (quote_filename): Removed.
4023 (quote_file): New. Use dynamic buffers.
4024 (fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export):
4025 Use it here.
4026 * wptFileStatDlg.cpp (do_list_packets): Do not cache FD.
4027 Initalize packet at the begin and during the loop.
4028 * wptFileManager.cpp: Replaced all static memory handling with
4029 dynamic routines.
4030 * wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust
4031 functions.
4032 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.
4033
4034 2002-09-10 Timo Schulz <[email protected]>
4035
4036 * wptFileManager.cpp (fm_get_file_type): Disable FD cache.
4037 (fm_decrypt): Only cut off the extension if it belong to GPG.
4038 Added user ID to the box if the file was signed.
4039 Ask for the filename if the name has no valid GPG extension.
4040
4041 2002-09-09 Timo Schulz <[email protected]>
4042
4043 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for
4044 the privat key (export).
4045
4046 2002-09-08 Timo Schulz <[email protected]>
4047
4048 * wptKeygenDlg.cpp (ask_for_backup): Check if the copy process
4049 really succeeded.
4050 (mbox): Alias for msg_box with fixed title to avoid long lines.
4051 * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow
4052 to generate keys with a length til 4096 bits.
4053 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for
4054 invalid recipients and print out the reasons.
4055 * wptKeylist.cpp (keylist_add_to_recipients): Improved error message
4056 and corrected the validity checking.
4057
4058 2002-09-07 Timo Schulz <[email protected]>
4059
4060 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc):
4061 Print notation data when available.
4062 Show if the signature is expired or not.
4063
4064 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo
4065 command to the context menu.
4066
4067 * wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792.
4068 This is 256 bits more than the old size. Hopefully it's enough
4069 security to protect against the most enemies ;-).
4070
4071 2002-09-04 Timo Schulz <[email protected]>
4072
4073 * wptKeyManager.cpp (km_check_key_status): Parse new fields.
4074
4075 2002-09-03 Timo Schulz <[email protected]>
4076
4077 Removed all OpenCDK code from PTD. The code is not tested very
4078 well and it might contain some errors. Now we used a stripped down
4079 version of GnuPG code. This has two advantages. First the code is
4080 stable and second we can easier port other parts to native GPG code.
4081
4082 * wptFileManager.cpp (fm_get_file_type): Use native GPG code.
4083 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the
4084 keyring when present to the keycache.
4085 * wptKeyManager.cpp (km_show_photo): Fixes to work again with the
4086 modified code.
4087 (km_check_for_seckey): Check substrings of the value because we
4088 don't use '**' values any longer.
4089 * wptFileStat.cpp (do_list_packets): New. Adapted from the old code.
4090 (file_stat_dlg_proc): Uses the new code.
4091
4092 2002-09-02 Timo Schulz <[email protected]>
4093
4094 * wptKeyManager.cpp (km_privkey_export): Check return codes and
4095 some types has been changed.
4096 (km_file_export): Likewise.
4097
4098 2002-09-01 Timo Schulz <[email protected]>
4099
4100 * wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice
4101 of the dialog.
4102 * WinPT.cpp (WinMain): Use it here. Reworded the error message.
4103 * wptGPG.cpp (gpg_import_keyrings): New.
4104 Let the user chose the keyrings and then they are copied to the
4105 homedir. After the procedure, the key cache will be reloaded.
4106 * wptKeyManager.cpp (km_delete_keys): New delete confirmation messages.
4107 * wptSigClassDlg.cpp (sig_class_dlg_proc): New.
4108 (get_sig_class_choice): New.
4109 * wptKeySignDlg.cpp (get_printable_fpr): New. More human readable
4110 fingerprint.
4111 (keysign_dlg_proc): Added new value for the GPG callback to handle
4112 the signature class.
4113 * wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the
4114 userID by calling edit-key with colons.
4115 (keyuid_dlg_proc): Use it here.
4116
4117 2002-08-31 Timo Schulz <[email protected]>
4118
4119 * wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes.
4120 (check_homedir): Ask the user whether to create the directory.
4121 * wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works
4122 to retrieve missing keys from a HKP server.
4123 (recv_missing_keys): Likewise.
4124 * wptPassphraseCB.cpp (passphrase_callback_proc):
4125 Implemented the "Hide Typing" feature.
4126 (hide_typing): New.
4127 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages.
4128 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling.
4129 Due to some attacks a MDC error is treated as a fatal error and a
4130 possible security risk.
4131 * wptClipImportDlg.cpp (print_import_status): Use a dialog instead
4132 of a silly message box. Furthermore the user gets more information
4133 about the import procedure.
4134 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New.
4135 * wptFileManager.cpp (fm_import): Report invalid user ID's.
4136 (fm_verify): Try to guess the data name for detached signatures
4137 before we bother the user. When it's found, use it.
4138 * wptKeyManager.cpp (km_file_import): Ditto.
4139
4140 2002-08-28 Timo Schulz <[email protected]>
4141
4142 * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.
4143 * wptFileMananger.cpp (fm_check_armor_type): Ditto.
4144
4145
4146 2002-08-26 Timo Schulz <[email protected]>
4147
4148 * wptTypes.h (free_if_alloc, CHECK_BOUND): New.
4149 * wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure
4150 the memory is really released. Some strict checks for return values.
4151 Ident file.
4152
4153 * wptAboutDlg.cpp: Ditto. (ident)
4154 * wptGPGAboutDlg.cpp: Ditto.
4155 * wptClipDecryptDlg.cpp: Ditto.
4156 (clip_decrypt_dlg): Stricter return value checkings.
4157 Avoid one indent level.
4158
4159 * wptImportList.cpp (implist_add_key): More strict return value
4160 checking.
4161 * wptKeylist.cpp (keylist_cmp_cb): Fixed a typo.
4162 (add_key): New key status system.
4163 (keylist_get_keyflags): New.
4164 (keylist_enum_recipients): Simplified and use the new key flags.
4165
4166 * wptSiglist.cpp (siglist_add_key): Fix possible overflows.
4167 (verlist_add_sig_log): More stricter checks.
4168
4169 * wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug.
4170
4171 2002-06-16 Timo Schulz <[email protected]>
4172
4173 Don't put the questions in the message box title bar.
4174
4175 * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it
4176 is really opened. Thanks to Nelson.
4177
4178 * wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title
4179 for chaning the passphrase. Suggested by Ed.
4180
4181 2002-06-07 Timo Schulz <[email protected]>
4182
4183 * wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys.
4184 * wptKeyManagerDlg.cpp: Refresh keys was added in the menu.
4185 * wptListView.cpp (listview_select_all): New.
4186 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code.
4187
4188 2002-05-31 Timo Schulz <[email protected]>
4189
4190 * wptTrayPop.cpp: Revamped some parts of the code.
4191
4192 Changed all status_box functions to show_msg. The advantage
4193 is that we only wait a fixed time and the user doesn't need
4194 to hit the OK key. We should add the time delay in the preferences.
4195
4196 * wptKeyManager.cpp (km_show_photo): New.
4197
4198 2002-05-30 Timo Schulz <[email protected]>
4199
4200 * wptFileManager.cpp (fm_verify): Corrected the handling
4201 for detached RSA signatures.
4202 (fm_add_sig_stat): Added support for short fingerprints.
4203
4204 2002-05-08 Timo Schulz <[email protected]>
4205
4206 * wptKeyserver.cpp (kserver_change_proxy): Check the values.
4207 Thanks to njek for reporting it.
4208
4209 2002-05-07 Timo Schulz <[email protected]>
4210
4211 * wptGPG.cpp (check_gpg_engine): New.
4212
4213 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible
4214 routines.
4215
4216 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.
4217
4218 * wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto.
4219
4220 2002-05-06 Timo Schulz <[email protected]>
4221
4222 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of
4223 the buttons.
4224
4225 2002-05-05 Timo Schulz <[email protected]>
4226
4227 * Fixed problem with rev certs for imports stats.
4228
4229 * Cosmetical changes for the GPGME libraray.
4230
4231 2002-05-01 Timo Schulz <[email protected]>
4232
4233 * wptKeygenDlg.cpp (fill_keytype_box): New.
4234 (keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7
4235 there is full RSA support.
4236
4237 Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out
4238 what the problem was when no encryption was done.
4239
4240 * wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make
4241 sure it was not already signed (ALREADY_SIGNED).
4242
4243 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system,
4244 now we also support to sign ultimate trusted keys.
4245
4246 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button
4247 is checked and do not check it.
4248
4249 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify
4250 box and now we also support the date of the signature.
4251
4252 Applied Rich's spelling and grammer mistakes.
4253 Fixed a lot of minor spelling mistakes and capital letters for dialogs.
4254
4255 2002-04-30 Timo Schulz <[email protected]>
4256
4257 Merge ownertrust handling into the keycache. Now GPG outputs the
4258 ownertrust in the key listing which means we can get the ownertrust
4259 value from the keycache.
4260
4261 (keymisc_dlg_proc): Add a button to rebuild the sig database cache.
4262 Please not that this is not the same as the key cache! The key cache
4263 will be updated when a new key was imported or a subkey was added/changed.
4264 The signature cache only affects the validity of the keys.
4265
4266 Removed the MyGPGME trustlist code. Now we can use the field in the key
4267 listing to determine the ownertrust (which makes things a lot of easier).
4268
4269 2002-04-29 Timo Schulz <[email protected]>
4270
4271 Adjustments for GPG 1.0.7
4272
4273 * wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust
4274 and ask the user if he knows what he's doing.
4275 * wptKeyManager.cpp
4276 (keylist_subclass_proc): Use double click to open the props.
4277 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a
4278 ultimate ownertrust value.
4279 * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for
4280 new RSA keys.
4281
4282 2002-04-28 Timo Schulz <[email protected]>
4283
4284 * wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode.
4285 (set_reg_winpt_prefs): Ditto.
4286 * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option.
4287 (set_keylist_mode): New.
4288
4289 Implement minimal keylist mode. Suggested by Fabian.
4290
4291 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here.
4292 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4293 * wptKeylist.cpp (keylist_add_key): Ditto.
4294 (keylist_load): Ditto.
4295 (keylist_build): Ditto.
4296
4297 2002-04-27 Timo Schulz <[email protected]>
4298
4299 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the new dialog.
4300 * wptFileSaveDlg.cpp (file_save_dlg_proc): New.
4301 * wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values.
4302 * wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's.
4303 (currwnd_gpg_dlg): Ditto.
4304
4305 Now it's possible to parse cleartext signatures which contains an
4306 encrypted message inside the body.
4307
4308 * wptTextInputDlg.cpp (load_file_contents): New.
4309 (text_input_dlg_proc): Support for choosing the data file.
4310
4311 * wptFileManager.cpp (fm_verify): Support for detached signatures.
4312 (fm_parse_files): Ditto.
4313
4314
4315 2002-04-26 Timo Schulz <[email protected]>
4316
4317 * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.
4318 * wptKeyUidDlg.cpp: Ditto.
4319
4320 2002-04-25 Timo Schulz <[email protected]>
4321
4322 * wptImplist.cpp (implist_add_key): Catch possible segfault.
4323 * wptVerifyList.cpp (verlist_add_sig): Ditto.
4324 * wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7.
4325 * wptKeylist.cpp (find_secret_key): New.
4326 (add_key): Use it here.
4327 (keylist_add_key): And here.
4328
4329 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent
4330 to fetch the key.
4331
4332 2002-04-24 Timo Schulz <[email protected]>
4333
4334 * wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows.
4335
4336 Changed the way to modify the "Version:" string.
4337
4338 * wptKeyserver.cpp (add_node): New.
4339 (kserver_change_proxy): New.
4340 (kserver_read_config): New.
4341 (kserver_write_config): New.
4342 (kserver_cfgfile_release): New.
4343 (proxy_release): New.
4344
4345 * wptProxySettingsDlg.cpp (read_proxy): New.
4346 * wptFileStatDlg.cpp (file_stat_dlg_proc): New.
4347 * wptFileManager.cpp (fm_list): New.
4348 (fm_parse_files): Support the new list command.
4349
4350 2002-04-23 Timo Schulz <[email protected]>
4351
4352 * wptRFC2440.cpp: Removed. We now use the OpenCDK package.
4353 * wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code.
4354 (fm_encrypt): Modified code to allow sign & encrypt.
4355 (fm_parse_file): Ditto.
4356 (fm_decrypt): Support for checking signatures.
4357 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto.
4358
4359 2002-04-19 Timo Schulz <[email protected]>
4360
4361 * wptImplist.cpp (implist_load): Support for the advanced PGP parser code.
4362
4363 2002-04-05 Timo Schulz <[email protected]>
4364
4365 * wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire.
4366 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto.
4367 * wptKeySignDlg.cpp (keysign_dlg_proc): Ditto.
4368 * wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto.
4369
4370 2002-03-31 Timo Schulz <[email protected]>
4371
4372 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to
4373 select the key used for signing.
4374 * wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting.
4375 * wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-).
4376 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after
4377 fetching keys via HKP and try to update the Gpgmekey inside.
4378 * wptVerifyList.cpp (verlist_add_sig): Check if the key context was
4379 set inside the signature. Fixes some segfaults related to the HKP key
4380 fetching during verification. Thanks to Julian. And force to use UTF8
4381 for user ID's.
4382 * wptClipSignDlg.cpp (one_key_proc): If only one secret exists,
4383 prevent that the dialog is loaded and ask for the passphrase directly.
4384
4385
4386 2002-03-29 Timo Schulz <[email protected]>
4387
4388 * wptGPG.cpp (create_groupdb): Only close the file handling if it
4389 really exists. Thanks to Mark.
4390 (gpg_check_homedir): Applied the patch. Now we're a little stricter
4391 about the homedir checks.
4392 (check_homedir): Fixed a possible memory leak.
4393 * WinPT.cpp (WinMain): Check the homedir functions to exit the program
4394 if we've found some problems.
4395 * wptErrors.cpp (winpt_strerror): New value if a directory could not
4396 created.
4397 * wptMainProc (winpt_main_proc): Use new code for the current window mode.
4398 * wptCurrWnd.cpp (get_curr_wnd): Ditto.
4399 (get_window_contents): Always set focus to the current window.
4400
4401 2002-03-22 Timo Schulz <[email protected]>
4402
4403 * wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't
4404 set window contents for some commands.
4405 (winpt_main_proc): Use the code here.
4406 * wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits.
4407 * wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New.
4408 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here.
4409 * wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings.
4410
4411 2002-03-02 Timo Schulz <[email protected]>
4412
4413 * Use capital letters in the main menus and applied Patricks spelling
4414 corrections.
4415
4416 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string
4417 not an integer. Thanks to scrumpy.
4418 * wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'.
4419 (overwrite): Some bugfixes to set the pointer to the begin of the file.
4420 * wptVerlist.cpp (verlist_build): New keyID column.
4421 (verlist_add_sig): Use it here.
4422
4423 2002-03-01 Timo Schulz <[email protected]>
4424
4425 * wptWipeFile: Replaced all low level I/O functions with W32 API
4426 functions. And support for more wiping modes. I don't know to
4427 support all, but those makes sense for me:
4428 1. Simple (2 random passes)
4429 2. DoD (as described in the standard)
4430 3. Peter Gutmanns method (from the paper)
4431
4432
4433 2002-02-28 Timo Schulz <[email protected]>
4434
4435 * wptImplist.cpp (implist_add_key): UTF8 support.
4436 Handle invalid userID's.
4437 * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.
4438 (passphrase_callback_proc): Ditto.
4439
4440
4441 2002-02-23 Timo Schulz <[email protected]>
4442
4443 * wptListview.cpp (listview_del_items): New.
4444 * wptKeyManager.cpp (km_delete_keys): Use it here.
4445 * wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support.
4446 * wptKeylist.cpp (add_key): UTF8 support.
4447
4448 2002-02-08 Timo Schulz <[email protected]>
4449
4450 * wptNLS.c: Now it's C-source because GPGME needs gettext too.
4451 (stpcpy): Makes it static.
4452 * errors.c: localize all error strings.
4453 * WinPT.cpp (get_gettext_lang): Move the code in this file because
4454 we can't use it in plain C.
4455
4456 2002-02-05 Timo Schulz <[email protected]>
4457
4458 * wptGPG.cpp (gpg_save_options): Catch the case when the options file
4459 exist but it has a length of zero.
4460 (gpg_display_error): Print out the data from the GPG stderr
4461 (when available).
4462 * w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if
4463 not, return NULL.
4464 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret
4465 keys.
4466
4467 * Fixed a lot of memory allocation all over the place.
4468
4469 2002-02-05 Timo Schulz <[email protected]>
4470
4471 wptGPG.cpp (gpg_save_options): Fixed the code for the case the
4472 values don't exist in the options file. Thanks to Lutz who found this out.
4473 (get_gpg_default): First search for "default-key" then for "encrypt-to".
4474
4475 2002-02-04 Timo Schulz <[email protected]>
4476
4477 * WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements
4478 which need it. Thanks to Timo who find this out.
4479 * WinPT.cpp (WinMain): We don't quit in the case the user changed
4480 the preferences.
4481 (update_keycache): New. Handy function to update the keycache.
4482
4483 * Use quotation for the options file in any case.
4484
4485 * clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status
4486 is set, we don' try to get the sig key.
4487
4488 * wptGPG.cpp (get_gpg_default_key): Revamped.
4489
4490 2002-01-26 Timo Schulz <[email protected]>
4491
4492 * wptKeylist.cpp (keylist_add_key): Use flags for the file manager
4493 to avoid to show all userid's. Thanks to Frank.
4494 * wptDateDlg.cpp (date_dlg_proc): New context to use different
4495 window texts and some other features.
4496 * wptKeygenDlg.cpp (keygen_dlg_proc): Use it here.
4497 * wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto.
4498 * wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if
4499 it doesn't exist.
4500 * WinPT.cpp (WinMain): Use the new code here.
4501
4502 2002-01-23 Timo Schulz <[email protected]>
4503
4504 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for
4505 loading a file.
4506 Add new code to save file with clipboard contents.
4507
4508 2002-01-20 Timo Schulz <[email protected]>
4509
4510 * wptMainProc.cpp (winpt_main_proc): Fix the error, that the user
4511 have to click twice before the menu appears. Richard told me this.
4512
4513
4514 2002-01-18 Timo Schulz <[email protected]>
4515
4516 * wptMainProc.cpp (winpt_main_proc): NLS support for new menu style.
4517 * wptPassphraseCB.cpp (parse_gpg_description): Support when no
4518 description was given. One example is when symmetric was used.
4519
4520 2002-01-13 Timo Schulz <[email protected]>
4521
4522 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche
4523 settings.
4524 * wptGPG.cpp (gpg_backup_options): New.
4525 (gpg_load_options): Ignore comment lines.
4526 (gpg_save_options): Rewritten.
4527
4528 2002-01-06 Timo Schulz <[email protected]>
4529
4530 * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt
4531 hotkey.
4532 * wptRegistry.cpp: Ditto.
4533 * wptRegistry.h: Ditto.
4534 * wptHotkey.h: Ditto.
4535 * wptGPG.cpp (gpg_load_options): New.
4536 (gpg_save_options): New.
4537
4538 2002-01-01 Timo Schulz <[email protected]>
4539
4540 * wptFileManager.cpp (fm_verify): Support for the case there is
4541 no public key to verify the signature.
4542
4543 2001-12-30 Timo Schulz <[email protected]>
4544
4545 * wptFileManager.cpp (fm_sign): Always use callbacks for the
4546 passphrase.
4547 (fm_decrypt): Ditto.
4548 (fm_parse_files): Cache the passphrase for the session and check
4549 if the file still exists.
4550 * wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use
4551 low level stuff here.
4552 * wptFile.cpp (get_keyid_from_file): Ditto.
4553
4554 2001-12-21 Timo Schulz <[email protected]>
4555
4556 * wptTextInputDlg.cpp (text_input_dlg_proc): New.
4557 * wptMainProc (clip_gpg_dlg): Support for deached signatures.
4558 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
4559
4560 2001-12-19 Timo Schulz <[email protected]>
4561
4562 * Completed work on the temporary file support for GPG.
4563 * wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the
4564 plaintext viewer option. Suggested by Markus Winkler.
4565 (get_reg_winpt_prefs): Ditto.
4566 * wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto.
4567 * wptMainProc.cpp (winpt_main_proc): Ditto.
4568
4569 2001-12-15 Timo Schulz <[email protected]>
4570
4571 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for
4572 copy and paste.
4573
4574 2001-12-02 Timo Schulz <[email protected]>
4575
4576 * wptGroups.c: Revamped from the base. Arggg.
4577
4578 2001-11-29 Timo Schulz <[email protected]>
4579
4580 * wptKeyManager.cpp (km_groupdb_expand_recipients): New.
4581 * wptMainProc.cpp (clip_gpg_dlg): New.
4582 Modify the whole event loop so we don't need all the same code
4583 for each command. And we use the new foreground code.
4584 * wptW32API.cpp (check_date): Fixed.
4585
4586 2001-11-27 Timo Schulz <[email protected]>
4587
4588 * wptKeyserver.cpp (base64_encode): New. Marco provided HTTP
4589 proxy authentifcation support for each command.
4590 (kserver_update_proxyuser): New. Ditto.
4591 (kserver_send_request): Ditto.
4592 (kserver_recv_request): Ditto.
4593 (kserver_search_init): Ditto.
4594
4595 2001-11-24 Timo Schulz <[email protected]>
4596
4597 * wptKeyManager.cpp (km_groups_new): New.
4598 (km_groups_release): New.
4599 (km_groups_load): Rewritten.
4600 (km_groups_add): New.
4601 (km_groups_del): New.
4602 (km_groupdb_open): New.
4603 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support.
4604 * wptGroups.c (groupdb_enum_read): Store the record before increment it.
4605
4606 2001-11-23 Timo Schulz <[email protected]>
4607
4608 * wptW32API.cpp (set_active_window): New.
4609 (reset_active_window): New.
4610 (window_reminder): New. This is a delayed thread procedure to
4611 force the focus (foreground) to the dialogs for the current
4612 window mode.
4613 * wptMainProc.cpp (winpt_main_proc): Use it here.
4614 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto.
4615 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4616 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
4617 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
4618
4619 2001-11-22 Timo Schulz <[email protected]>
4620
4621 * wptW32API.cpp (set_foreground_wnd): New.
4622
4623 Fixed the return value of all EndDialogs.
4624
4625 * wptMainProc.cpp: Remove all code parts which did the same for the
4626 current window support. Now the code uses a dialog switch which is
4627 much smaller.
4628
4629 2001-11-18 Timo Schulz <[email protected]>
4630
4631 * wptKeyManager.cpp: New. Contains all handy functions from the
4632 wptKeyManagerDlg.cpp. This should help to cleanup the dialog code.
4633 (km_quote_uid): New.
4634 (km_check_for_seckey): New.
4635 (km_check_key_status): New.
4636 (km_clip_export): New.
4637 (km_clip_import): New.
4638 (km_file_export): New.
4639 (km_file_import): New.
4640 (km_delete_keys): New.
4641 (km_send_to_keyserver): New.
4642 (km_refersh_from_keyserver): New.
4643 (km_update_default_key_str): New.
4644 * wptKeygenDlg.cpp (ask_for_backup): New.
4645 (keygen_dlg_proc): Use new function to give the chance to the
4646 user for a complete backup.
4647
4648 2001-11-13 Timo Schulz <[email protected]>
4649
4650 * wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry
4651 is set but to "". Then use default gpg directory.
4652 * wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys.
4653 (refresh_from_keyserver): New. Context entry for update keys.
4654 (keymisc_dlg_proc): Modify the way the popup is shown.
4655
4656 2001-11-07 Timo Schulz <[email protected]>
4657
4658 * wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing
4659 the key id.
4660 * wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret
4661 key imports.
4662 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and
4663 the user doesn't set the field, try to do this automatically.
4664
4665 2001-11-03 Timo Schulz <[email protected]>
4666
4667 (fm_remove_crit_file_attrs): First check if the file exists.
4668 Thanks to Peter.
4669
4670 2001-11-02 Timo Schulz <[email protected]>
4671
4672 * WinPT.cpp (WinMain): Add the chance to start the preferences dialog
4673 in the case a GPG error was detected.
4674 * wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected
4675 keys.
4676
4677 2001-10-30 Timo Schulz <[email protected]>
4678
4679 * wptHotkey.h: Fixed typo. Thanks to Timo.
4680 * wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo.
4681 (get_gpg_default_key): Skip comment lines immediately.
4682 * wptRegisty.cpp (get_reg_winpt_prefs): Ditto.
4683 * wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure
4684 for subclassing.
4685
4686 Remove all unsafe WM_NOTIFY stuff because this was propably the
4687 reason for the crashes. And add as a sanity check if the control
4688 sent the message.
4689
4690 2001-10-28 Timo Schulz <[email protected]>
4691
4692 * wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support
4693 for ENTER/SPACE and DELETE. Suggested by Graham.
4694 * wptKeyList.cpp (add_key): New code to figure out how trustworthy
4695 a expired/revoked secret key is.
4696 (keylist_enum_recipients): Show the key ID of the key when it's
4697 revoked.
4698 * wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not
4699 only the first to figure out if a secret is available. Thanks to
4700 Graham.
4701 * wptFile.cpp (get_keyid_from_file): Ditto.
4702
4703 2001-10-27 Timo Schulz <[email protected]>
4704
4705 * wptKeylist.cpp (keylist_enum_recipients): Add a type to make
4706 the code more flexible.
4707 * wptKeyMiscDlg.cpp (file_import): New.
4708 (file_export): New.
4709 * wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo.
4710
4711 Removed all OE code snippets.
4712
4713 2001-10-26 Timo Schulz <[email protected]>
4714
4715 * wptExtensions.cpp: Removed.
4716 * wptLDAPExt.cpp: Removed.
4717 * wptLDAP.cpp: New. This code now contains a direct interface to
4718 the WLDAP library so we don't need extra DLL's to handle LDAP keyservers.
4719 (wldap_init): New.
4720 (wldap_end): New.
4721 (ldap_set_verbose): New.
4722 (ldap_get_key_info): New.
4723 (ldap_recvkey): New.
4724 (init_ldap): New. Internal use only.
4725 (get_key): New. Ditto.
4726 (send_key): New. Ditto.
4727 * wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll.
4728
4729 2001-10-25 Timo Schulz <[email protected]>
4730
4731 * wptGPG.cpp (get_gpg_default_key): Support for the users options file.
4732 (check_gpg_path): Ditto.
4733 (get_gpg_options): Ditto.
4734 (set_gpg_default_key): Ditto.
4735 (set_gpg_options): Ditto.
4736 (gpg_check_keyring): Ditto.
4737 (set_gpg_default_keyid): Fix a typo.
4738 * wptGPGME.cpp (get_default_keyid): Rewrote most of the code.
4739
4740 2001-10-23 Timo Schulz <[email protected]>
4741
4742 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while
4743 because it's shorter.
4744 * wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of
4745 the default keyid.
4746 * wptFileManager.cpp (fm_sign): Remove the default key ID code. Now
4747 we use the signer from the keylist.
4748 * wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix
4749 some silly bugs.
4750 * WinPT.cpp (WinMain): if there is no valid keyring after the new
4751 preferences, start the key generation dialog.
4752
4753 2001-10-22 Timo Schulz <[email protected]>
4754
4755 Remove all MyGPGME code from the main project. Now we use the
4756 libmygpgme.dll to provide all cryptographic functions and interfaces.
4757
4758 * wptKeylist.cpp (key_array_new): New.
4759 (key_array_release): New.
4760 (key_array_search): New.
4761 * wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was
4762 already checked and don't bother the user if all userid's were selected.
4763 * wptPassphraseCB.cpp (passphrase_cb_init): Now void.
4764 (passphrase_cb_gpgme): Ditto.
4765 (passphrase_callback_proc): Support for a list of recipients.
4766 * wptImportList.cpp (implist_add_key): Support for secret keys.
4767
4768 2001-10-19 Timo Schulz <[email protected]>
4769
4770 * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various
4771 option files.
4772 * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and
4773 use a popup menu.
4774 * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE
4775 plug-in.
4776 (gpgoe_unload_plugin): New.
4777
4778 2001-10-17 Timo Schulz <[email protected]>
4779
4780 * wptCurrWnd.cpp (get_window_contents): Only minimize the window
4781 when the clipboard contains text.
4782 * wptKeylist.cpp (keylist_add_key): Check only for invalid keys
4783 in the mainloop. The other flags are checked in the various cases.
4784 (add_key): Use the ** foo ** notation for invalid flags instead of
4785 skipping the key.
4786 * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print
4787 out a warning.
4788 Change all error messages to one header.
4789 (check_key_status): Check if the key is valid in the sense of
4790 revocation and expire dates. If not, print out a warning.
4791 (keymisc_dlg_proc): Use the new code.
4792
4793 2001-10-16 Timo Schulz <[email protected]>
4794
4795 * wptW32API.cpp (check_date): New.
4796 (get_open_filename): New.
4797 * wptDlgs.cpp (init_dtp): New. Initialize a special common control.
4798 * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates.
4799
4800 2001-10-15 Timo Schulz <[email protected]>
4801
4802 * wptFileManager.cpp (fm_wipe): New.
4803 (fm_set_status): Add temporary wipe status and handle default values.
4804 (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped
4805 files with a successful opeation.
4806 * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure.
4807 (keygen_cb_thread): New. Static dialog thread.
4808 (keygen_cb_dlg_create): New. Interface.
4809 (keygen_cb_dlg_destroy): New. Destroy the dialog.
4810 (keygen_cb): GPGME interface.
4811
4812 2001-10-13 Timo Schulz <[email protected]>
4813
4814 Set all ListviewControls to 'NULL' in all dialogs to be more crash
4815 resistent.
4816
4817 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface.
4818 * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto.
4819 * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto.
4820 * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
4821 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto.
4822 * wptStringUtil.cpp: Removed.
4823 * wptFileManager.cpp: Rewrote the complete interface code for
4824 the file manager.
4825 * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog.
4826
4827 2001-10-10 Timo Schulz <[email protected]>
4828
4829 * wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the
4830 file is longer then the keyid.
4831 (get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the
4832 entry is an userid.
4833 * wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file
4834 more then one time.
4835 (fm_add_dropped_files): Use it here.
4836 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common
4837 keys.
4838
4839 2001-10-09 Timo Schulz <[email protected]>
4840
4841 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return
4842 code of sunlink.
4843 * wptGPG.cpp (get_keyring_from_optfile): New.
4844 Renamed gpg_errstr to gpg_strerror.
4845 (set_default_key): New.
4846 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting.
4847
4848 2001-10-08 Timo Schulz <[email protected]>
4849
4850 * wptKeyserver (kserver_connect): If the proxy settings are valid,
4851 use the proxy port instead of the HKP port.
4852 (kserver_recvkey): Proxy support.
4853 (kserver_search_init): Ditto.
4854
4855 2001-10-06 Timo Schulz <[email protected]>
4856
4857 * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.
4858
4859 2001-10-05 Timo Schulz <[email protected]>
4860
4861 * wptKeylist.cpp: (addkey): Check if the used userID is not revoked.
4862 In the case it is, use the first userID.
4863 * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox.
4864 Remove the Pos column and add a status column instead.
4865 Add expire stuff for subkeys.
4866 (init_dtp): Initialize the common control.
4867 * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file
4868 into the clipboard.
4869 * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description
4870 of the ownertrust value.
4871 (keyprops_dlg_proc): Fixed ownertrust handling.
4872
4873 2001-10-04 Timo Schulz <[email protected]>
4874
4875 * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer.
4876 * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL.
4877 Both were pointed out my Timo (not me ;-)).
4878 * wptKeylist.cpp (add_key): Fix a typo and now the code is more
4879 strict with returned attributes.
4880 * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface
4881 for local signatures.
4882
4883 2001-09-28 Timo Schulz <[email protected]>
4884
4885 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle
4886 the double click messages.
4887 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
4888 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
4889 * wptFileManager.cpp (overwrite_file): Check if the file exists and
4890 then let the user decide.
4891 (fm_encrypt): Use the code here.
4892 (fm_sign): And here.
4893 (fm_sym_encrypt): And here. Now we use the passphrase dialog.
4894 (fm_decrypt): And here.
4895 * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need
4896 a secure wipe.
4897
4898 Make the memory checking more strict.
4899
4900 2001-09-27 Timo Schulz <[email protected]>
4901
4902 * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who
4903 discovered this.
4904 * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the
4905 passphrase.
4906 * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to
4907 the various other dialogs to make the use more easier.
4908 * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here.
4909 * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto.
4910
4911
4912 2001-09-26 Timo Schulz <[email protected]>
4913
4914 * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.
4915 (listbox_get_cursel): Ditto.
4916
4917
4918 2001-09-23 Timo Schulz <[email protected]>
4919
4920 * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys.
4921 The same as the userid dialog.
4922 * wptWndSwitchDlg.cpp: Removed.
4923 * wptWipeExt.cpp: Removed. Code is now included.
4924 * wptGPGME.cpp (get_default_keyid): If the keyid from the options
4925 file is in the keycache.
4926 * wptKeylist.cpp (keylist_reload): New. Reload a keylist.
4927
4928 2001-09-17 Timo Schulz <[email protected]>
4929
4930 * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs
4931 who prevent the correct return value in the case of an clipboard error.
4932 (clip_parse_pgp_id): New. Returns the PGP message type.
4933 * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes.
4934 (hotkey_single_register): Return correct error value.
4935 (hotkey_single_unregister): Ditto.
4936 * wptW32API.cpp (get_thread_id): Removed.
4937 (attach_thread_input): Ditto.
4938 (detach_thread_input): Ditto.
4939 * wptCurrWnd.cpp (get_window_contents): Store main and focused window
4940 for later use.
4941 (set_window_contents): Use the new code.
4942
4943 2001-09-16 Timo Schulz <[email protected]>
4944
4945 * wptExtensions.h: New. This file is now used for the extenion
4946 declarations.
4947 * wptExtensions.new: (register_extensions): New. Enumerate and
4948 load all possible extensions.
4949 (unregister_extentions): New. Release all loaded extensions.
4950 * wptKeyserver.cpp (kserver_load_conf): Added support for different
4951 keyservers. Currently only HTTP/LDAP.
4952 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support.
4953 (hkp_recv_key): Ditto.
4954 * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents
4955 to set the focus.
4956 * (oe_check_recipient): New. Checks if the key is able to encrypt
4957 and valid in the sense of revocation.
4958
4959 2001-09-14 Timo Schulz <[email protected]>
4960
4961 * wptWAB.cpp: (wab_read): New. Interface to read all address book
4962 entries.
4963 (wab_open): New. Internal function to load the WAB.
4964 (wab_release): New. Release the WAB contexts.
4965 (wab_load): New. Load the contents of the WAB into a linked list.
4966 (addr_list_new): New. Linked address list.
4967 (addr_list_add): New.
4968 (addr_list_release): New.
4969
4970 2001-09-13 Timo Schulz <[email protected]>
4971
4972 * Revamped the whole plugin code for OE5.
4973 * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure.
4974 (oe_plugin_releae): New.
4975 (oe_plugin_init): New. Searches for the OE main window and select
4976 all the recipients from the fields.
4977 (oe_get_msg): This code now uses the menu command id's to
4978 execute the commands.
4979 (oe_set_msg): Ditto.
4980 (oe_encrypt): Changed for the new code.
4981 * wptMainProc.cpp (wpt_main_proc): Re-activate the code.
4982 * wptHotkeys.cpp: Ditto.
4983 * Removed the hook project.
4984
4985 2001-09-12 Timo Schulz <[email protected]>
4986
4987 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.
4988 Thanks to Rich who pointed this out.
4989
4990 2001-09-07 Timo Schulz <[email protected]>
4991
4992 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.
4993
4994 2001-09-05 Timo Schulz <[email protected]>
4995
4996 * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys.
4997 (clip_import): New. Handy function to import keys.
4998 * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase
4999 is too short.
5000
5001 2001-09-04 Timo Schulz <[email protected]>
5002
5003 * Rewrote most parts of the keymanager.
5004 * Ditto for the filemanager.
5005
5006 2001-09-01 Timo Schulz <[email protected]>
5007
5008 * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations.
5009 These code is now part of the key manager.
5010 * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions.
5011 * wptKeylist.cpp (get_key_algo): New.
5012 (get_key_created): New.
5013 (get_key_type): New.
5014 (get_key_size): New.
5015 (get_key_fpr): New.
5016 * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now
5017 a part of the keymanager.
5018
5019 2001-08-31 Timo Schulz <[email protected]>
5020
5021 * wptFileManager.cpp (fm_add_opened_files): New. Use a standard
5022 file open dialog instead of drag & drop.
5023 * wptHotkeys.cpp (hotkey_strerror): More detailed information which
5024 hotkey couldn't set up.
5025 (hotkey_register_single): Ditto.
5026
5027 2001-08-30 Timo Schulz <[email protected]>
5028
5029 * wptFilemanager.cpp (fm_encrypt): Add minor changes.
5030 (fm_decrypt): Ditto.
5031 (fm_sign): Ditto.
5032 (fm_verify): Make the code more modular.
5033 (fm_add_sig_stat): New. For new fm_verify code.
5034
5035 2001-08-28 Timo Schulz <[email protected]>
5036
5037 * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.
5038 * wptKeyserver.cpp (kserver_load_conf): Proxy support
5039 (kserver_connect): Ditto.
5040
5041 2001-08-26 Timo Schulz <[email protected]>
5042
5043 * wptFileManager.cpp (fm_entry_new): New.
5044 (fm_entry_release): New.
5045 (fm_state_new): New.
5046 (fm_state_release). New.
5047 (fm_get_current_file): New.
5048 * wptKeylist.cpp (strlist_add_recipients): New.
5049
5050 2001-08-25 Timo Schulz <[email protected]>
5051
5052 * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.
5053 (strlist_release): New. Release the linked list.
5054 (strlist_add): New.
5055
5056 2001-08-21 Timo Schulz <[email protected]>
5057
5058 * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it
5059 also supports "encrypt-to" entries as default keys.
5060 * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide
5061 secure wiping.
5062 (wipe_deinit_ext): New. Unload the DLL and free all pointer.
5063 (wipe_loaded_ext): New. Checks wether the DLL was loaded.
5064 * wptW32API.cpp (set_menu_state): New.
5065
5066 2001-08-20 Timo Schulz <[email protected]>
5067
5068 * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas.
5069 * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable
5070 the hotkeys. Automatically enable or disable the hotkey field depend
5071 on the switch.
5072
5073 2001-08-17 Timo Schulz <[email protected]>
5074
5075 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only
5076 one by default.
5077 * wptKeyList.cpp (keylist_add_to_recipients): Ditto.
5078 * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram
5079 entry in the registry in the case it's missing (whenever it's possible!).
5080 (check_gpg_path): Rewrite parts of the code.
5081
5082 2001-08-11 Timo Schulz <[email protected]>
5083
5084 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and
5085 separate the fingerprint from the othr information.
5086 * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the
5087 file, specified in the options line, does exist.
5088
5089 2001-08-08 Timo Schulz <[email protected]>
5090
5091 * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file.
5092 Support for more configurations.
5093 * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode.
5094 Add all strings to the translation suite.
5095 * Updated all NLS dialog strings.
5096 * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB.
5097 * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file,
5098 with a dynamic callback for the passphrase.
5099
5100 2001-08-06 Timo Schulz <[email protected]>
5101
5102 * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.
5103
5104 2001-08-05 Timo Schulz <[email protected]>
5105
5106 * wptKeylist.cpp (keylist_add_key): Change the schematics to support
5107 all keyids.
5108 * wptSigList.cpp (siglist_build): New. Interface code to load the
5109 signature list.
5110 * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build.
5111
5112 2001-08-03 Timo Schulz <[email protected]>
5113
5114 * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now
5115 we support this code in the key manager.
5116 * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands.
5117 * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request):
5118 Removed. The code moved into the main functions.
5119 (kserver_send), (kserver_recv): Ditto.
5120 (sock_write): Improved code.
5121 (sock_read): Ditto and some additional timeout.
5122 (sock_select): New. Figure out the socket state.
5123 (kserver_search_init): New. Make connection to the server.
5124 * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new
5125 keyserver code.
5126 * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker
5127 packet. Thanks to Alan.
5128 (check_for_symenc_data): Ditto.
5129 * wptFileManager.cpp (fm_get_file_type): Ditto.
5130 (fm_decrypt): Move the keycache in the if loop and fix the keycache
5131 type.
5132
5133 2001-08-02 Timo Schulz <[email protected]>
5134
5135 * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too.
5136 Useful in the case the file was generated but it's empty.
5137 * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos.
5138
5139
5140 2001-08-01 Timo Schulz <[email protected]>
5141
5142 * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible
5143 request for uploading a key.
5144 (kserver_send_request): Use the urlencode to send the key.
5145 (sock_read): New. Improved read function to replace recv.
5146 (sock_write): New. Improved write function to replace send.
5147 * wptFileManager.cpp (fm_get_file_type): If the data is armored,
5148 call fm_check_armor_type().
5149 (fm_check_armor_type): New. Figure out the armor type of the data.
5150 * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the
5151 buttons. Optimized the code.
5152
5153 2001-07-30 Timo Schulz <[email protected]>
5154
5155 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code
5156 for the agent.
5157 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5158
5159 2001-07-29 Timo Schulz <[email protected]>
5160
5161 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating
5162 a key revocation certificate. Add a hint to show how sentensive this
5163 data is.
5164 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the
5165 revocation.
5166 * wptAgent.cpp: Source for the server interface removed.
5167 (agent_is_avail): New. Checks if the agent is available.
5168 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code
5169 for the agent.
5170
5171 2001-07-26 Timo Schulz <[email protected]>
5172
5173 * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring
5174 exists. Useful if the keyring was moved during some commands.
5175 * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to
5176 Rich to discover this.
5177
5178 2001-07-25 Timo Schulz <[email protected]>
5179
5180 * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect
5181 serious GPG errors.
5182 * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption.
5183 Suggested by Graham.
5184 (fm_decrypt): Change code to support symmetric decryption.
5185 (fm_get_file_type): Fixed some typos.
5186
5187 2001-07-24 Timo Schulz <[email protected]>
5188
5189 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after
5190 reloading the keycache. Fixed the memory leaks. Thanks to Andreas.
5191 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform
5192 the user about errors.
5193 * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure
5194 in our own context.
5195 (treeview_insert_item): New. Handy function to insert an entry.
5196 (treeview_create_child_item): New. Insert a trustlist node.
5197 (treeview_add_trustpath): New. Add recursively the whole trust path
5198 int the tree view.
5199 * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the
5200 signature list contains entries with a NOKEY status.
5201 (recv_missing_keys): New. Receive all keys with a NOKEY as the signature
5202 status.
5203 * wptImportList.cpp (implist_load): New. Initialize the listview item
5204 with an import overview.
5205 * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead
5206 of the code.
5207 (print_import_status): Summarize the results. We need this because file
5208 import needs the same function.
5209 * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the
5210 file manager.
5211 * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key
5212 import from file.
5213 * wptFileManager.cpp (fm_import): New. Ditto.
5214 * wptKeyserver.cpp (kserver_connect): Take care for some return values
5215 and set the socket to non blocking mode.
5216 Moved the Winsock2 init code to wptMainProc.cpp
5217 * wptMainProc.cpp (wpt_main_proc): Wsock2 code.
5218 * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code.
5219
5220 2001-07-22 Timo Schulz <[email protected]>
5221
5222 * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New.
5223 (get_key_created): New. Transform ulong timestamp to ascii.
5224 (get_key_algo): New. Returns a formatted algorithm (depend on subkeys).
5225 (get_key_size): New. Returns a formatted size depend (depend on subkeys).
5226 * wptSigList.cpp (siglist_add_key): Fix the timestamp.
5227 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace
5228 this with list trust path.
5229 * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function
5230 because we always check the signatures.
5231 * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New.
5232
5233 2001-07-21 Timo Schulz <[email protected]>
5234
5235 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in
5236 the case of IDCANCEL.
5237 * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
5238 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair
5239 pair and only if activate the passphrase dlg items.
5240 Do sanity checks for all buttons that require key pairs.
5241 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code.
5242
5243 2001-07-20 Timo Schulz <[email protected]>
5244
5245 * wptKeyserver.cpp: (kserver_send_request): Correct the octect length
5246 of the request.
5247 (check_hkp_response): If an error ocurred, copy the error message into
5248 the static buffer.
5249 (kserver_strerror): Interface for the static error buffer.
5250 * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message
5251 box.
5252 (hkp_send_key): Add more verbose messages at the end.
5253 (hkp_recv_key): Ditto.
5254 (check_pattern): Rewrote the entire code to be more bug proof.
5255 * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate
5256 that the recipient list contains untrusted entries.
5257 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to
5258 force GPG to add the need options.
5259 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5260
5261 2001-07-19 Timo Schulz <[email protected]>
5262
5263 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more
5264 detailed error messages in the case for a missing key or an included
5265 signature.
5266
5267 2001-07-17 Timo Schulz <[email protected]>
5268
5269 * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox
5270 and increment the 'cols' variable inside the structure for further use.
5271 (add_key): Watch for the 'cols' variable to figure out how much columns
5272 are used.
5273 * wptListView.cpp (listview_set_ext_style): Set an extended style for
5274 the given listview.
5275 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the
5276 selected server.
5277 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
5278 * wptKeyserver.cpp (kserver_connect): IP address support. This is faster
5279 and no DNS lookup is needed.
5280
5281 2001-07-14 Timo Schulz <[email protected]>
5282
5283 * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding
5284 it to the signing keylist.
5285 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase
5286 is empty.
5287 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5288
5289
5290 2001-07-13 Timo Schulz <[email protected]>
5291
5292 * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to
5293 the request. Arggg!
5294 (check_hkp_response): Add flag to differ between 'send' and 'recv' mode.
5295
5296
5297 2001-07-12 Timo Schulz <[email protected]>
5298
5299 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,
5300 just quit without any messages. Suggested by Rich.
5301
5302
5303 2001-07-11 Timo Schulz <[email protected]>
5304
5305 * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add
5306 the integer.
5307 (keyserver_create_conf): Create a config file instead of the error.
5308 * wptGPG.cpp (create_gpg_options): If the file doesn't exist create
5309 a default file. This prevents confusing error messages.
5310 (get_gpg_options): Use new code.
5311 * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells
5312 the user how to find the files.
5313
5314 2001-07-05 Timo Schulz <[email protected]>
5315
5316 * wptHotkey.cpp (mod_hotkeys): Fix a small typo.
5317
5318 2001-07-04 Timo Schulz <[email protected]>
5319
5320 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key
5321 if the user agree.
5322 * wptKeylist.cpp (keyload_load): Use the mode from the param, not
5323 the hardcoded.
5324 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup.
5325 Rename 'load' to 'reload' to make sense with the new code.
5326 * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the
5327 registry stuff.
5328 * wptRegistry.cpp (set_reg_winpt_prefs): Ditto.
5329 (get_reg_winpt_prefs): Ditto.
5330 (regist_inst_winpt): Remove the old code.
5331 (register_single_filetype): Replacement for the old code.
5332
5333 2001-07-01 Timo Schulz <[email protected]>
5334
5335 * wptFileManager.cpp (fm_verify): New.
5336 (fm_decrypt): New.
5337 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.
5338
5339
5340 2001-06-30 Timo Schulz <[email protected]>
5341
5342 * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase
5343 code.
5344 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
5345 * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto.
5346 * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager.
5347 (fm_delete): New.
5348 (fm_encrypt): New.
5349 (fm_get_current_pos): New.
5350 (fm_get_file_type): New.
5351 (fm_add_dropped_files): New.
5352
5353 2001-06-29 Timo Schulz <[email protected]>
5354
5355 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent
5356 to send data to the clipboard.
5357 * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to
5358 destroy the window immediately.
5359 * wptKeyserver.cpp (kserver_getip): Removed.
5360 (kserver_get_langname): Removed.
5361 (kserver_load_conf): New. Load the keyserver.conf file and set the
5362 included keyserver addresses into the global context.
5363 * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the
5364 keyserver context.
5365 * wptImplist.cpp (get_key_date): New. Transform integer timestamp
5366 to ISO date.
5367 (implist_add_key): Now it uses the context instead of all single
5368 variables.
5369
5370 2001-06-28 Timo Schulz <[email protected]>
5371
5372 * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new
5373 flag variables to support RFC1991.
5374 (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991.
5375 (get_rfc1991_pktlen): Ditto.
5376
5377 2001-06-27 Timo Schulz <[email protected]>
5378
5379 * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type.
5380 (get_pkt_len): New. Extract the OpenPGP packet length.
5381 (parse_pke_sesskey): Read a public key encrypted session key
5382 but without data.
5383 * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the
5384 filename contains spaces. Just to make GPG happy.
5385 (file_manager_dlg_proc): Check if the file exist after encryption.
5386 * wptFile.cpp (get_keyid_from_file): Checks the file for an valid
5387 packet and then extract the keyid.
5388
5389 2001-06-25 Timo Schulz <[email protected]>
5390
5391 * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with
5392 the contents from the given cache context.
5393 (keylist_add_to_recipients): New. Add the selected keys to the
5394 recipient set.
5395 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist
5396 function to load the listview.
5397 * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto.
5398 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
5399 * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid
5400 and the keyid hint.
5401
5402 2001-06-24 Timo Schulz <[email protected]>
5403
5404 * wptGPG.cpp (get_gpg_path): Add null termination to the string.
5405 Thanks to Jonathan who pointed this out.
5406 (get_gpg_prog): Ditto.
5407 (gpg_check_file_ext): Check the file extension for the given GPG
5408 type.
5409 (get_gpg_default_keyid): Return null if there isn't an entry in the
5410 options file.
5411 * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx
5412 style functions.
5413 * wptImpList.cpp (implist_add_key): Ditto.
5414 * wptSigList.cpp (siglist_add_key): Ditto.
5415 * wptVerifyList.cpp (verlist_add_key): Ditto.
5416
5417 2001-06-23 Timo Schulz <[email protected]>
5418
5419 * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the
5420 options file.
5421
5422 2001-06-22 Timo Schulz <[email protected]>
5423
5424 * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform
5425 keyserver seraching. As an additional feature it's also posible to
5426 import the keys directly.
5427
5428 2001-06-18 Timo Schulz <[email protected]>
5429
5430 * wptKeyserver.cpp (check_hkp_response): More detailed error check
5431 of the http response.
5432 (kserver_send_request): Debug mode now uses logfile.
5433 (kserver_recv_request): Ditto.
5434 (kserver_index_request): New. Create a request for a key index.
5435 (kserver_send): Now uses check_hkp_response.
5436 (kserver_recv): Ditto.
5437 (kserver_search): New. Start the key index loop.
5438 * wptKeyserverDlg.cpp (recv_key): Check if the key was really
5439 imported and received.
5440
5441 2001-06-17 Timo Schulz <[email protected]>
5442
5443 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the
5444 default key for signing.
5445
5446 2001-06-16 Timo Schulz <[email protected]>
5447
5448 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return.
5449 Corrected return values.
5450 * wptErrors.cpp (winpt_strerror): Removed all unused error strings.
5451 * wptGPG.cpp (get_gpg_path): Change to default path and prevent
5452 buffer overflows.
5453 (get_gpg_prog): Ditto.
5454
5455
5456 2001-06-15 Timo Schulz <[email protected]>
5457
5458 * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode.
5459 Differ between the new keylist styles.
5460 * wptGPGME.cpp (keycache_xxx): Move the caching interface to this
5461 file. For an easier handling between dialogs and code.
5462 (keycache_rewind): New. Rewind a global keycache context.
5463 (keycache_next_key): New. Retrieve the next key from the keycache.
5464 (get_default_key): New. Return the default key, this is the secret
5465 key with the index 0.
5466 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key
5467 handling. Now the signer is set in any case. Prevent hanging GPG
5468 processes.
5469 * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory.
5470 (vm_safe_init_noswap): New. Initialize safe memory with tail data.
5471 See source for more information.
5472 (vm_safe_free): New. Free all used pointer and burn all buffers.
5473 (vm_safe_get): New. Get the begin of the alloced buffer.
5474 (vm_safe_set_swapfile): New. Set global swapfile name.
5475 (vm_safe_create_swapfile): New. Creats a swapfile and set its
5476 contents to zero.
5477
5478 2001-06-12 Timo Schulz <[email protected]>
5479
5480 * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is
5481 a big letter, otherwise convert.
5482 (preferences_dlg_proc): Check hotkeys.
5483 * wptKeylist.cpp (add_keys): Static functions to add a single key.
5484 (keylist_add_key): Now it adds all subkeys to the dialog.
5485 (keylist_alloc): Remove because it's not needed any longer.
5486 * wptImportList.cpp (implist_alloc): Ditto.
5487 * wptSigList.cpp (siglist_alloc): Ditto.
5488 * wptVerifyList.cpp (verlist_alloc): Ditto.
5489
5490 2001-06-10 Timo Schulz <[email protected]>
5491
5492 * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single
5493 hotkey.
5494 (mod_hotkeys): Take care of the enable flags.
5495 (register_hotkeys): Ditto.
5496 (unregister_hotkeys): Ditto.
5497 * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist,
5498 don't try to modify hotkeys.
5499 * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to
5500 the foreground.
5501
5502 2001-06-08 Timo Schulz <[email protected]>
5503
5504 * wptHotkey.cpp (mod_hotkeys): Change code to support the new
5505 registry style.
5506 * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable
5507 single hotkeys. Suggested by Jonathan.
5508 * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable
5509 single hotkeys.
5510 * wptKeyserver.cpp (kserver_connect): Reset winsock error var.
5511 (keyserver_recv): Ditto.
5512 (keyserver_send): Ditto.
5513 (wsock_strerror): Returns a description of the winsock problem.
5514 * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer
5515 is valid.
5516
5517 2001-06-07 Timo Schulz <[email protected]>
5518
5519 * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,
5520 add windows title.
5521
5522 2001-06-05 Timo Schulz <[email protected]>
5523
5524 * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned
5525 buffer is valid. Remove the fixme, because it's possible that there
5526 were new cipher modules loaded.
5527 * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the
5528 context is valid.
5529 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid.
5530 * wptW32API.cpp (status_box): New. Message box that is always forced
5531 to the foreground.
5532
5533 2001-06-04 Timo Schulz <[email protected]>
5534
5535 * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for
5536 the improved import status.
5537
5538
5539 2001-06-01 Timo Schulz <[email protected]>
5540
5541 * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST:
5542 Release context in the case of an error.
5543 * wptMainProc.cpp (wpt_main_proc): Fix typo.
5544 * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use
5545 a static gpg object array that contains all filenames.
5546
5547
5548 2001-05-27 Timo Schulz <[email protected]>
5549
5550 * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping.
5551 (get_reg_winpt_prefs): Ditto.
5552 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the
5553 gpg process finished.
5554 * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to
5555 a humand readable date.
5556
5557
5558 2001-05-25 Timo Schulz <[email protected]>
5559
5560 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen
5561 user id. End the dialog if there was an error during the Gpgme operations.
5562 * wptClipboard.cpp (clip_istext_avail): First check if the pointer is
5563 valid and then look at the length. Avoid crashes for some texts.
5564
5565 2001-05-21 Timo Schulz <[email protected]>
5566
5567 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid
5568 management.
5569 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids
5570 from a special key.
5571
5572 2001-05-20 Timo Schulz <[email protected]>
5573
5574 * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries
5575 to figure out if both parts are available.
5576
5577 2001-05-19 Timo Schulz <[email protected]>
5578
5579 * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey
5580 flag is set, also disable all input items.
5581 (disable_dlg_item): New. Disable dialog items (windows).
5582 * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys
5583 flag isn't set.
5584 * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as
5585 a result the code only sended parts of the key.
5586 * wptConfig.cpp: Removed. Not used any longer.
5587
5588 2001-05-18 Timo Schulz <[email protected]>
5589
5590 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various
5591 edit key commands. In the case the dialog was canceled, return without
5592 modifying anything.
5593 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the
5594 signature. If it doesn't contain a valid key, do nothing.
5595 * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't
5596 quit the program. In some cases the hotkeys are possible locked.
5597 * WinPT.cpp (WinMain): If there is an error with the gpg program/path,
5598 give the user the chance to start the GPG preference dialog.
5599 * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey
5600 support. Flag to disable all hotkeys. Reload new hotkeys (in the case
5601 they changed). Load the registry entry on startup.
5602 * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the
5603 stored registry entries.
5604
5605 2001-05-13 Timo Schulz <[email protected]>
5606
5607 * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist
5608 the function create it.
5609 (set_reg_winpt_prefs): Use the new function to set the subkey values.
5610 All functions now return WPTERR_REGISTRY instead of 1.
5611 Add some error handling to prevent errors in the registry.
5612 * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard
5613 hotkeys and the caching time.
5614
5615
5616 2001-05-12 Timo Schulz <[email protected]>
5617
5618 * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption
5619 call.
5620
5621 2001-05-11 Timo Schulz <[email protected]>
5622
5623 * wptMainProc (wpt_main_proc): Change all related menu entries from
5624 Encrypt & sign to Sign & Encrypt. Added the command to the current
5625 window menu and the handling of the window messages.
5626 * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text.
5627 * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT
5628 preferences in the registry.
5629 (get_reg_winpt_prefs): Read all preferences from the registry into
5630 the options context.
5631 * WinPT.cpp (WinMain): Read in the registry preferences at the begin
5632 and store it.
5633 * wptAgent.cpp (agent_init): Check if the environment variable
5634 GPG_AGENT_INFO is set, otherwise set it.
5635 (agent_is_running): Check wether the agent is running.
5636 (agent_start): Automated function that read all needed information
5637 from global variables.
5638
5639 2001-05-10 Timo Schulz <[email protected]>
5640
5641 * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve
5642 the handle of the specified window.
5643 * wptAgent.cpp (agent_timer_proc): Changed the agent interface
5644 to window messages instead of socket connections.
5645 * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog
5646 and menu entry.
5647 * wptPreferencesDlg.cpp: New.
5648
5649 2001-05-09 Timo Schulz <[email protected]>
5650
5651 * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket.
5652 (gpga_readn): Read 'n' bytes from a socket.
5653 (gpga_open): Open the interface to the GPG-Agent.
5654 (gpga_close): Close the GPG-Agent socket.
5655 (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent.
5656 (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits,
5657 this keys will be remove from the GPG-Agent cache.
5658 (agent_delete_fpr): Remove a fingerprint from the cache.
5659 (agent_init): Clear the cache.
5660 (agent_timer_proc): Remove all stored passphrases which were
5661 requested through the chache.
5662
5663 2001-05-08 Timo Schulz <[email protected]>
5664
5665 * wptKeyserver.cpp (wsock_init): Replace the kserver init
5666 code which initialized the Wsock2 interface.
5667 (wsock_end): Ditto.
5668 * wptAgent.cpp: Remove the passphrase caching code and add
5669 the GPG agent code.
5670
5671 2001-05-05 Timo Schulz <[email protected]>
5672
5673 * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve
5674 the current window handle. This code doesn't use the hook DLL.
5675 Thanks to Oliver Nittka for his patch.
5676 * wptErrors.cpp (winpt_strerror): Fixed a small typo.
5677 * wptGPG.cpp (check_last_gpg_access): Remove debug code.
5678 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading
5679 scheme to prevent reloading the cache twice.
5680
5681 2001-05-04 Timo Schulz <[email protected]>
5682
5683 * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp.
5684 * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg):
5685 Move all the GPGME specific code to the main dialog. Now only
5686 the context values are set.
5687 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust
5688 code.
5689
5690 2001-05-02 Timo Schulz <[email protected]>
5691
5692 * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional
5693 subkeys for the mainkeys.
5694 * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground
5695 window flag.
5696 * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the
5697 addkey feature.
5698
5699 2001-05-01 Timo Schulz <[email protected]>
5700
5701 * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence
5702 to a window.
5703 (wnd_msg_copy): New. Send the CTRL+c key sequence to a window.
5704 (wnd_msg_paste): New. Send the CTRL+v key sequence to a window.
5705 (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos.
5706 * wptMainProc.cpp (wpt_main_proc): Fix some message string for
5707 the hotkey handling. Quit the program if a registration procedure
5708 failed.
5709 * wptErrors.cpp (log_box): Improved log handling to dump states
5710 of variables during regression tests.
5711
5712 2001-04-30 Timo Schulz <[email protected]>
5713
5714 * wptClipEditDlg.cpp: Now the dialog uses the Courier font to
5715 enhance the format of keys and other GPG data.
5716 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod
5717 flag after receiving a key.
5718 * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when
5719 no listbox entry was choosen.
5720 * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to
5721 the NLS suite.
5722 * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag
5723 instead of refresh the keycache.
5724
5725 2001-04-29 Timo Schulz <[email protected]>
5726
5727 * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items.
5728 (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the
5729 adduid command.
5730 * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize
5731 the dialog with a KEY structure that holds the keyid and the userid.
5732 * wptWndHook.cpp: Remove the global context and use instead of it
5733 static variables. Put all static variables into the SHARED data
5734 segment in the DLL.
5735
5736 2001-04-28 Timo Schulz <[email protected]>
5737
5738 * wptGPGME.cpp: New. Move some additional GPGME code into WinPT.
5739 So it's easier to update GPGME and we can use NLS to translate
5740 error strings.
5741 * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code
5742 because we only use it here.
5743 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase'
5744 feature to the edit-key interface.
5745
5746 2001-04-27 Timo Schulz <[email protected]>
5747
5748 * wptCurrWnd.cpp (get_window_contents): Change the code for the last
5749 window concept. Thanks to Oliver.
5750 (set_window_contents): Add some stuff to set the position if the
5751 current window is an edit control.
5752 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid'
5753 stuff.
5754 * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to
5755 create a new user id for a GPG key.
5756
5757 2001-04-26 Timo Schulz <[email protected]>
5758
5759 * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various
5760 edit-key commands.
5761 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit
5762 key code.
5763
5764 2001-04-25 Timo Schulz <[email protected]>
5765
5766 * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME
5767 callback system to pass the keyedit information to GPG.
5768 * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto.
5769
5770 2001-04-24 Timo Schulz <[email protected]>
5771
5772 * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview
5773 item and set it to zero.
5774 * wptSignDlg.cpp (sign_dlg_proc): Ditto.
5775 * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto.
5776 * wptVerifyDlg.cpp (verify_dlg_proc): Ditto.
5777 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto.
5778 (keymisc_dlg_proc): Provide the functionality to delete key pairs
5779 secret+public.
5780 * wptWndHook.cpp (is_winpt_wnd): Remove this function and put
5781 all code into (check_wnd).
5782 (check_wnd): Check if the window doesn't is a application related
5783 window.
5784
5785 2001-04-23 Timo Schulz <[email protected]>
5786
5787 * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality
5788 is not needed because all dialog windows are top level windows.
5789
5790 2001-04-22 Timo Schulz <[email protected]>
5791
5792 * wptGPG.cpp (check_last_gpg_access): Reset switch before testing
5793 the condition.
5794 * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate
5795 all children windows.
5796 (find_parent_wnd_proc): New. Callback to enumerate all parent windows.
5797 (find_window): New. Return if the specified windows as found.
5798 * wptW32API.cpp: (dialog_box_param): New. Alias with the additional
5799 feature to check if the dialog already exist (and then preventing
5800 the creation).
5801 * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with
5802 then new dialog_box_param function. Thanks to Martin who told me
5803 about this dialog problem.
5804 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto.
5805 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the
5806 new signature buttons.
5807
5808 2001-04-21 Timo Schulz <[email protected]>
5809
5810 * wptWndHook.cpp (install_cbt_hook): Remove the thread because the
5811 system already is into a DLL.
5812 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use
5813 instead of it a button to check the key signatures.
5814 * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp
5815 from the given gpg object.
5816 (check_last_gpg_access): New. Compare the last file timestamp with the
5817 new timestamp.
5818 (init_gpg_table): New. Initialize the table with gpg objects who shall
5819 be watched.
5820 (keyring_check_last_access): Use the new code.
5821 * wptCurrWnd.cpp (set_window_contents): Restore the window if it is
5822 now iconic.
5823 * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the
5824 current window stuff.
5825
5826 2001-04-17 Timo Schulz <[email protected]>
5827
5828 * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window
5829 belongs to the taskbar area.
5830 (is_winpt_wnd): New. Alias to check if the window belongs to WinPT.
5831 (cbt_proc): Change code to include both functions.
5832 * wptCurrWnd.cpp (get_window_contents): Add switch if we use the
5833 foreground or the CBT window.
5834 * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the
5835 current window mode set the no_cbt variable.
5836 * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring
5837 was modified by an external program.
5838 * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external
5839 keyring changes.
5840
5841 2001-04-16 Timo Schulz <[email protected]>
5842
5843 * wptWndHook,cpp (cbt_proc): Compare process ids to differ between
5844 WinPT and normal windows.
5845 (install_cbt_hook): Add pid to the context.
5846
5847 2001-04-14 Timo Schulz <[email protected]>
5848
5849 * wptCurrWnd.cpp: (get_window_contents): Add an event to switch
5850 the windows. This is needed by the current code.
5851 (set_window_contents): Ditto.
5852 * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog
5853 and force it to the foreground. This is the event needed by the code
5854 above.
5855 (create_wndswitch_event): Execute the dialog.
5856 * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey
5857 section. Add message entries for the code.
5858 * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE
5859 mailer code.
5860 (insert_window_from_clip): Ditto.
5861 * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add
5862 the event to switch the windows.
5863 (oe_get_message): Ditto.
5864
5865 2001-04-13 Timo Schulz <[email protected]>
5866
5867 * wptMailPlugin.cpp: (oe_set_message): Change the id's for
5868 the attach_thread_input.
5869 (oe_get_message): Ditto.
5870 * wptCurrWnd.cpp: (get_window_contents): Ditto.
5871 (set_window_contents): Ditto.
5872
5873 2001-04-12 Timo Schulz <[email protected]>
5874
5875 * wptHotkeys.cpp: (register_single_hotkey): Add code for the current
5876 window stuff.
5877 * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window
5878 hotkeys.
5879 * wptW32API.cpp: (attach_thread_input): Split up the functions into
5880 two parts. The attach flags is always set.
5881 (detach_thread_input): See above. The attach flags is never set.
5882 * wptCurrWnd.cpp: New. Code for the current window stuff.
5883 (get_window_contents): Extract the text from the given window to
5884 the clipboard.
5885 (set_window_contents): Insert clipboard into the given window.
5886
5887 2001-04-09 Timo Schulz <[email protected]>
5888
5889 * wptGPG.cpp: (check_line): Ignore empty lines.
5890 (check_gpg_options): Ditto.
5891
5892 2001-04-09 Timo Schulz <[email protected]>
5893
5894 * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet
5895 type. Kludge for decrypt/verify.
5896 * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the
5897 code into the decrypt routine.
5898 * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start
5899 the key management after import.
5900
5901 2001-04-07 Timo Schulz <[email protected]>
5902
5903 * wptAgent.cpp: (agent_new): Rename to agent_init and modify source.
5904 (agent_destroy): Ditto.
5905 (agent_passphrase_cache): Ditto.
5906 (agent_passphrase_remove): Ditto.
5907 (agent_passphrase_get): Ditto.
5908
5909 2001-04-06 Timo Schulz <[email protected]>
5910
5911 * wptGPG.cpp: (check_gpg_path): Fix a small error.
5912 * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the
5913 first time a user started WinPT.
5914 * wptClipboard.cpp: (clip_isalready_secured): Check the begin and
5915 end PGP header.
5916
5917 2001-04-06 Timo Schulz <[email protected]>
5918
5919 * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.
5920 * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the
5921 ownertrust dialog.
5922
5923 2001-04-04 Timo Schulz <[email protected]>
5924
5925 * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static
5926 passphrase. Now a callback context is used.
5927 (passphrase_cb): Ditto.
5928 (clip_decrypt_dlg): Ditto.
5929 * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook.
5930 (install_cbt_hook): Modify for the new thread model.
5931 (remove_cbt_hook): Ditto.
5932 * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe.
5933 (delete_critical_section): Ditto.
5934 (lock): Ditto.
5935 (unlock): Ditto.
5936
5937 2001-04-02 Timo Schulz <[email protected]>
5938
5939 * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable.
5940 * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only
5941 contains valid keys.
5942 * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto.
5943
5944 2001-03-31 Timo Schulz <[email protected]>
5945
5946 * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,
5947 the GPG default key will be used.
5948
5949 2001-03-30 Timo Schulz <[email protected]>
5950
5951 * wptW32API.cpp: (new_strdup): Remove.
5952 * wptW32API.h: Ditto.
5953 * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window.
5954 * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields.
5955
5956 2001-03-28 Timo Schulz <[email protected]>
5957
5958 * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc):
5959 Added the keyid to the "no trust" message.
5960 * wptKeyserverDlg.cpp: (check_pattern): New:
5961 Do some sanity checks of the search pattern.
5962 * wptMainProc.cpp: (wpt_main_proc): Add agent support.
5963 * wptHotkey.cpp: Add agent support.
5964
5965 2001-03-21 Timo Schulz <[email protected]>
5966
5967 * WinPT.cpp: (WinMain): Re-activate the enable debug switch.
5968 * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.
5969
5970 2001-03-20 Timo Schulz <[email protected]>
5971
5972 * wptClipDecryptDlg.cpp: Rewrote
5973
5974 2001-03-19 Timo Schulz <[email protected]>
5975
5976 * wptVerifyList.cpp: New control for the verify dialog.
5977 * wptClipVerifyDlg.cpp: Rewrote
5978
5979 2001-03-18 Timo Schulz <[email protected]>
5980
5981 * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.
5982 * wptAgent.cpp: New: Experimental passphrase caching.
5983
5984 2001-03-16 Timo Schulz <[email protected]>
5985
5986 * wptDlgs.h: Add new dialog callback function.
5987 * wptKeysigDlg.cpp: New. Key signature listing dialog.
5988
5989 2001-03-15 Timo Schulz <[email protected]>
5990
5991 * wptClipEncryptDlg.cpp: Fix translation.
5992 * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).
5993 * wptKeymiscDlg.cpp: Fix the key deleting stuff.
5994
5995 2001-02-27 Timo Schulz <[email protected]>
5996
5997 * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.
5998 * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):
5999 Fixed.
6000
6001 2001-02-25 Timo Schulz <[email protected]>
6002
6003 * wptGPGPrefsDlg.cpp: Add some new translation strings.
6004 * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.
6005 * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.
6006 * wptClipImportDlg.cpp: Finished basic interface.
6007
6008 2001-02-24 Timo Schulz <[email protected]>
6009
6010 * wptGPG.cpp: (check_gpg_path): Fix a bug.
6011 (check_gpg_options): Fix some bugs.
6012
6013 2001-02-22 Timo Schulz <[email protected]>
6014
6015 * wptGPG.cpp: (check_line): New. Check if the line contains a valid
6016 gpg argument.
6017 (check_gpg_options): New. Parses each buffer line to check_line().
6018
6019 2001-02-21 Timo Schulz <[email protected]>
6020
6021 * wptGPG.cpp: Fix the check_gpg_optfile() code.
6022 (gpg_errstr): Define some error constants to be more verbose.
6023 (set_gpg_options): New. Manipulate the options file.
6024 (get_gpg_options): New. Read in the options file.
6025 * wptFile.cpp: (get_file_size): New.
6026 * wptGPGOptDlg.cpp: New. Dialog for editing the options file
6027
6028 2001-02-20 Timo Schulz <[email protected]>
6029
6030 * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.
6031 * wptClipImportDlg.cpp: Add some new code.
6032
6033 2001-02-19 Timo Schulz <[email protected]>
6034
6035 * wptRegistry.cpp: (is_installed): Remove.
6036 (regist_inst_winpt): Add selfcheck.
6037 (regist_inst_gpg): New. Add gpg releated registry entries.
6038 (regist_inst_mo): New. Add nls related path.
6039 (get_reg_entry), set_reg_entry(): Modify to be more flexible.
6040 (set_reg_entry_gpg): Handy functions for get_reg_entry.
6041 (set_reg_entry_mo): Ditto.
6042 (get_reg_entry_gpg): Ditto.
6043 (get_reg_entry_mo(): Ditto.
6044 * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.
6045 * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.
6046 include keyring entries (2x)
6047 (check_gpg_path): Include the check_gpg_optfile() check.
6048
6049 2001-02-17 Timo Schulz <[email protected]>
6050
6051 * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from
6052 the registry.
6053 (set_reg_entry): Set a gnupg registry key.
6054 * wptGPG.cpp: Modify all function for the use with get_reg_entry().
6055 * WinPT.cpp: Change the way for the gpg searching mechanism.
6056 * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.
6057 * wptClipImportDlg.cpp: (key import dialog): New.
6058 * wptKeylistElement.cpp:
6059 (wpt_lv_implist_build): Build up the key import list.
6060 (wpt_lv_implist_add_key): Insert a key into the import list.
6061 (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.
6062
6063 2001-02-10 Timo Schulz <[email protected]>
6064
6065 * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.
6066 * wptKeylistElement.cpp: New.
6067 * wptListElement.cpp: Remove.
6068 * wptW32API.cpp: Insert all lv_*** functions.
6069 * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.
6070 (wpt_lv_keylist_release_keys): Ditto.
6071 * wptW32API.cpp: (w32_get_thread_id): New.
6072 (w32_attach_thread_input): New.
6073 * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.
6074 (oe_get_message): Add thread attach mechanism.
6075 (oe_encrypt): Modify for the attach treach mechanism.
6076 Add sanity check for recipients.
6077
6078 2001-02-07 Timo Schulz <[email protected]>
6079
6080 * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.
6081 * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.
6082
6083 2001-02-04 Timo Schulz <[email protected]>
6084
6085 * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.
6086 * wptMainProc.cpp: (wpt_main_proc):
6087 Remove ciphertext checks for signing and encrypting.
6088 (allow double encryption).
6089
6090 2001-02-03 Timo Schulz <[email protected]>
6091
6092 * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.
6093 (oe_find_addr_window): Ditto.
6094 (oe_find_main_window): Ditto.
6095
6096 2001-02-02 Timo Schulz <[email protected]>
6097
6098 * wptW32API.cpp: (w32_hit_key): New.
6099 (w32_rel_key): New.
6100 (w32_copy_to_clip): New.
6101 (w32_insert_from_clip): New.
6102 (w32_get_clip_text): New.
6103 (w32_set_clip_text: New.
6104 (w32_show_if_icon): New.
6105
6106 2001-02-01 Timo Schulz <[email protected]>
6107
6108 * wptW32API.cpp: (w32_get_edit_text): New.
6109 (w32_set_menu_text): New.
6110 (w32_strdup): New.
6111 * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.
6112 * Create all dialogs windows in the foreground.
6113
6114 2001-01-31 Timo Schulz <[email protected]>
6115
6116 * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.
6117 * wptW32API.cpp: New.
6118 * WinPT.cpp: (WinMain): Change the keyring checking code.
6119
6120 2001-01-29 Timo Schulz <[email protected]>
6121
6122 * wptClipboard.cpp: (clip_is_already_secure):
6123 Modify the pgp data detection.
6124
6125 2001-01-28 Timo Schulz <[email protected]>
6126
6127 * wptHotkey.cpp: (register_hotkey): Hotkey registration.
6128 (unregister_hotkey): Hotkey removing.
6129 * wptHokey.h: New.
6130 * wptWndHook.cpp:
6131 (wpt_cpt_proc): Window hook to save the current windows.
6132 * wptWndHoo.h: New.
6133 * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.
6134 * WinPT.cpp: (WinMain): Add hotkey registration.
6135
6136 2001-01-21 Timo Schulz <[email protected]>
6137
6138 * wptNLS.cpp: ported to C++.
6139 (gettext): Remove CP850 to ISO88591 conversation.
6140

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26