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

Contents of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 288 - (show annotations)
Sat Mar 10 11:02:33 2007 UTC (17 years, 11 months ago) by twoaday
File size: 237292 byte(s)


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

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26