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

Contents of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (show annotations)
Mon Nov 14 15:01:01 2005 UTC (19 years, 3 months ago) by twoaday
File size: 177943 byte(s)
2005-11-12  Timo Schulz  <ts@g10code.com>
 
        Fix more GCC warnings.
 
2005-11-10  Timo Schulz  <ts@g10code.com>
 
        * wptClipSignDlg.cpp (one_key_proc): Use
        release_gpg_passphrase_cb() to free the context.
        * wptListView.cpp (listview_deselect_all): New.
        * wptMAPI.cpp (mapi_send_pubkey): Works again.
        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
        zip.
        * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
        caching for signing operations.
        * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
        * wptFileManager.cpp (fm_send_file): Likewise.
        (fm_encrypt_into_zip): New.
         

1 2005-11-12 Timo Schulz <[email protected]>
2
3 Fix more GCC warnings.
4
5 2005-11-10 Timo Schulz <[email protected]>
6
7 * wptClipSignDlg.cpp (one_key_proc): Use
8 release_gpg_passphrase_cb() to free the context.
9 * wptListView.cpp (listview_deselect_all): New.
10 * wptMAPI.cpp (mapi_send_pubkey): Works again.
11 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
12 zip.
13 * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
14 caching for signing operations.
15 * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
16 * wptFileManager.cpp (fm_send_file): Likewise.
17 (fm_encrypt_into_zip): New.
18
19 2005-11-09 Timo Schulz <[email protected]>
20
21 * wptNLS.c (get_gettext_langid): Map user language id to
22 printable gettext language strings.
23 * wptRegistry.cpp (get_reg_entry_mo): Support for the
24 gettext environment.
25 * wptFileManager.cpp (fm_encrypt): Close all files before
26 the wipe procedure is called.
27 * wptVerlist.cpp (verlist_add_sig): Handle the case the
28 issuer is not valid but the signature is.
29 (verlist_add_sig_log): Likewise. Thanks to the folks on
30 winpt-users.
31
32 2005-11-08 Werner Koch <[email protected]>
33
34 * SAFE.ICO, SIGN.ICO: Fixed capitalization.
35 * WinPT-en.rc: Ditto.
36 * winpt_km.ico: Moved from ../.
37
38 * Makefile.am (resource_files): Add missing backslash.
39
40 2005-11-08 Timo Schulz <[email protected]>
41
42 More minor changes to avoid GCC warnings.
43
44 * wptGPG.cpp (check_homedir): Free memory in case of errors.
45 (multi_gnupg_path): Add strict mode. If non-strict mode return
46 the folder even if it does not exist.
47 (check_for_gpgwin): New.
48 * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
49 initialized.
50 * wptRegistry.cpp (get_reg_entry_gpg4win): New.
51 (get_reg_entry_mo): Support for gpg4win.
52
53 2005-11-07 Timo Schulz <[email protected]>
54
55 * wptMainProc.cpp (winpt_main_proc): Disable
56 some menu items when no secret key is available.
57
58 2005-11-05 Timo Schulz <[email protected]>
59
60 More minor changes to avoid GCC warnings.
61
62 * wptErrors.cp (winpt_strerror): Return w32
63 formatted error and do not use 'break'.
64
65 2005-11-04 Werner Koch <[email protected]>
66
67 * WinPT-en.rc: Fixed locations of icons.
68
69 2005-11-03 Timo Schulz <[email protected]>
70
71 A lot of minor changes to avoid GCC warnings.
72
73 * wptGPG.cpp (get_gnupg_keyring): Only check size for
74 public keyring.
75 * wptKeyManager.cpp (km_update_default_key_str): Do
76 not issue a bug message when no secret key was found.
77 * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
78
79 2005-11-02 Werner Koch <[email protected]>
80
81 * WinPT.cpp (WinMain): Disabled PTD version tests.
82 (check_crypto_engine): Fixed version check for scard.
83
84 * wptErrors.cpp (debug_end): Add dummy function.
85
86 * Makefile.am (code_files): Added wptCardEditCB.cpp and
87 wptKeyEditCB.cpp.
88
89 2005-10-31 Werner Koch <[email protected]>
90
91 * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
92 functions.
93
94 * wptKeyEditDlgs.cpp: Include oleauto.h
95 * wptKeyEdit.cpp: Include time.h.
96 * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
97 * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
98
99 * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
100 wptKeyEdit.cpp and wptKeycache.cpp.
101
102 * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
103 * wptImportList.cpp (implist_load): Use remove and not unlink.
104 * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
105 * wptImportList.cpp (implist_load): Use remove and not unlink.
106 * wptKeyManager.cpp (km_http_import): Ditto
107 * wptMainProc.cpp: Include wptCrypto.h
108 * wptKeyManager.cpp: Ditto.
109 * wptFileManager.cpp: Ditto.
110 * wptImportList.cpp (parse_colon_key): Need to cast argument for
111 isdigit. Include ctype.h.
112 * wptGPG.cpp: Include shlobj.h.
113
114 Fixed double inclusion of windows.h.
115
116 * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
117 * wptKeylist.cpp (get_key_created): Broke up trigraph.
118 (get_key_status): Removed dangerous use of sprintf. Still other
119 flaws present, see comment.
120
121 * wptCardPCSC.c: Don't include winscard.h.
122 (pcsc_readerstate_t, pcsc_context_t): New. Changed call users to
123 use these types.
124 (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
125 (SCARD_S_SUCCESS): Changed all compares to test the value directly
126 against zero.
127
128 * WinPT.cpp: Include wptCrypto.h.
129 (WinMain): Don't shard S. Removed usunsed variable SIZE.
130 * Makefile.am (code_files): Actually add files by adding a first
131 backslash.
132 * wptMDSumDlg.cpp: Include wptCrypto.h.
133 * wptProxySettingsDlg.cpp: Included ctype.h.
134 * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
135 * wptKeysignDlg.cpp: Ditto
136 * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
137 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
138 Removed unused variable.
139 * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
140 silly c++ operator synonyms.
141 * wptKeyEditDlgs.cpp: Include time.h.
142 * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
143 * wptFileManagerDlg.cpp: Ditto.
144 (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
145 matter if it does an rmdir for a directory.
146
147 Fixed include of resource.h which is not anymore in the top
148 directory.
149
150 2005-10-28 Werner Koch <[email protected]>
151
152 * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
153 unsigned. Never ever use a possible signed char as argument for
154 ctype tests. An alternative is to first test using isascii ().
155 (keyserver_proxy_dlg_proc): Removed unused variable.
156
157 2005-10-27 Timo Schulz <[email protected]>
158
159 * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.
160 * wptKeylist.cpp (keylist_add_key): Check global key flag to
161 see if the key is disabled and not each subkey.
162 (seclist_init): Likewise.
163 * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use
164 gpgme_op_decrypt_verify.
165 (clip_decrypt_dlg_proc): Fixed fingerprint
166 to keyid conversation. This also fixes a crash.
167 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
168 * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key
169 already expired if the user wants to change the date.
170 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old
171 'v3 sig' option with the 'ask cert level' option. Sync
172 with global preferences.
173 * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the
174 gpg.conf contains 'ask-cert-level'. If not disable button.
175 * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable
176 the button when the key is available.
177 Reload key directly, not the entire cache.
178
179 2005-10-26 Timo Schulz <[email protected]>
180
181 * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but
182 possible overflow.
183 (is_openpgp_ext): Compare case insentensive.
184 (add_single_file): New.
185 (fm_add_opened_files): Support multi file selection.
186 * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed.
187 * wptKeyManager.cpp (km_enable_disable_key): Do not set cache
188 reload flag. Just update the single key.
189 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var
190 and disable anonymize recipient for now.
191
192 Begin to port code to GCC. Fix all warning issued by the gcc
193 compiler.
194
195 2005-10-25 Timo Schulz <[email protected]>
196
197 * wptGPGUtil.cpp (create_process): Hide window.
198 * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
199 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
200 static var 'enable'.
201 * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
202 (gpg_genkey_params): Make sure all primary keys are capable
203 for signing and certification.
204 * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
205 * wptGPG.cpp (gnupg_access_keyring): Check return value for
206 NULL. Noted by Ralf.
207 (get_gnupg_prog): Simplified.
208 (check_homedir): Fixed. Return 0 when the dir is successfully created.
209 * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
210 indicate a pending GPG process.
211 * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
212 and and of an operation. For now just the cursor changes.
213 (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
214 * WinPT.cpp (WinMain): Check if there is already an instance and
215 set a variable early as possible.
216 (load_gettext): If a previous instance was found, do not output
217 any errors. Kudos to Ralf.
218
219 2005-10-24 Timo Schulz <[email protected]>
220
221 * wptPassphraseCB.cpp (passphrase_callback_proc): Allow to use
222 pre-defined recipients.
223 (release_gpg_passphrase_cb): Release recipients.
224 * wptKeyPropsDlg.cpp (keyprops_load_photo): Set photo-id
225 validity if needed.
226 (keyprops_dlg_proc): Issue a warning if the photo is valid.
227
228 2005-10-23 Timo Schulz <[email protected]>
229
230 * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.
231 * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
232 (get_ext_validity): New.
233 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
234 * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
235 this function.
236 (load_clipboard_from_file): Likewise.
237 (save_clipboard_to_file): New.
238 * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.
239
240 2005-10-22 Timo Schulz <[email protected]>
241
242 Localized a lot of more strings.
243
244 * wptMainProc.cpp (load_smartcard): New.
245 * wptFileManager.cpp (fm_parse_command_line): Simplify code.
246 (fm_check_armor_type): Add new arg. Change all callers.
247 (fm_get_file_type): Likewise.
248 * wptKeyPropsDlg.cpp (display_key_info): New.
249 (keyprops_show_photo): Factored out some code into..
250 (keyprops_load_photo): ..this function.
251
252 2005-10-21 Timo Schulz <[email protected]>
253
254 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use
255 WM_INITPOPUPMENU to localize popup menu texts.
256 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
257 * wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset.
258
259 2005-10-20 Timo Schulz <[email protected]>
260
261 Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0.
262
263 * wptPassphraseCB.cpp (passphrase_cb): Complete card support.
264 * wptCardEdit.cpp (genKey): Handle cancel case.
265 * keycache.c: Renamed into...
266 * wptKeyCache.cpp: ...this.
267 * wptW32API.cpp (set_menu_text): Removed unused code.
268 (set_menu_text_bypos): New.
269 * wptCrypto.h: New.
270 * wptMainProc.cpp (winpt_main_proc): Complete localize
271 menu texts.
272 * wptErrors.cpp (log_debug): Use a static var so the file
273 is only opened once.
274 (debug_end): Cleanup. Currently just close the log file.
275 * wptErrors.h (wipememory): New.
276 (sfree_if_alloc): Use it here.
277 * WinPT.cpp (WinMain): Display the min. GPGME version which
278 is needed in case of an error.
279
280 2005-10-17 Timo Schulz <[email protected]>
281
282 Free all memory returned by the GPGME dll with gpgme_free ().
283
284 s/GPG_ERR_CARD_REMOVED/GPG_ERR_CARD_NOT_PRESENT.
285
286 * wptKeyEdit.cpp (getCardStatus): Remove dummy key.
287 (list_handler): With user interaction to allow to insert
288 the card into the reader.
289 * wptKeyEditCB.cpp (gpg_edit_card): Likewise.
290 (common_card_handler): Fixed incorrect command string.
291 * wptKeyPropsDlg.cpp (get_card_type): New.
292 (keyprops_dlg_proc): Show card information if present.
293 * wptFileManager.cpp (secret_key_available): Make the code faster.
294
295
296 2005-10-16 Timo Schulz <[email protected]>
297
298 * wptPassphraseCB.cpp (passphrase_cb): Fix problem
299 with hanging GPG process on cancel.
300 * keycache.c (gpg_keycache_release): Release all objects.
301
302 2005-10-15 Timo Schulz <[email protected]>
303
304 * wptCardEdit.cpp (setResult, getResult): New.
305 (reset): New.
306 (getCardStatus): Check return codes and release all objects
307 in case of errors.
308 * wptCardEditCB.cpp (change_pin_handler): Call reset()
309 before quit.
310 (editcard_handler): Likewise.
311 (common_card_handler): New.
312 * wptCardDlg.cpp (card_changepin_dlg_proc): Also unmask
313 the old PIN when 'Hide Typing' is disabled.
314 * wptPassphraseCB.cpp (passphrase_cb): The card detection
315 works again. Support to re-enter passphrase.
316
317 2005-10-14 Timo Schulz <[email protected]>
318
319 * wptCardDlg.cpp (card_status): New fields for the
320 fingerprint creation time. Display card info as title.
321 (get_printable_version): New.
322 * wptCardEditCB.cpp (editcard_handler): Fix problem
323 with the counter comparison.
324
325 2005-10-11 Timo Schulz <[email protected]>
326
327 Port to GPGME basically finished.
328
329 2005-09-20 Timo Schulz <[email protected]>
330
331 * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc):
332 Do not use gpgme_recipients_t but the listview directly
333 to add the selected files.
334
335 2005-09-07 Timo Schulz <[email protected]>
336
337 * Make sure all GetOpenFileName filters are terminated by \0\0.
338
339 2005-09-01 Timo Schulz <[email protected]>
340
341 * wptW32API.cpp (center_window): New argument for parent window.
342 Change all callers.
343 (center_window2): Likewise.
344 * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'.
345 * wptGPG.cpp (gnupg_backup_options): Remove param. One backup
346 file is enough. Changed all callers.
347
348 2005-08-15 Timo Schulz <[email protected]>
349
350 * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys.
351 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title.
352 * Make sure the passphrase is always overwritten before it is
353 freed (or the function returns).
354 * wptKeyPropDlg.cpp (get_pref_cipher): New.
355 (keyprops_dlg_proc): Use it here.
356
357 2005-08-06 Timo Schulz <[email protected]>
358
359 * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
360 of the secret key.
361 (keycache_init): cache name of secret keyring.
362 * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
363 (get_key_type): Do not assume 'ultimate' means key pair.
364 * wptKeyEditDlgs.cpp (diff_time): New.
365 (keyedit_addsubkey_dlg_proc): Changed design and use
366 diff_time. Drop checks for invalid keylength (< 1024, > 4096)
367 because the combo box automatically handles this.
368 * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
369 * wptGPG.cpp (get_backup_name): New.
370 (gnupg_backup_keyrings): Rotate backup names, from 0..3.
371 * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
372 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
373 not the long keyid.
374
375 2005-08-05 Timo Schulz <[email protected]>
376
377 * wptListView.cpp (listview_set_item2): New.
378 * wptKeyManager.cpp (km_check_if_protected): Directly
379 retrieve gpgme_key_t from the list.
380 (km_check_key_status): Likewise.
381 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use
382 a human-readable name for secret key export.
383 Reload just the keys which were affected by updates
384 (edit-key).
385 (update_key): New.
386 * wptKeyList.cpp ((keylist_upd_key): Stripped down
387 version of keylist_add_key.
388 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not
389 reload the keycache here, just flag 'update'. Give the
390 control to the calling dialog.
391 * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t
392 as parameter. Changed all callers.
393 Add date of expiration to the key info.
394 (get_expire_date): New.
395 Use a checkbox to allow to ask for the cert level.
396 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload
397 the cache.
398
399 2005-08-04 Timo Schulz <[email protected]>
400
401 * wptListView.cpp (listview_scroll): New.
402 (listview_get_item2): New.
403 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the
404 item was found, make it visible with scrolling.
405 * wptKeyManager.cpp (km_find_key): New.
406 (keylist_subclass_proc): Support to handle some acceleators.
407 Strg+{C, P, F, A}.
408 (km_get_key_status): Get the gpgme_key_t object directly
409 from the list.
410 * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set
411 the config file (if it exists).
412 * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code
413 to handle the click->activate situation.
414 * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
415 Support to check the passphrase quality.
416 * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
417 (request_passphrase): Rename 'init' to 'flags' to allow more
418 options.
419 * wptMAPI.cpp: Check all *alloc results.
420 * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary
421 passphrase quality check.
422 * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file
423 format and allow to save the checksum in a file.
424 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning
425 when the PGP mode is disabled.
426 wptKeyEditDlgs.cpp (do_editkey_primary): Return if just
427 one user-ID exists.
428 (keyedit_dlg_proc): Fixed index problem.
429 * wptKeyPropsDlg.cpp (get_validity): New.
430 (keyprops_dlg_proc): Actually show extended validity if possible.
431 * wptKeyList.cpp (get_key_fpr): Support for old v3 format.
432 (do_addkey): Use listview_add_item2 to store key as opaque
433 param inside the list.
434 * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.
435 (file_stat_dlg_proc): End dialog if no PGP data was found.
436 (do_list_packets): Return the number of valid PGP packets
437 of the file.
438
439 2005-08-02 Timo Schulz <[email protected]>
440
441 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of
442 using 'Default Keyserver' add the real keyserver name to
443 the menu.
444 The rebuild command does not reload the cache any longer.
445 Use ATTR_NAME + .asc as the filename and not keyid + .asc.
446 * wptProxySettingsDlg.cpp (enable_proxy_auth): New.
447 (keyserver_proxy_dlg_proc): Changed the design a little
448 and add some additional sanity checks.
449 * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.
450 This fixes the problem that the GPG option dialog does not show
451 very nice lines.
452 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.
453 * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected
454 check for 'NOKEY' before asking a keyserver.
455 * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.
456 If a lot of keys were selected, ask if the user wants to confirm
457 each delete procedure or allow to cancel the operation.
458 * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much
459 keys the file contain.
460 * wptKeyList.cpp (get_key_algo): Beautified.
461 (get_key_status): Drop the "[XYZ] Unknown" format, it is too
462 confusing for users.
463 * wptKeyManager.cpp (km_check_key_status): Adjustments for the
464 new code.
465 (km_check_for_seckey): Reset utrust parameter. Return -1 for
466 invalid (exp+rev+dis) keys.
467
468 2005-08-01 Timo Schulz <[email protected]>
469
470 * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given
471 sizes.
472 (check_IP_or_hostname): New.
473 (kserver_load_conf): Correct finger URL parsing problem.
474 (port_from_proto): New.
475 (keyserver_load_conf): Guess the port.
476 (keyserver_set_default): Allocate new buffer.
477 (kserver_load_conf): Likewise.
478 * wptHTTP.c (parse_reqline, parse_request): Removed.
479 Use WinPT error code and remove all unused code.
480 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.
481 * wptProxySettingsDlg.cpp (read_proxy): Simple check for
482 invalid host/IP addresses.
483 * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.
484 Changed all callers.
485 * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,
486 automatically set 'backup to homedir'.
487 * WinPT.cpp (WinMain): Use desktop window as the parent window
488 to load 'first-start' dialogs.
489 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'
490 flag after deleting keys.
491 * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure
492 for passing the arguments.
493 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for
494 the OptFile. This was responsible for a lot of 'General Errors'
495 after the first start related to key caching.
496 Automatically set the gpg binary if possible.
497
498 2005-07-22 Timo Schulz <[email protected]>
499
500 * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
501 messages and make sure WinPT make a keyring backup in this case.
502 * wptGPGME.cpp (keycache_reload): Do not rebuild the signature
503 cache each time. Just do it on startup.
504 * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
505 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
506 was set by the calling function.
507 * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
508 (keygen_dlg_proc): Only add the generated key to the keycache
509 and do not reload the entire cache.
510 * wptKeyManager.cpp (km_delete_keys): Store the number of keys
511 because in each loop iteration it will be new calculated.
512 * wptListView.cpp (listview_del_items): Likewise.
513 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
514 generated key to the list instead of reloading the entire cache.
515 * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.
516
517 2005-05-09 Timo Schulz <[email protected]>
518
519 * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..
520 (http_dlg_proc): ..this.
521 (get_keyserver_URL_dlg): New.
522 (check_URL): New.
523 * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): New.
524 (keyedit_main_dlg_proc): Avoid massive keycache reloads, just reload
525 the single key.
526 * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Show the key
527 properties of the selected desig. revoker.
528 * wptVerifyList.cpp (verlist_build): Increase the column
529 size of 'keyid'.
530 * wptGPGME.cpp (keycache_update): New.
531 * wptKeySigDlg.cpp (keysig_dlg_proc): Update the key if a signature
532 was deleted.
533 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Zeroing the key struct
534 before we set any values.
535
536 2005-05-03 Timo Schulz <[email protected]>
537
538 * wptFileManager.cpp (fm_parse_command_line): Handle
539 'SYMKEYENC' files. Thanks to the user who reported it.
540 * wptKeyEditDlgs.cpp (do_find_userid): Optionally return the context.
541 (showpref_dlg_proc): New.
542 (keyedit_main_dlg_proc): Support SHOWPREF.
543 (userid_list_init): New field 'Email'. Split userID into 'Name' + 'Email'.
544 (do_add_new_userid): Adjust for new ListView.
545 (do_find_userid): Use email for searching.
546 (parse_preflist): New.
547
548 2005-04-19 Timo Schulz <[email protected]>
549
550 * wptKeyserver.cpp (kserver_update_proxyuser): Fixed
551 buffer overflow that occurred when the proxy password
552 is > 29 chars. Thanks to the friendly user who reported this.
553 (kserver_search): Handle the case the key is revoked. Thanks
554 to Ralf.
555 (kserver_connect): More logging.
556 (kserver_sendkey): Likewise.
557 * wptProxySettingsDlg.cpp (check_number): New.
558 (read_proxy): Check the entered port number.
559 * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
560 * wptW32API.cpp (get_folder_dlg): Free memory.
561
562 2005-04-11 Timo Schulz <[email protected]>
563
564 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
565 'enable' flag always at the begin.
566 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
567 key trust. Noted by a friendly user.
568 * wptListView.cpp (listview_add_item_pos): New.
569 * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
570 the fact that GPG does not return the fingerprint of
571 the generated subkey any longer, we need to get it manually.
572 Thanks to Maxime Brandt.
573 (keyedit_addsubkey_dlg_proc): If key size too large, ask
574 if this was a mistake.
575 (keyedit_add_subkey): Use it here.
576 (do_add_new_subkey): Fix list contrl insertion.
577 * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.
578
579 2005-04-04 Timo Schulz <[email protected]>
580
581 * WinPT.cpp (check_crypto_engine): Correct version
582 check. Noted by Werner.
583
584 2005-03-22 Timo Schulz <[email protected]>
585
586 * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.
587 (enable_mobile_mode): New.
588 * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new
589 ID's for adding subkeys.
590
591 2005-03-06 Timo Schulz <[email protected]>
592
593 * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
594 a public key. Noted by Kurt Fitzner.
595
596 2005-03-04 Timo Schulz <[email protected]>
597
598 * GPG asks twice for the new PIN. Thanks to Achim.
599 * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.
600 Only check the passphrase if the backup flag is enabled. Again thanks to
601 Achim.
602
603 2005-03-03 Timo Schulz <[email protected]>
604
605 * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
606 new PIN. Suggested by Achim.
607 Support to show the unmasked PIN.
608 Modified TAB-order.
609 * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.
610
611 * Fixed wrong GPG --command-fd strings. Thanks to Achim.
612
613 2005-02-23 Timo Schulz <[email protected]>
614
615 * wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.
616 (kserver_search): Be more strict.
617 * WinPT.cpp (WinMain): Enable FM progress by default.
618 * wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.
619 (fm_parse_files): Use progress dialog only if it is
620 enabled.
621
622 2005-02-07 Timo Schulz <[email protected]>
623
624 * wptFileManager.cpp (fm_parse_files): Do not use the progress dialog
625 for signing and verifying. But this does not fix the problem tha the
626 dialog sometimes stay and is not destroyed.
627
628 2005-02-04 Timo Schulz <[email protected]>
629
630 * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
631 If the progress window survives by accident, it will be closed when the
632 File Manager (root window) is closed.
633
634 2005-02-02 Timo Schulz <[email protected]>
635
636 * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
637 it is invisible.
638 * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
639 passphrases.
640 * Enable the progress dialog for symmetric encryption.
641 * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
642 FM_ENCRYPT mode.
643 * WinPT.cpp (WinMain): SETUP_EXISTING implemented.
644 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
645 no value is entered.
646
647 2005-01-26 Timo Schulz <[email protected]>
648
649 * wptGPG.cpp (multi_gnupg_path): Zero buffer before use.
650 * wptKeyManagerDlg.cpp: Add 'Select All' feature.
651 Move 'Edit->Key' to 'Key->Edit'.
652 * wptFileManagerDlg.cpp: Likewise.
653 * wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.
654 * wptKeyManager.cpp (spawn_loadimage): Removed.
655 (km_show_photo): Removed.
656 * wptRevokersDlg.cpp (revokelist_init): Fixed index.
657 * wptErrors.cpp (winpt_strerror): Show system error for registry
658 related problems.
659
660 2005-01-25 Timo Schulz <[email protected]>
661
662 * wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default
663 and that all values are 7-bit ASCII.
664 Use '*' for the passphrase field.
665 * wptGPG.cpp (multi_gnupg_path): New.
666 (get_gnupg_path): Use it here.
667 (check_homedir): Likewise.
668 * wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port
669 is actually set.
670 * wptFileManager.cpp (fm_clearsign_8bit): New.
671 (fm_parse_files): Check if the file to clearsign is really 7-bit.
672 Thanks to djek.
673 (fm_set_ftype): Factored out some code from...
674 (fm_add_dropped_files): ...here. Simplied the code.
675 (fm_add_dir_files): New.
676 * Removed MD5 from MyGPGME and the new default sym cipher is AES.
677 * wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var
678 to track the window handle.
679 (progress_cleanup): Try to close tracking handle first.
680
681 2005-01-21 Timo Schulz <[email protected]>
682
683 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys
684 which are not in the keyring. Suggested by djek.
685 * wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic
686 'Always on Top'.
687 Allow to send encrypted files via MAPI.
688 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache
689 if the HKP retrieval succeeded.
690 * wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer
691 is not NULL.
692 * wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with
693 a header similar to 'gpg -k name'.
694 * wptErrors.cpp (log_box): Use msg_box to make sure the box is visible
695 with 'Always on Top' windows.
696 * wptFileManager.cpp (fm_parse_files): Set progress callback for
697 wiping files.
698 (fm_add_opened_files): Do not add the file in case of an error.
699 * wptKeyserverDlg.cpp (kserver_get_port): New.
700 (save_default_ks): Save port.
701 * wptKeyserver.cpp (set_default_kserver): Get port or use default.
702 (kserver_connect): Logging.
703 (kserver_send_request): Likewise. Thanks to Markus.
704 * wptError.cpp (w32_fmt_msg): New.
705 (winpt_strerror): Show the W32 API error if the hotkey could not
706 be registered.
707
708 2005-01-20 Timo Schulz <[email protected]>
709
710 * wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the
711 keyring check. If the file exists, it is enough.
712 * wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.
713 Several cleanups and allow to specify the port of the keyserver.
714 * wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure
715 the application terminates clearly when Windows shutdown.
716
717 2005-01-10 Timo Schulz <[email protected]>
718
719 * WinPT.cpp (load_gettext): New.
720 (WinMain): Use it here to load it before --keymanager. Thanks to Ralf.
721
722 2005-01-08 Timo Schulz <[email protected]>
723
724 * Applied the patches to make the source G++ compatible.
725 * wptKeyserver.cpp (kserver_load_conf): Use the stripped string.
726 * wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.
727 * wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.
728
729 2005-01-07 Timo Schulz <[email protected]>
730
731 * wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.
732 (finger_recvkey): Use skip_type_prefix and prevent buffer overflows.
733 (ldap_recvkey): Likewise.
734 (check_hkp_response): Be more liberal with error strings.
735 (kserver_connect): Prevent buffer overflow and use the right return
736 code for inet_addr().
737 (kserver_search_chkresp): New.
738 (kserver_search): Fixed. Now it works with modern keyservers.
739 * wptKeylist.cpp (seclist_init): Add new flags param.
740 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key
741 listing.
742 * wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
743 * wptMainProc.cpp (winpt_main_proc): GPGME cleanup.
744 * WinPT.cpp (WinMain): call GPGME init.
745 Reword the 'you have no keyring' problem and revamp the first run dialog.
746 * wptGPG.cpp (gnupg_access_keyring): New.
747 (gnupg_check_keyring): Removed unused code.
748 * wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the
749 new texts and remove unused elements.
750 * wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The
751 last annoying typo.
752 * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of
753 an error.
754
755 2004-12-30 Timo Schulz <[email protected]>
756
757 * wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.
758 This fixes the problem that the dialog crashes when the user selects
759 anything. Thanks to my users.
760 (keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.
761
762 2004-12-20 Timo Schulz <[email protected]>
763
764 * wptGPG.cpp (check_gnupg_engine): Fixed version checking.
765 * wptFileManager.cpp (fm_encrypt): Delete the passphrase from the
766 cache if it is not valid.
767
768 Fix problem with a NULL pointer.
769
770 2004-12-15 Timo Schulz <[email protected]>
771
772 * wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right
773 temp name.
774 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button
775 when no secret key is available.
776
777 2004-12-11 Timo Schulz <[email protected]>
778
779 * wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect
780 the file type.
781 (fm_parse_command_line): Likewise.
782
783 2004-12-02 Timo Schulz <[email protected]>
784
785 * wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.
786
787 2004-11-04 Timo Schulz <[email protected]>
788
789 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred
790 keyserver sub packets.
791
792 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to
793 indicate we need to reload the cache. If a user deletes a key
794 and exits the manager and loads it again the deleted key is
795 still in cache and provoked an error.
796
797 * wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.
798
799 * wptW32API.cpp (center_window): Replaced with real code which calculates
800 the position relative to the desktop window.
801
802 2004-10-25 Timo Schulz <[email protected]>
803
804 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box
805 if the PGP message is complete but broken during the transport.
806 Thanks to Werner and Achim.
807 * wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks
808 to the gnupg-users.
809 * Automatically add '\r\n' to the text before signing. This solves
810 the problem the last line is not included if no \r\n is present.
811 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode
812 which prepends the text with '> '. This makes it easier to quote
813 decrypted text.
814 * wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored
815 out from..
816 (keyserver_dlg_proc): ..here.
817
818 2004-10-15 Timo Schulz <[email protected]>
819
820 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt
821 is really initialized.
822
823 2004-10-07 Timo Schulz <[email protected]>
824
825 * wptErrors.cpp (winpt_errmsg): Use a generic header when no
826 filename is supplied.
827 * wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but
828 an error message which is more clean. Thanks to Ralf.
829 * wptCardDlg.cpp (card_keygen_dlg_proc): Support new card
830 admin mode.
831 * wptKeySignDlg.cpp (do_check_protection): Also check for smart
832 card protection.
833 (get_keyinfo): Return if this is a smart card key.
834 * wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before
835 comparing the names.
836 * winpt.cpp: Now depends on PTD 0.7.1.
837
838 2004-10-01 Timo Schulz <[email protected]>
839
840 * wptClipSignDlg.cpp: Really use the selected subkey with the
841 right '!' syntax. Thanks to Vedaal for pointing this out.
842 * wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device
843 is accessable and writeable, otherwise inform the user. Kudos to
844 the one who reported this problem.
845
846 2004-09-20 Timo Schulz <[email protected]>
847
848 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in
849 context menus when the key is flagged as revoked.
850 (update_ui_items): Likewise and set the 'ShowPhoto' flag only if
851 the key has such an item.
852
853 2004-09-08 Timo Schulz <[email protected]>
854
855 * wptKeyserverDlg.cpp (kserver_get_pos): If only one element is
856 in the list, return zero.
857
858 2004-09-07 Timo Schulz <[email protected]>
859
860 * wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.
861 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
862
863 2004-09-01 Timo Schulz <[email protected]>
864
865 * wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.
866 (default_key_from_cache): Use new key attribute 'usable'.
867 * WinPT.cpp (show_unprotected_keys): Removed.
868 * wptKeylist.cpp (check_key): Removed.
869 (seclist_init): Use new 'usable' key attribute.
870 (keylist_add_key): Likewise.
871 * wptKeyManagerDlg.cpp (keylist_subclass_proc): support to
872 add keys via 'INSERT'.
873 * wptListView.cpp (listview_select_one): New.
874 (listview_find): New.
875 * wptFileManager.cpp (fm_get_current_pos): If there is only
876 one item, return 0 but also select it. Thanks to Christian.
877
878 2004-08-28 Timo Schulz <[email protected]>
879
880 * WinPT.cpp (WinMain): Free gpg table in case of an error.
881 * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
882 (filemanager_dlg_proc): Subclass the list control.
883 * Fix Alt+C for the winpt_prefs_dlg_proc.
884 * wptKeyserver.cpp (kserver_load_conf): Ignore lines with
885 just whitespaces. Thanks to the folks on winpt-users.
886
887 2004-08-27 Timo Schulz <[email protected]>
888
889 * wptKeyserver.cpp (skip_whitespace): New.
890 * Fix a problem with the key cache. The new hash item was
891 not initialized to zero and thus the free caused an illegal access.
892 Thanks to Ralf for pointing this out.
893 * wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.
894 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
895 * wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and
896 use a context to store the value. Loalize all text strings.
897 * wptKeyList.cpp (key_check_validity): Cannot use gettext here.
898 (keylist_get_recipients): Increase buffer for gettext messages.
899
900 2004-08-26 Timo Schulz <[email protected]>
901
902 * WinPT.cpp (load_keyserver_conf): New. Factored out some code
903 from WinMain ().
904 (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
905 * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
906 in the list control, add at least the internal default HKP server.
907 * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.
908 * wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.
909 (keysign_dlg_proc): Likewise.
910 * wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.
911 * wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.
912 (kserver_connect): use it here.
913 (kserver_send_request): Likewise.
914 (kserver_recvkey): Likewise.
915
916 2004-08-25 Timo Schulz <[email protected]>
917
918 * wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB
919 and skip to read large files on floppy discs.
920 (fm_wipe): Display a 'wait' cursor until the wipe is complete.
921 (is_floppy_disc): New.
922 * wptFileManagerDlg.cpp (filelist_subclass_proc): New.
923 (file_manager_dlg_proc): Use subclassing to allow some hotkeys.
924
925 2004-08-24 Timo Schulz <[email protected]>
926
927 * wptKeyEditDlgs.cpp (userid_list_init): Add creation date for
928 the user-ids.
929 * wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into
930 expert mode when the non-interactive mode is used.
931 * WinPT.cpp (WinMain): Start the keygen wizard instead of the
932 expert dialog and allow to switch to it.
933
934 2004-08-20 Timo Schulz <[email protected]>
935
936 * wptKeyManagerDlg.cpp (do_create_minpopup): In read-only
937 mode the menu is not available.
938 (popup_gpg_readonly): New.
939 (menu_gpg_readonly): New.
940 (keymanager_dlg_proc): Use it here. Do not check the permissions
941 any longer since this is now handle via the read-only code.
942 * wptMainProc.cpp (winpt_main_proc): Check if the keyrings
943 are in read-only mode.
944 * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.
945 * wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably
946 signatures in expert mode.
947 * wptKEyEditDlgs.cpp (do_find_userid): Release context.
948 * wptGPG.cpp (gpg_check_permissions): Only print out a warning
949 in the interactive mode.
950 * wptTrayPopDlg.cpp (WndProc): Destroy the window when the left
951 mouse button is clicked.
952
953 2004-08-19 Timo Schulz <[email protected]>
954
955 * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected
956 key numbers.
957
958 * wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.
959 (is_sig): Change code to allow to check pre-defined fields.
960
961 * WinPT.cpp (WinMain): Allow read-only support for keyrings.
962
963 2004-08-06 Timo Schulz <[email protected]>
964
965 * wptContext.h: Move subclass_s context to this file.
966
967 * wptKeysigDlg.cpp (subclass_dlg_proc): New.
968
969
970 2004-08-05 Timo Schulz <[email protected]>
971
972 * wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag
973 when possible.
974 New dialog layout to enhance the readability of the text. Use
975 flat check boxes for the same reason.
976
977 * wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to
978 the right column (3 not 4).
979
980 * wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile
981 uses a unique name.
982
983
984 2004-08-04 Timo Schulz <[email protected]>
985
986 * wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the
987 edit-field to display the text. Now a RichEdit field is
988 used. This solves the XP problem that the viewer is empty
989 even if there is text in it.
990
991 * wptKeyManger.cpp (km_file_export): Add WinPT specific comment.
992
993 * wptKeySigDlg.cpp (sigprops_dlg_proc): New.
994 (keysig_dlg_proc): Add new 'Properties' button and implement
995 the code for it.
996
997 * wptSigList.cpp: Add support to show the expiration date.
998
999 * wptGPGME.cpp (keycache_init): Support to show the progress bar.
1000 (keycache_release): Store the amount of keys in the registry for
1001 the progress dialog.
1002
1003 * wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate
1004 default keyserver.conf.
1005
1006 * wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.
1007 Fix possible buffer overflow.
1008 (wsock_end): Release stored keyserver list.
1009
1010 * wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for
1011 a specific recipient and select it.
1012
1013 2004-08-02 Timo Schulz <[email protected]>
1014
1015 * wptKeysigDlg.cpp (do_create_popup): New.
1016 (do_load_keyprops): New.
1017
1018 (keysig_dlg_proc): Factor out some common code and use
1019 do_load_keyprops.
1020
1021 * wptKeyServer.cpp (kserver_check_inet_connection): New.
1022
1023 * wptKeyManger.cpp (km_refresh_from_keyserver): First check
1024 for an active internet connection. It's annoying for the
1025 user to confirm an connection error for each key (n>40).
1026
1027 2004-07-27 Timo Schulz <[email protected]>
1028
1029 * wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new
1030 value for the ownertrust.
1031
1032 * wptKeyManager.cpp (get_key_trust): Make it public.
1033 (get_key_trust_str): New.
1034 (km_refresh_from_keyserver): Allow to select random keys.
1035 (km_refresh_one_key): New.
1036
1037 * wptKeyserver.cpp: Use default keyserver if possible.
1038
1039 2004-07-13 Timo Schulz <[email protected]>
1040
1041 * wptFileManager.cpp (fm_assume_onepass_sig): New.
1042 Thanks to Vedaal who found out that armored one-pass sigs are not
1043 correctly recognized.
1044
1045 (ask_filename): New.
1046 Again thanks to Vedaal who suggested to ask for a new output name
1047 for the case the user does not want to overwrite the file.
1048
1049 (fm_encrypt): Use it here.
1050 (fm_decrypt): Likewise.
1051 (fm_sign): Likewise.
1052
1053 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry
1054 to set secret keys to ultimate trust.
1055
1056 * wptKeyManager.cpp (km_check_for_seckey): Optionally return if the
1057 key has ultimate trust.
1058 (km_set_implicit_trust): New.
1059
1060 2004-07-12 Timo Schulz <[email protected]>
1061
1062 * wptRegistry.cpp: Support for disable compression of multi-media files.
1063 (set_reg_winpt_single): New.
1064 (get_reg_winpt_single): New.
1065
1066 * wptFileManager.cpp (is_multi_media): New.
1067 (fm_encrypt): Disable compression of multi-media files.
1068 (fm_state_new): Set comment to indicate armored files were generated
1069 by WinPT. This is a replacement due to the fact the WinPT string is not
1070 added in the 'Version' for larger files.
1071
1072 * WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.
1073
1074 2004-07-11 Timo Schulz <[email protected]>
1075
1076 * Bug fix for the validity revoked status. Now it is 'revoked'
1077 and not 'unknown' any longer.
1078
1079 * Feature to disable encryption. This might be useful for filetypes
1080 GPG does not recognize as compress (movies, ...).
1081
1082 * wptFileManager.cpp (fm_get_file_type): Skip packet detction if
1083 the file is large and it has no openpgp extension.
1084
1085 2004-06-19 Timo Schulz <[email protected]>
1086
1087 * wptInet.cpp: Renamed to ...
1088 * wptHttp.c: ... this.
1089 * wptKeyManager.cpp (km_http_import): Release 'p' not too early.
1090 * WinPT.cpp (WinMain): If there is a problem with the homedir,
1091 jump to the first start settings.
1092
1093 2004-06-12 Timo Schulz <[email protected]>
1094
1095 * wptInet.cpp: Updated.
1096 * wptKeyManager.cpp (km_http_import): Use http_send_request2() to
1097 parse the URL.
1098 * wptCommonDlg.cpp (http_file_dlg_proc): New.
1099 (get_http_file_dlg): New.
1100
1101 2004-06-08 Timo Schulz <[email protected]>
1102
1103 * wptInet.cpp: New.
1104 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http
1105 transfers.
1106 * wptKeyManager.cpp (km_http_import): New.
1107
1108
1109 2004-06-02 Timo Schulz <[email protected]>
1110
1111 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error
1112 if there is no clipboard data.
1113
1114 Release memory in case of an error.
1115
1116 * wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.
1117
1118 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
1119
1120
1121 2004-05-31 Timo Schulz <[email protected]>
1122
1123 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the
1124 'X' close button. Noted by a friendly user.
1125
1126 Disable 'Save' button.
1127
1128 * wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.
1129
1130 * wptFileManager.cpp (fm_set_status): Do not use the data file name
1131 for signatures but keep the original file name.
1132
1133 (fm_verify_pasted_detsig): Try to verify detached signatures from
1134 the clipboard.
1135
1136 2004-05-14 Timo Schulz <[email protected]>
1137
1138 * WinPT.cpp (check_crypto_engine): Due to some
1139 internal GPG changes the min. version for smart card
1140 support is now 1.3.6.
1141
1142 * wptProxySettingsDlg.cpp (read_proxy): Correct prefix
1143 handling. Thanks to the folks who reported this via SF.net.
1144
1145 * wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.
1146 Thanks to the folks on winpt-users who reported it.
1147
1148 * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of
1149 the hotkeys are disabled.
1150
1151 * wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.
1152
1153 * wptFileManager.cpp (fm_get_file_type): Do not parse the entire
1154 file if the size is >= 256MB.
1155
1156 2004-03-15 Timo Schulz <[email protected]>
1157
1158 * Decrypt list box has now a vertical scroll bar.
1159
1160 2004-03-11 Timo Schulz <[email protected]>
1161
1162 * The DLL is now complety C-source.
1163
1164 2004-03-08 Timo Schulz <[email protected]>
1165
1166 * wptGPG.cpp (gnupg_import_keyrings): cleanups.
1167
1168 * wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows
1169 CP.
1170 (wincp_to_utf8): Likewise.
1171 (conv_charset): Now internal and static.
1172
1173 * wptUTF8.h: New prototypes and remove the old prototypes.
1174
1175 * WinPT.cpp (WinMain): Destroy the windows handle in case of an error.
1176
1177
1178 2004-03-07 Timo Schulz <[email protected]>
1179
1180 * wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats
1181 dummy keyrings with a size of zero in the homedir.
1182
1183 (gpg_check_permissions): Check for read-only keyrings and add code
1184 for this case.
1185
1186 This problem fixes a lof of other problems related to the OpenPGP
1187 parsing stuff for the key cache.
1188
1189 * WinPT.cpp (check_crypto_engine): Store the GPG version for later use.
1190
1191 2004-03-04 Timo Schulz <[email protected]>
1192
1193 * wptKeyserver.cpp (finger_recvkey): Error if key was not found
1194 or garbled.
1195
1196 * wptGPG.cpp (gpg_check_permissions): Take care of the entries
1197 in gpg.conf.
1198
1199 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select
1200 the signer. Suggested by Sebastian.
1201
1202 * wptKeylist.cpp (seclist_init): Moved from the clip dialog file to
1203 this file.
1204 (seclist_free): Likewise.
1205 (seclist_select_key): Likewise.
1206
1207 * wptFileManager.cpp (fm_encrypt): Handle the case the signer was
1208 already set.
1209
1210 2004-03-02 Timo Schulz <[email protected]>
1211
1212 * wptGPG.cpp (check_keyring): Handle the case that the keyring
1213 is set in the gpg.conf file and the pubring.gpg file is zero bytes.
1214
1215 (gnupg_backup_keyrings): Support backup of keyrings which were set
1216 in gpg.conf. Thanks to the user who reminded me of this problem.
1217
1218 (gnupg_check_file_ext): Make check not case sentensive.
1219
1220 * (sfree_if_alloc): Overwrite the memory with zeros before freeing
1221 it. This only works with c-strings! Use it everywhere we handle
1222 sentensive information (passphrases).
1223
1224 * Try to improve the usability with better menu names and new
1225 ordering.
1226
1227 * wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.
1228
1229 * wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now
1230 it is part of the WinPt about dialog. This way we can minimize the
1231 elements in the popup menu.
1232
1233 2004-02-29 Timo Schulz <[email protected]>
1234
1235 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.
1236
1237 * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself
1238 so we are not allowing to sign ourself.
1239
1240 * wptSigList.cpp (siglist_add_key): Support for the signature
1241 flags (local, non-revocably, ...).
1242
1243 * Key signing with GPG 1.2.x should work again. Hopefully.
1244
1245 2004-02-26 Timo Schulz <[email protected]>
1246
1247 * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error
1248 if no recipient was selected.
1249
1250 * wptFileManager.cpp (fm_parse_files): Make sure the progress dialog
1251 is destroyed. This fixes the bug that the dialog sometimes exist even
1252 after the procedure ended.
1253
1254 * wptProgressDlg.cpp (progress_callback): Change the if-then-else
1255 struct to prevent zombie dialogs.
1256
1257 * wptKeyserver.cpp: Removed unused prototypes.
1258
1259 2004-02-25 Timo Schulz <[email protected]>
1260
1261 * wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and
1262 do not mix the names in the different menus.
1263
1264 * wptSigList.cpp: Support to show the signature class.
1265
1266 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo
1267 box when there is no secret key available.
1268
1269 (do_init_keylist): Do not allow to use the owners key as a desig
1270 revoker.
1271
1272 * wptKeylist.cpp (get_key_trust): New.
1273 (do_addkey): Use it here.
1274
1275 2004-02-24 Timo Schulz <[email protected]>
1276
1277 * WinPT.cpp (WinMain): Call a selftest check procedure to
1278 make sure all cryptographic code works as expected.
1279
1280 2004-02-22 Timo Schulz <[email protected]>
1281
1282 * PTD: Cryptdisk seems to have problems with locking. Use
1283 a forced flag to tell the code if it should bail out or
1284 ignore locking errors.
1285
1286 * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new
1287 locking code.
1288 (cryptdisk_new_dlg_proc): Adjust size of the volume.
1289
1290 2004-02-21 Timo Schulz <[email protected]>
1291
1292 * wptCryptdisk.cpp (cryptdisk_cleanup): New.
1293 (is_nt4): Because my Platform-SDK is too old I need to load
1294 some prototypes dynamically.
1295 (init_drives): Return the first useable drive letter if
1296 called with appropriate parameters.
1297 * wptMainProc.cpp (winpt_main_proc): Use it here.
1298
1299 2004-02-18 Timo Schulz <[email protected]>
1300
1301 * Modify the cryptdisk code for crosscrypt 0.4.1.
1302 * wptCryptDisk.cpp (do_mount): Add key algorithm param.
1303
1304 2004-02-17 Timo Schulz <[email protected]>
1305
1306 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt
1307 to the signers key. Suggested by Alexander.
1308 Use new keycache system, we use the public key part of the
1309 cache because it has all flags set.
1310 * wptGPG.cpp (default_key_from_cache): Use new cache system.
1311 * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
1312
1313
1314 2004-02-12 Timo Schulz <[email protected]>
1315
1316 * wptErrors.cpp: New error codes for the cryptdisk feature.
1317 * wptCryptdisk.cpp (do_dispatch): Better error handling.
1318 (cryptdisk_mount_dlg_proc): Use it here.
1319 (cryptdisk_umount_dlg_proc): Likewise.
1320 (init_drives): Use system list.
1321
1322 Localized all strings.
1323
1324 2004-02-09 Timo Schulz <[email protected]>
1325
1326 * wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.
1327 (do_reaping): New. Release the list if all items are 'expired'.
1328 (cryptdisk_mount_dlg_proc): New.
1329 (init_drives): New.
1330 * wptMainProc.cpp (cryptdisk_proc): Renamed from...
1331 (handle_cryptdisk): this. And filled with life.
1332
1333 2004-02-08 Timo Schulz <[email protected]>
1334
1335 * wptCryptdisk.{cpp,h}: New. Support for the extended
1336 filedisk application.
1337 * wptMainProc.cpp (winpt_main_proc): Likewise.
1338 * WinPT.cpp (WinMain): Make sure the new PTD lib is installed.
1339
1340 2004-02-05 Timo Schulz <[email protected]>
1341
1342 * wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle
1343 CMD_DISHOTKEYS. Thanks to the user who reminded me.
1344 * wptMainProc.cpp (spawn_cryptdisk): New interface to
1345 the Cryptdisk application.
1346
1347 2004-02-04 Timo Schulz <[email protected]>
1348
1349 * wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.
1350
1351 2004-02-03 Timo Schulz <[email protected]>
1352
1353 * WinPT.cpp (check_crypto_engine): New. Factor out common code.
1354 (WinMain): Check the crypto engine after the first start.
1355
1356 * wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is
1357 issued if the values could not stored. Revamped the core.
1358
1359 * Removed the last appearance of the GPG agent support.
1360
1361 * wptGPG.cpp (init_gnupg_table): Do not use static buffers.
1362 (free_gnupg_table): Free memory.
1363
1364 * wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the
1365 ctx pointer get malloced and set the contents to zero.
1366
1367
1368 2004-02-02 Timo Schulz <[email protected]>
1369
1370 * wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name
1371 is long enough. The same check for the mail address.
1372
1373 Thanks to Achim.
1374
1375 2004-01-28 Timo Schulz <[email protected]>
1376
1377 * wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued
1378 if keys on the card exist but the user does not said overwrite.
1379
1380 Make sure the expire date is not in the past.
1381
1382 * wptMainProc.cpp (winpt_main_proc): Avoid to release the file
1383 lock twice. Not sure if this fixes some other problems but it
1384 was definitely a bug.
1385
1386 * wptMapi.cpp (mapi_init): Make sure all function ptrs are
1387 initialized otherwise bail out.
1388 (mapi_send_message): New. Interface to allow to send an
1389 encrypted mail with zero ore more encrypted attachments.
1390 (secure_attachment): New.
1391 (parse_recipients): New.
1392
1393 2004-01-25 Timo Schulz <[email protected]>
1394
1395 * WinPT.cpp (WinMain): Silently die when an instance is already
1396 running. Do not confuse the user with a message. Suggested by
1397 Sebastian.
1398 * wptKeyManager.cpp (delete_keys_from_cache): New.
1399 (km_delete_keys): Use it here. Thanks to Achim.
1400
1401 2004-01-23 Timo Schulz <[email protected]>
1402
1403 * wptCardDlg.cpp (check_pin_len): New. Check if the
1404 PIN is long enough and give an appropriate error.
1405 (card_changepin_dlg_proc): Use the new check function.
1406
1407 2004-01-22 Timo Schulz <[email protected]>
1408
1409 * Remove all internal card reader config. It's up to the
1410 user to do this. It would be too error proune to offer it.
1411 * wptCard.h: Removed all card driver stuff.
1412 * wptPinDLG.cpp (pin_cb_dlg): Use better names to differ
1413 between the admin and the user (normal) PIN.
1414
1415 2004-01-04 Timo Schulz <[email protected]>
1416
1417 * wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.
1418 * wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas
1419 and minor changes.
1420 * wptListView.cpp (listview_sort_items): Likewise.
1421 * wptKeyManager.cpp (key_manager_dlg_proc): Likewise.
1422 (regist_sep_wnd): Factored out some code.
1423
1424 2004-01-03 Timo Schulz <[email protected]>
1425
1426 * wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow
1427 to import secret keys.
1428
1429 2003-12-31 Timo Schulz <[email protected]>
1430
1431 * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort
1432 the list otherwise the index is wrong.
1433 * wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set
1434 a signature expire date.
1435
1436 2003-12-30 Timo Schulz <[email protected]>
1437
1438 * fixed the GPG edit-key commands sign and addrevoker.
1439
1440 2003-12-23 Timo Schulz <[email protected]>
1441
1442 * wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove
1443 ElGamal s+e support. Oops, this should be already done.
1444 * wptGPGME.cpp (keycache_init): Sync both key caches. In other
1445 words transfer some flags from the sec-cache to the pub-cache.
1446 * wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the
1447 key sign procedure. If it is already signed, the process
1448 sometimes hangs.
1449
1450 2003-12-14 Timo Schulz <[email protected]>
1451
1452 * wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.
1453 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.
1454 (do_editkey_setpref): Implement updpref command.
1455
1456
1457 2003-12-10 Timo Schulz <[email protected]>
1458
1459 * GPGME support to change key preferences.
1460 * wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.
1461 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.
1462
1463
1464 2003-11-29 Timo Schulz <[email protected]>
1465
1466 * wptMAPI.cpp (mapi_init): New.
1467 (mapi_deinit): New.
1468 (mapi_send_pubkey): New.
1469 * wptKeyManager.cpp (km_send_to_mail_recipient): New.
1470 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support
1471 to send the public key via MAPI to a recipient.
1472 * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind
1473 the secret key cache so it's not at the end.
1474 (keysign_dlg_proc): Issue a warning when no secret key was
1475 found which could be used for signing the key.
1476 * wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.
1477 * wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.
1478
1479 2003-11-28 Timo Schulz <[email protected]>
1480
1481 * Remove all support for ElGamal sign+encrypt keys.
1482
1483 There is a flaw in GPG which makes all such keys useable and
1484 they are comprised even if one signature they made is accessable.
1485 And due to the fact the key is self signed, such a sig is always
1486 available for the public.
1487
1488 We warn the user at startup if such keys were found!
1489
1490 * wptMainProc.cpp (elgamal_warn_dlg_proc): New.
1491 * wptGPGME.cpp (count_insecure_elgkeys): New.
1492 * WinPT (WinMain): Use it here.
1493
1494 2003-11-14 Timo Schulz <[email protected]>
1495
1496 * wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.
1497
1498 2003-11-13 Timo Schulz <[email protected]>
1499
1500 * Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.
1501 * wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.
1502 Thanks to Achim.
1503 * Change PIN interface. Now it is easier when an operation requires
1504 both PINs.
1505 * wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs
1506 to change card attributes. Do not ask me why, but now the user
1507 needs to enter 2 PINs.
1508
1509 Name parts were swapped, now they have the right order again.
1510
1511 2003-10-02 Timo Schulz <[email protected]>
1512
1513 * Prepare test release.
1514 * wptGPGCmds.h: New from GPG 1.3.4-cvs.
1515
1516 2003-10-29 Timo Schulz <[email protected]>
1517
1518 * wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.
1519
1520 * Create a new interface for an interactive card callback. GPG
1521 provides card control status messages if the wrong card is inserted.
1522
1523 * wptCardManager.cpp (card_cb_dlg_proc): New.
1524 (card_callback): New.
1525
1526 * wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use
1527 the ASCII functions and not the Unicode function names. Thanks to
1528 Werner for pointing this out.
1529
1530 * wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the
1531 serial card number is shown to help the user to find the right card.
1532
1533 * wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.
1534
1535 2003-10-26 Timo Schulz <[email protected]>
1536
1537 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.
1538
1539 * Changed the code at several other places to support the new logging
1540 scheme.
1541
1542
1543 2003-10-24 Timo Schulz <[email protected]>
1544
1545 * Implemented a better logging system. If the return code
1546 of GPG is != 0 and the error is not known, display the errors
1547 from stderr.
1548
1549 * wptGPGME.cpp (logging_cb): New.
1550
1551 2003-10-23 Timo Schulz <[email protected]>
1552
1553 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output
1554 if the error is unknown.
1555 (clip_sign_dlg_proc): Likewise.
1556 (clip_signenc_dlg_proc): Likewise.
1557 (clip_import_dlg_proc): Likewise.
1558
1559 2003-10-21 Timo Schulz <[email protected]>
1560
1561 * wptClipDecryptDlg.cpp (list_recipients): New.
1562 (algo_from_list): New.
1563 (clip_decrypt_dlg): New concept to list all recipients.
1564 * wptFileManager.cpp (fm_list_keys): New.
1565 (fm_decrypt): Same changes as for the clipboard decryption.
1566
1567 2003-10-21 Timo Schulz <[email protected]>
1568
1569 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase
1570 was wrong, delete the cache item (if available).
1571 * wptClipSignDlg.cpp (clip_sign_dlg): Likewise.
1572 * wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.
1573 * wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'
1574 flag to zero.
1575
1576
1577 2003-10-19 Timo Schulz <[email protected]>
1578
1579 * wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and
1580 the working PIN.
1581 wptCardDlg.cpp (free_pincb): New.
1582 (card_keygen_dlg_proc): Pin callback implemented.
1583 Simple check for the e-mail address.
1584 (card_edit_dlg_proc): End the dialog if no changes were made.
1585
1586 * Expanded GPGME passphrase interface to work both with PINs
1587 and passphrases.
1588
1589 2003-10-18 Timo Schulz <[email protected]>
1590
1591 * wptCardDlg.cpp (card_keygen_dlg_proc): New.
1592 (do_askpin): Handle the case there is no card.
1593 (card_edit_dlg_proc): Add 'New Keys' feature.
1594 (card_changepin_dlg_proc): Implemented.
1595 * WinPT.cpp (WinMain): Ability to start the card manager directly.
1596 * wptMainProc.cpp (smartcard_init): Global stuff to init the reader
1597 driver and the inserted card.
1598
1599 2003-10-17 Timo Schulz <[email protected]>
1600
1601 * wptGPGME.cpp (keycache_init): Do not use secring the first time.
1602 * wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short
1603 keyid will be displayed.
1604
1605 2003-10-16 Timo Schulz <[email protected]>
1606
1607 * Changed GPGME interface for edit card. Now one context is
1608 used for all edit card operations.
1609 * wptCardDlg.cpp (card_edit_dlg_proc): Support for working
1610 and admin PIN. Changed gpgme interface.
1611 (ask_pin): Renamed to..
1612 (do_askpin): this. Provide more information about the card
1613 and its holder.
1614 (do_proc_card_cmds): If no error, reset modify flags for
1615 all controls. Show a short message that the operation ended.
1616 * wptCardPCSC.c (pcsc_free_readers): New.
1617 (pcsc_scan_readers): New.
1618 (pcsc_get_reader): New.
1619 (pcsc_get_card_status): New.
1620
1621
1622 2003-10-14 Timo Schulz <[email protected]>
1623
1624 * wptKeyList.cpp (do_addkey): Add the case the secret key
1625 is stored on a smart card.
1626 (km_check_for_seckey): Take care of the new code.
1627 * wptKeyManager.cpp (km_delete_keys): Extra warning when
1628 the secret key is stored on a card.
1629 * wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities
1630 to the list view. Now the user can see if the key is useable
1631 for: signing, certifying or encrypting.
1632
1633 2003-10-13 Timo Schulz <[email protected]>
1634
1635 * Extended the GPGME API that it is possible to retrieve
1636 the key data. This is for the planned card login but it
1637 might be also useful for other purposes.
1638
1639 * wptCardPCSC.c: New. General code for PC/SC card readers.
1640
1641
1642 2003-10-12 Timo Schulz <[email protected]>
1643
1644 * wptCardDlg.cpp (guess_libname): New.
1645 (card_status): Simplified the code with an attribute
1646 table. Now it is a loop and not hard coded.
1647 * The card interface has changed. Now the surname and
1648 the given name are two fields and not one field.
1649 * wptMainProc.cpp (winpt_main_proc): Check if the card
1650 reader is configured where appropriate.
1651
1652 2003-10-09 Timo Schulz <[email protected]>
1653
1654 * wptCardDlg.cpp (get_card_status): New.
1655 (show_card_status): New. Retrieve the card status and show an
1656 error if approprioate.
1657 * Make sure that WinPT does not try to use non-OpenPGP cards.
1658 * Add GPGME support for the forthcoming AUTH flag for keys.
1659 * Implemented the detection of keys where the secret key components
1660 are stored on a smart card.
1661
1662
1663 2003-10-08 Timo Schulz <[email protected]>
1664
1665 * wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII
1666 is used. Otherwise reject the value.
1667 (ask_pin): New. Enable PIN caching for the 'dialog session' so
1668 the user does not need to re-enter it again and again.
1669
1670 2003-10-07 Timo Schulz <[email protected]>
1671
1672 * wptPINDlg.cpp (pin_cb_dlg_proc): New.
1673 * wptCardDlg.cpp (do_proc_card_cmds): New.
1674 (card_edit_dlg_proc): Use it here.
1675
1676 2003-10-06 Timo Schulz <[email protected]>
1677
1678 * wptFileManager.cpp (fm_encrypt): Wipe files in both modes.
1679 * wptGPG.cpp (gnupg_display_error): Display general error
1680 when the file does not exit.
1681 * wptW32API.cpp (get_folder_dlg): New.
1682 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select
1683 the folder for the home directory.
1684 * wptKeyManager.cpp (km_update_default_key_str): Return length
1685 of the string.
1686 (km_complete_status_bar): Use the offset of the default
1687 key string so it is not appened twice.
1688 * wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.
1689 * wptCard.h: New.
1690 * wptCardDlg.cpp (new_card_driver): New.
1691 (load_card_driver): New.
1692 (free_card_driver): New.
1693 (card_config_dlg_proc): If the reader is configured, load the
1694 values. This is needful to change the driver later.
1695 (gpg_load_scard): Use driver as a parameter.
1696 * wptMainProc.cpp (winpt_main_proc): Load card driver and
1697 unload it after use.
1698
1699 2003-09-28 Timo Schulz <[email protected]>
1700
1701 * wptCardDlg.cpp (card_edit_dlg_proc): New.
1702 (gpg_load_scard): New. Try to use GPG load the card info.
1703 (print_fpr): New. Print beautified fingerprint.
1704 (card_status): New. Set all dialog fields with the values from
1705 the card.
1706 (prepare_dialog): New. Load combo boxes with pre-defined strings.
1707
1708
1709 2003-09-25 Timo Schulz <[email protected]>
1710
1711 * wptProgressDlg.cpp (progress_cb_thread): New.
1712 (progress_callback): Use asynchron code.
1713 * wptFileManager.cpp (fm_parse_files): Implement progress callback.
1714
1715
1716 2003-09-25 Timo Schulz <[email protected]>
1717
1718 * wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.
1719 (check_key): New.
1720 Removed the old Secret Key List dialog. Now the key can be directly
1721 chose in the dialog.
1722 (seclist_init): New.
1723 (seclist_destroy): New.
1724 (seclist_select_key): New.
1725 * wptFileManager.cpp (fm_sign): Ask for output file if needed.
1726
1727 * Client side implementation of the --enable-progress-filter feature.
1728
1729 * wptProgressDlg.cpp: Server side implementation.
1730 (progress_dlg_proc): New. The actual dialog procedure.
1731 (progress_callback): The GPGME wrapper callback.
1732
1733 2003-09-24 Timo Schulz <[email protected]>
1734
1735 * wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.
1736 * wptFileManager.cpp (fm_encrypt): Ask for output file if needed.
1737 * wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from
1738 the menu. We use import internally, but export was not useful and
1739 thus the code were removed.
1740 * wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at
1741 startup when they are not allowed.
1742 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.
1743 Make the parsing code much shorter (read).
1744
1745
1746 2003-09-22 Timo Schulz <[email protected]>
1747
1748 * wptSigList.cpp (extract_filename): Make sure there is a '\',
1749 otherwise just dup the string and return.
1750 * wptVerifyList.cpp (verlist_add_sig): Use a variable for the key
1751 to make the code more readable.
1752 * Implemented the GPGME part of the new smartcard interface.
1753 The WinPT interface will be open until the scard stuff is back
1754 ported to GPG 1.3.x.
1755 * wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.
1756 Several code cleanups.
1757
1758 2003-09-08 Timo Schulz <[email protected]>
1759
1760 * wptRegistry.cpp: Remove some hotkeys to correct index calculation.
1761 (get_reg_winpt_flag): Check buffer first.
1762 (get_reg_winpt_prefs): Support for the new backup system.
1763 (set_reg_winpt_prefs): Likewise.
1764 * wptHotkey.h: Removed import and export hotkey. Re-ordered elements.
1765 * wptRegistry.h: Cleaned up the hotkey interface.
1766 * wptPreferenceDlg.cpp (enable_backup_items): New.
1767 (prefs_dlg_proc): Simplified hotkey handling. Use new code.
1768 * wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for
1769 im- and export. Use the code directly.
1770 (currwnd_gpg_dlg): Likewise.
1771 * wptGPG.cpp (gnupg_backup_keyrings): New.
1772 (backup_one_file): New.
1773
1774 2003-09-04 Timo Schulz <[email protected]>
1775
1776 * wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,
1777 the packet parsing return value check was wrong again. Now it does
1778 not recognize Word documents as SECKEY or ENCRYPTED any longer.
1779
1780 2003-09-03 Timo Schulz <[email protected]>
1781
1782 * The secret key listing does not contain any 'validity' or
1783 'status' flags any longer. Thus we only can use the cache to
1784 make sure we have a secret key. All attributes need to be retrieved
1785 from the public key listing.
1786
1787 * wptGPG.cpp (default_key_from_cache): New.
1788 (get_gnupg_default_key): Use new function to make sure we try
1789 to get the key from cache if there is a problem with the config
1790 file.
1791
1792 2003-08-30 Timo Schulz <[email protected]>
1793
1794 * wptGPG.h: Support for the GPG status messages REVKEYSIG and
1795 EXPKEYSIG. With this new feature, GPG 1.2.3 is required.
1796 * Make sure that the signature status does not cause an
1797 segfault.
1798 * WinPT.cpp: Use new check to detect the GPG version and make sure
1799 it is the minimum.
1800 * wptGPG.cpp (parse_version_nr): New.
1801 (check_gnupg_engine): Improved. Now it returns the actual version.
1802
1803 2003-08-24 Timo Schulz <[email protected]>
1804
1805 * wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable
1806 dialog controls.
1807
1808 2003-08-17 Timo Schulz <[email protected]>
1809
1810 * wptKeyManagerDlg.cpp (keymanager_dlg_proc):
1811 #ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The
1812 value was malformed.
1813 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.
1814 * wptKeyserver.cpp (kserver_load_conf): If the file does not exist,
1815 don't bother the user with an error message. Closes #782751.
1816 * wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the
1817 "primary" edit key command.
1818 * wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is
1819 possible to supress the status message. This is useful when the whole
1820 keyring will be refreshed.
1821 * wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.
1822 (quote_file): Avoid double quotes.
1823 * GPGME support for quoted file names.
1824 (fm_sym_encrypt): Double check password and to additional 8-bit checks.
1825 * WinPT.cpp (my_acces): Moved to this file..
1826 * wptGPG.cpp: ..here.
1827 (gpg_check_permissions): Renamed from check_permissions and make it global.
1828 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we
1829 have write access to the keyring for some commands.
1830
1831 2003-07-22 Timo Schulz <[email protected]>
1832
1833 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of
1834 the text instead of allocating the maximum.
1835
1836 2003-07-13 Timo Schulz <[email protected]>
1837
1838 * wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains
1839 characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850
1840 it would be a bad idea to use such passphrases. And thus we disallow it.
1841 * wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.
1842 * wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.
1843 * wptHotkey.cpp (hotkeys_strerror): Use capital letters.
1844
1845 2003-07-12 Timo Schulz <[email protected]>
1846
1847 * wptFileManager.cpp (fm_verify): Support for multiple signatures.
1848 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
1849 * wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.
1850 * wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.
1851 (kserver_connect): Likewise.
1852 (kserver_read_config): Likewise.
1853 * wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases
1854 are not equal.
1855 * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to
1856 generate a key pair.
1857
1858 2003-06-24 Timo Schulz <[email protected]>
1859
1860 * Fixed filter code in Get{Open,Save}FileName. Changed all callers.
1861 Thanks to Alex.
1862 * wptKeyManager.cpp (km_delete_keys): Quote the user-id.
1863
1864
1865 2003-06-13 Timo Schulz <[email protected]>
1866
1867 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.
1868 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to
1869 the fact the signer is now dymanic and not static.
1870 * wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and
1871 change all code that it only shows an error if no plug-in was loaded.
1872 * wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you
1873 can revoke v3 keys.
1874 (do_editkey_revoke): Clarify command because it can be only used
1875 for secondary keys.
1876 * wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error
1877 is issued when no key was selected. Thanks to vedaal.
1878
1879 2003-06-11 Timo Schulz <[email protected]>
1880
1881 * wptKeylist.cpp (keylist_add_key): Now the user-ids are in the
1882 right order and we do not use the last user-id but the first
1883 because this is always the primary user-id or the newest user-id.
1884 * wptGPGME.cpp (get_default_keyid): Removed. Some better code
1885 were added to get_gnupg_default_key.
1886
1887 2003-06-10 Timo Schulz <[email protected]>
1888
1889 * wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys
1890 are skipped.
1891 (keysign_dlg_proc): Removed some redundant code.
1892 * wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if
1893 it is possible to change the passphrase.
1894
1895 2003-06-06 Timo Schulz <[email protected]>
1896
1897 * wptKeylist.cpp (keylist_get_recipients): Use a stronger warning
1898 message and include the user-id.
1899 * Encryption: use force overwrite (--yes) to make sure there are
1900 no complications with GPG.
1901 * Import: skip all record types we do not understand.
1902
1903
1904 2003-06-05 Timo Schulz <[email protected]>
1905
1906 * wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog
1907 shows all involved recipients and also the public key algorithm.
1908 * wptRegistry.cpp (reg_inst_winpt): If the user does not want
1909 the extensions, set the entry to "1" so the message is not shown
1910 again.
1911
1912 2003-06-04 Timo Schulz <[email protected]>
1913
1914 * wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact
1915 that GPG uses the newest subkey by default, we always return
1916 the info of this subkey and not the first.
1917 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one
1918 bug. Now the indicies are correctly.
1919 * wptGPG.cpp (gnupg_check_keyring): Do not free the value before
1920 get_file_size is called.
1921 * WinPT.cpp (WinMain): Only check the GPG engine version if there
1922 were no problems with the GPG config. And differ between a problem
1923 to get the version and if a wrong version were detected.
1924
1925
1926 2003-06-01 Timo Schulz <[email protected]>
1927
1928 * wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...
1929 (KEYDOWN, KEYUP): macros for the functions above.
1930
1931 2003-05-31 Timo Schulz <[email protected]>
1932
1933 * wptKeyManager.cpp (km_key_is_v3): Return if the selected
1934 key is an old PGP 2 (v3) key.
1935 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow
1936 (#ID_KEYMISC_EDITKEY): Bail out if no key was selected.
1937 to add extented items if the key is NOT version 3.
1938 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the
1939 key is v3 and forbid most commands.
1940 (is_cmd_openpgp): New.
1941
1942 2003-05-28 Timo Schulz <[email protected]>
1943
1944 * wptKeyManager.cpp (km_set_clip_info): New.
1945 * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.
1946 * wptImportList.cpp (implist_build): Some column changes for
1947 the listview control.
1948 (implist_load): Return if secret keys were found.
1949 * wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys
1950 were found.
1951 (clip_import_dlg_proc): New message if secret keys were found.
1952
1953
1954 2003-05-25 Timo Schulz <[email protected]>
1955
1956 * wptImportList.cpp (implist_add_key): Address charset problem.
1957 * wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.
1958 * wptKeyserver.cpp (set_default_kserver): New.
1959 (wsock_init): Call the new function.
1960 (kserver_load_conf): If the FP is invalid, skip to read the file.
1961 * WinPT.cpp (WinMain): Call set_default_kserver to make sure the
1962 item has a value.
1963
1964 2003-05-24 Timo Schulz <[email protected]>
1965
1966 * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists
1967 to allow to use virtual keys (DEL, INS).
1968 Release the uid control context when the dialog will be destroyed.
1969
1970
1971 2003-05-22 Timo Schulz <[email protected]>
1972
1973 * wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current
1974 window mode sign+encrypt. This fixes a couple of other problems.
1975 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the
1976 key when the cache was reloaded.
1977
1978
1979 2003-05-21 Timo Schulz <[email protected]>
1980
1981 * wptSiglist.cpp (siglist_add_key): Only list signatures which are
1982 user-id certificates (0x10-0x13) and ignore key and subkey sigs.
1983 c-strings are now handle correctly and decoded into GPGME.
1984
1985 2003-05-20 Timo Schulz <[email protected]>
1986
1987 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change
1988 the passphrase from here to...
1989 * wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.
1990
1991 2003-05-19 Timo Schulz <[email protected]>
1992
1993 * wptPasswdDlg.cpp (create_passwd_dlg): Removed.
1994 (request_passphrase): New.
1995 The passphrase_s context is now internal, all externl function use now
1996 request_passphrase. Changed all callers.
1997 * wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase
1998 warning and a check for the comment field was added.
1999 * wptKeyEditDlgs.cpp: New. This file now combines the dialogs which
2000 has shown the subkeys and the userids.
2001 * wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.
2002
2003 2003-05-17 Timo Schulz <[email protected]>
2004
2005 * wptFileManager.cpp: Moved gpgme_file_get_extension to this file
2006 and renamed it to...
2007 (file_get_extension): this. gpgme_control now also returns the
2008 (get_file_name): Corrected the calculation of the basename.
2009 state of the command if you use -1 as the value.
2010 * wptImportList.cpp (implist_load): Make sure we really have the key ID.
2011 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over
2012 the place.
2013
2014 2003-05-14 Timo Schulz <[email protected]>
2015
2016 * wptKeyManager.cpp (km_enable_disable_key): New.
2017
2018 2003-05-13 Timo Schulz <[email protected]>
2019
2020 * wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.
2021 (key_check_validity): Moved from GPGME to this file.
2022 * wptKeyManager.cpp (km_get_key_status): New.
2023
2024 2003-05-09 Timo Schulz <[email protected]>
2025
2026 * wptMDSumDlg.cpp (mdsum_dlg_proc): New.
2027 * wptFileManager.cpp (fm_print_md): New.
2028 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD
2029 command.
2030
2031 2003-05-08 Timo Schulz <[email protected]>
2032
2033 * wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current
2034 window mode.
2035 (currwnd_gpg_dlg): Likewise.
2036 * wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.
2037 * WinPT.cpp (WinMain): If the default key was not found, show the string
2038 in the error message to make it easier for the user to fix the problem.
2039 * wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret
2040 keys.
2041 * wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.
2042 This makes the priority of the rc2 update more urgent.
2043
2044 2003-05-07 Timo Schulz <[email protected]>
2045
2046 * Clean up the outer GPGME interface. Internal functions should be
2047 invisible in gpgme.h.
2048 Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.
2049 * wptKeyserver.cpp: Some cleanups.
2050 (finger_recvkey): Skip URL postfix if there.
2051
2052 2003-05-06 Timo Schulz <[email protected]>
2053
2054 * wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys
2055 are available. Removed old [unused] code.
2056 Make sure we really have the key in the cache.
2057
2058 2003-05-04 Timo Schulz <[email protected]>
2059
2060 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients
2061 were found, output a more precise error message. Now the GPGME code
2062 first tests for special cases and if no one hit the nail on the head,
2063 a general error is used.
2064
2065 2003-05-03 Timo Schulz <[email protected]>
2066
2067 * wptParser.cpp: Renamed to...
2068 * wptGPGParser.cpp: this.
2069 (release_option): Renamed to...
2070 (release_gpg_options): this.
2071 (commit_option): Renamed to...
2072 (commit_gpg_options): this.
2073 (parse_option): Renamed to...
2074 (parse_gpg_options): this.
2075 * wptGPG.cpp: Use new parser function names.
2076 (set_gnupg_default_key): Free memory.
2077 * wptKeylist.cpp (keylist_add_groups): New group code.
2078 * wptGroups.{c,h}: Removed. Now we use the GPG group command.
2079 * wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from
2080 2 to 4.
2081 (recv_missing_keys): Likewise. Now it is possible to retrieve
2082 missing keys. Thanks to Klaus.
2083 * wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather
2084 than a static buffer to avoid garbled keys. There are some very
2085 large keys and these cause some trouble with a 16k buffer.
2086 (keyserver_dlg_proc): Localized some strings.
2087 * wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column
2088 names which are equal to the names we use in the Key Manager.
2089 * wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but
2090 should be "==" bug.
2091 * wptKeygenDlg.cpp (mbox): Removed. Too much overhead.
2092 * Add --expert option for the GPG procedure call if needed.
2093
2094 2003-05-02 Timo Schulz <[email protected]>
2095
2096 * wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.
2097
2098 2003-04-30 Timo Schulz <[email protected]>
2099
2100 * wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the
2101 next context menu ("Add"). Make sure the entries are disabled
2102 when the key has no secret key.
2103 * wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.
2104 * wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't
2105 cause a segfault when the pointer free tries to deallocate the
2106 pointer.
2107
2108 2003-04-27 Timo Schulz <[email protected]>
2109
2110 * wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows
2111 to show the properties of the signers keys.
2112 * wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.
2113
2114 2003-04-26 Timo Schulz <[email protected]>
2115
2116 * wptParser.cpp: A lot of structural changes. Always add items
2117 at the end of the list so we don't need to make a copy of the list
2118 to restore the original order. Fix the group problem.
2119 * wptKeylist.cpp (keylist_build): Use OR to get the flags and
2120 not ==.
2121 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command
2122 (file) does not use the keyid as the file name when more than one
2123 keys were selected.
2124 Allow allow to set default keys which are not revoked or expired.
2125 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort
2126 the columns.
2127 Set the force trust flag in GPGME if there are some recipients
2128 with no validity.
2129
2130 2003-04-25 Timo Schulz <[email protected]>
2131
2132 * wptVerList.cpp (verlist_build): Change the name of some columns.
2133 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the
2134 notation (if present!) present the user a general message box
2135 with extended signature information. This means the notation
2136 data and a possible policy URL.
2137
2138
2139 2003-04-24 Timo Schulz <[email protected]>
2140
2141 * wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init
2142 default values to make it easier for newbies.
2143 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error
2144 when no secret key was found. Also mention the public key algo.
2145 * wptFileManager.cpp (fm_decrypt): Likewise.
2146
2147 2003-04-23 Timo Schulz <[email protected]>
2148
2149 * wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function
2150 from GPGME#gpgme_ownertrust_to_string into WinPT.
2151
2152 2003-04-20 Timo Schulz <[email protected]>
2153
2154 * wptClipboard.cpp: Removed. All these functions and constants
2155 are now available in MyGPGME/clip.c and thus part of GPGME.
2156 * wptKeylist.cpp (keylist_add_to_recipients): Renamed to...
2157 (keylist_get_recipients): this. Return the context instead of
2158 an argument.
2159 (get_key_size): Add key index.
2160 (get_key_algo): Likewise.
2161 (keylist_build): Use a special mode when signing is used.
2162 (keylist_enum_recipients): Return a malloced pointer to the
2163 recipients.
2164 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint
2165 when we have a signature result and we do not trust the key.
2166
2167 2003-04-20 Timo Schulz <[email protected]>
2168
2169 * wptFindWnd.h: Removed. We don't use it any longer.
2170 * wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.
2171 (gpg_strerror): Removed. Now it is handled in winpt_strerror.
2172 * wptFileManager.cpp (fm_get_file_name): move this to
2173 * wptVerifyList.cpp (get_file_name): ..this place and declare
2174 it as static because no other file need this function.
2175
2176 2003-04-15 Timo Schulz <[email protected]>
2177
2178 * wptClipImportDlg.cpp (data_cb_dlg_proc): New.
2179 (data_cb_thread): New.
2180 (data_cb_dlg_create): New.
2181 (data_cb_dlg_destroy): New.
2182 (data_cb_new): New.
2183 (clip_import_dlg_proc): Use a callback dialog to
2184 show the user the data decoding procedure is in
2185 progress. This dialog is destroyed in the key
2186 import statistics dialog.
2187
2188
2189 2003-04-13 Timo Schulz <[email protected]>
2190
2191 * wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback
2192 context.
2193 * wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.
2194 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect
2195 flag inside the KEY contect if needed.
2196 * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a
2197 passphrase if the protect flag is set.
2198 Display the callback dialog to show the progress.
2199 Implemented the "revkey" feature.
2200 * wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.
2201 (do_add_new_userid): New. Add an entry to the list box
2202 after the GPG process finished.
2203 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig
2204 to zero to avoid segfaults.
2205
2206 2003-04-12 Timo Schulz <[email protected]>
2207
2208 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new
2209 GPGME code.
2210 * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
2211 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.
2212 * wptFileManager.cpp (fm_decrypt): Likewise.
2213 * WinPT.cpp (check_default_key): Check if the keys in gpg.conf
2214 are valid and in the keyring.
2215 * wptKeySignDlg.cpp (do_check_protection): Disable the passphrase
2216 item if the key is not protected.
2217
2218
2219 2003-04-09 Timo Schulz <[email protected]>
2220
2221 * wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as
2222 invalid for cancel.
2223
2224 2003-03-20 Timo Schulz <[email protected]>
2225
2226 * wptFindWnd.cpp: Removed.
2227 * wptW32API.c (dialog_box_param): Use FindWindowEx() instead of
2228 find_window.
2229 * Whenever it's possible, use case insentensive searches to avoid
2230 problems.
2231
2232 2003-03-19 Timo Schulz <[email protected]>
2233
2234 * wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.
2235 * wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly
2236 in the code.
2237 * wptPasswdDlg.cpp: Likewise.
2238 (passphrase_cb_init): Declare as static.
2239 (passphrase_cb_gpgme): Modified to use the static function and rename
2240 it to...
2241 (passphrase_gpgme_set_cb): ..this. New.
2242 * wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA
2243 and friends to assign data to each item.
2244 Move dialog code to...
2245 * wptClipSignEncDlg.cpp: ..here.
2246 * MyGPGME/keycache.c: We first look for directly key signatures and
2247 then we skip all other signatures if we've already seen the key. This
2248 is needed to gather the designated revoker keys.
2249
2250 2003-03-18 Timo Schulz <[email protected]>
2251
2252 * wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index
2253 of revocation from 9 to 8.
2254 Set the text that no key was updated only if no new sig, subkey,
2255 userid and no public were added.
2256 Add more information: new {subkeys, signatures, userid}.
2257 * wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.
2258 * wptDlgs.cpp: Removed.
2259 * wptDlgs.h: (dlg_fatal_error): New. Macro.
2260
2261 2002-03-16 Timo Schulz <[email protected]>
2262
2263 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the
2264 optional text in UTF-8 to avoid charset problems.
2265 * wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead
2266 of a static buffer. Changed all callers.
2267 * wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions
2268 for the rest of the columns.
2269 (keylist_handle_column_click): New.
2270 * wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):
2271 Removed the 'Advanced' button because it only confuses users
2272 and it is not often used.
2273 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-
2274 and import the trustdb values (ownertrust).
2275 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to
2276 sort columns.
2277
2278 2002-03-09 Timo Schulz <[email protected]>
2279
2280 * 64-bit support for wipe operations.
2281
2282 2002-03-08 Timo Schulz <[email protected]>
2283
2284 * wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'
2285 because they are options rather than files.
2286 * WinPT.cpp (WinMain): Allow to start the key manager directly
2287 via --keymanager.
2288 * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.
2289 (wipe_cb): New. Wipe callback function.
2290 (fill_drive_combobox): New. Fill in all logical drives into
2291 the given combo box.
2292 (wipe_thread): New. Worker thread.
2293 (update_disc_stats): New. Set the disc statistics for the
2294 given drive entry.
2295 (space_wipefrees_dlg_proc): New.
2296
2297 2002-03-01 Timo Schulz <[email protected]>
2298
2299 * wptFileManager.cpp (fm_check_file_type): Fix bug in the detection
2300 logic. Now we can decrypt symmetrically encrypted files again.
2301 Be stricter on memory alloaction checks.
2302 (fm_get_file_type): Be more strict with the return code of
2303 parse_packet. This avoids bogus file types for MS-Word files and
2304 other non-PGP data.
2305 (fm_wipe): Use the wipe mode from the registry and not a fixed value.
2306 * WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.
2307 (get_reg_winpt_prefs): Likewise.
2308 * wptFilePrefsDlg.cpp: Removed. We don't use it any longer.
2309 * wptDlgs.h: Corrected all dialog protypes to BOOL.
2310 LRESULT was not correct.
2311
2312 2002-02-08 Timo Schulz <[email protected]>
2313
2314 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export
2315 the secret key when a file was chosen.
2316
2317 2002-02-01 Timo Schulz <[email protected]>
2318
2319 * wptKeyserver.cpp (kserver_search): Fix <KEYID bug.
2320
2321 2002-01-25 Timo Schulz <[email protected]>
2322
2323 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id
2324 and the fingerprint to the clipboard. Closes #674455.
2325 Automatically reload the keycache when a command is chosen and the cache
2326 state is set to 'reload requested'. Closes #671218.
2327 * wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts
2328 are not invalid.
2329 * WinPT.cpp (check_permissions): Make sure we have the permission to
2330 write the keyring. Stop if not because it's expected at many other places.
2331 * wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.
2332 (siglist_build): Use a placeholder sig to avoid the position chaos.
2333 * wptKeyUidDlg.cpp: Unified text for 'user-ID'.
2334 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found,
2335 display more information and use a GPG like output.
2336 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is
2337 an invalid key in the list of recipients. Closes #674965.
2338
2339
2340 2002-01-21 Timo Schulz <[email protected]>
2341
2342 * wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to
2343 avoid typing mistakes.
2344
2345 2003-01-19 Timo Schulz <[email protected]>
2346
2347 * winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.
2348 * wptKeyManagerDlg.cpp (do_resize_window): New.
2349 (do_create_minpopup): New. Closes #669730.
2350 * wptVerifyList.cpp (get_sig_date): Renamed to...
2351 (longdate_to_strdate): New. Changed all callers.
2352 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains
2353 a signature, also display the time of it. Closes #669780.
2354 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.
2355 * wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.
2356 * wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability
2357 to choose the signer.
2358 (keysign_dlg_proc): Implemented a feature request. See above.
2359
2360 2003-01-08 Timo Schulz <[email protected]>
2361
2362 * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning
2363 if the user tries to add the email address in the name field.
2364 * wptKeyserver.cpp: Add support for protocols.
2365 (finger_readline): New.
2366 (finger_recvkey): New.
2367 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke
2368 message box to show it's a serious decision.
2369 * wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.
2370 * wptRegistry.cpp (regist_single_filetype): Now internal and we use
2371 an easier way to get the location of the binary.
2372 (regist_inst_winpt): Implemented the 'with_ext' part and add a registry
2373 entry to avoid double file registering.
2374
2375 2003-01-07 Timo Schulz <[email protected]>
2376
2377 * wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window
2378 pos from the coordinates from the registry.
2379 (keymanager_dlg_proc): Store the window pos in the registry.
2380 * wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.
2381 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when
2382 a revcert was found.
2383 * wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does
2384 not succeed.
2385 (keyserver_dlg_proc): Corrected some listview index values.
2386 * wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.
2387
2388 2002-12-23 Timo Schulz <[email protected]>
2389
2390 * wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver
2391 directory if does not exist.
2392 * wptKeyserver.cpp: Simpliefied config file.
2393 (kserver_change_proxy): Write config to the registry. Remove
2394 code for the config file.
2395 * wptProxySettingsDlg.cpp (read_proxy): More robust code.
2396 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature
2397 to send keys. The Key Manager is better for this.
2398
2399
2400 2002-12-21 Timo Schulz <[email protected]>
2401
2402 * Fixed some language mistakes.
2403 * wptMainproc.cpp: Use the desktop window as the parent window
2404 for the main dialogs so they are visible in the taskbar.
2405 * wptKeyManagerDlg.cpp: Enable minimize.
2406 * wptFileManager.cpp (fm_parse_command_line): Support for detached
2407 signatures.
2408 (fm_encrypt_directory): New.
2409 * wptKeylist.cpp (keylist_add_key): Check the current key if it
2410 is not expired, not the primary (idx=0).
2411
2412 2002-12-18 Timo Schulz <[email protected]>
2413
2414 * wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead
2415 of the old name "options".
2416 * WinPT.cpp (WinMain): Try to repair broken home directories
2417 in the registry. Thanks to Gustavo who reminded me of it.
2418 * wptKeyserver.cpp (check_hkp_response): Only copy the text
2419 between <p> and </p> when possible.
2420 * wptAgent.cpp: Re-activated the old code. Now the passphrase
2421 timer can be used.
2422
2423 2002-12-14 Timo Schulz <[email protected]>
2424
2425 * wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean
2426 any longer there is also a secret key.
2427 (km_check_photo): New.
2428 (km_complete_status_bar): New.
2429 * wptFileManager.cpp (fm_verify): Support for bad signatures.
2430 Set the sigmode if not set.
2431 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when
2432 the ownertrust of a non-valid (not signed) key is changed.
2433 * wptRegistry.cpp (expand_path): New. Use this code because it's
2434 much shorter.
2435
2436 2002-10-14 Timo Schulz <[email protected]>
2437
2438 * wptKeyserver.c: Replaced all strdup's with m_strdup and free
2439 with free_if_alloc.
2440 (ldap_recvkey): Fill with life. We use the GPG plugin to avoid
2441 all the LDAP overhead.
2442
2443 2002-10-13 Timo Schulz <[email protected]>
2444
2445 * wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static
2446 any longer.
2447
2448 2002-10-31 Timo Schulz <[email protected]>
2449
2450 * wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.
2451 Thanks to Gustavo.
2452 * wptKeylist.cpp (add_key): Now we only use find_secret_key to detect
2453 whether it's a key pair or not.
2454 * Callback struct into KEY so we can modify the values in the background.
2455 * wptKeyPropsDlg.cpp (change_ownertrust): New.
2456
2457 2002-10-30 Timo Schulz <[email protected]>
2458
2459 * wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe
2460 LDAP plugin for this purpose.
2461 * wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.
2462 * wldap32.lib is now not longer needed.
2463 * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.
2464 * Updated the resource file.
2465 * wptFileManager.cpp (fm_parse_command_line): Implemented the stuff
2466 for 'Decrypt', 'Verify', 'Import'.
2467
2468 2002-10-15 Timo Schulz <[email protected]>
2469
2470 * Changed all s(n)printf -> msg_box constructs to log_box.
2471
2472 2002-10-13 Timo Schulz <[email protected]>
2473
2474 * wptKeylist.cpp (get_key_expire_date): New.
2475 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.
2476
2477 * Removed global keycache from GPGME. It's a bad style to mix
2478 general and specific interfaces.
2479
2480 * wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation
2481 details. Useful to replace it later.
2482 (get_seckey): Ditto.
2483 (keycache_reload): Moved from the GPGME library.
2484 (keycache_release): New.
2485 (keycache_init): New.
2486 (keycache_set_reload): New.
2487 (keycache_get_reload): New.
2488 (keycache_get_ctx): New.
2489
2490 * wptSigList.cpp (siglist_add_key): Use the new code.
2491 (siglist_build): Ditto.
2492
2493
2494 2002-10-10 Timo Schulz <[email protected]>
2495
2496 * wptW32API.cpp (get_filename_dlg): Added default filename parameter.
2497 Changed all callers.
2498 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the
2499 new get_filename_dlg.
2500 * wptFileManager.cpp (fm_export): Likewise.
2501 * wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.
2502 * wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.
2503 Use signature class dialog.
2504 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the
2505 keyid instead of the userid to avoid charset problems.
2506 (err_message): New.
2507
2508 * Moved all wipe specific code (random, rmd160) to the DLL so we can
2509 save some memory for the tray section.
2510
2511 * wptKeyRevokersDlg.cpp (revokelist_build): New.
2512 (revokelist_init): New.
2513 (key_revokers_dlg_proc): New.
2514
2515 * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker
2516 code here when available.
2517
2518 2002-09-25 Timo Schulz <[email protected]>
2519
2520 * wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text
2521 is dash escaped. This is useful for keys to avoid errors.
2522 * wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an
2523 OpenPGP key from the clipboard which is dash escaped.
2524 (km_clip_import): Use the new code here.
2525
2526 2002-09-23 Timo Schulz <[email protected]>
2527
2528 * wptParser.cpp (add_multi_option): Support for values with more ' 's
2529 and skip the ' ' after the name.
2530 (modify_entry): New.
2531 * wptGPG.cpp (gnupg_save_options): Removed.
2532 (gnupg_load_options): Removed.
2533 (gnupg_release_options): Removed.
2534 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code.
2535
2536 2002-09-17 Timo Schulz <[email protected]>
2537
2538 * winpt.cpp (WinMain): Use make_filename and no static buffer.
2539 Modified for the new gnupg interface.
2540 * wptFile.cpp (make_filename): New.
2541 * wptGpgCmds.h: New from GPG 1.1.92
2542 * wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers
2543 and make_filename.
2544 * wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and
2545 make_filename instead of static buffers.
2546 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise.
2547 * wptParser.cpp: Changed to new allocation instead of malloc.
2548 * wptGPGOptSkel.h: Updated from GPG 1.1.92
2549 * wptRegistry.cpp (get_reg_entry): Expand %s like registry strings.
2550
2551 2002-09-13 Timo Schulz <[email protected]>
2552
2553 * wptKeyManager.cpp (km_show_photo): Use a const buffer for the
2554 image and do NOT free it.
2555 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function.
2556 (find_user_id): Use keyid to find the key. Changed all callers.
2557
2558 * Removed global gpg_version variable. Now we also support GPG 1.1.9x
2559 so we don't need to check this after the start again.
2560
2561 2002-09-12 Timo Schulz <[email protected]>
2562
2563 * wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature.
2564 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret
2565 key export.
2566 * wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to
2567 check if the encryption failed.
2568 (km_show_photo): Fixed offset calculation.
2569 Use keyid as filename and delete the tempfile after use.
2570 * wptFile.cpp (init_file_lock): Use dynamic buffer.
2571 (release_file_lock): Free this buffer.
2572 * wptFileManager.cpp (quote_filename): Removed.
2573 (quote_file): New. Use dynamic buffers.
2574 (fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export):
2575 Use it here.
2576 * wptFileStatDlg.cpp (do_list_packets): Do not cache FD.
2577 Initalize packet at the begin and during the loop.
2578 * wptFileManager.cpp: Replaced all static memory handling with
2579 dynamic routines.
2580 * wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust
2581 functions.
2582 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.
2583
2584 2002-09-10 Timo Schulz <[email protected]>
2585
2586 * wptFileManager.cpp (fm_get_file_type): Disable FD cache.
2587 (fm_decrypt): Only cut off the extension if it belong to GPG.
2588 Added user ID to the box if the file was signed.
2589 Ask for the filename if the name has no valid GPG extension.
2590
2591 2002-09-09 Timo Schulz <[email protected]>
2592
2593 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for
2594 the privat key (export).
2595
2596 2002-09-08 Timo Schulz <[email protected]>
2597
2598 * wptKeygenDlg.cpp (ask_for_backup): Check if the copy process
2599 really succeeded.
2600 (mbox): Alias for msg_box with fixed title to avoid long lines.
2601 * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow
2602 to generate keys with a length til 4096 bits.
2603 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for
2604 invalid recipients and print out the reasons.
2605 * wptKeylist.cpp (keylist_add_to_recipients): Improved error message
2606 and corrected the validity checking.
2607
2608 2002-09-07 Timo Schulz <[email protected]>
2609
2610 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc):
2611 Print notation data when available.
2612 Show if the signature is expired or not.
2613
2614 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo
2615 command to the context menu.
2616
2617 * wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792.
2618 This is 256 bits more than the old size. Hopefully it's enough
2619 security to protect against the most enemies ;-).
2620
2621 2002-09-04 Timo Schulz <[email protected]>
2622
2623 * wptKeyManager.cpp (km_check_key_status): Parse new fields.
2624
2625 2002-09-03 Timo Schulz <[email protected]>
2626
2627 Removed all OpenCDK code from PTD. The code is not tested very
2628 well and it might contain some errors. Now we used a stripped down
2629 version of GnuPG code. This has two advantages. First the code is
2630 stable and second we can easier port other parts to native GPG code.
2631
2632 * wptFileManager.cpp (fm_get_file_type): Use native GPG code.
2633 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the
2634 keyring when present to the keycache.
2635 * wptKeyManager.cpp (km_show_photo): Fixes to work again with the
2636 modified code.
2637 (km_check_for_seckey): Check substrings of the value because we
2638 don't use '**' values any longer.
2639 * wptFileStat.cpp (do_list_packets): New. Adapted from the old code.
2640 (file_stat_dlg_proc): Uses the new code.
2641
2642 2002-09-02 Timo Schulz <[email protected]>
2643
2644 * wptKeyManager.cpp (km_privkey_export): Check return codes and
2645 some types has been changed.
2646 (km_file_export): Likewise.
2647
2648 2002-09-01 Timo Schulz <[email protected]>
2649
2650 * wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice
2651 of the dialog.
2652 * WinPT.cpp (WinMain): Use it here. Reworded the error message.
2653 * wptGPG.cpp (gpg_import_keyrings): New.
2654 Let the user chose the keyrings and then they are copied to the
2655 homedir. After the procedure, the key cache will be reloaded.
2656 * wptKeyManager.cpp (km_delete_keys): New delete confirmation messages.
2657 * wptSigClassDlg.cpp (sig_class_dlg_proc): New.
2658 (get_sig_class_choice): New.
2659 * wptKeySignDlg.cpp (get_printable_fpr): New. More human readable
2660 fingerprint.
2661 (keysign_dlg_proc): Added new value for the GPG callback to handle
2662 the signature class.
2663 * wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the
2664 userID by calling edit-key with colons.
2665 (keyuid_dlg_proc): Use it here.
2666
2667 2002-08-31 Timo Schulz <[email protected]>
2668
2669 * wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes.
2670 (check_homedir): Ask the user whether to create the directory.
2671 * wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works
2672 to retrieve missing keys from a HKP server.
2673 (recv_missing_keys): Likewise.
2674 * wptPassphraseCB.cpp (passphrase_callback_proc):
2675 Implemented the "Hide Typing" feature.
2676 (hide_typing): New.
2677 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages.
2678 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling.
2679 Due to some attacks a MDC error is treated as a fatal error and a
2680 possible security risk.
2681 * wptClipImportDlg.cpp (print_import_status): Use a dialog instead
2682 of a silly message box. Furthermore the user gets more information
2683 about the import procedure.
2684 * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New.
2685 * wptFileManager.cpp (fm_import): Report invalid user ID's.
2686 (fm_verify): Try to guess the data name for detached signatures
2687 before we bother the user. When it's found, use it.
2688 * wptKeyManager.cpp (km_file_import): Ditto.
2689
2690 2002-08-28 Timo Schulz <[email protected]>
2691
2692 * wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.
2693 * wptFileMananger.cpp (fm_check_armor_type): Ditto.
2694
2695
2696 2002-08-26 Timo Schulz <[email protected]>
2697
2698 * wptTypes.h (free_if_alloc, CHECK_BOUND): New.
2699 * wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure
2700 the memory is really released. Some strict checks for return values.
2701 Ident file.
2702
2703 * wptAboutDlg.cpp: Ditto. (ident)
2704 * wptGPGAboutDlg.cpp: Ditto.
2705 * wptClipDecryptDlg.cpp: Ditto.
2706 (clip_decrypt_dlg): Stricter return value checkings.
2707 Avoid one indent level.
2708
2709 * wptImportList.cpp (implist_add_key): More strict return value
2710 checking.
2711 * wptKeylist.cpp (keylist_cmp_cb): Fixed a typo.
2712 (add_key): New key status system.
2713 (keylist_get_keyflags): New.
2714 (keylist_enum_recipients): Simplified and use the new key flags.
2715
2716 * wptSiglist.cpp (siglist_add_key): Fix possible overflows.
2717 (verlist_add_sig_log): More stricter checks.
2718
2719 * wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug.
2720
2721 2002-06-16 Timo Schulz <[email protected]>
2722
2723 Don't put the questions in the message box title bar.
2724
2725 * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it
2726 is really opened. Thanks to Nelson.
2727
2728 * wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title
2729 for chaning the passphrase. Suggested by Ed.
2730
2731 2002-06-07 Timo Schulz <[email protected]>
2732
2733 * wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys.
2734 * wptKeyManagerDlg.cpp: Refresh keys was added in the menu.
2735 * wptListView.cpp (listview_select_all): New.
2736 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code.
2737
2738 2002-05-31 Timo Schulz <[email protected]>
2739
2740 * wptTrayPop.cpp: Revamped some parts of the code.
2741
2742 Changed all status_box functions to show_msg. The advantage
2743 is that we only wait a fixed time and the user doesn't need
2744 to hit the OK key. We should add the time delay in the preferences.
2745
2746 * wptKeyManager.cpp (km_show_photo): New.
2747
2748 2002-05-30 Timo Schulz <[email protected]>
2749
2750 * wptFileManager.cpp (fm_verify): Corrected the handling
2751 for detached RSA signatures.
2752 (fm_add_sig_stat): Added support for short fingerprints.
2753
2754 2002-05-08 Timo Schulz <[email protected]>
2755
2756 * wptKeyserver.cpp (kserver_change_proxy): Check the values.
2757 Thanks to njek for reporting it.
2758
2759 2002-05-07 Timo Schulz <[email protected]>
2760
2761 * wptGPG.cpp (check_gpg_engine): New.
2762
2763 * wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible
2764 routines.
2765
2766 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.
2767
2768 * wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto.
2769
2770 2002-05-06 Timo Schulz <[email protected]>
2771
2772 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of
2773 the buttons.
2774
2775 2002-05-05 Timo Schulz <[email protected]>
2776
2777 * Fixed problem with rev certs for imports stats.
2778
2779 * Cosmetical changes for the GPGME libraray.
2780
2781 2002-05-01 Timo Schulz <[email protected]>
2782
2783 * wptKeygenDlg.cpp (fill_keytype_box): New.
2784 (keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7
2785 there is full RSA support.
2786
2787 Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out
2788 what the problem was when no encryption was done.
2789
2790 * wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make
2791 sure it was not already signed (ALREADY_SIGNED).
2792
2793 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system,
2794 now we also support to sign ultimate trusted keys.
2795
2796 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button
2797 is checked and do not check it.
2798
2799 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify
2800 box and now we also support the date of the signature.
2801
2802 Applied Rich's spelling and grammer mistakes.
2803 Fixed a lot of minor spelling mistakes and capital letters for dialogs.
2804
2805 2002-04-30 Timo Schulz <[email protected]>
2806
2807 Merge ownertrust handling into the keycache. Now GPG outputs the
2808 ownertrust in the key listing which means we can get the ownertrust
2809 value from the keycache.
2810
2811 (keymisc_dlg_proc): Add a button to rebuild the sig database cache.
2812 Please not that this is not the same as the key cache! The key cache
2813 will be updated when a new key was imported or a subkey was added/changed.
2814 The signature cache only affects the validity of the keys.
2815
2816 Removed the MyGPGME trustlist code. Now we can use the field in the key
2817 listing to determine the ownertrust (which makes things a lot of easier).
2818
2819 2002-04-29 Timo Schulz <[email protected]>
2820
2821 Adjustments for GPG 1.0.7
2822
2823 * wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust
2824 and ask the user if he knows what he's doing.
2825 * wptKeyManager.cpp
2826 (keylist_subclass_proc): Use double click to open the props.
2827 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a
2828 ultimate ownertrust value.
2829 * wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for
2830 new RSA keys.
2831
2832 2002-04-28 Timo Schulz <[email protected]>
2833
2834 * wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode.
2835 (set_reg_winpt_prefs): Ditto.
2836 * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option.
2837 (set_keylist_mode): New.
2838
2839 Implement minimal keylist mode. Suggested by Fabian.
2840
2841 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here.
2842 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
2843 * wptKeylist.cpp (keylist_add_key): Ditto.
2844 (keylist_load): Ditto.
2845 (keylist_build): Ditto.
2846
2847 2002-04-27 Timo Schulz <[email protected]>
2848
2849 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the new dialog.
2850 * wptFileSaveDlg.cpp (file_save_dlg_proc): New.
2851 * wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values.
2852 * wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's.
2853 (currwnd_gpg_dlg): Ditto.
2854
2855 Now it's possible to parse cleartext signatures which contains an
2856 encrypted message inside the body.
2857
2858 * wptTextInputDlg.cpp (load_file_contents): New.
2859 (text_input_dlg_proc): Support for choosing the data file.
2860
2861 * wptFileManager.cpp (fm_verify): Support for detached signatures.
2862 (fm_parse_files): Ditto.
2863
2864
2865 2002-04-26 Timo Schulz <[email protected]>
2866
2867 * wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.
2868 * wptKeyUidDlg.cpp: Ditto.
2869
2870 2002-04-25 Timo Schulz <[email protected]>
2871
2872 * wptImplist.cpp (implist_add_key): Catch possible segfault.
2873 * wptVerifyList.cpp (verlist_add_sig): Ditto.
2874 * wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7.
2875 * wptKeylist.cpp (find_secret_key): New.
2876 (add_key): Use it here.
2877 (keylist_add_key): And here.
2878
2879 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent
2880 to fetch the key.
2881
2882 2002-04-24 Timo Schulz <[email protected]>
2883
2884 * wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows.
2885
2886 Changed the way to modify the "Version:" string.
2887
2888 * wptKeyserver.cpp (add_node): New.
2889 (kserver_change_proxy): New.
2890 (kserver_read_config): New.
2891 (kserver_write_config): New.
2892 (kserver_cfgfile_release): New.
2893 (proxy_release): New.
2894
2895 * wptProxySettingsDlg.cpp (read_proxy): New.
2896 * wptFileStatDlg.cpp (file_stat_dlg_proc): New.
2897 * wptFileManager.cpp (fm_list): New.
2898 (fm_parse_files): Support the new list command.
2899
2900 2002-04-23 Timo Schulz <[email protected]>
2901
2902 * wptRFC2440.cpp: Removed. We now use the OpenCDK package.
2903 * wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code.
2904 (fm_encrypt): Modified code to allow sign & encrypt.
2905 (fm_parse_file): Ditto.
2906 (fm_decrypt): Support for checking signatures.
2907 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto.
2908
2909 2002-04-19 Timo Schulz <[email protected]>
2910
2911 * wptImplist.cpp (implist_load): Support for the advanced PGP parser code.
2912
2913 2002-04-05 Timo Schulz <[email protected]>
2914
2915 * wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire.
2916 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto.
2917 * wptKeySignDlg.cpp (keysign_dlg_proc): Ditto.
2918 * wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto.
2919
2920 2002-03-31 Timo Schulz <[email protected]>
2921
2922 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to
2923 select the key used for signing.
2924 * wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting.
2925 * wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-).
2926 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after
2927 fetching keys via HKP and try to update the Gpgmekey inside.
2928 * wptVerifyList.cpp (verlist_add_sig): Check if the key context was
2929 set inside the signature. Fixes some segfaults related to the HKP key
2930 fetching during verification. Thanks to Julian. And force to use UTF8
2931 for user ID's.
2932 * wptClipSignDlg.cpp (one_key_proc): If only one secret exists,
2933 prevent that the dialog is loaded and ask for the passphrase directly.
2934
2935
2936 2002-03-29 Timo Schulz <[email protected]>
2937
2938 * wptGPG.cpp (create_groupdb): Only close the file handling if it
2939 really exists. Thanks to Mark.
2940 (gpg_check_homedir): Applied the patch. Now we're a little stricter
2941 about the homedir checks.
2942 (check_homedir): Fixed a possible memory leak.
2943 * WinPT.cpp (WinMain): Check the homedir functions to exit the program
2944 if we've found some problems.
2945 * wptErrors.cpp (winpt_strerror): New value if a directory could not
2946 created.
2947 * wptMainProc (winpt_main_proc): Use new code for the current window mode.
2948 * wptCurrWnd.cpp (get_curr_wnd): Ditto.
2949 (get_window_contents): Always set focus to the current window.
2950
2951 2002-03-22 Timo Schulz <[email protected]>
2952
2953 * wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't
2954 set window contents for some commands.
2955 (winpt_main_proc): Use the code here.
2956 * wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits.
2957 * wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New.
2958 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here.
2959 * wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings.
2960
2961 2002-03-02 Timo Schulz <[email protected]>
2962
2963 * Use capital letters in the main menus and applied Patricks spelling
2964 corrections.
2965
2966 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string
2967 not an integer. Thanks to scrumpy.
2968 * wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'.
2969 (overwrite): Some bugfixes to set the pointer to the begin of the file.
2970 * wptVerlist.cpp (verlist_build): New keyID column.
2971 (verlist_add_sig): Use it here.
2972
2973 2002-03-01 Timo Schulz <[email protected]>
2974
2975 * wptWipeFile: Replaced all low level I/O functions with W32 API
2976 functions. And support for more wiping modes. I don't know to
2977 support all, but those makes sense for me:
2978 1. Simple (2 random passes)
2979 2. DoD (as described in the standard)
2980 3. Peter Gutmanns method (from the paper)
2981
2982
2983 2002-02-28 Timo Schulz <[email protected]>
2984
2985 * wptImplist.cpp (implist_add_key): UTF8 support.
2986 Handle invalid userID's.
2987 * wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.
2988 (passphrase_callback_proc): Ditto.
2989
2990
2991 2002-02-23 Timo Schulz <[email protected]>
2992
2993 * wptListview.cpp (listview_del_items): New.
2994 * wptKeyManager.cpp (km_delete_keys): Use it here.
2995 * wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support.
2996 * wptKeylist.cpp (add_key): UTF8 support.
2997
2998 2002-02-08 Timo Schulz <[email protected]>
2999
3000 * wptNLS.c: Now it's C-source because GPGME needs gettext too.
3001 (stpcpy): Makes it static.
3002 * errors.c: localize all error strings.
3003 * WinPT.cpp (get_gettext_lang): Move the code in this file because
3004 we can't use it in plain C.
3005
3006 2002-02-05 Timo Schulz <[email protected]>
3007
3008 * wptGPG.cpp (gpg_save_options): Catch the case when the options file
3009 exist but it has a length of zero.
3010 (gpg_display_error): Print out the data from the GPG stderr
3011 (when available).
3012 * w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if
3013 not, return NULL.
3014 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret
3015 keys.
3016
3017 * Fixed a lot of memory allocation all over the place.
3018
3019 2002-02-05 Timo Schulz <[email protected]>
3020
3021 wptGPG.cpp (gpg_save_options): Fixed the code for the case the
3022 values don't exist in the options file. Thanks to Lutz who found this out.
3023 (get_gpg_default): First search for "default-key" then for "encrypt-to".
3024
3025 2002-02-04 Timo Schulz <[email protected]>
3026
3027 * WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements
3028 which need it. Thanks to Timo who find this out.
3029 * WinPT.cpp (WinMain): We don't quit in the case the user changed
3030 the preferences.
3031 (update_keycache): New. Handy function to update the keycache.
3032
3033 * Use quotation for the options file in any case.
3034
3035 * clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status
3036 is set, we don' try to get the sig key.
3037
3038 * wptGPG.cpp (get_gpg_default_key): Revamped.
3039
3040 2002-01-26 Timo Schulz <[email protected]>
3041
3042 * wptKeylist.cpp (keylist_add_key): Use flags for the file manager
3043 to avoid to show all userid's. Thanks to Frank.
3044 * wptDateDlg.cpp (date_dlg_proc): New context to use different
3045 window texts and some other features.
3046 * wptKeygenDlg.cpp (keygen_dlg_proc): Use it here.
3047 * wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto.
3048 * wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if
3049 it doesn't exist.
3050 * WinPT.cpp (WinMain): Use the new code here.
3051
3052 2002-01-23 Timo Schulz <[email protected]>
3053
3054 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for
3055 loading a file.
3056 Add new code to save file with clipboard contents.
3057
3058 2002-01-20 Timo Schulz <[email protected]>
3059
3060 * wptMainProc.cpp (winpt_main_proc): Fix the error, that the user
3061 have to click twice before the menu appears. Richard told me this.
3062
3063
3064 2002-01-18 Timo Schulz <[email protected]>
3065
3066 * wptMainProc.cpp (winpt_main_proc): NLS support for new menu style.
3067 * wptPassphraseCB.cpp (parse_gpg_description): Support when no
3068 description was given. One example is when symmetric was used.
3069
3070 2002-01-13 Timo Schulz <[email protected]>
3071
3072 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche
3073 settings.
3074 * wptGPG.cpp (gpg_backup_options): New.
3075 (gpg_load_options): Ignore comment lines.
3076 (gpg_save_options): Rewritten.
3077
3078 2002-01-06 Timo Schulz <[email protected]>
3079
3080 * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt
3081 hotkey.
3082 * wptRegistry.cpp: Ditto.
3083 * wptRegistry.h: Ditto.
3084 * wptHotkey.h: Ditto.
3085 * wptGPG.cpp (gpg_load_options): New.
3086 (gpg_save_options): New.
3087
3088 2002-01-01 Timo Schulz <[email protected]>
3089
3090 * wptFileManager.cpp (fm_verify): Support for the case there is
3091 no public key to verify the signature.
3092
3093 2001-12-30 Timo Schulz <[email protected]>
3094
3095 * wptFileManager.cpp (fm_sign): Always use callbacks for the
3096 passphrase.
3097 (fm_decrypt): Ditto.
3098 (fm_parse_files): Cache the passphrase for the session and check
3099 if the file still exists.
3100 * wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use
3101 low level stuff here.
3102 * wptFile.cpp (get_keyid_from_file): Ditto.
3103
3104 2001-12-21 Timo Schulz <[email protected]>
3105
3106 * wptTextInputDlg.cpp (text_input_dlg_proc): New.
3107 * wptMainProc (clip_gpg_dlg): Support for deached signatures.
3108 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
3109
3110 2001-12-19 Timo Schulz <[email protected]>
3111
3112 * Completed work on the temporary file support for GPG.
3113 * wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the
3114 plaintext viewer option. Suggested by Markus Winkler.
3115 (get_reg_winpt_prefs): Ditto.
3116 * wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto.
3117 * wptMainProc.cpp (winpt_main_proc): Ditto.
3118
3119 2001-12-15 Timo Schulz <[email protected]>
3120
3121 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for
3122 copy and paste.
3123
3124 2001-12-02 Timo Schulz <[email protected]>
3125
3126 * wptGroups.c: Revamped from the base. Arggg.
3127
3128 2001-11-29 Timo Schulz <[email protected]>
3129
3130 * wptKeyManager.cpp (km_groupdb_expand_recipients): New.
3131 * wptMainProc.cpp (clip_gpg_dlg): New.
3132 Modify the whole event loop so we don't need all the same code
3133 for each command. And we use the new foreground code.
3134 * wptW32API.cpp (check_date): Fixed.
3135
3136 2001-11-27 Timo Schulz <[email protected]>
3137
3138 * wptKeyserver.cpp (base64_encode): New. Marco provided HTTP
3139 proxy authentifcation support for each command.
3140 (kserver_update_proxyuser): New. Ditto.
3141 (kserver_send_request): Ditto.
3142 (kserver_recv_request): Ditto.
3143 (kserver_search_init): Ditto.
3144
3145 2001-11-24 Timo Schulz <[email protected]>
3146
3147 * wptKeyManager.cpp (km_groups_new): New.
3148 (km_groups_release): New.
3149 (km_groups_load): Rewritten.
3150 (km_groups_add): New.
3151 (km_groups_del): New.
3152 (km_groupdb_open): New.
3153 * wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support.
3154 * wptGroups.c (groupdb_enum_read): Store the record before increment it.
3155
3156 2001-11-23 Timo Schulz <[email protected]>
3157
3158 * wptW32API.cpp (set_active_window): New.
3159 (reset_active_window): New.
3160 (window_reminder): New. This is a delayed thread procedure to
3161 force the focus (foreground) to the dialogs for the current
3162 window mode.
3163 * wptMainProc.cpp (winpt_main_proc): Use it here.
3164 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto.
3165 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3166 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3167 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.
3168
3169 2001-11-22 Timo Schulz <[email protected]>
3170
3171 * wptW32API.cpp (set_foreground_wnd): New.
3172
3173 Fixed the return value of all EndDialogs.
3174
3175 * wptMainProc.cpp: Remove all code parts which did the same for the
3176 current window support. Now the code uses a dialog switch which is
3177 much smaller.
3178
3179 2001-11-18 Timo Schulz <[email protected]>
3180
3181 * wptKeyManager.cpp: New. Contains all handy functions from the
3182 wptKeyManagerDlg.cpp. This should help to cleanup the dialog code.
3183 (km_quote_uid): New.
3184 (km_check_for_seckey): New.
3185 (km_check_key_status): New.
3186 (km_clip_export): New.
3187 (km_clip_import): New.
3188 (km_file_export): New.
3189 (km_file_import): New.
3190 (km_delete_keys): New.
3191 (km_send_to_keyserver): New.
3192 (km_refersh_from_keyserver): New.
3193 (km_update_default_key_str): New.
3194 * wptKeygenDlg.cpp (ask_for_backup): New.
3195 (keygen_dlg_proc): Use new function to give the chance to the
3196 user for a complete backup.
3197
3198 2001-11-13 Timo Schulz <[email protected]>
3199
3200 * wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry
3201 is set but to "". Then use default gpg directory.
3202 * wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys.
3203 (refresh_from_keyserver): New. Context entry for update keys.
3204 (keymisc_dlg_proc): Modify the way the popup is shown.
3205
3206 2001-11-07 Timo Schulz <[email protected]>
3207
3208 * wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing
3209 the key id.
3210 * wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret
3211 key imports.
3212 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and
3213 the user doesn't set the field, try to do this automatically.
3214
3215 2001-11-03 Timo Schulz <[email protected]>
3216
3217 (fm_remove_crit_file_attrs): First check if the file exists.
3218 Thanks to Peter.
3219
3220 2001-11-02 Timo Schulz <[email protected]>
3221
3222 * WinPT.cpp (WinMain): Add the chance to start the preferences dialog
3223 in the case a GPG error was detected.
3224 * wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected
3225 keys.
3226
3227 2001-10-30 Timo Schulz <[email protected]>
3228
3229 * wptHotkey.h: Fixed typo. Thanks to Timo.
3230 * wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo.
3231 (get_gpg_default_key): Skip comment lines immediately.
3232 * wptRegisty.cpp (get_reg_winpt_prefs): Ditto.
3233 * wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure
3234 for subclassing.
3235
3236 Remove all unsafe WM_NOTIFY stuff because this was propably the
3237 reason for the crashes. And add as a sanity check if the control
3238 sent the message.
3239
3240 2001-10-28 Timo Schulz <[email protected]>
3241
3242 * wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support
3243 for ENTER/SPACE and DELETE. Suggested by Graham.
3244 * wptKeyList.cpp (add_key): New code to figure out how trustworthy
3245 a expired/revoked secret key is.
3246 (keylist_enum_recipients): Show the key ID of the key when it's
3247 revoked.
3248 * wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not
3249 only the first to figure out if a secret is available. Thanks to
3250 Graham.
3251 * wptFile.cpp (get_keyid_from_file): Ditto.
3252
3253 2001-10-27 Timo Schulz <[email protected]>
3254
3255 * wptKeylist.cpp (keylist_enum_recipients): Add a type to make
3256 the code more flexible.
3257 * wptKeyMiscDlg.cpp (file_import): New.
3258 (file_export): New.
3259 * wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo.
3260
3261 Removed all OE code snippets.
3262
3263 2001-10-26 Timo Schulz <[email protected]>
3264
3265 * wptExtensions.cpp: Removed.
3266 * wptLDAPExt.cpp: Removed.
3267 * wptLDAP.cpp: New. This code now contains a direct interface to
3268 the WLDAP library so we don't need extra DLL's to handle LDAP keyservers.
3269 (wldap_init): New.
3270 (wldap_end): New.
3271 (ldap_set_verbose): New.
3272 (ldap_get_key_info): New.
3273 (ldap_recvkey): New.
3274 (init_ldap): New. Internal use only.
3275 (get_key): New. Ditto.
3276 (send_key): New. Ditto.
3277 * wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll.
3278
3279 2001-10-25 Timo Schulz <[email protected]>
3280
3281 * wptGPG.cpp (get_gpg_default_key): Support for the users options file.
3282 (check_gpg_path): Ditto.
3283 (get_gpg_options): Ditto.
3284 (set_gpg_default_key): Ditto.
3285 (set_gpg_options): Ditto.
3286 (gpg_check_keyring): Ditto.
3287 (set_gpg_default_keyid): Fix a typo.
3288 * wptGPGME.cpp (get_default_keyid): Rewrote most of the code.
3289
3290 2001-10-23 Timo Schulz <[email protected]>
3291
3292 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while
3293 because it's shorter.
3294 * wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of
3295 the default keyid.
3296 * wptFileManager.cpp (fm_sign): Remove the default key ID code. Now
3297 we use the signer from the keylist.
3298 * wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix
3299 some silly bugs.
3300 * WinPT.cpp (WinMain): if there is no valid keyring after the new
3301 preferences, start the key generation dialog.
3302
3303 2001-10-22 Timo Schulz <[email protected]>
3304
3305 Remove all MyGPGME code from the main project. Now we use the
3306 libmygpgme.dll to provide all cryptographic functions and interfaces.
3307
3308 * wptKeylist.cpp (key_array_new): New.
3309 (key_array_release): New.
3310 (key_array_search): New.
3311 * wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was
3312 already checked and don't bother the user if all userid's were selected.
3313 * wptPassphraseCB.cpp (passphrase_cb_init): Now void.
3314 (passphrase_cb_gpgme): Ditto.
3315 (passphrase_callback_proc): Support for a list of recipients.
3316 * wptImportList.cpp (implist_add_key): Support for secret keys.
3317
3318 2001-10-19 Timo Schulz <[email protected]>
3319
3320 * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various
3321 option files.
3322 * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and
3323 use a popup menu.
3324 * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE
3325 plug-in.
3326 (gpgoe_unload_plugin): New.
3327
3328 2001-10-17 Timo Schulz <[email protected]>
3329
3330 * wptCurrWnd.cpp (get_window_contents): Only minimize the window
3331 when the clipboard contains text.
3332 * wptKeylist.cpp (keylist_add_key): Check only for invalid keys
3333 in the mainloop. The other flags are checked in the various cases.
3334 (add_key): Use the ** foo ** notation for invalid flags instead of
3335 skipping the key.
3336 * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print
3337 out a warning.
3338 Change all error messages to one header.
3339 (check_key_status): Check if the key is valid in the sense of
3340 revocation and expire dates. If not, print out a warning.
3341 (keymisc_dlg_proc): Use the new code.
3342
3343 2001-10-16 Timo Schulz <[email protected]>
3344
3345 * wptW32API.cpp (check_date): New.
3346 (get_open_filename): New.
3347 * wptDlgs.cpp (init_dtp): New. Initialize a special common control.
3348 * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates.
3349
3350 2001-10-15 Timo Schulz <[email protected]>
3351
3352 * wptFileManager.cpp (fm_wipe): New.
3353 (fm_set_status): Add temporary wipe status and handle default values.
3354 (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped
3355 files with a successful opeation.
3356 * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure.
3357 (keygen_cb_thread): New. Static dialog thread.
3358 (keygen_cb_dlg_create): New. Interface.
3359 (keygen_cb_dlg_destroy): New. Destroy the dialog.
3360 (keygen_cb): GPGME interface.
3361
3362 2001-10-13 Timo Schulz <[email protected]>
3363
3364 Set all ListviewControls to 'NULL' in all dialogs to be more crash
3365 resistent.
3366
3367 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface.
3368 * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto.
3369 * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto.
3370 * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
3371 * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto.
3372 * wptStringUtil.cpp: Removed.
3373 * wptFileManager.cpp: Rewrote the complete interface code for
3374 the file manager.
3375 * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog.
3376
3377 2001-10-10 Timo Schulz <[email protected]>
3378
3379 * wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the
3380 file is longer then the keyid.
3381 (get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the
3382 entry is an userid.
3383 * wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file
3384 more then one time.
3385 (fm_add_dropped_files): Use it here.
3386 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common
3387 keys.
3388
3389 2001-10-09 Timo Schulz <[email protected]>
3390
3391 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return
3392 code of sunlink.
3393 * wptGPG.cpp (get_keyring_from_optfile): New.
3394 Renamed gpg_errstr to gpg_strerror.
3395 (set_default_key): New.
3396 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting.
3397
3398 2001-10-08 Timo Schulz <[email protected]>
3399
3400 * wptKeyserver (kserver_connect): If the proxy settings are valid,
3401 use the proxy port instead of the HKP port.
3402 (kserver_recvkey): Proxy support.
3403 (kserver_search_init): Ditto.
3404
3405 2001-10-06 Timo Schulz <[email protected]>
3406
3407 * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.
3408
3409 2001-10-05 Timo Schulz <[email protected]>
3410
3411 * wptKeylist.cpp: (addkey): Check if the used userID is not revoked.
3412 In the case it is, use the first userID.
3413 * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox.
3414 Remove the Pos column and add a status column instead.
3415 Add expire stuff for subkeys.
3416 (init_dtp): Initialize the common control.
3417 * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file
3418 into the clipboard.
3419 * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description
3420 of the ownertrust value.
3421 (keyprops_dlg_proc): Fixed ownertrust handling.
3422
3423 2001-10-04 Timo Schulz <[email protected]>
3424
3425 * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer.
3426 * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL.
3427 Both were pointed out my Timo (not me ;-)).
3428 * wptKeylist.cpp (add_key): Fix a typo and now the code is more
3429 strict with returned attributes.
3430 * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface
3431 for local signatures.
3432
3433 2001-09-28 Timo Schulz <[email protected]>
3434
3435 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle
3436 the double click messages.
3437 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3438 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3439 * wptFileManager.cpp (overwrite_file): Check if the file exists and
3440 then let the user decide.
3441 (fm_encrypt): Use the code here.
3442 (fm_sign): And here.
3443 (fm_sym_encrypt): And here. Now we use the passphrase dialog.
3444 (fm_decrypt): And here.
3445 * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need
3446 a secure wipe.
3447
3448 Make the memory checking more strict.
3449
3450 2001-09-27 Timo Schulz <[email protected]>
3451
3452 * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who
3453 discovered this.
3454 * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the
3455 passphrase.
3456 * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to
3457 the various other dialogs to make the use more easier.
3458 * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here.
3459 * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto.
3460
3461
3462 2001-09-26 Timo Schulz <[email protected]>
3463
3464 * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.
3465 (listbox_get_cursel): Ditto.
3466
3467
3468 2001-09-23 Timo Schulz <[email protected]>
3469
3470 * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys.
3471 The same as the userid dialog.
3472 * wptWndSwitchDlg.cpp: Removed.
3473 * wptWipeExt.cpp: Removed. Code is now included.
3474 * wptGPGME.cpp (get_default_keyid): If the keyid from the options
3475 file is in the keycache.
3476 * wptKeylist.cpp (keylist_reload): New. Reload a keylist.
3477
3478 2001-09-17 Timo Schulz <[email protected]>
3479
3480 * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs
3481 who prevent the correct return value in the case of an clipboard error.
3482 (clip_parse_pgp_id): New. Returns the PGP message type.
3483 * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes.
3484 (hotkey_single_register): Return correct error value.
3485 (hotkey_single_unregister): Ditto.
3486 * wptW32API.cpp (get_thread_id): Removed.
3487 (attach_thread_input): Ditto.
3488 (detach_thread_input): Ditto.
3489 * wptCurrWnd.cpp (get_window_contents): Store main and focused window
3490 for later use.
3491 (set_window_contents): Use the new code.
3492
3493 2001-09-16 Timo Schulz <[email protected]>
3494
3495 * wptExtensions.h: New. This file is now used for the extenion
3496 declarations.
3497 * wptExtensions.new: (register_extensions): New. Enumerate and
3498 load all possible extensions.
3499 (unregister_extentions): New. Release all loaded extensions.
3500 * wptKeyserver.cpp (kserver_load_conf): Added support for different
3501 keyservers. Currently only HTTP/LDAP.
3502 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support.
3503 (hkp_recv_key): Ditto.
3504 * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents
3505 to set the focus.
3506 * (oe_check_recipient): New. Checks if the key is able to encrypt
3507 and valid in the sense of revocation.
3508
3509 2001-09-14 Timo Schulz <[email protected]>
3510
3511 * wptWAB.cpp: (wab_read): New. Interface to read all address book
3512 entries.
3513 (wab_open): New. Internal function to load the WAB.
3514 (wab_release): New. Release the WAB contexts.
3515 (wab_load): New. Load the contents of the WAB into a linked list.
3516 (addr_list_new): New. Linked address list.
3517 (addr_list_add): New.
3518 (addr_list_release): New.
3519
3520 2001-09-13 Timo Schulz <[email protected]>
3521
3522 * Revamped the whole plugin code for OE5.
3523 * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure.
3524 (oe_plugin_releae): New.
3525 (oe_plugin_init): New. Searches for the OE main window and select
3526 all the recipients from the fields.
3527 (oe_get_msg): This code now uses the menu command id's to
3528 execute the commands.
3529 (oe_set_msg): Ditto.
3530 (oe_encrypt): Changed for the new code.
3531 * wptMainProc.cpp (wpt_main_proc): Re-activate the code.
3532 * wptHotkeys.cpp: Ditto.
3533 * Removed the hook project.
3534
3535 2001-09-12 Timo Schulz <[email protected]>
3536
3537 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.
3538 Thanks to Rich who pointed this out.
3539
3540 2001-09-07 Timo Schulz <[email protected]>
3541
3542 * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.
3543
3544 2001-09-05 Timo Schulz <[email protected]>
3545
3546 * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys.
3547 (clip_import): New. Handy function to import keys.
3548 * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase
3549 is too short.
3550
3551 2001-09-04 Timo Schulz <[email protected]>
3552
3553 * Rewrote most parts of the keymanager.
3554 * Ditto for the filemanager.
3555
3556 2001-09-01 Timo Schulz <[email protected]>
3557
3558 * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations.
3559 These code is now part of the key manager.
3560 * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions.
3561 * wptKeylist.cpp (get_key_algo): New.
3562 (get_key_created): New.
3563 (get_key_type): New.
3564 (get_key_size): New.
3565 (get_key_fpr): New.
3566 * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now
3567 a part of the keymanager.
3568
3569 2001-08-31 Timo Schulz <[email protected]>
3570
3571 * wptFileManager.cpp (fm_add_opened_files): New. Use a standard
3572 file open dialog instead of drag & drop.
3573 * wptHotkeys.cpp (hotkey_strerror): More detailed information which
3574 hotkey couldn't set up.
3575 (hotkey_register_single): Ditto.
3576
3577 2001-08-30 Timo Schulz <[email protected]>
3578
3579 * wptFilemanager.cpp (fm_encrypt): Add minor changes.
3580 (fm_decrypt): Ditto.
3581 (fm_sign): Ditto.
3582 (fm_verify): Make the code more modular.
3583 (fm_add_sig_stat): New. For new fm_verify code.
3584
3585 2001-08-28 Timo Schulz <[email protected]>
3586
3587 * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.
3588 * wptKeyserver.cpp (kserver_load_conf): Proxy support
3589 (kserver_connect): Ditto.
3590
3591 2001-08-26 Timo Schulz <[email protected]>
3592
3593 * wptFileManager.cpp (fm_entry_new): New.
3594 (fm_entry_release): New.
3595 (fm_state_new): New.
3596 (fm_state_release). New.
3597 (fm_get_current_file): New.
3598 * wptKeylist.cpp (strlist_add_recipients): New.
3599
3600 2001-08-25 Timo Schulz <[email protected]>
3601
3602 * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.
3603 (strlist_release): New. Release the linked list.
3604 (strlist_add): New.
3605
3606 2001-08-21 Timo Schulz <[email protected]>
3607
3608 * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it
3609 also supports "encrypt-to" entries as default keys.
3610 * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide
3611 secure wiping.
3612 (wipe_deinit_ext): New. Unload the DLL and free all pointer.
3613 (wipe_loaded_ext): New. Checks wether the DLL was loaded.
3614 * wptW32API.cpp (set_menu_state): New.
3615
3616 2001-08-20 Timo Schulz <[email protected]>
3617
3618 * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas.
3619 * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable
3620 the hotkeys. Automatically enable or disable the hotkey field depend
3621 on the switch.
3622
3623 2001-08-17 Timo Schulz <[email protected]>
3624
3625 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only
3626 one by default.
3627 * wptKeyList.cpp (keylist_add_to_recipients): Ditto.
3628 * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram
3629 entry in the registry in the case it's missing (whenever it's possible!).
3630 (check_gpg_path): Rewrite parts of the code.
3631
3632 2001-08-11 Timo Schulz <[email protected]>
3633
3634 * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and
3635 separate the fingerprint from the othr information.
3636 * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the
3637 file, specified in the options line, does exist.
3638
3639 2001-08-08 Timo Schulz <[email protected]>
3640
3641 * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file.
3642 Support for more configurations.
3643 * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode.
3644 Add all strings to the translation suite.
3645 * Updated all NLS dialog strings.
3646 * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB.
3647 * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file,
3648 with a dynamic callback for the passphrase.
3649
3650 2001-08-06 Timo Schulz <[email protected]>
3651
3652 * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.
3653
3654 2001-08-05 Timo Schulz <[email protected]>
3655
3656 * wptKeylist.cpp (keylist_add_key): Change the schematics to support
3657 all keyids.
3658 * wptSigList.cpp (siglist_build): New. Interface code to load the
3659 signature list.
3660 * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build.
3661
3662 2001-08-03 Timo Schulz <[email protected]>
3663
3664 * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now
3665 we support this code in the key manager.
3666 * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands.
3667 * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request):
3668 Removed. The code moved into the main functions.
3669 (kserver_send), (kserver_recv): Ditto.
3670 (sock_write): Improved code.
3671 (sock_read): Ditto and some additional timeout.
3672 (sock_select): New. Figure out the socket state.
3673 (kserver_search_init): New. Make connection to the server.
3674 * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new
3675 keyserver code.
3676 * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker
3677 packet. Thanks to Alan.
3678 (check_for_symenc_data): Ditto.
3679 * wptFileManager.cpp (fm_get_file_type): Ditto.
3680 (fm_decrypt): Move the keycache in the if loop and fix the keycache
3681 type.
3682
3683 2001-08-02 Timo Schulz <[email protected]>
3684
3685 * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too.
3686 Useful in the case the file was generated but it's empty.
3687 * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos.
3688
3689
3690 2001-08-01 Timo Schulz <[email protected]>
3691
3692 * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible
3693 request for uploading a key.
3694 (kserver_send_request): Use the urlencode to send the key.
3695 (sock_read): New. Improved read function to replace recv.
3696 (sock_write): New. Improved write function to replace send.
3697 * wptFileManager.cpp (fm_get_file_type): If the data is armored,
3698 call fm_check_armor_type().
3699 (fm_check_armor_type): New. Figure out the armor type of the data.
3700 * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the
3701 buttons. Optimized the code.
3702
3703 2001-07-30 Timo Schulz <[email protected]>
3704
3705 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code
3706 for the agent.
3707 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3708
3709 2001-07-29 Timo Schulz <[email protected]>
3710
3711 * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating
3712 a key revocation certificate. Add a hint to show how sentensive this
3713 data is.
3714 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the
3715 revocation.
3716 * wptAgent.cpp: Source for the server interface removed.
3717 (agent_is_avail): New. Checks if the agent is available.
3718 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code
3719 for the agent.
3720
3721 2001-07-26 Timo Schulz <[email protected]>
3722
3723 * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring
3724 exists. Useful if the keyring was moved during some commands.
3725 * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to
3726 Rich to discover this.
3727
3728 2001-07-25 Timo Schulz <[email protected]>
3729
3730 * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect
3731 serious GPG errors.
3732 * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption.
3733 Suggested by Graham.
3734 (fm_decrypt): Change code to support symmetric decryption.
3735 (fm_get_file_type): Fixed some typos.
3736
3737 2001-07-24 Timo Schulz <[email protected]>
3738
3739 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after
3740 reloading the keycache. Fixed the memory leaks. Thanks to Andreas.
3741 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform
3742 the user about errors.
3743 * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure
3744 in our own context.
3745 (treeview_insert_item): New. Handy function to insert an entry.
3746 (treeview_create_child_item): New. Insert a trustlist node.
3747 (treeview_add_trustpath): New. Add recursively the whole trust path
3748 int the tree view.
3749 * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the
3750 signature list contains entries with a NOKEY status.
3751 (recv_missing_keys): New. Receive all keys with a NOKEY as the signature
3752 status.
3753 * wptImportList.cpp (implist_load): New. Initialize the listview item
3754 with an import overview.
3755 * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead
3756 of the code.
3757 (print_import_status): Summarize the results. We need this because file
3758 import needs the same function.
3759 * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the
3760 file manager.
3761 * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key
3762 import from file.
3763 * wptFileManager.cpp (fm_import): New. Ditto.
3764 * wptKeyserver.cpp (kserver_connect): Take care for some return values
3765 and set the socket to non blocking mode.
3766 Moved the Winsock2 init code to wptMainProc.cpp
3767 * wptMainProc.cpp (wpt_main_proc): Wsock2 code.
3768 * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code.
3769
3770 2001-07-22 Timo Schulz <[email protected]>
3771
3772 * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New.
3773 (get_key_created): New. Transform ulong timestamp to ascii.
3774 (get_key_algo): New. Returns a formatted algorithm (depend on subkeys).
3775 (get_key_size): New. Returns a formatted size depend (depend on subkeys).
3776 * wptSigList.cpp (siglist_add_key): Fix the timestamp.
3777 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace
3778 this with list trust path.
3779 * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function
3780 because we always check the signatures.
3781 * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New.
3782
3783 2001-07-21 Timo Schulz <[email protected]>
3784
3785 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in
3786 the case of IDCANCEL.
3787 * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
3788 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair
3789 pair and only if activate the passphrase dlg items.
3790 Do sanity checks for all buttons that require key pairs.
3791 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code.
3792
3793 2001-07-20 Timo Schulz <[email protected]>
3794
3795 * wptKeyserver.cpp: (kserver_send_request): Correct the octect length
3796 of the request.
3797 (check_hkp_response): If an error ocurred, copy the error message into
3798 the static buffer.
3799 (kserver_strerror): Interface for the static error buffer.
3800 * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message
3801 box.
3802 (hkp_send_key): Add more verbose messages at the end.
3803 (hkp_recv_key): Ditto.
3804 (check_pattern): Rewrote the entire code to be more bug proof.
3805 * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate
3806 that the recipient list contains untrusted entries.
3807 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to
3808 force GPG to add the need options.
3809 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3810
3811 2001-07-19 Timo Schulz <[email protected]>
3812
3813 * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more
3814 detailed error messages in the case for a missing key or an included
3815 signature.
3816
3817 2001-07-17 Timo Schulz <[email protected]>
3818
3819 * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox
3820 and increment the 'cols' variable inside the structure for further use.
3821 (add_key): Watch for the 'cols' variable to figure out how much columns
3822 are used.
3823 * wptListView.cpp (listview_set_ext_style): Set an extended style for
3824 the given listview.
3825 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the
3826 selected server.
3827 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3828 * wptKeyserver.cpp (kserver_connect): IP address support. This is faster
3829 and no DNS lookup is needed.
3830
3831 2001-07-14 Timo Schulz <[email protected]>
3832
3833 * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding
3834 it to the signing keylist.
3835 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase
3836 is empty.
3837 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3838
3839
3840 2001-07-13 Timo Schulz <[email protected]>
3841
3842 * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to
3843 the request. Arggg!
3844 (check_hkp_response): Add flag to differ between 'send' and 'recv' mode.
3845
3846
3847 2001-07-12 Timo Schulz <[email protected]>
3848
3849 * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,
3850 just quit without any messages. Suggested by Rich.
3851
3852
3853 2001-07-11 Timo Schulz <[email protected]>
3854
3855 * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add
3856 the integer.
3857 (keyserver_create_conf): Create a config file instead of the error.
3858 * wptGPG.cpp (create_gpg_options): If the file doesn't exist create
3859 a default file. This prevents confusing error messages.
3860 (get_gpg_options): Use new code.
3861 * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells
3862 the user how to find the files.
3863
3864 2001-07-05 Timo Schulz <[email protected]>
3865
3866 * wptHotkey.cpp (mod_hotkeys): Fix a small typo.
3867
3868 2001-07-04 Timo Schulz <[email protected]>
3869
3870 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key
3871 if the user agree.
3872 * wptKeylist.cpp (keyload_load): Use the mode from the param, not
3873 the hardcoded.
3874 * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup.
3875 Rename 'load' to 'reload' to make sense with the new code.
3876 * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the
3877 registry stuff.
3878 * wptRegistry.cpp (set_reg_winpt_prefs): Ditto.
3879 (get_reg_winpt_prefs): Ditto.
3880 (regist_inst_winpt): Remove the old code.
3881 (register_single_filetype): Replacement for the old code.
3882
3883 2001-07-01 Timo Schulz <[email protected]>
3884
3885 * wptFileManager.cpp (fm_verify): New.
3886 (fm_decrypt): New.
3887 * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.
3888
3889
3890 2001-06-30 Timo Schulz <[email protected]>
3891
3892 * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase
3893 code.
3894 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
3895 * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto.
3896 * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager.
3897 (fm_delete): New.
3898 (fm_encrypt): New.
3899 (fm_get_current_pos): New.
3900 (fm_get_file_type): New.
3901 (fm_add_dropped_files): New.
3902
3903 2001-06-29 Timo Schulz <[email protected]>
3904
3905 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent
3906 to send data to the clipboard.
3907 * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to
3908 destroy the window immediately.
3909 * wptKeyserver.cpp (kserver_getip): Removed.
3910 (kserver_get_langname): Removed.
3911 (kserver_load_conf): New. Load the keyserver.conf file and set the
3912 included keyserver addresses into the global context.
3913 * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the
3914 keyserver context.
3915 * wptImplist.cpp (get_key_date): New. Transform integer timestamp
3916 to ISO date.
3917 (implist_add_key): Now it uses the context instead of all single
3918 variables.
3919
3920 2001-06-28 Timo Schulz <[email protected]>
3921
3922 * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new
3923 flag variables to support RFC1991.
3924 (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991.
3925 (get_rfc1991_pktlen): Ditto.
3926
3927 2001-06-27 Timo Schulz <[email protected]>
3928
3929 * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type.
3930 (get_pkt_len): New. Extract the OpenPGP packet length.
3931 (parse_pke_sesskey): Read a public key encrypted session key
3932 but without data.
3933 * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the
3934 filename contains spaces. Just to make GPG happy.
3935 (file_manager_dlg_proc): Check if the file exist after encryption.
3936 * wptFile.cpp (get_keyid_from_file): Checks the file for an valid
3937 packet and then extract the keyid.
3938
3939 2001-06-25 Timo Schulz <[email protected]>
3940
3941 * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with
3942 the contents from the given cache context.
3943 (keylist_add_to_recipients): New. Add the selected keys to the
3944 recipient set.
3945 * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist
3946 function to load the listview.
3947 * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto.
3948 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
3949 * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid
3950 and the keyid hint.
3951
3952 2001-06-24 Timo Schulz <[email protected]>
3953
3954 * wptGPG.cpp (get_gpg_path): Add null termination to the string.
3955 Thanks to Jonathan who pointed this out.
3956 (get_gpg_prog): Ditto.
3957 (gpg_check_file_ext): Check the file extension for the given GPG
3958 type.
3959 (get_gpg_default_keyid): Return null if there isn't an entry in the
3960 options file.
3961 * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx
3962 style functions.
3963 * wptImpList.cpp (implist_add_key): Ditto.
3964 * wptSigList.cpp (siglist_add_key): Ditto.
3965 * wptVerifyList.cpp (verlist_add_key): Ditto.
3966
3967 2001-06-23 Timo Schulz <[email protected]>
3968
3969 * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the
3970 options file.
3971
3972 2001-06-22 Timo Schulz <[email protected]>
3973
3974 * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform
3975 keyserver seraching. As an additional feature it's also posible to
3976 import the keys directly.
3977
3978 2001-06-18 Timo Schulz <[email protected]>
3979
3980 * wptKeyserver.cpp (check_hkp_response): More detailed error check
3981 of the http response.
3982 (kserver_send_request): Debug mode now uses logfile.
3983 (kserver_recv_request): Ditto.
3984 (kserver_index_request): New. Create a request for a key index.
3985 (kserver_send): Now uses check_hkp_response.
3986 (kserver_recv): Ditto.
3987 (kserver_search): New. Start the key index loop.
3988 * wptKeyserverDlg.cpp (recv_key): Check if the key was really
3989 imported and received.
3990
3991 2001-06-17 Timo Schulz <[email protected]>
3992
3993 * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the
3994 default key for signing.
3995
3996 2001-06-16 Timo Schulz <[email protected]>
3997
3998 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return.
3999 Corrected return values.
4000 * wptErrors.cpp (winpt_strerror): Removed all unused error strings.
4001 * wptGPG.cpp (get_gpg_path): Change to default path and prevent
4002 buffer overflows.
4003 (get_gpg_prog): Ditto.
4004
4005
4006 2001-06-15 Timo Schulz <[email protected]>
4007
4008 * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode.
4009 Differ between the new keylist styles.
4010 * wptGPGME.cpp (keycache_xxx): Move the caching interface to this
4011 file. For an easier handling between dialogs and code.
4012 (keycache_rewind): New. Rewind a global keycache context.
4013 (keycache_next_key): New. Retrieve the next key from the keycache.
4014 (get_default_key): New. Return the default key, this is the secret
4015 key with the index 0.
4016 * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key
4017 handling. Now the signer is set in any case. Prevent hanging GPG
4018 processes.
4019 * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory.
4020 (vm_safe_init_noswap): New. Initialize safe memory with tail data.
4021 See source for more information.
4022 (vm_safe_free): New. Free all used pointer and burn all buffers.
4023 (vm_safe_get): New. Get the begin of the alloced buffer.
4024 (vm_safe_set_swapfile): New. Set global swapfile name.
4025 (vm_safe_create_swapfile): New. Creats a swapfile and set its
4026 contents to zero.
4027
4028 2001-06-12 Timo Schulz <[email protected]>
4029
4030 * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is
4031 a big letter, otherwise convert.
4032 (preferences_dlg_proc): Check hotkeys.
4033 * wptKeylist.cpp (add_keys): Static functions to add a single key.
4034 (keylist_add_key): Now it adds all subkeys to the dialog.
4035 (keylist_alloc): Remove because it's not needed any longer.
4036 * wptImportList.cpp (implist_alloc): Ditto.
4037 * wptSigList.cpp (siglist_alloc): Ditto.
4038 * wptVerifyList.cpp (verlist_alloc): Ditto.
4039
4040 2001-06-10 Timo Schulz <[email protected]>
4041
4042 * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single
4043 hotkey.
4044 (mod_hotkeys): Take care of the enable flags.
4045 (register_hotkeys): Ditto.
4046 (unregister_hotkeys): Ditto.
4047 * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist,
4048 don't try to modify hotkeys.
4049 * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to
4050 the foreground.
4051
4052 2001-06-08 Timo Schulz <[email protected]>
4053
4054 * wptHotkey.cpp (mod_hotkeys): Change code to support the new
4055 registry style.
4056 * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable
4057 single hotkeys. Suggested by Jonathan.
4058 * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable
4059 single hotkeys.
4060 * wptKeyserver.cpp (kserver_connect): Reset winsock error var.
4061 (keyserver_recv): Ditto.
4062 (keyserver_send): Ditto.
4063 (wsock_strerror): Returns a description of the winsock problem.
4064 * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer
4065 is valid.
4066
4067 2001-06-07 Timo Schulz <[email protected]>
4068
4069 * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,
4070 add windows title.
4071
4072 2001-06-05 Timo Schulz <[email protected]>
4073
4074 * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned
4075 buffer is valid. Remove the fixme, because it's possible that there
4076 were new cipher modules loaded.
4077 * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the
4078 context is valid.
4079 * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid.
4080 * wptW32API.cpp (status_box): New. Message box that is always forced
4081 to the foreground.
4082
4083 2001-06-04 Timo Schulz <[email protected]>
4084
4085 * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for
4086 the improved import status.
4087
4088
4089 2001-06-01 Timo Schulz <[email protected]>
4090
4091 * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST:
4092 Release context in the case of an error.
4093 * wptMainProc.cpp (wpt_main_proc): Fix typo.
4094 * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use
4095 a static gpg object array that contains all filenames.
4096
4097
4098 2001-05-27 Timo Schulz <[email protected]>
4099
4100 * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping.
4101 (get_reg_winpt_prefs): Ditto.
4102 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the
4103 gpg process finished.
4104 * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to
4105 a humand readable date.
4106
4107
4108 2001-05-25 Timo Schulz <[email protected]>
4109
4110 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen
4111 user id. End the dialog if there was an error during the Gpgme operations.
4112 * wptClipboard.cpp (clip_istext_avail): First check if the pointer is
4113 valid and then look at the length. Avoid crashes for some texts.
4114
4115 2001-05-21 Timo Schulz <[email protected]>
4116
4117 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid
4118 management.
4119 * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids
4120 from a special key.
4121
4122 2001-05-20 Timo Schulz <[email protected]>
4123
4124 * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries
4125 to figure out if both parts are available.
4126
4127 2001-05-19 Timo Schulz <[email protected]>
4128
4129 * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey
4130 flag is set, also disable all input items.
4131 (disable_dlg_item): New. Disable dialog items (windows).
4132 * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys
4133 flag isn't set.
4134 * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as
4135 a result the code only sended parts of the key.
4136 * wptConfig.cpp: Removed. Not used any longer.
4137
4138 2001-05-18 Timo Schulz <[email protected]>
4139
4140 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various
4141 edit key commands. In the case the dialog was canceled, return without
4142 modifying anything.
4143 * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the
4144 signature. If it doesn't contain a valid key, do nothing.
4145 * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't
4146 quit the program. In some cases the hotkeys are possible locked.
4147 * WinPT.cpp (WinMain): If there is an error with the gpg program/path,
4148 give the user the chance to start the GPG preference dialog.
4149 * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey
4150 support. Flag to disable all hotkeys. Reload new hotkeys (in the case
4151 they changed). Load the registry entry on startup.
4152 * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the
4153 stored registry entries.
4154
4155 2001-05-13 Timo Schulz <[email protected]>
4156
4157 * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist
4158 the function create it.
4159 (set_reg_winpt_prefs): Use the new function to set the subkey values.
4160 All functions now return WPTERR_REGISTRY instead of 1.
4161 Add some error handling to prevent errors in the registry.
4162 * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard
4163 hotkeys and the caching time.
4164
4165
4166 2001-05-12 Timo Schulz <[email protected]>
4167
4168 * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption
4169 call.
4170
4171 2001-05-11 Timo Schulz <[email protected]>
4172
4173 * wptMainProc (wpt_main_proc): Change all related menu entries from
4174 Encrypt & sign to Sign & Encrypt. Added the command to the current
4175 window menu and the handling of the window messages.
4176 * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text.
4177 * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT
4178 preferences in the registry.
4179 (get_reg_winpt_prefs): Read all preferences from the registry into
4180 the options context.
4181 * WinPT.cpp (WinMain): Read in the registry preferences at the begin
4182 and store it.
4183 * wptAgent.cpp (agent_init): Check if the environment variable
4184 GPG_AGENT_INFO is set, otherwise set it.
4185 (agent_is_running): Check wether the agent is running.
4186 (agent_start): Automated function that read all needed information
4187 from global variables.
4188
4189 2001-05-10 Timo Schulz <[email protected]>
4190
4191 * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve
4192 the handle of the specified window.
4193 * wptAgent.cpp (agent_timer_proc): Changed the agent interface
4194 to window messages instead of socket connections.
4195 * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog
4196 and menu entry.
4197 * wptPreferencesDlg.cpp: New.
4198
4199 2001-05-09 Timo Schulz <[email protected]>
4200
4201 * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket.
4202 (gpga_readn): Read 'n' bytes from a socket.
4203 (gpga_open): Open the interface to the GPG-Agent.
4204 (gpga_close): Close the GPG-Agent socket.
4205 (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent.
4206 (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits,
4207 this keys will be remove from the GPG-Agent cache.
4208 (agent_delete_fpr): Remove a fingerprint from the cache.
4209 (agent_init): Clear the cache.
4210 (agent_timer_proc): Remove all stored passphrases which were
4211 requested through the chache.
4212
4213 2001-05-08 Timo Schulz <[email protected]>
4214
4215 * wptKeyserver.cpp (wsock_init): Replace the kserver init
4216 code which initialized the Wsock2 interface.
4217 (wsock_end): Ditto.
4218 * wptAgent.cpp: Remove the passphrase caching code and add
4219 the GPG agent code.
4220
4221 2001-05-05 Timo Schulz <[email protected]>
4222
4223 * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve
4224 the current window handle. This code doesn't use the hook DLL.
4225 Thanks to Oliver Nittka for his patch.
4226 * wptErrors.cpp (winpt_strerror): Fixed a small typo.
4227 * wptGPG.cpp (check_last_gpg_access): Remove debug code.
4228 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading
4229 scheme to prevent reloading the cache twice.
4230
4231 2001-05-04 Timo Schulz <[email protected]>
4232
4233 * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp.
4234 * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg):
4235 Move all the GPGME specific code to the main dialog. Now only
4236 the context values are set.
4237 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust
4238 code.
4239
4240 2001-05-02 Timo Schulz <[email protected]>
4241
4242 * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional
4243 subkeys for the mainkeys.
4244 * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground
4245 window flag.
4246 * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the
4247 addkey feature.
4248
4249 2001-05-01 Timo Schulz <[email protected]>
4250
4251 * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence
4252 to a window.
4253 (wnd_msg_copy): New. Send the CTRL+c key sequence to a window.
4254 (wnd_msg_paste): New. Send the CTRL+v key sequence to a window.
4255 (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos.
4256 * wptMainProc.cpp (wpt_main_proc): Fix some message string for
4257 the hotkey handling. Quit the program if a registration procedure
4258 failed.
4259 * wptErrors.cpp (log_box): Improved log handling to dump states
4260 of variables during regression tests.
4261
4262 2001-04-30 Timo Schulz <[email protected]>
4263
4264 * wptClipEditDlg.cpp: Now the dialog uses the Courier font to
4265 enhance the format of keys and other GPG data.
4266 * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod
4267 flag after receiving a key.
4268 * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when
4269 no listbox entry was choosen.
4270 * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to
4271 the NLS suite.
4272 * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag
4273 instead of refresh the keycache.
4274
4275 2001-04-29 Timo Schulz <[email protected]>
4276
4277 * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items.
4278 (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the
4279 adduid command.
4280 * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize
4281 the dialog with a KEY structure that holds the keyid and the userid.
4282 * wptWndHook.cpp: Remove the global context and use instead of it
4283 static variables. Put all static variables into the SHARED data
4284 segment in the DLL.
4285
4286 2001-04-28 Timo Schulz <[email protected]>
4287
4288 * wptGPGME.cpp: New. Move some additional GPGME code into WinPT.
4289 So it's easier to update GPGME and we can use NLS to translate
4290 error strings.
4291 * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code
4292 because we only use it here.
4293 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase'
4294 feature to the edit-key interface.
4295
4296 2001-04-27 Timo Schulz <[email protected]>
4297
4298 * wptCurrWnd.cpp (get_window_contents): Change the code for the last
4299 window concept. Thanks to Oliver.
4300 (set_window_contents): Add some stuff to set the position if the
4301 current window is an edit control.
4302 * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid'
4303 stuff.
4304 * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to
4305 create a new user id for a GPG key.
4306
4307 2001-04-26 Timo Schulz <[email protected]>
4308
4309 * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various
4310 edit-key commands.
4311 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit
4312 key code.
4313
4314 2001-04-25 Timo Schulz <[email protected]>
4315
4316 * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME
4317 callback system to pass the keyedit information to GPG.
4318 * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto.
4319
4320 2001-04-24 Timo Schulz <[email protected]>
4321
4322 * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview
4323 item and set it to zero.
4324 * wptSignDlg.cpp (sign_dlg_proc): Ditto.
4325 * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto.
4326 * wptVerifyDlg.cpp (verify_dlg_proc): Ditto.
4327 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto.
4328 (keymisc_dlg_proc): Provide the functionality to delete key pairs
4329 secret+public.
4330 * wptWndHook.cpp (is_winpt_wnd): Remove this function and put
4331 all code into (check_wnd).
4332 (check_wnd): Check if the window doesn't is a application related
4333 window.
4334
4335 2001-04-23 Timo Schulz <[email protected]>
4336
4337 * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality
4338 is not needed because all dialog windows are top level windows.
4339
4340 2001-04-22 Timo Schulz <[email protected]>
4341
4342 * wptGPG.cpp (check_last_gpg_access): Reset switch before testing
4343 the condition.
4344 * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate
4345 all children windows.
4346 (find_parent_wnd_proc): New. Callback to enumerate all parent windows.
4347 (find_window): New. Return if the specified windows as found.
4348 * wptW32API.cpp: (dialog_box_param): New. Alias with the additional
4349 feature to check if the dialog already exist (and then preventing
4350 the creation).
4351 * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with
4352 then new dialog_box_param function. Thanks to Martin who told me
4353 about this dialog problem.
4354 * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto.
4355 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the
4356 new signature buttons.
4357
4358 2001-04-21 Timo Schulz <[email protected]>
4359
4360 * wptWndHook.cpp (install_cbt_hook): Remove the thread because the
4361 system already is into a DLL.
4362 * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use
4363 instead of it a button to check the key signatures.
4364 * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp
4365 from the given gpg object.
4366 (check_last_gpg_access): New. Compare the last file timestamp with the
4367 new timestamp.
4368 (init_gpg_table): New. Initialize the table with gpg objects who shall
4369 be watched.
4370 (keyring_check_last_access): Use the new code.
4371 * wptCurrWnd.cpp (set_window_contents): Restore the window if it is
4372 now iconic.
4373 * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the
4374 current window stuff.
4375
4376 2001-04-17 Timo Schulz <[email protected]>
4377
4378 * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window
4379 belongs to the taskbar area.
4380 (is_winpt_wnd): New. Alias to check if the window belongs to WinPT.
4381 (cbt_proc): Change code to include both functions.
4382 * wptCurrWnd.cpp (get_window_contents): Add switch if we use the
4383 foreground or the CBT window.
4384 * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the
4385 current window mode set the no_cbt variable.
4386 * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring
4387 was modified by an external program.
4388 * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external
4389 keyring changes.
4390
4391 2001-04-16 Timo Schulz <[email protected]>
4392
4393 * wptWndHook,cpp (cbt_proc): Compare process ids to differ between
4394 WinPT and normal windows.
4395 (install_cbt_hook): Add pid to the context.
4396
4397 2001-04-14 Timo Schulz <[email protected]>
4398
4399 * wptCurrWnd.cpp: (get_window_contents): Add an event to switch
4400 the windows. This is needed by the current code.
4401 (set_window_contents): Ditto.
4402 * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog
4403 and force it to the foreground. This is the event needed by the code
4404 above.
4405 (create_wndswitch_event): Execute the dialog.
4406 * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey
4407 section. Add message entries for the code.
4408 * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE
4409 mailer code.
4410 (insert_window_from_clip): Ditto.
4411 * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add
4412 the event to switch the windows.
4413 (oe_get_message): Ditto.
4414
4415 2001-04-13 Timo Schulz <[email protected]>
4416
4417 * wptMailPlugin.cpp: (oe_set_message): Change the id's for
4418 the attach_thread_input.
4419 (oe_get_message): Ditto.
4420 * wptCurrWnd.cpp: (get_window_contents): Ditto.
4421 (set_window_contents): Ditto.
4422
4423 2001-04-12 Timo Schulz <[email protected]>
4424
4425 * wptHotkeys.cpp: (register_single_hotkey): Add code for the current
4426 window stuff.
4427 * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window
4428 hotkeys.
4429 * wptW32API.cpp: (attach_thread_input): Split up the functions into
4430 two parts. The attach flags is always set.
4431 (detach_thread_input): See above. The attach flags is never set.
4432 * wptCurrWnd.cpp: New. Code for the current window stuff.
4433 (get_window_contents): Extract the text from the given window to
4434 the clipboard.
4435 (set_window_contents): Insert clipboard into the given window.
4436
4437 2001-04-09 Timo Schulz <[email protected]>
4438
4439 * wptGPG.cpp: (check_line): Ignore empty lines.
4440 (check_gpg_options): Ditto.
4441
4442 2001-04-09 Timo Schulz <[email protected]>
4443
4444 * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet
4445 type. Kludge for decrypt/verify.
4446 * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the
4447 code into the decrypt routine.
4448 * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start
4449 the key management after import.
4450
4451 2001-04-07 Timo Schulz <[email protected]>
4452
4453 * wptAgent.cpp: (agent_new): Rename to agent_init and modify source.
4454 (agent_destroy): Ditto.
4455 (agent_passphrase_cache): Ditto.
4456 (agent_passphrase_remove): Ditto.
4457 (agent_passphrase_get): Ditto.
4458
4459 2001-04-06 Timo Schulz <[email protected]>
4460
4461 * wptGPG.cpp: (check_gpg_path): Fix a small error.
4462 * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the
4463 first time a user started WinPT.
4464 * wptClipboard.cpp: (clip_isalready_secured): Check the begin and
4465 end PGP header.
4466
4467 2001-04-06 Timo Schulz <[email protected]>
4468
4469 * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.
4470 * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the
4471 ownertrust dialog.
4472
4473 2001-04-04 Timo Schulz <[email protected]>
4474
4475 * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static
4476 passphrase. Now a callback context is used.
4477 (passphrase_cb): Ditto.
4478 (clip_decrypt_dlg): Ditto.
4479 * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook.
4480 (install_cbt_hook): Modify for the new thread model.
4481 (remove_cbt_hook): Ditto.
4482 * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe.
4483 (delete_critical_section): Ditto.
4484 (lock): Ditto.
4485 (unlock): Ditto.
4486
4487 2001-04-02 Timo Schulz <[email protected]>
4488
4489 * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable.
4490 * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only
4491 contains valid keys.
4492 * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto.
4493
4494 2001-03-31 Timo Schulz <[email protected]>
4495
4496 * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,
4497 the GPG default key will be used.
4498
4499 2001-03-30 Timo Schulz <[email protected]>
4500
4501 * wptW32API.cpp: (new_strdup): Remove.
4502 * wptW32API.h: Ditto.
4503 * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window.
4504 * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields.
4505
4506 2001-03-28 Timo Schulz <[email protected]>
4507
4508 * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc):
4509 Added the keyid to the "no trust" message.
4510 * wptKeyserverDlg.cpp: (check_pattern): New:
4511 Do some sanity checks of the search pattern.
4512 * wptMainProc.cpp: (wpt_main_proc): Add agent support.
4513 * wptHotkey.cpp: Add agent support.
4514
4515 2001-03-21 Timo Schulz <[email protected]>
4516
4517 * WinPT.cpp: (WinMain): Re-activate the enable debug switch.
4518 * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.
4519
4520 2001-03-20 Timo Schulz <[email protected]>
4521
4522 * wptClipDecryptDlg.cpp: Rewrote
4523
4524 2001-03-19 Timo Schulz <[email protected]>
4525
4526 * wptVerifyList.cpp: New control for the verify dialog.
4527 * wptClipVerifyDlg.cpp: Rewrote
4528
4529 2001-03-18 Timo Schulz <[email protected]>
4530
4531 * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.
4532 * wptAgent.cpp: New: Experimental passphrase caching.
4533
4534 2001-03-16 Timo Schulz <[email protected]>
4535
4536 * wptDlgs.h: Add new dialog callback function.
4537 * wptKeysigDlg.cpp: New. Key signature listing dialog.
4538
4539 2001-03-15 Timo Schulz <[email protected]>
4540
4541 * wptClipEncryptDlg.cpp: Fix translation.
4542 * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).
4543 * wptKeymiscDlg.cpp: Fix the key deleting stuff.
4544
4545 2001-02-27 Timo Schulz <[email protected]>
4546
4547 * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.
4548 * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):
4549 Fixed.
4550
4551 2001-02-25 Timo Schulz <[email protected]>
4552
4553 * wptGPGPrefsDlg.cpp: Add some new translation strings.
4554 * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.
4555 * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.
4556 * wptClipImportDlg.cpp: Finished basic interface.
4557
4558 2001-02-24 Timo Schulz <[email protected]>
4559
4560 * wptGPG.cpp: (check_gpg_path): Fix a bug.
4561 (check_gpg_options): Fix some bugs.
4562
4563 2001-02-22 Timo Schulz <[email protected]>
4564
4565 * wptGPG.cpp: (check_line): New. Check if the line contains a valid
4566 gpg argument.
4567 (check_gpg_options): New. Parses each buffer line to check_line().
4568
4569 2001-02-21 Timo Schulz <[email protected]>
4570
4571 * wptGPG.cpp: Fix the check_gpg_optfile() code.
4572 (gpg_errstr): Define some error constants to be more verbose.
4573 (set_gpg_options): New. Manipulate the options file.
4574 (get_gpg_options): New. Read in the options file.
4575 * wptFile.cpp: (get_file_size): New.
4576 * wptGPGOptDlg.cpp: New. Dialog for editing the options file
4577
4578 2001-02-20 Timo Schulz <[email protected]>
4579
4580 * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.
4581 * wptClipImportDlg.cpp: Add some new code.
4582
4583 2001-02-19 Timo Schulz <[email protected]>
4584
4585 * wptRegistry.cpp: (is_installed): Remove.
4586 (regist_inst_winpt): Add selfcheck.
4587 (regist_inst_gpg): New. Add gpg releated registry entries.
4588 (regist_inst_mo): New. Add nls related path.
4589 (get_reg_entry), set_reg_entry(): Modify to be more flexible.
4590 (set_reg_entry_gpg): Handy functions for get_reg_entry.
4591 (set_reg_entry_mo): Ditto.
4592 (get_reg_entry_gpg): Ditto.
4593 (get_reg_entry_mo(): Ditto.
4594 * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.
4595 * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.
4596 include keyring entries (2x)
4597 (check_gpg_path): Include the check_gpg_optfile() check.
4598
4599 2001-02-17 Timo Schulz <[email protected]>
4600
4601 * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from
4602 the registry.
4603 (set_reg_entry): Set a gnupg registry key.
4604 * wptGPG.cpp: Modify all function for the use with get_reg_entry().
4605 * WinPT.cpp: Change the way for the gpg searching mechanism.
4606 * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.
4607 * wptClipImportDlg.cpp: (key import dialog): New.
4608 * wptKeylistElement.cpp:
4609 (wpt_lv_implist_build): Build up the key import list.
4610 (wpt_lv_implist_add_key): Insert a key into the import list.
4611 (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.
4612
4613 2001-02-10 Timo Schulz <[email protected]>
4614
4615 * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.
4616 * wptKeylistElement.cpp: New.
4617 * wptListElement.cpp: Remove.
4618 * wptW32API.cpp: Insert all lv_*** functions.
4619 * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.
4620 (wpt_lv_keylist_release_keys): Ditto.
4621 * wptW32API.cpp: (w32_get_thread_id): New.
4622 (w32_attach_thread_input): New.
4623 * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.
4624 (oe_get_message): Add thread attach mechanism.
4625 (oe_encrypt): Modify for the attach treach mechanism.
4626 Add sanity check for recipients.
4627
4628 2001-02-07 Timo Schulz <[email protected]>
4629
4630 * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.
4631 * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.
4632
4633 2001-02-04 Timo Schulz <[email protected]>
4634
4635 * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.
4636 * wptMainProc.cpp: (wpt_main_proc):
4637 Remove ciphertext checks for signing and encrypting.
4638 (allow double encryption).
4639
4640 2001-02-03 Timo Schulz <[email protected]>
4641
4642 * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.
4643 (oe_find_addr_window): Ditto.
4644 (oe_find_main_window): Ditto.
4645
4646 2001-02-02 Timo Schulz <[email protected]>
4647
4648 * wptW32API.cpp: (w32_hit_key): New.
4649 (w32_rel_key): New.
4650 (w32_copy_to_clip): New.
4651 (w32_insert_from_clip): New.
4652 (w32_get_clip_text): New.
4653 (w32_set_clip_text: New.
4654 (w32_show_if_icon): New.
4655
4656 2001-02-01 Timo Schulz <[email protected]>
4657
4658 * wptW32API.cpp: (w32_get_edit_text): New.
4659 (w32_set_menu_text): New.
4660 (w32_strdup): New.
4661 * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.
4662 * Create all dialogs windows in the foreground.
4663
4664 2001-01-31 Timo Schulz <[email protected]>
4665
4666 * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.
4667 * wptW32API.cpp: New.
4668 * WinPT.cpp: (WinMain): Change the keyring checking code.
4669
4670 2001-01-29 Timo Schulz <[email protected]>
4671
4672 * wptClipboard.cpp: (clip_is_already_secure):
4673 Modify the pgp data detection.
4674
4675 2001-01-28 Timo Schulz <[email protected]>
4676
4677 * wptHotkey.cpp: (register_hotkey): Hotkey registration.
4678 (unregister_hotkey): Hotkey removing.
4679 * wptHokey.h: New.
4680 * wptWndHook.cpp:
4681 (wpt_cpt_proc): Window hook to save the current windows.
4682 * wptWndHoo.h: New.
4683 * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.
4684 * WinPT.cpp: (WinMain): Add hotkey registration.
4685
4686 2001-01-21 Timo Schulz <[email protected]>
4687
4688 * wptNLS.cpp: ported to C++.
4689 (gettext): Remove CP850 to ISO88591 conversation.
4690

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26