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

Diff of /trunk/Src/ChangeLog

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

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

Legend:
Removed from v.185  
changed lines
  Added in v.398

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26