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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26