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

Contents of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show annotations)
Tue Feb 21 12:12:23 2006 UTC (19 years ago) by twoaday
File size: 203019 byte(s)
2006-02-15  Timo Schulz  <ts@g10code.de>
 
        * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
        * wptFileStatDlg.cpp (get_s2k_algo): New.
        * wptFileManagerDlg.cpp (update_status_bar): Use human readable
        formats.


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

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26