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

Contents of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 420 - (show annotations)
Sat Mar 3 20:01:04 2012 UTC (12 years, 11 months ago) by twoaday
File size: 242411 byte(s)


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

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26