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

Diff of /trunk/Src/ChangeLog

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

revision 85 by twoaday, Fri Nov 18 07:20:40 2005 UTC revision 147 by twoaday, Fri Jan 13 14:21:16 2006 UTC
# Line 1  Line 1 
1    2006-11-13  Timo Schulz  <[email protected]>
2    
3            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
4            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
5            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
6            dialog isn't shown twice.
7            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
8            (gpg_keycache_update_key): Set update flag.
9            * wptKeyManagerDlg.cpp (refresh_keylist): New.
10            (keymanager_dlg_proc): Use new refresh system for keyservers.
11            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
12            Update keycache.
13            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
14            * wptKeyserver.cpp (socket_read_ext): New.
15            (kserver_recv_key_ext): New.
16            (kserver_read_config, kserver_write_config): Removed.
17            
18    2006-01-12  Timo Schulz  <[email protected]>
19    
20            * wptListView.cpp (listview_set_image_list): Make icons
21            always transparent.
22            * wptImageList.cpp (imagelist_load): New icons.
23            * wptGPGMEData.cpp (gpg_data_putc): New.
24            * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
25            (keymanager_dlg_proc): Add tooltips.
26            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
27            * wptKeyserver.cpp (URL_encode): New.
28            (URL_must_encode): New.
29            (kserver_search_init): Properly encode pattern.
30            (parse_iso_date): New.
31            (keyserver_search): Be more strict to prevent buffer overflows.
32            
33    2006-01-11  Timo Schulz  <[email protected]>
34    
35            * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
36            (keymanager_dlg_proc): Adjust tooltips.
37            (update_ui_items): Handle new icons.
38            * wptImageList.cpp (imagelist_load): New icons.
39            
40    2006-01-10  Timo Schulz  <[email protected]>
41    
42            * wptMainProc.cpp (winpt_main_proc): Restore iconic
43            File/Key Manager windows if needed.
44            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
45            * wptSiglist.cpp (init_cmp): New.
46            (siglist_sort): New.
47            (siglist_cmp_cb): New.
48            (siglist_add_key): Force NOKEY status when key was not found.
49            * wptKeysigDlg.cpp (recv_single_key): New.
50            (recv_missing_keys): Reload entire key when more than one key
51            was fetched.
52            (keysig_dlg_proc): Support sorting the listview items.
53            
54    2006-01-09  Timo Schulz  <[email protected]>
55    
56            * WinPT.cpp (load_gettext): Remove file locking.
57            (WinMain): Use pre-defined autoconf constants.
58            * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
59            * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
60            Change all callers.
61            
62    2006-01-07  Timo Schulz  <[email protected]>
63    
64            * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
65            import status if just one key was selected.
66    
67    2006-01-04  Timo Schulz  <[email protected]>
68    
69            * wptGPGMEWrapper.c (setChangeVersion): New.
70            (exportToBuffer, exportToFile, exportToClipboard): New.
71            (setArmor, getArmor): New.
72            * wptKeylist.cpp (get_key_expire_date): Return locale specific
73            date.
74            (keylist_get_recipients): Do not fetch the key again.
75            (keylist_enum_recipients): Likewise.
76            * wptGPG.cpp (create_empty_keyring): New.
77            (get_gnupg_keyring): Fixed 'strict' logic.
78            * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
79            when no secret keys are available.
80            * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
81            before the MAPI call is made.
82            * WinPT.cpp (check_for_empty_keyrings): New.
83            
84    2006-01-03  Timo Schulz  <[email protected]>
85    
86            * pubkey.ico, keypair.ico: New.
87            * wptListview.cpp (listview_add_item_image): New.
88            (listview_set_image_list): New.
89            * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
90            * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
91            JPEG data.
92            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
93            add items to revoked keys.
94            * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
95            keyid buffer. This fixes a segv.
96            * wptKeyserver.cpp (spawn_application): New.
97            (ldap_recv_key): Support recent protocols and several cleanups.
98            * wptKeylist.cpp (do_addkey): Set image which depends on the
99            key type.
100            (keylist_enum_recipients): Cleanups.
101            (keylist_get_keyflags): Rewritten.
102            * wptKeyCache.cpp (free_attr_list): New.
103            (parse_attr_list): New.
104            (parse_attr_data): New.
105            (keycache_update_photo): New.
106            (keycache_update_photos): New.
107            (gpg_keycache_update_key): Automatically reload photos if needed.
108            * wptGPGUtil.cpp (create_process): New param @err. Change all
109            callers.
110            (map_tmpfile): New param @nread. Change all callers.
111            (gpg_get_photoid_data): New.
112            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
113            add items to revoked keys.
114            (subkey_init_list): Store gpgme key object.
115            
116    2005-12-29  Timo Schulz  <[email protected]>
117    
118            * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
119            (gpg_genkey_params): Simplified.
120            * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
121            exclusion of the dialog items.
122            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
123            quit the dialog.
124            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
125            * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
126            (id2algo): New.
127    
128    2005-12-28  Timo Schulz  <[email protected]>
129    
130            * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
131            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
132            * wptKeylist.cpp (keylist_udp_key): Likewise.
133            * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
134            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
135            when no signing key was found.
136            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
137            user IDs.
138            (translate_popup_strings): s/Revoke/Revoke Cert.
139            * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
140            0x prefixed keyid.
141            * wptKeyEditCB.cpp (editkey_command_handler): Also reset
142            step in case of a bad passphrase.
143            
144    2005-12-27  Timo Schulz  <[email protected]>
145    
146            * wptListView.cpp (listview_set_view): New.
147            (listview_del_column): New.
148            * wptW32API.cpp (get_locale_date): New.
149            (get_menu_state): New.
150            (force_foreground_window): New.
151            * wptVerifyList.cpp (strtimestamp): Support for
152            locale date formats.
153            * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
154            passphrases.
155            * wptKeyEditCB.cpp (editkey_command_handler): Immediately
156            return when a bad passphrase was submitted.
157            * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
158            column order.
159            * wptKeylist.cpp (keylist_upd_col): New.
160            * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
161            'Revocation' for public keys.
162            (translate_menu_strings): s/Revoke/Revoke Cert.
163            (modify_listview_columns): New.
164            
165    2005-12-18  Timo Schulz  <[email protected]>
166    
167            * wptKeyManagerDlg.cpp (save_column_size): New.
168            (restore_column_size): New.
169            (keymanager_dlg_proc): Save and restore column sizes for
170            the listview control.
171            * wptKeyManager.cpp (key_get_info): New.
172            (km_delete_keys): Use it here to have a consistent message.
173            Use stored key context and not the column data.
174            (km_enable_disable_key): Likewise.
175            (km_send_to_keyserver): Likewise.
176            (km_set_implicit_trust): Likewise.
177            * wptKeylist.cpp (get_key_pubalgo2): New.
178            
179    2005-12-17  Timo Schulz  <[email protected]>
180    
181            * wptUTF8.cpp: Removed unused charset array.
182            * wptSigList.cpp (siglist_build): Increase size for 'class'
183            column.
184            * wptGPG.cpp (get_gnupg_path): Simplified.
185            * WinPT.cpp (load_gpg_env): New.
186            (check_crypto_engine): Return type is now bool.
187            * wptRegistry.cpp (is_gpg4win_installed): New.
188            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
189            dialog design.
190            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
191            (translate_popupmenu_strings): New.
192            * wptKeyEditDlgs.cpp (is_jpg_file): New.
193            
194    2005-12-13  Timo Schulz  <[email protected]>
195    
196            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
197            * wptKeyManagerDlg.cpp (change_edit_menu): New.
198            (change_key_menu): Renamed from...
199            (menu_gpg_readonly): ..this.
200            (clip_contains_pgpkey): New.
201            (update_ui_items): Do not allow to sign expired keys.
202            (keymanager_dlg_proc): Same for popup menu.
203            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
204            * wptKeyCache.cpp (copy_uid_prefs):
205            (gpg_keycache_sync): Copy uid prefs so the key property
206            dialog show the correct values. Thanks to Shane.
207            
208    2005-12-11  Timo Schulz  <[email protected]>
209    
210            * wptW32API.cpp (get_file_version): New.
211            * wptGPGUtil.cpp (create_process): Always hide window.
212            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
213            instead of 'Exit'.
214            * wptKeyManager.cpp (km_http_import): New filename
215            generation code.
216            (km_send_to_mail_recipient): Cleanups.
217            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
218            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
219            when multiple keys are selected.
220            (popup_multiple): New.
221            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
222            file versions are equal. Rewrote --keymanager code.
223            
224    2005-12-08  Timo Schulz  <[email protected]>
225    
226            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
227            (hkp_recv_key2): Show user-id of the imported key instead
228            of just the pattern.
229            * wptFileCBS.cpp (read_cb): Changed to W32 API.
230            (write_cb): Likewise. Create output file on demand.
231            (gpg_file_data_new): Adjusted code for new API.
232            * wptKeyEdit.cpp (cleanKey): New.
233            * wptKeyEditCB.cpp (cmd_clean_handler): New.
234            (editkey_command_handler): Call clean handler.
235            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
236            keylist after inserting items.
237            * wptFileManager.cpp (fm_set_status): Take care of
238            cleartext sigs.
239            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
240            sure can be closed.
241            
242    2005-12-07  Timo Schulz  <[email protected]>
243    
244            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
245            Use 'Close' instead of 'Exit'.
246            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
247            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
248            as the destination dir. Thanks to Werner.
249            * wptRegistry.cpp (is_gpgee_installed): New.
250            (regist_inst_winpt): Do not register file extensions
251            if GPGee is available.
252            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
253            use of local vars.
254            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
255            no illegal backup mode is saved.
256            * wptKeyserverDlg.cpp (show_imported_key): New.
257            (hkp_recv_key2): Show imported keys if the blob
258            contained more than one.
259            
260    2005-12-06  Timo Schulz  <[email protected]>
261    
262            * WinPT.cpp (WinMain): Load the gettext environment soon
263            as possible so all 'first start' messages are localized.
264            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
265            received via the keyserver, return the gpgme key context on
266            success and add it directly to the list.
267            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
268            to store the key.
269            (hkp_recv_key2): Add extra param for the fingerprint.
270            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
271            
272    2005-12-02  Werner Koch  <[email protected]>
273    
274            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
275    
276    2005-12-01  Timo Schulz  <[email protected]>
277    
278            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
279            for get_gpg_sigstat().
280            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
281            As a macro strings will not be translated at runtime.
282            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
283            need to update the cache. Thanks to Jan-Oliver.
284            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
285            
286    2005-11-30  Timo Schulz  <[email protected]>
287    
288            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
289            * WinPT-en.rc: Removed string list.
290            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
291            * wptKeylist.cpp (keylist_build): Cannot use global
292            arrays for the columns due to gettext.
293            
294    2005-11-29  Timo Schulz  <[email protected]>
295    
296            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
297            is running, just send the command to open the manager.
298            
299    2005-11-25  Timo Schulz  <[email protected]>
300    
301            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
302            process when the revoker is already there.
303            
304    2005-11-24  Timo Schulz  <[email protected]>
305    
306            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
307            signing dialog items.
308            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
309            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
310            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
311            * wptKeylist.cpp (key_check_validity): Likewise.
312            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
313            
314    2005-11-22  Timo Schulz  <[email protected]>
315    
316            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
317            macro debug output will be generated in release version.
318            
319    2005-11-21  Timo Schulz  <[email protected]>
320    
321            * WinPT.cpp (WinMain): Implement --stop switch.
322            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
323            missing string.
324            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
325            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
326            first. Thanks to Ralf.
327            * wptFileManagerDlg.cpp (update_ui_items): New.
328            * wptFileManager.cpp (fm_set_status): New sigmode param.
329            Changed all callers.
330            
331  2005-11-17  Timo Schulz  <[email protected]>  2005-11-17  Timo Schulz  <[email protected]>
332    
333          * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that          * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
# Line 936  Line 1266 
1266    
1267          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
1268          from WinMain ().          from WinMain ().
1269          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
1270          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
1271          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
1272          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.85  
changed lines
  Added in v.147

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26