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

Diff of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by werner, Fri Oct 28 12:57:05 2005 UTC revision 172 by twoaday, Mon Jan 30 13:47:35 2006 UTC
# Line 1  Line 1 
1    2006-01-30  Timo Schulz  <[email protected]>
2    
3            * WinPT.cpp (check_readonly_attr): New.
4            (load_gpg_env): Use it here.
5            * wptRegistry.cpp (regist_int_winpt): Make sure
6            the register extension is only offered once to the user.        
7            
8    2006-01-29  Timo Schulz  <[email protected]>
9    
10            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
11            to quit dialog.
12            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
13            translations. Directly return sig class.
14            (keysign_dlg_proc): Change msgbox title.
15            * wptKeyEdit.cpp (signUserid): New.
16            (getUseridIndex): New.
17            (getKeyIndex): New.
18            (getSigIndex): New.
19            (clear): New.
20            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
21            user-id first.
22            * wptKeyEditDlgs.cpp (lookup_cmd): New.
23            (do_editkey_sign_userid): New.
24            (do_init_cmdlist): Differ between key pairs and public keys
25            and allowed actions.
26            (keyedit_change_ownertrust): Show msgbox on success.
27            (get_default_key): New.
28            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
29            
30    2006-01-27  Timo Schulz  <[email protected]>
31    
32            * WinPT.cpp (WinMain): Set minimal list mode as default.
33            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
34            
35    2006-01-25  Timo Schulz  <[email protected]>
36    
37            * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
38            the key exist with no value.
39            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
40            * wptKeysignDlg.cpp (do_fill_seclist): Select the
41            default key if possible.
42            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
43            return the choice.
44            * wptKeylist.cpp (get_key_desc): New.
45            (keylist_upd_key): Free memory.
46            * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
47            (gpg_keycache_set_default_key): New.
48            * WinPT.cpp (gpg_prefs_ok): New.
49            (WinMain): Only start gpg prefs if needed.
50            
51    2006-01-24  Timo Schulz  <[email protected]>
52    
53            * wptKeyManager.cpp (km_dropped_file_import): New.
54            * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
55            to drop files and try to import them.
56            (keymanager_dlg_proc): Pass kmi as opaque to the subclass
57            proc.
58            
59    2006-01-23  Timo Schulz  <[email protected]>
60    
61            * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
62            to the clipboard.
63            * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
64            (do_editkey_enable_disable): New.
65            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
66            close the dialog if the user cancelled the ownertrust dialog.
67            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
68            an update of any value.
69            
70    2006-01-21  Timo Schulz  <[email protected]>
71    
72            * wptKeyCache.cpp (keycache_next_key): Handle the case
73            that there is a secret key without a public part.
74            * wptKeyserver.cpp (kserver_save_conf): Save ports.
75            * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
76            Reset keyserver name.
77            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
78            an update, do not update the cache.
79            * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
80            dialog for both clipboard and file imports.
81            * wptKeyManager.cpp (km_file_import, km_clip_import):
82            Changes to support new update system.
83            (gpg_clip_import): New.
84            * wptKeyManagerDlg.cpp (km_gui_import): New.
85            (find_keypos): Rewritten.
86            (refresh_keylist): Improved error checking.
87            
88    2006-01-20  Timo Schulz  <[email protected]>
89    
90            * wptKeyCache.cpp (w32_tmpfile): New.
91            (parse_attr_data): Use it here.
92            * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
93            
94    2006-01-19  Timo Schulz  <[email protected]>
95    
96            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
97            reload the entire cache, just update the key.
98            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
99            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
100            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
101            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
102            if need after showing the properties.
103            * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
104            * wptKeyManager.cpp (km_import_file): New param. Changed
105            all callers.
106            (km_import_clip): Likewise.
107            (delete_keys_from_cache): Delete secret part if available.
108            * wptClipImportDlg.cpp (print_import_status): If there
109            are too many new keys, use reload code.
110            
111    2006-01-18  Timo Schulz  <[email protected]>
112    
113            * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
114            the self sig is always index 0. Noted by Kurt.
115            * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
116            the key user-ID contains an email address.
117            * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
118            (do_editkey_deluid): Likewise.
119            (do_editkey_revuid): Likewise.
120            
121    2006-01-18  Timo Schulz  <[email protected]>
122    
123            * wptListview.cpp (listview_del_sel_items): Fixed index
124            calculation. This fixed a lot of problems with the KM listview
125            update.
126            (listview_del_all): Renamed to...
127            (listview_del_all_items): ..this. Changed all callers.
128            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
129            list when file import contained new/updated keys.
130            * wptKeyManager.cpp (km_file_import): Indicate if the
131            import contained any new/update keys.
132            * wptClipImportDlg.cpp (print_import_status): Just mark
133            keys which actually changed.
134            
135    2006-01-17  Timo Schulz  <[email protected]>
136    
137            * wptMAPI.cpp (mapi_send_pubkey_ext): New.
138            * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
139            update it.
140            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
141            careful about const pointers.
142            * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
143            (get_subkey_keyid): ..this. Fix problem that key was updated
144            twice and this corrupted.
145            (keyedit_add_subkey): Set @lv item in the callback context.
146            
147    2006-01-16  Timo Schulz  <[email protected]>
148    
149            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
150            window if it lost focus during the operation. Thanks to Kurt.
151            Update keylist when the window is enabled.
152            (find_keypos): New.
153            * wptKeyCache.cpp (keycache_next_key): Reset update status.
154            (gpg_keycache_next_updated_key): New arg @r_status. Change all
155            callers.
156            (gpg_keycache_update_key): Different status for new and updated.
157            Include key signatures.
158            * wptClipImportDlg.cpp (print_import_status): Mark all
159            imported keys.
160            * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
161            Thanks to Kurt.
162            * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
163            (do_delsig): Directly reload key. Thanks to Kurt.
164            * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
165            Removed.
166            * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
167            * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
168            FALSE if no keys were updated or operation was cancelled.
169            * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
170            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
171            * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
172            Do not allow to change ownertrust of invalid keys.
173            Changed translation.
174            Slightly different user interface.
175            
176    2006-11-14  Timo Schulz  <[email protected]>
177    
178            * wptW32API.cpp (make_special_filename): New.
179            * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
180            Removed 'KeyServer' item.
181            * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
182            config item.
183            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
184            window until we really use it.
185            * wptKeyserver.cpp (kserver_save_conf): New.
186            (wsock_end): Save keyserver config file.
187            * wptKeyserverDlg.cpp (keyserver_edit): New.
188            (keyserver_remove): New.
189            (keyserver_add): New.
190            (fill_keyserv_types): New.
191            (keyserver_modify_dlg_proc): New.
192            (keyserver_dlg_proc): Provide context menu to modify the
193            keyserver list.
194            (keyserver_build_list): Remove 'proto' column because it is
195            not really useful.
196            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
197            $APPDATA\winpt. If keyserver.conf exists in the current folder
198            move it to the new destination.
199            
200    2006-11-13  Timo Schulz  <[email protected]>
201    
202            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
203            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
204            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
205            dialog isn't shown twice.
206            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
207            (gpg_keycache_update_key): Set update flag.
208            * wptKeyManagerDlg.cpp (refresh_keylist): New.
209            (keymanager_dlg_proc): Use new refresh system for keyservers.
210            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
211            Update keycache.
212            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
213            * wptKeyserver.cpp (socket_read_ext): New.
214            (kserver_recv_key_ext): New.
215            (kserver_read_config, kserver_write_config): Removed.
216            
217    2006-01-12  Timo Schulz  <[email protected]>
218    
219            * wptListView.cpp (listview_set_image_list): Make icons
220            always transparent.
221            * wptImageList.cpp (imagelist_load): New icons.
222            * wptGPGMEData.cpp (gpg_data_putc): New.
223            * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
224            (keymanager_dlg_proc): Add tooltips.
225            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
226            * wptKeyserver.cpp (URL_encode): New.
227            (URL_must_encode): New.
228            (kserver_search_init): Properly encode pattern.
229            (parse_iso_date): New.
230            (keyserver_search): Be more strict to prevent buffer overflows.
231            
232    2006-01-11  Timo Schulz  <[email protected]>
233    
234            * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
235            (keymanager_dlg_proc): Adjust tooltips.
236            (update_ui_items): Handle new icons.
237            * wptImageList.cpp (imagelist_load): New icons.
238            
239    2006-01-10  Timo Schulz  <[email protected]>
240    
241            * wptMainProc.cpp (winpt_main_proc): Restore iconic
242            File/Key Manager windows if needed.
243            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
244            * wptSiglist.cpp (init_cmp): New.
245            (siglist_sort): New.
246            (siglist_cmp_cb): New.
247            (siglist_add_key): Force NOKEY status when key was not found.
248            * wptKeysigDlg.cpp (recv_single_key): New.
249            (recv_missing_keys): Reload entire key when more than one key
250            was fetched.
251            (keysig_dlg_proc): Support sorting the listview items.
252            
253    2006-01-09  Timo Schulz  <[email protected]>
254    
255            * WinPT.cpp (load_gettext): Remove file locking.
256            (WinMain): Use pre-defined autoconf constants.
257            * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
258            * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
259            Change all callers.
260            
261    2006-01-07  Timo Schulz  <[email protected]>
262    
263            * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
264            import status if just one key was selected.
265    
266    2006-01-04  Timo Schulz  <[email protected]>
267    
268            * wptGPGMEWrapper.c (setChangeVersion): New.
269            (exportToBuffer, exportToFile, exportToClipboard): New.
270            (setArmor, getArmor): New.
271            * wptKeylist.cpp (get_key_expire_date): Return locale specific
272            date.
273            (keylist_get_recipients): Do not fetch the key again.
274            (keylist_enum_recipients): Likewise.
275            * wptGPG.cpp (create_empty_keyring): New.
276            (get_gnupg_keyring): Fixed 'strict' logic.
277            * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
278            when no secret keys are available.
279            * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
280            before the MAPI call is made.
281            * WinPT.cpp (check_for_empty_keyrings): New.
282            
283    2006-01-03  Timo Schulz  <[email protected]>
284    
285            * pubkey.ico, keypair.ico: New.
286            * wptListview.cpp (listview_add_item_image): New.
287            (listview_set_image_list): New.
288            * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
289            * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
290            JPEG data.
291            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
292            add items to revoked keys.
293            * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
294            keyid buffer. This fixes a segv.
295            * wptKeyserver.cpp (spawn_application): New.
296            (ldap_recv_key): Support recent protocols and several cleanups.
297            * wptKeylist.cpp (do_addkey): Set image which depends on the
298            key type.
299            (keylist_enum_recipients): Cleanups.
300            (keylist_get_keyflags): Rewritten.
301            * wptKeyCache.cpp (free_attr_list): New.
302            (parse_attr_list): New.
303            (parse_attr_data): New.
304            (keycache_update_photo): New.
305            (keycache_update_photos): New.
306            (gpg_keycache_update_key): Automatically reload photos if needed.
307            * wptGPGUtil.cpp (create_process): New param @err. Change all
308            callers.
309            (map_tmpfile): New param @nread. Change all callers.
310            (gpg_get_photoid_data): New.
311            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
312            add items to revoked keys.
313            (subkey_init_list): Store gpgme key object.
314            
315    2005-12-29  Timo Schulz  <[email protected]>
316    
317            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
318            (gpg_genkey_params): Simplified.
319            * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
320            exclusion of the dialog items.
321            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
322            quit the dialog.
323            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
324            * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
325            (id2algo): New.
326    
327    2005-12-28  Timo Schulz  <[email protected]>
328    
329            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
330            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
331            * wptKeylist.cpp (keylist_udp_key): Likewise.
332            * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
333            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
334            when no signing key was found.
335            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
336            user IDs.
337            (translate_popup_strings): s/Revoke/Revoke Cert.
338            * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
339            0x prefixed keyid.
340            * wptKeyEditCB.cpp (editkey_command_handler): Also reset
341            step in case of a bad passphrase.
342            
343    2005-12-27  Timo Schulz  <[email protected]>
344    
345            * wptListView.cpp (listview_set_view): New.
346            (listview_del_column): New.
347            * wptW32API.cpp (get_locale_date): New.
348            (get_menu_state): New.
349            (force_foreground_window): New.
350            * wptVerifyList.cpp (strtimestamp): Support for
351            locale date formats.
352            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
353            passphrases.
354            * wptKeyEditCB.cpp (editkey_command_handler): Immediately
355            return when a bad passphrase was submitted.
356            * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
357            column order.
358            * wptKeylist.cpp (keylist_upd_col): New.
359            * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
360            'Revocation' for public keys.
361            (translate_menu_strings): s/Revoke/Revoke Cert.
362            (modify_listview_columns): New.
363            
364    2005-12-18  Timo Schulz  <[email protected]>
365    
366            * wptKeyManagerDlg.cpp (save_column_size): New.
367            (restore_column_size): New.
368            (keymanager_dlg_proc): Save and restore column sizes for
369            the listview control.
370            * wptKeyManager.cpp (key_get_info): New.
371            (km_delete_keys): Use it here to have a consistent message.
372            Use stored key context and not the column data.
373            (km_enable_disable_key): Likewise.
374            (km_send_to_keyserver): Likewise.
375            (km_set_implicit_trust): Likewise.
376            * wptKeylist.cpp (get_key_pubalgo2): New.
377            
378    2005-12-17  Timo Schulz  <[email protected]>
379    
380            * wptUTF8.cpp: Removed unused charset array.
381            * wptSigList.cpp (siglist_build): Increase size for 'class'
382            column.
383            * wptGPG.cpp (get_gnupg_path): Simplified.
384            * WinPT.cpp (load_gpg_env): New.
385            (check_crypto_engine): Return type is now bool.
386            * wptRegistry.cpp (is_gpg4win_installed): New.
387            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
388            dialog design.
389            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
390            (translate_popupmenu_strings): New.
391            * wptKeyEditDlgs.cpp (is_jpg_file): New.
392            
393    2005-12-13  Timo Schulz  <[email protected]>
394    
395            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
396            * wptKeyManagerDlg.cpp (change_edit_menu): New.
397            (change_key_menu): Renamed from...
398            (menu_gpg_readonly): ..this.
399            (clip_contains_pgpkey): New.
400            (update_ui_items): Do not allow to sign expired keys.
401            (keymanager_dlg_proc): Same for popup menu.
402            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
403            * wptKeyCache.cpp (copy_uid_prefs):
404            (gpg_keycache_sync): Copy uid prefs so the key property
405            dialog show the correct values. Thanks to Shane.
406            
407    2005-12-11  Timo Schulz  <[email protected]>
408    
409            * wptW32API.cpp (get_file_version): New.
410            * wptGPGUtil.cpp (create_process): Always hide window.
411            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
412            instead of 'Exit'.
413            * wptKeyManager.cpp (km_http_import): New filename
414            generation code.
415            (km_send_to_mail_recipient): Cleanups.
416            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
417            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
418            when multiple keys are selected.
419            (popup_multiple): New.
420            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
421            file versions are equal. Rewrote --keymanager code.
422            
423    2005-12-08  Timo Schulz  <[email protected]>
424    
425            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
426            (hkp_recv_key2): Show user-id of the imported key instead
427            of just the pattern.
428            * wptFileCBS.cpp (read_cb): Changed to W32 API.
429            (write_cb): Likewise. Create output file on demand.
430            (gpg_file_data_new): Adjusted code for new API.
431            * wptKeyEdit.cpp (cleanKey): New.
432            * wptKeyEditCB.cpp (cmd_clean_handler): New.
433            (editkey_command_handler): Call clean handler.
434            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
435            keylist after inserting items.
436            * wptFileManager.cpp (fm_set_status): Take care of
437            cleartext sigs.
438            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
439            sure can be closed.
440            
441    2005-12-07  Timo Schulz  <[email protected]>
442    
443            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
444            Use 'Close' instead of 'Exit'.
445            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
446            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
447            as the destination dir. Thanks to Werner.
448            * wptRegistry.cpp (is_gpgee_installed): New.
449            (regist_inst_winpt): Do not register file extensions
450            if GPGee is available.
451            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
452            use of local vars.
453            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
454            no illegal backup mode is saved.
455            * wptKeyserverDlg.cpp (show_imported_key): New.
456            (hkp_recv_key2): Show imported keys if the blob
457            contained more than one.
458            
459    2005-12-06  Timo Schulz  <[email protected]>
460    
461            * WinPT.cpp (WinMain): Load the gettext environment soon
462            as possible so all 'first start' messages are localized.
463            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
464            received via the keyserver, return the gpgme key context on
465            success and add it directly to the list.
466            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
467            to store the key.
468            (hkp_recv_key2): Add extra param for the fingerprint.
469            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
470            
471    2005-12-02  Werner Koch  <[email protected]>
472    
473            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
474    
475    2005-12-01  Timo Schulz  <[email protected]>
476    
477            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
478            for get_gpg_sigstat().
479            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
480            As a macro strings will not be translated at runtime.
481            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
482            need to update the cache. Thanks to Jan-Oliver.
483            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
484            
485    2005-11-30  Timo Schulz  <[email protected]>
486    
487            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
488            * WinPT-en.rc: Removed string list.
489            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
490            * wptKeylist.cpp (keylist_build): Cannot use global
491            arrays for the columns due to gettext.
492            
493    2005-11-29  Timo Schulz  <[email protected]>
494    
495            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
496            is running, just send the command to open the manager.
497            
498    2005-11-25  Timo Schulz  <[email protected]>
499    
500            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
501            process when the revoker is already there.
502            
503    2005-11-24  Timo Schulz  <[email protected]>
504    
505            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
506            signing dialog items.
507            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
508            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
509            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
510            * wptKeylist.cpp (key_check_validity): Likewise.
511            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
512            
513    2005-11-22  Timo Schulz  <[email protected]>
514    
515            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
516            macro debug output will be generated in release version.
517            
518    2005-11-21  Timo Schulz  <[email protected]>
519    
520            * WinPT.cpp (WinMain): Implement --stop switch.
521            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
522            missing string.
523            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
524            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
525            first. Thanks to Ralf.
526            * wptFileManagerDlg.cpp (update_ui_items): New.
527            * wptFileManager.cpp (fm_set_status): New sigmode param.
528            Changed all callers.
529            
530    2005-11-17  Timo Schulz  <[email protected]>
531    
532            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
533            the cache will be loaded twice.
534            * wptRegistry.cpp (regist_inst_winpt): More comments.
535            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
536            neg. coordinates are never used.
537            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
538            strings.
539            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
540            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
541            and save 'AlwaysOnTop' in the registry.
542            
543    2005-11-16  Timo Schulz  <[email protected]>
544    
545            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
546            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
547            mode.
548            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
549            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
550            Useful for other programs to figure out the path to the EXE.
551            
552    2005-11-14  Timo Schulz  <[email protected]>
553    
554            * wptGPG.cpp (check_gnupg_engine): Fix version check.
555            * wptMainProc.cpp (winpt_main_proc): Check keyring
556            file permissions always and do not use interative output
557            when the windows session ends.
558            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
559            Localize all strings.
560            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
561            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
562            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
563            non-valid keys.
564            
565    2005-11-12  Timo Schulz  <[email protected]>
566    
567            Fix more GCC warnings.
568    
569    2005-11-10  Timo Schulz  <[email protected]>
570    
571            * wptClipSignDlg.cpp (one_key_proc): Use
572            release_gpg_passphrase_cb() to free the context.
573            * wptListView.cpp (listview_deselect_all): New.
574            * wptMAPI.cpp (mapi_send_pubkey): Works again.
575            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
576            zip.    
577            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
578            caching for signing operations.
579            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
580            * wptFileManager.cpp (fm_send_file): Likewise.
581            (fm_encrypt_into_zip): New.      
582            
583    2005-11-09  Timo Schulz  <[email protected]>
584    
585            * wptNLS.c (get_gettext_langid): Map user language id to
586            printable gettext language strings.
587            * wptRegistry.cpp (get_reg_entry_mo): Support for the
588            gettext environment.
589            * wptFileManager.cpp (fm_encrypt): Close all files before
590            the wipe procedure is called.
591            * wptVerlist.cpp (verlist_add_sig): Handle the case the
592            issuer is not valid but the signature is.
593            (verlist_add_sig_log): Likewise. Thanks to the folks on
594            winpt-users.
595            
596    2005-11-08  Werner Koch  <[email protected]>
597    
598            * SAFE.ICO, SIGN.ICO: Fixed capitalization.
599            * WinPT-en.rc: Ditto.
600            * winpt_km.ico:  Moved from ../.
601    
602            * Makefile.am (resource_files): Add missing backslash.
603    
604    2005-11-08  Timo Schulz  <[email protected]>
605    
606            More minor changes to avoid GCC warnings.
607            
608            * wptGPG.cpp (check_homedir): Free memory in case of errors.
609            (multi_gnupg_path): Add strict mode. If non-strict mode return
610            the folder even if it does not exist.
611            (check_for_gpgwin): New.
612            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
613            initialized.
614            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
615            (get_reg_entry_mo): Support for gpg4win.
616            
617    2005-11-07  Timo Schulz  <[email protected]>
618    
619            * wptMainProc.cpp (winpt_main_proc): Disable
620            some menu items when no secret key is available.
621            
622    2005-11-05  Timo Schulz  <[email protected]>
623    
624            More minor changes to avoid GCC warnings.
625            
626            * wptErrors.cp (winpt_strerror): Return w32
627            formatted error and do not use 'break'.
628            
629    2005-11-04  Werner Koch  <[email protected]>
630    
631            * WinPT-en.rc: Fixed locations of icons.
632    
633    2005-11-03  Timo Schulz  <[email protected]>
634    
635            A lot of minor changes to avoid GCC warnings.
636    
637            * wptGPG.cpp (get_gnupg_keyring): Only check size for
638            public keyring.
639            * wptKeyManager.cpp (km_update_default_key_str): Do
640            not issue a bug message when no secret key was found.
641            * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
642            
643    2005-11-02  Werner Koch  <[email protected]>
644    
645            * WinPT.cpp (WinMain): Disabled PTD version tests.
646            (check_crypto_engine): Fixed version check for scard.
647    
648            * wptErrors.cpp (debug_end): Add dummy function.
649    
650            * Makefile.am (code_files): Added wptCardEditCB.cpp and
651            wptKeyEditCB.cpp.
652    
653    2005-10-31  Werner Koch  <[email protected]>
654    
655            * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
656            functions.
657    
658            * wptKeyEditDlgs.cpp: Include oleauto.h
659            * wptKeyEdit.cpp: Include time.h.
660            * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
661            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
662    
663            * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
664            wptKeyEdit.cpp and wptKeycache.cpp.
665    
666            * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
667            * wptImportList.cpp (implist_load): Use remove and not unlink.
668            * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
669            * wptImportList.cpp (implist_load): Use remove and not unlink.
670            * wptKeyManager.cpp (km_http_import): Ditto
671            * wptMainProc.cpp: Include wptCrypto.h
672            * wptKeyManager.cpp: Ditto.
673            * wptFileManager.cpp: Ditto.
674            * wptImportList.cpp (parse_colon_key): Need to cast argument for
675            isdigit.  Include ctype.h.
676            * wptGPG.cpp: Include shlobj.h.
677    
678            Fixed double inclusion of windows.h.
679            
680            * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
681            * wptKeylist.cpp (get_key_created): Broke up trigraph.
682            (get_key_status): Removed dangerous use of sprintf.  Still other
683            flaws present, see comment.
684    
685            * wptCardPCSC.c: Don't include winscard.h.
686            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
687            use these types.
688            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
689            (SCARD_S_SUCCESS): Changed all compares to test the value directly
690            against zero.
691    
692            * WinPT.cpp: Include wptCrypto.h.
693            (WinMain): Don't shard S. Removed usunsed variable SIZE.
694            * Makefile.am (code_files): Actually add files by adding a first
695            backslash.
696            * wptMDSumDlg.cpp: Include wptCrypto.h.
697            * wptProxySettingsDlg.cpp: Included ctype.h.
698            * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
699            * wptKeysignDlg.cpp: Ditto
700            * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
701            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
702            Removed unused variable.
703            * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
704            silly c++ operator synonyms.
705            * wptKeyEditDlgs.cpp: Include time.h.
706            * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
707            * wptFileManagerDlg.cpp: Ditto.
708            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
709            matter if it does an rmdir for a directory.
710    
711            Fixed include of resource.h which is not anymore in the top
712            directory.
713    
714  2005-10-28  Werner Koch  <[email protected]>  2005-10-28  Werner Koch  <[email protected]>
715    
716          * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to          * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
# Line 752  Line 1465 
1465    
1466          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
1467          from WinMain ().          from WinMain ().
1468          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
1469          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
1470          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
1471          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.46  
changed lines
  Added in v.172

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26