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

Diff of /trunk/Src/ChangeLog

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

revision 170 by twoaday, Mon Jan 30 12:42:57 2006 UTC revision 392 by twoaday, Sun Jan 15 18:05:11 2012 UTC
# Line 1  Line 1 
1    2012-01-15  Timo Schulz  <[email protected]>
2    
3            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc):
4            Invert logic to disable the calendar control for the
5            key expiration date.
6            * wptKeyPropsDialog.cpp (on_init_dialog): Localized missing string.
7            
8    2011-12-13  Timo Schulz  <[email protected]>
9    
10            * Makefile.am: Enable SSP and corrected dependencies.
11            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after
12            a key was updated from a keyserver.
13    
14    2011-12-12  Timo Schulz  <[email protected]>
15    
16            * WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf.
17    
18    2011-12-09  Timo Schulz  <[email protected]>
19    
20            * wptNLS.cpp (gettext_set_user_domain): Changed return type to
21            void.
22    
23    2011-12-06  Timo Schulz  <[email protected]>
24    
25            * wptNLS.cpp (get_user_langid): Removed.
26            Use gettext_get_langid() instead. Changed all callers.
27            (gettext_set_file): Removed.
28            (w32_stpcpy): Likewise.
29            * StringBuffer.cpp: Overload '=' operator for 'char*'.
30    
31    2011-12-06  Timo Schulz  <[email protected]>
32    
33            * wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in
34            the title that the key has been revoked.
35            * wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw
36            list view in case a modal client dialog has been closed.
37            
38    2011-12-04  Timo Schulz  <[email protected]>
39    
40            * WinPT.cpp (get_file_version): New.
41            Improved error handling.
42    
43    2011-12-01  Timo Schulz  <[email protected]>
44    
45           * wptGroupsDlg.cpp: Removed.
46           * wptGroupManager.cpp: Likewise.
47           * wptKeyTrustPathDlg.cpp: Removed.
48          
49    2011-11-30  Timo Schulz  <[email protected]>
50    
51           * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted
52           positions for GPG menu entries.
53          
54    2011-11-25  Timo Schulz  <[email protected]>
55    
56            * WinPT.cpp (check_os_version): New. Separated
57            function to check the OS verson.
58            Removed emulate utf8 bug legacy code.
59            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
60            also for the primary key since we are now supporting DSAv2.
61            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
62            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
63            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
64            and rewrote index to gpg menu mapping. Fixed wrong text label.
65            * wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon
66            error boxes.
67    
68            * Integrated patches from Remi FAVIER.
69            
70    2007-08-03  Timo Schulz  <[email protected]>
71    
72            * wptMainproc.cpp (wpt_main_proc): A single click
73            with the mouse, left button, also shows the menu.
74            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
75            allocated and thus remove the additional check before free().
76    
77            
78    2007-05-25  Timo Schulz  <[email protected]>
79    
80            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
81            if the gpgProgram entry will be modified. Suggested by Werner.
82    
83    2007-03-23  Timo Schulz  <[email protected]>
84    
85            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
86            variables to avoid heap operations.
87            * wptKeyManager.cpp (km_http_import): Adjust the http class.
88    
89    2007-03-21  Timo Schulz  <[email protected]>
90    
91            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
92            array of strings.
93            (km_clip_export): Really export all selected keys.
94            (km_file_export): Likewise.
95            
96    2007-03-17  Timo Schulz  <[email protected]>
97    
98            * wptErrors.cpp (debug_end): Reset FP pointer.
99            (printf_box): Fix buffer calculation.
100            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
101            return the error.
102    
103    2007-03-13  Timo Schulz  <[email protected]>
104    
105            * wptGPG.cpp (gpg_check_file_permissions): New.
106            (my_access): Renamed to..
107            (check_file_access): ..this.
108    
109    2007-03-12  Timo Schulz  <[email protected]>
110            
111            * wptVerifyList.cpp (extract_filename): Simplified.
112            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
113            leak for some error cases.
114    
115    2007-03-10  Timo Schulz  <[email protected]>
116    
117            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
118            avoid possible allocation problems.
119            (kserver_seararch_begin): Likewise.
120            (parse_pub_record): Double check fpr to key ID problem.
121            Noted by Mike Culbertson.
122    
123    2007-03-09  Timo Schulz  <[email protected]>
124    
125            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
126            instead of the key ID to avoid problems with v3 keys.
127            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
128            in case of v3 keys. Noted by Raphael
129            (verify_show_signature_state): Likewise.
130            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
131            (verlist_add_sig): Likewise.
132              
133    2006-12-30  Timo Schulz  <[email protected]>
134    
135            * StringBuffer.cpp (StringBuffer): New.
136            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
137            sprintf code with the new string buffer implementation.
138            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
139    
140    2006-12-28  Timo Schulz  <[email protected]>
141    
142            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
143            * wptW32API.cpp (get_locale_time): New.
144            (get_locale_timedate): New.
145            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
146            callers to get_locale_timedate.
147            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
148            * wptNLS.cpp (gettext_free_current_domain): New.
149            (gettext_set_file): Removed all '/' code.
150            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
151            code more robust.
152    
153    2006-12-21  Timo Schulz  <[email protected]>
154    
155            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
156            The Code will be possibly used in a separate project.
157    
158    2006-12-05  Timo Schulz  <[email protected]>
159    
160            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
161            there is no pubkey available, issue a hint and not BUG.
162            
163    2006-12-02  Timo Schulz  <[email protected]>
164    
165            * WinPT-en.rc: Remove wipe free space menu item.
166            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
167            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
168            Allow to set the passes here.
169            * wptFileManager.cpp (fm_encrypt): change all callers
170            for the wipe functions.
171            * wptListview.cpp (listview_sort_items): Extract code
172            to change the column image.
173            * wptKeylist.cpp (key_get_image_id): New.
174            (keylist_build): Change return type and all callers.
175            * wptGPG.cpp (gnupg_load_config): Kludge to detect
176            the 'textmode' option.
177            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
178    
179    2006-11-12  Timo Schulz  <[email protected]>
180    
181            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
182            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
183            avoid invalid gpg.conf entries.
184            Thanks to Ralf Latz.
185            
186    2006-11-04  Timo Schulz  <[email protected]>
187    
188            * wptW32API.cpp (set_clip_text2): Make sure enough memory
189            will be allocated.
190            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
191            view entries for none existing files.
192            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
193            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
194            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
195            into KEYID entries.
196            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
197            of errors.
198            (get_backup_name): Use constant formant spec.
199            (extract_keyid): Simplified.
200            * wptKeyserver.cpp (kserver_connect): Return proxy error if
201            approriate.
202            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
203            handling to avoid possible segfaults.
204            (fetch_key_from_keyserver): Real error handling.
205            * wptFileManager.cpp (fm_gpg_verify): New.
206            (fm_verify): Support to fetch key here to avoid problems later.
207            * wptFileCBS.cpp (file_data_rewind): New.
208            
209            
210    2006-10-27  Timo Schulz  <[email protected]>
211    
212            * wptGPG.cpp (get_backup_name): Make sure enough memory
213            will be allocated.
214            (gnupg_backup_keyrings): Release memory in case of errors.
215            
216    2006-10-21  Timo Schulz  <[email protected]>
217    
218            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
219            and store it.
220            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
221            
222    2006-10-04  Timo Schulz  <[email protected]>
223    
224            * wptFileManager.cpp (fm_check_armor_type): Remove space in
225            search pattern string.
226            (fm_check_for_entry): Case insentensive search.
227            (fm_add_dir_files): Use W32 API directly.
228            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
229            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
230            
231    2006-08-30  Timo Schulz  <[email protected]>
232    
233            * wptRegistry.cpp (get_reg_entry): Do not use static buffers.
234            * wptKeyserverDlg.cpp (add_pattern_to_combox): New.
235            (save_pattern_from_combox): New.
236            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Solve icon problem.
237            * wptGPGMEWrapper.c (importFromBuffer): New.
238            * WinPT.cpp (check_crypto_engine): Only enable PC/SC when the
239            system really has smart card services enabled.
240            * wptKeyManger.cpp (km_http_import): Stricter error checking.
241            * wptFileManager.cpp (fm_send_file): Use at least MAX_PATH
242            for the file name.
243            
244    2006-08-24  Timo Schulz  <[email protected]>
245    
246            * wptHTTP.cpp (extraHostInfo): Handle case when no doc were given.
247            (get): Better error handling.
248            (head): Likewise.
249            * wptGPGME.cpp (sigsum_to_index): Just map the index without
250            any checks.
251            * wptCommonDlg.cpp (check_URL): Be more strict.
252            
253    2006-08-11  Timo Schulz  <[email protected]>
254    
255            * wptGPGMEWrapper.cpp (importFromFile): New.
256            (importFromClipboard): New.
257            (importGetResult): New.
258            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
259            (km_clip_import): Ditto.
260            * wptKeyEdit.cpp (addCardKey): New.
261            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
262            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
263            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
264            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
265            
266    2006-08-10  Timo Schulz  <[email protected]>
267    
268            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
269            '=='.
270            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
271            keys and signatures.
272            (get_gpg_sigstat): Adjusted code.
273            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
274            (gpg_card_load): Improved card detection code.
275            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
276            a key on a card. Suggested by Achim.
277            * wptUtil.cpp (check_email_address): Add sanity check for
278            the length.
279            * WinPT.cpp (WinMain): Handle cardgen request.
280            
281    2006-08-04  Timo Schulz  <[email protected]>
282    
283            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
284            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
285            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
286            for the situation that the last key in the cache is deleted.
287            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
288            detection.
289            
290    2006-08-02  Timo Schulz  <[email protected]>
291    
292            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
293            with static data.
294            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
295            (get_key_userid): Fix problem when key was not found.
296            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
297            fingerprint to short keyid conversion.
298            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
299            sigs.
300            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
301            
302            
303    2006-08-01  Timo Schulz  <[email protected]>
304    
305            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
306            (gnupg_display_error): Removed unused code.
307            * wptPassphraseCB.cpp (parse_gpg_description): Text output
308            is now more human readable.
309            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
310            error code in all cases.
311            
312    2006-07-31  Timo Schulz  <[email protected]>
313    
314            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
315            handling code.
316            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
317            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
318            for list view controls.
319            
320    2006-07-30  Timo Schulz  <[email protected]>
321    
322            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
323            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
324            (display_keyinfo): New.
325            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
326            (keysig_dlg_proc): List creation time.
327            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
328            handling.
329            
330    2006-07-28  Timo Schulz  <[email protected]>
331    
332            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
333            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
334            adjust key size.
335            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
336            
337    2006-07-25  Timo Schulz  <[email protected]>
338    
339            Applied spelling corrections from Anthony Bryan.
340            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
341            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
342            
343    2006-07-22  Timo Schulz  <[email protected]>
344    
345            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
346            utf8 encoded user ids.
347            (winpt_main_proc): Cleanups.
348            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
349            email address to the clipboard.
350            
351    2006-07-15  Timo Schulz  <[email protected]>
352    
353            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
354            any compatibility problems.
355            * wptW32API.cpp (get_file_version): Cleanups.
356            
357    2006-07-10  Timo Schulz  <[email protected]>
358    
359            * wptUtil.cpp (check_file_name): New.
360            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
361            (key_revoke_dlg_proc): Likewise.
362            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
363            * wptImportList.cpp (implist_load): Likewise.
364            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
365            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
366            
367    2006-07-05  Timo Schulz  <[email protected]>
368    
369            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
370            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
371            with a menu instead of dozen of buttons.
372            
373    2006-07-01  Timo Schulz  <[email protected]>
374    
375            * wptFileManager.cpp (fm_sort): Rewritten.
376            (fm_build): Modify param type. Change all callers.
377            (fm_cmp_cb): Adjusted for the new code.
378            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
379            for the list view.
380            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
381            context and model for the list view.
382            (update_status_bar): Fix calculation of the size of the
383            selected files.
384            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
385            and return type.
386            
387    2006-06-28  Timo Schulz  <[email protected]>
388    
389            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
390            and memory leak.
391            * wptListView.cpp (listview_find_substr): New.
392            (listview_sort_items): Use symbolic ids.
393            * wptKeyManager.cpp (km_find_key): Allow substring search.
394            
395    2006-06-27  Timo Schulz  <[email protected]>
396    
397            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
398            when no sig has been found (if requested).
399            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
400            quote instead of the check box. Cleanups.
401            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
402            sorting problem and wrong icon display.
403            * wptListView.cpp (listview_sort_items): Correct code for
404            checkbox based lists.
405            * wptKeylist.cpp (keylist_build): Add sorting icons.
406            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
407            
408    2006-06-24  Timo Schulz  <[email protected]>
409    
410            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
411            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
412            conversion.
413            (subkey_list_init): Simplified.
414            
415    2006-06-22  Timo Schulz  <[email protected]>
416    
417            * WinPT-en.rc: Include versioninfo.rc to generate
418            the version info automatically.
419            
420    2006-06-19  Timo Schulz  <[email protected]>
421    
422            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
423            format of the sig info text.
424            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
425            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
426            handling.
427            * wptPassphraseDlg.cpp (request_key_passphrase): Return
428            utf8 encoded passphrase.
429            
430    2006-06-18  Timo Schulz  <[email protected]>
431    
432            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
433            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
434            (verify_get_key_ownertrust): New.
435            (clip_decrypt_dlg_proc): New argument. Change all callers.
436            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
437            that the dialog was called with a param.
438            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
439            case of dbl-click.
440            
441    2006-06-16  Timo Schulz  <[email protected]>
442    
443            * wptProgressDlg.cpp (wait_for_progress_cb): New.
444            * wptMainProc.cpp (winpt_main_proc): Use this function
445            to disallow to access the cache during synchronisation.
446            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
447            * wptKeyserver.cpp (check_hkp_response): Improved text
448            extraction.
449            (parse_keyserver_error): New.
450            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
451            encoding.
452            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
453            needs to be utf8 encoded but still allow it.
454            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
455            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
456            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
457            
458    2006-06-15  Timo Schulz  <[email protected]>
459    
460            * wptVerList.cpp (verlist_build): Use icons.
461            (verlist_add_sig): Set image number according to sig state.
462            
463    2006-06-14  Timo Schulz  <[email protected]>
464    
465            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
466            authors string here. Noted by Eduardo.
467            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
468            
469    2006-06-09  Timo Schulz  <[email protected]>
470    
471            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
472            RSA_E and RSA_S.
473            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
474            
475    2006-06-08  Timo Schulz  <[email protected]>
476    
477            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
478            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
479            (showphoto_dlg_proc): New.
480            * wptKeyManagerDlg.cpp (restore_window_size): New.
481            (keymanager_dlg_proc): Restore original window size on startup.
482            (copy_key_info): Allow to copy multiple key items.
483            
484    2006-06-06  Timo Schulz  <[email protected]>
485    
486            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
487            if no expire date were given.
488            
489    2006-06-05  Timo Schulz  <[email protected]>
490    
491            * wptPassphraseDlg.cpp (request_passphrase): Release mem
492            in case of errors.
493            (request_key_passphrase): New.
494            (set_passphrase_hint): New.
495            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
496            hint. Suggested by vedaal.
497            
498    2006-06-03  Timo Schulz  <[email protected]>
499    
500            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
501            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
502            the case that 'encrypt-to' points to a non-existing item.
503            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
504            the dialog if an error occurred.
505            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
506            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
507            in case of errors.
508            * wptKeyserverDlg.cpp (check_pattern): Improved code.
509            (keyserver_dlg_proc): All comparisons are case insentensive.
510            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
511            
512    2006-06-02  Timo Schulz  <[email protected]>
513    
514            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
515            
516    2006-06-01  Timo Schulz  <[email protected]>
517    
518            * wptKeyserver.cpp (check_URL): change semantic.
519            (skip_type_prefix): Use check_URL().
520            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
521            include secret keyring backups. Change all callers.
522            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
523            (set_reg_winpt_prefs): Likewise.
524            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
525            
526    2006-05-29  Timo Schulz  <[email protected]>
527    
528            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
529    
530    2006-05-27  Timo Schulz  <[email protected]>
531    
532            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
533            passphrase requests.
534            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
535            for global use.
536            * wptFileManager.cpp (fm_decrypt): Use it here.
537            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
538            
539    2006-05-25  Timo Schulz  <[email protected]>
540    
541            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
542            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
543            * wptVerifyList.cpp (verlist_build): New argument type.
544            Change all callers.
545            (verlist_set_info_control): New.
546            (verlist_set_additional_info): New.
547            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
548            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
549            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
550            
551    2006-05-23  Timo Schulz  <[email protected]>
552    
553            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
554            problem.
555            (keyedit_main_dlg_proc): Popup menu for the user ID list
556            with common commands.
557            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
558            disable search for ldap servers.
559            Use subkeys.pgp.net by default when no server was selected.
560    
561    2006-05-22  Timo Schulz  <[email protected]>
562    
563            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
564            Support for the new 'default ext' value.
565            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
566            (prefs_dlg_proc): Likewise.
567            * wptFileManager.cpp (file_get_extension): Likewise.
568            (get_output_file): Likewise.
569            (fm_export): Likewise.
570            
571    2006-05-20  Timo Schulz  <[email protected]>
572    
573            * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
574            process call when no photo is available.
575            (keyprops_dlg_proc): avoid static data.
576            * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
577            of on demand key requests.
578            (show_verify_result): Likewise.
579            (secret_key_available): Likewise.
580            (fm_decrypt, fm_sign): Handle the new on demand key request
581            mode and free all memory.
582            
583    2006-05-15  Timo Schulz  <[email protected]>
584    
585            * wptKeyEditDlgs.cpp (userid_list_init): Forgot to
586            apply patch. Thanks to vedaal.
587            
588    2006-05-14  Timo Schulz  <[email protected]>
589    
590            * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
591            preferred keyserver URL.
592            * wptHTTP.cpp (extractHostInfo): Fix segv.
593            * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
594            gpg.conf.
595            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
596            assume an existing user id.
597            * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
598            if no passphrase is available.
599    
600    2006-05-13  Timo Schulz  <[email protected]>
601    
602            * wpMainProc.cpp (secret_key_available): Move it...
603            * wptGPGME.cpp: ..to this file.
604            (check_ultimate_trusted_key): Handle the case there
605            is no secret key available.
606            * wptFileManagerDlg.cpp (update_ui_items): Improved.
607            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Deactive
608            some functions when no secret key is available.
609            * wptKeyserverSearchDlg.cpp (search_hkp_keys): Adjust
610            code and also display pubkey algorithm.
611            * wptKeyserver.cpp (safe_alloc): New.
612            (count_keys_in_response): New.
613            (parse_pub_record): New.
614            (parse_uid_record): New.
615            (kserver_release_key): New.
616            (kserver_search_begin, kserver_search_next_key):
617            Adjust for the machine readable output. Removed old code.
618            (parse_keyserver_url): New.
619            * wptUtil.cpp (substr): New.
620            * wptKeyManager.cpp (km_refresh_one_key): Properly
621            parse the keyserver URL.
622            
623    2006-05-11  Timo Schulz  <[email protected]>
624    
625            * wptPassphraseCB.cpp (release_gpg_recipients): New.
626            (release_gpg_recipients): Use it here.
627            * wptFileManager.cpp (fm_decrypt): List all recipients.
628            Thanks to vedaal.
629            * wptGPG.cpp (extract_keyid): New.
630            (get_gnupg_default_key): Use it here.
631            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Allow to verify
632            one-pass-sigs again.
633            
634    2006-05-09  Timo Schulz  <[email protected]>
635    
636            * wptKeyRevokersDlg.cpp (revokelist_build): Store key ptr.
637            * wptClipSignDlg.cpp (gpg_clip_sign): Improve error handling.
638            * wptKeysigDlg.cpp (sigprops_dlg_proc): Correct expire date.
639            
640    2006-05-07  Timo Schulz  <[email protected]>
641    
642            * wptKeyserverDlg.cpp (hkp_err_box): Improved.
643            * wptKeyserver.cpp (wsock_strerror): Likewise.
644            * wptKeygenCBDlg.cpp (keygen_cb_dlg_destroy): New param.
645            Change all callers.
646            * wptKeysigDlg.cpp (do_load_keyprops): Correct key update
647            problem.
648            
649    2006-05-06  Timo Schulz  <[email protected]>
650    
651            * wptKeyManagerDlg.cpp (reload_keycache): Use pre-defined
652            sorting order if available.
653            * wptKeyPropsDlg.cpp (key_props_dlg_proc): Use 0x prefix
654            for the key ID.
655            (get_pref_cipher): Differ between the AES algorithm IDs.
656            (key_is_valid): New.
657            * wptKeyserverDlg.cpp (check_pattern): Simplified.
658            
659    2006-05-03  Timo Schulz  <[email protected]>
660    
661            * wptKeyCache.cpp (keycache_prepare2): Fix possible segv.
662            Thanks to Mathias.
663            
664    2006-05-02  Timo Schulz  <[email protected]>
665    
666            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use a
667            caption for the radio button group.
668            * wptKeyserverDlg.cpp (keyserver_recv_key): Use new code.
669            * wptKeyserver.cpp (kserver_recvkey, finger_recvkey,
670            ldap_recvkey): Avoid fixed buffers.
671            (do_spawn_ldap_helper): New.
672            (ldap_recvkey): Factor out code into helper function.
673            * wptPassphraseCBDlg.cpp (passphrase_callback_proc):
674            Increase width of the list box to make sure even large
675            user IDs will be completly displayed.
676            
677    2006-05-01  Timo Schulz  <[email protected]>
678    
679            * WinPT.cpp (WinMain): Check if the user has admin privileges.
680            * wptW32API.cpp (user_is_admin): New.
681            * wptKeysigDlg.cpp (sigprops_dlg_proc): Cosmetical changes.
682            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use timer
683            to re-activate the window again.
684            * wptKeylist.cpp (get_key_trust2): Differ between "full"
685            and "ultimate".
686            * wptKeyCache.cpp (keycache_prepare2): Primary user-id
687            has now highest priority.
688            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use new utf8
689            system.
690            
691    2006-04-30  Timo Schulz  <[email protected]>
692    
693            * wptKeyCache.cpp (gpg_keycache_release): Release revoker
694            list if needed.
695            * wptKeyRevokersDlg.cpp (key_get_revokers): New.
696            (key_revokers_dlg_proc): Expect winpt_key_t. Change all callers.
697            * wptKeyEditDlgs.cpp (check_desig_rev): New.
698            (do_editkey_minimize): New.
699            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Support to
700            generate a revoc cert as a desig revoker.
701            
702    2006-04-29  Timo Schulz  <[email protected]>
703    
704            * wptVerifyList.cpp (verlist_build): Adjusted code for new
705            list view interface.
706            * wptSigList.cpp (siglist_build): Likewise.
707            * wptKeyEditDlgs.cpp (showpref_dlg_proc): Correct code
708            to display the preferences of the selected UID. Thanks to Mathias.
709            * wptKeyCacheDlg.cpp (keycache_dlg_proc): Return 1 in case
710            of an error.
711            * wptKeyCache.cpp (gpg_keycache_update_key): Always update
712            the utf8 decoded uid list.
713            * wptImportList.cpp (decode_userid): Do utf8 decoding here.
714            * wptListView.cpp (listview_new): New param for HWND handle.
715            Change all callers.
716            * wptFileManager.cpp (fm_add_sig_stat): Use utf8 decoding.
717            * wptGPGUtil.cpp (gpg_revoke_cert): Support --desig-revoker.
718            * wptClipVerifyDlg.cpp (wptClipVerifyDlg.cpp): Correct
719            keyid extraction.
720            
721    2006-04-28  Timo Schulz  <[email protected]>
722    
723            * wptMAPI.cpp (mapi_send_pubkey): Use new key struct.
724            * wptKeysigDlg.cpp (sigprops_dlg_proc): Prepare dialog
725            for handling policy URLs.
726            * wptKeyManagerDlg.cpp (save_column_info, restore_column_info):
727            New option KMSortBy.
728            * wptKeylist.cpp (get_key_algo): Lower priority for revoked keys.
729            * wptKeyEdit.cpp (minimizeKey): New.
730            * wptKeyCache.cpp (gpg_keycache_update_key): Reload utf8 uid list.
731            
732    2006-04-27  Timo Schulz  <[email protected]>
733    
734            * wptKeyManager.cpp (km_get_key_ptr): New.
735            * wptListview.cpp (listview_get_item_text): Drop utf8 support.
736            * wptKeyCache.cpp (keycache_decode_uids): New.
737            (free_native_uids): New.
738            * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here.
739            
740    2006-04-26  Timo Schulz  <[email protected]>
741    
742            * wptKeylist.cpp (get_keyid_from_fpr): New.
743            * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here.
744            * wptVerifyList.cpp (verlist_add_sig): Likewise.
745            
746    2006-04-25  Timo Schulz  <[email protected]>
747    
748            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL.
749            * wptMDSumDlg.cpp (hash_selected_files): New.
750            (mdsum_dlg_proc): Cleanups.
751            * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv.
752            
753    2006-04-23  Timo Schulz  <[email protected]>
754    
755            * wptW32API.cpp (SetDlgItemText_utf8): New.
756            (SetWindowText_utf8): New.
757            (GetDlgItemText_utf8): New.
758            * wptListView.cpp (listview_add_sub_item): Internal
759            utf8 support.
760            
761    2006-04-22  Timo Schulz  <[email protected]>
762    
763            * wptKeyEditDlgs.cpp (addrevoker_dlg_proc): Encode
764            revoker name in UTF8.
765            * wptKeysigDlg.cpp (keysig_dlg_proc): Fix utf8 problem
766            with the window title.
767            
768    2006-04-20  Timo Schulz  <[email protected]>
769    
770            * wptUTF8.cpp (native_to_utf8): Use c++ alloc.
771            * wptKeygenDlg.cpp (keygen_dlg_proc): Do not mix c and
772            c++ memory allocation.
773            * wptFileManager.cpp (show_verify_result): Show PKA status
774            if possible.
775            * wptClipVerifyDlg.cpp (get_pka_status): New.
776            (clip_verify_dlg_proc): Show PKA status if possible.
777            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle IDCANCEL
778            to use ESC to quit the dialog.
779            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Also
780            encode the comment in UTF8. Thanks to Werner and Jan.
781            
782    2006-04-16  Timo Schulz  <[email protected]>
783    
784            * wptHTTP.cpp (getErrorCode): New.
785            (connect): Store winsock error code.
786            * wptGPGMEData.cpp (is_armor_header): New.
787            * wptGPG.cpp (check_gnupg_engine): Free context.
788            (gnupg_backup_keyrings): Do not use global vars.
789            * wptGPGUtil.cpp (gpg_export_seckey): Export in ascii format.
790            
791    2006-04-15  Timo Schulz  <[email protected]>
792    
793            * wptKeyManager.cpp (km_get_key): New.
794            (km_key_show_revoc_info): New.
795            * wptKeyRevokeDlg.cpp (key_revoke_dlg): Cleanups.
796            (on_init_dialog): New.
797            * wptKeyManagerDlg.cpp (key_manager_dlg_proc): Factour
798            out some common code and use km_get_key() instead.
799            * wptKeyEditDlgs.cpp (do_init_keylist): Change second
800            param type. Change all callers.
801            * wptKeyEdit.cpp (addNotation): New.
802            * wptKeyEditCB.cpp (editkey_command_handler): Remove 'step'
803            param everywhere. Change all callers.
804            
805    2006-04-09  Timo Schulz  <[email protected]>
806    
807            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true
808            if the homedir value was changed.
809            * wptGPG.cpp (default_key_from_cache): Only return secret key
810            if public part is available.
811            (set_gnupg_default_key): Fix NULL problem.
812            * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag.
813            * wptFileCBS.cpp (write_cb, read_cb): Better error handling.
814            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle
815            'always-on-top' correctly.
816            * wptKeylist.cpp (keylist_get_recipients): Allocate enough
817            mem to hold all possible keys.
818            (keylist_enum_keys): Likewise.
819            
820    2006-04-08  Timo Schulz  <[email protected]>
821    
822            * wptKeylist.cpp (keylist_get_recipients): Always use utf8 output.
823            * wptKeyserver.cpp (kserver_connect): Fixed proxy support.
824            * wptKeyserverSearchDlg.cpp (fetch_keys): New.
825            * WinPT.cpp (WinMain): if the default key was not found, reset
826            the gpg.conf entry.
827            * wptFileManager.cpp (fm_encrypt_into_zip): Use correct output
828            file name.
829            (show_verify_result): Always use utf8 output.
830            (get_output_file): Case in-sentensive comparison.
831            (fm_assume_onepass_sig): Fixed temp file handling.
832            * wptClipEncryptDlg.cpp (show_invalid_recipients): Fix utf8
833            output.
834            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix possible segv.
835            
836    2006-04-07  Timo Schulz  <[email protected]>
837    
838            * wptW32API.cpp (set_clip_text): Change code so it also
839            works again with non-XP systems.
840            
841    2006-04-02  Timo Schulz  <[email protected]>
842    
843            * wptKeyserver.cpp: decrease general threshold for timeout.
844            * wptKeyEditDlgs.cpp (do_editkey_clean): New.
845            
846    2006-04-01  Timo Schulz  <[email protected]>
847    
848            * wptFileVerifyDlg.cpp (file_verify_use_event): Removed.
849            * wptFileManager.cpp (restore_original_name): New.
850            (fm_decrypt): Restore original file name from literal
851            packet if possible.
852            
853    2006-03-31  Timo Schulz  <[email protected]>
854    
855            * wptCommonDlg.cpp (nls_load_langlist): New.
856            (nsl_set_language): New.
857            (nls_dlg_proc): New.
858            (select_language): New. Allow user to select the language.
859            * wptNLS.c (get_gettext_langid): Updated available languages.
860            * WinPT.cpp (WinMain): Allow to select the languag on first
861            start in non-installer environments.
862            * wptVerifyList.cpp (verlist_build): Simplified.
863            (verlist_add_sig_log): Likewise.
864            * wptListview.cpp (listview_set_column_width,
865            listview_get_selected_item): New.
866            * wptKeyManager.cpp (gpg_clip_export): Merged into..
867            (km_clip_export): ..this function.
868            
869    2006-03-30  Timo Schulz  <[email protected]>
870    
871            * wptW32API.cpp (insert_menu_item): New.
872            * wptSigTreeDlg.cpp (create_popup): Use it.
873            (sigtree_dlg_proc): Only show the name of the owner in the title.
874            * wptMainProc.cpp (init_common_controls): Initialize all
875            common controls here.
876            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Drop static
877            keyserver menu concept. Add all keyservers dynamically.
878            
879    2006-03-29  Timo Schulz  <[email protected]>
880    
881            * wptKeyManager.cpp (km_refresh_one_key): Fix problem
882            with preferred keyserver.
883            * wptCommonDlg.cpp (check_URL): Allow non-http URL.
884            * wptKeyEditDlgs.cpp (subkey_subclass_proc,
885            uid_subclass_proc): Disable shortcuts for non keypairs.
886            * wptMainProc.cpp (winpt_main_proc): No user interaction
887            on automatic shutdown. Thanks to Werner.
888            * wptGPGUtil.cpp (xcalloc): New.
889            (gpg_rebuild_cache): Use --batch.
890            
891    2006-03-26  Timo Schulz  <[email protected]>
892    
893            * wptSigTreeDlg.cpp (sigtree_load): Always use UTF8.
894            * wptMainProc.cpp (winpt_main_proc): Reload key cache
895            when the GPG settings were changed.
896            * wptKeygenDlg.cpp (keygen_wizard_dlg_proc,
897            keygen_dlg_proc): Improved check for the email address.
898            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Likewise.
899            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Modified design.
900            
901    2006-03-22  Timo Schulz  <[email protected]>
902    
903            * wptClipSignDlg.cpp (on_init_dialog): New.
904            Check that there is at least one useable signing key.
905            * wptSigTreeDlg.cpp (sigtree_load): Correct UTF8 handling.
906            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Show error
907            if needed.
908            
909    2006-03-21  Timo Schulz  <[email protected]>
910    
911            * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
912            (utf8_to_native): Likewise. Remove cp850 conversion.
913            * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
914            * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
915            flag.
916            
917    2006-03-20  Timo Schulz  <[email protected]>
918    
919            * wptUTF8.cpp (get_native_charset): Removed.
920            (utf8_to_native): Rewritten.
921            * wptKeyEditDlgs.cpp (do_add_new_userid): Correct charset
922            handling.
923            * wptKeygenCBDlg.cpp (keygen_cb): Do proper reset if needed.
924            
925    2006-03-16  Timo Schulz  <[email protected]>
926    
927            * wptMainProc.cpp (winpt_main_proc): Disable all CryptDisk code.
928            * wptCryptDisk.cpp: Disable code.
929            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Support for
930            NONE proxy protocol.
931            (init_proxy_procotol): Likewise.
932            (read_proxy): Likewise.
933            * wptKeyserverSearchDlg.cpp (on_init_dialog): New.
934            (keyserver_search_dlg_proc): Use it here.
935            * wptKeyserverDlg.cpp (hkp_send_key): Use GPGME wrapper.
936            * wptKeyserver.cpp (kserver_search_end): New.
937            (kserver_search_begin): Be more strict on mem allocation.
938            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Fix 'redraw'
939            problem.
940            * wptAboutDlgs.cpp (about_dlg_proc): Hide 'Help' button.
941            
942    2006-03-12  Timo Schulz  <[email protected]>
943    
944            * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'.
945            * wptKeyPropsDlg.cpp (display_key_info): Automatically update
946            sym algorithm preferences if needed.
947            * wptKeysignDlg.cpp (date_is_today): New.
948            (keysign_dlg_proc): Only allow to set cert expire date if
949            the option was found.
950            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set
951            'ask-cert-expire'.
952            
953    2006-03-10  Timo Schulz  <[email protected]>
954    
955            * wptHTTP.c: deleted.
956            * wptHTTP.cpp (wHTTP): Transformed old code into an object.
957            * wptKeyManager.cpp (km_http_import): Use new code.
958            (km_refresh_one_key): Use preferred keyserver if possible.
959            * wptComonDlg.cpp (check_URL): Better conformance checking.
960            * wptKeyEditCB.cpp (cmd_keyserver_handler): By default
961            set keyserver for all userids.
962            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Enable code
963            to set preferred keyserver.
964            * wptKeyCache.cpp (decode_subpacket): New.
965            (gpg_keycache_update_attr): New.
966            * wptGPGUtil.cpp (gpg_find_key_subpacket): New.
967            * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): Use
968            -1 as an index for all userids.
969            
970    2006-03-07  Timo Schulz  <[email protected]>
971    
972            * WinPT.cpp (set_default_keyserver): New.
973            * wptKeyserver.cpp (kserver_set_socket_timeout): New.
974            (kserver_set_default_keyserver): Initialize default settings
975            if needed.
976            * wptSymEnc.cpp (gpg_encrypt_symmetric): Disallow empty passwords.
977            * wptPassphraseDlg.cpp (request_passphrase): Handle new flag.
978            (passphrase_dlg_proc): Support new safe edit window procedure.
979            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
980            * wptPreferencesDlg.cpp (prefs_dlg_proc): Flush passphrase cache
981            if user disable it.
982            * wptKeylist.cpp (keylist_build): Do not scale images but use
983            original size.
984            * wptListView.cpp (listview_set_image_list): New size params.
985            Change all callers.
986            
987    2006-03-01  Timo Schulz  <[email protected]>
988    
989            * wptW32API.cpp (set_clip_text): Free all memory.
990            
991    2006-02-27  Timo Schulz  <[email protected]>
992    
993            * wptSOCKS.cpp (socks_handshake): New.
994            * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
995            the key manager in teh foreground if possible.
996            * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
997            * wptRegistry.cpp (get_reg_proxy_prefs,
998            set_reg_proxy_prefs): Use directly the proxy context.
999            Changed all callers.
1000            * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
1001            (keyserver_proxy_dlg_proc): Use directly the proxy context.
1002            * wptKeyserver.cpp (kserver_connect): Better proxy support.
1003            (kserver_send_request, kserver_recvkey_request): Likewise.
1004            * wptKeyserverDlg.cpp (name_from_proto): New.
1005            (set_proxy): Adjusted for the new code.
1006            
1007    2006-02-26  Timo Schulz  <[email protected]>
1008    
1009            * WinPT.cpp (WinMain): Removed hotkey_modify() code.
1010            * wptKeyEditDlgs.cpp (is_idea_protect_algo): Better support
1011            v4 keys.
1012            * wptKeyserver.cpp (sock_getline): Skip '\r'.
1013            (base64_encode): Remove @maxlen param. Changed all callers.
1014            (finger_readline): Removed.
1015            (finger_recvkey): Use internal functions.
1016            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Support a context menu.
1017            (show_sigprops): New.
1018            (create_popup): New.
1019            * wptPreferenceDlg.cpp (prefs_dlg_proc): Cache amount is
1020            now in minutes.
1021            * wptRegistry.cpp (get_winpt_reg_prefs, set_winpt_reg_prefs):
1022            Change code to use hotkeys directly.
1023            * wptHotkeys.cpp (hotkeys_enable, hotkey_disable): Likewise.
1024            
1025    2006-02-24  Timo Schulz  <[email protected]>
1026    
1027            * wptGPG.cpp (set_gnupg_default_key): Allow to remove entry
1028            when parameter is NULL.
1029            * wptKeyManager.cpp (check_exist_default_key): New.
1030            (km_delete_keys): Check if the default key is still valid,
1031            if not delete entry.
1032            * wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize
1033            button.
1034            
1035    2006-02-21  Timo Schulz  <[email protected]>
1036    
1037            * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor
1038            cleanups.
1039            * wptGPGUtil.cpp (file_extract_recipients): New.
1040            (clip_extract_recipients): New.
1041            (gpg_get_recipients): New.
1042            * wptPassphraseCB.cpp (passphrase_callback_proc): Support
1043            external recipient listings.
1044            
1045    2006-02-15  Timo Schulz  <[email protected]>
1046    
1047            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
1048            * wptFileStatDlg.cpp (get_s2k_algo): New.
1049            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
1050            formats.
1051            
1052    2006-02-14  Timo Schulz  <[email protected]>
1053    
1054            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
1055            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
1056            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
1057            (fm_parse_files): Handle cancel.
1058            
1059    2006-02-10  Timo Schulz  <[email protected]>
1060    
1061            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
1062            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
1063            for the dialog param.
1064            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
1065            signature dialog by default.
1066            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
1067            gpgme_key_sig_t as param.
1068            (keysig_dlg_proc): Change param for property dialog.
1069            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
1070            and use icons.
1071            (sigtree_dlg_proc): Allow to execute old list dialog to
1072            edit the signatures.
1073            
1074    2006-02-09  Timo Schulz  <[email protected]>
1075    
1076            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
1077            * wptNLS.c (gettext_localize_dialog): New.
1078            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
1079            to avoid to reload the key cache.
1080            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
1081            list mode.
1082            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
1083            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
1084            initiation code to this function.
1085            (prefs_dlg_proc): Use it here.
1086            
1087    2006-02-07  Timo Schulz  <[email protected]>
1088    
1089            * wptKeyEdit.cpp (setNoPassphrase): New.
1090            (getValidDays): New.
1091            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
1092            if the key is protected.
1093            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
1094            keys without a passphrase.
1095            (keyedit_addrevoker_dlg_proc): Likewise.
1096            
1097    2006-02-04  Timo Schulz  <[email protected]>
1098    
1099            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
1100            at least one ultimately trusted key.
1101            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
1102            Only check inet connection if we refresh all keys.
1103            * wptGPGUtil.cpp (gpg_extract_keys): New.
1104            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
1105            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
1106            * wptClipSignDlg.cpp (get_selected_key): New.
1107            (one_key_proc): Use it here.
1108            (count_useable_seckeys): New.
1109            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
1110            * wptKeyEditDlgs.cpp (diff_time): Removed.
1111            (w32_mktime): New.
1112            (keyedit_addsubkey_dlg_proc): Use it here.
1113            
1114    2006-02-02  Timo Schulz  <[email protected]>
1115    
1116            * wptW32API.cpp (get_temp_name): New.
1117            * wptKeyserver.cpp (ldap_recvkey): Use it here.
1118            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
1119            * wptGPGUtil.cpp (create_tempfile): Likewise.
1120            * wptImportList.cpp (implist_load): Likewise.
1121            * wptKeyCache.cpp (parse_attr_data): Likewise.
1122            (w32_tempfile): Removed.
1123            * wptGPGME.cpp (check_ultimate_trusted_key): New.
1124            
1125    2006-01-31  Timo Schulz  <[email protected]>
1126    
1127            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
1128            help system.
1129            * wptListView.cpp (listview_set_chkbox_style): New.
1130            (listview_get_item_state): Support new checkbox style.
1131            (listview_new): Reset flag var.
1132            * wptKeylist.cpp (keylist_build): Support new checkbox style.
1133            
1134    2006-01-30  Timo Schulz  <[email protected]>
1135    
1136            * WinPT.cpp (check_readonly_attr): New.
1137            (load_gpg_env): Use it here.
1138            (WinPT): Make the the default key is searched in the
1139            secret key cache.
1140            Change error message.
1141            * wptRegistry.cpp (regist_int_winpt): Make sure
1142            the register extension is only offered once to the user.
1143            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
1144            temp directory. Fixed a privilege problem.
1145            
1146  2006-01-29  Timo Schulz  <[email protected]>  2006-01-29  Timo Schulz  <[email protected]>
1147    
1148          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC          * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC

Legend:
Removed from v.170  
changed lines
  Added in v.392

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26