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

Diff of /trunk/Src/ChangeLog

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

revision 262 by twoaday, Sat Sep 30 10:24:34 2006 UTC revision 288 by twoaday, Sat Mar 10 11:02:33 2007 UTC
# Line 1  Line 1 
1    2007-03-10  Timo Schulz  <[email protected]>
2    
3            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
4            avoid possible allocation problems.
5            (kserver_seararch_begin): Likewise.
6    
7    2007-03-09  Timo Schulz  <[email protected]>
8    
9            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
10            instead of the key ID to avoid problems with v3 keys.
11            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
12            in case of v3 keys. Noted by Raphael
13            (verify_show_signature_state): Likewise.
14            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
15            (verlist_add_sig): Likewise.
16              
17    2006-12-30  Timo Schulz  <[email protected]>
18    
19            * StringBuffer.cpp (StringBuffer): New.
20            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
21            sprintf code with the new string buffer implementation.
22            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
23    
24    2006-12-28  Timo Schulz  <[email protected]>
25    
26            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
27            * wptW32API.cpp (get_locale_time): New.
28            (get_locale_timedate): New.
29            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
30            callers to get_locale_timedate.
31            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
32            * wptNLS.cpp (gettext_free_current_domain): New.
33            (gettext_set_file): Removed all '/' code.
34            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
35            code more robust.
36    
37    2006-12-21  Timo Schulz  <[email protected]>
38    
39            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
40            The Code will be possibly used in a separate project.
41    
42    2006-12-05  Timo Schulz  <[email protected]>
43    
44            * wptClipDecryptDlg.cpp (verify_get_clip_info): If
45            there is no pubkey available, issue a hint and not BUG.
46            
47    2006-12-02  Timo Schulz  <[email protected]>
48    
49            * WinPT-en.rc: Remove wipe free space menu item.
50            * wptRegistry.cpp (get_reg_winpt_prefs): Remove wipemode.
51            * wptFileManageRDlg.cpp (file_secdel_confirm_dlg_proc):
52            Allow to set the passes here.
53            * wptFileManager.cpp (fm_encrypt): change all callers
54            for the wipe functions.
55            * wptListview.cpp (listview_sort_items): Extract code
56            to change the column image.
57            * wptKeylist.cpp (key_get_image_id): New.
58            (keylist_build): Change return type and all callers.
59            * wptGPG.cpp (gnupg_load_config): Kludge to detect
60            the 'textmode' option.
61            * wptPassCache.cpp (wipe_data): replaced with wipememory().    
62    
63    2006-11-12  Timo Schulz  <[email protected]>
64    
65            * wptGPG.cpp (check_gnupg_options): Fix sizeof != DIM problem.
66            * wptGPGOptDlg.cpp (gpg_opt_dlg_proc): Better checks to
67            avoid invalid gpg.conf entries.
68            Thanks to Ralf Latz.
69            
70    2006-11-04  Timo Schulz  <[email protected]>
71    
72            * wptW32API.cpp (set_clip_text2): Make sure enough memory
73            will be allocated.
74            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Delete list
75            view entries for none existing files.
76            * wptKeySignDlg.cpp (keysign_dlg_proc): Simplified.
77            * wptClipboard.cpp (gpg_data_change_version): Be more liberal.
78            * wptKeyserver.cpp (parse_pub_record): Convert FPR entries
79            into KEYID entries.
80            * wptGPG.cpp (gnupg_backup_keyrings): Release memory in case
81            of errors.
82            (get_backup_name): Use constant formant spec.
83            (extract_keyid): Simplified.
84            * wptKeyserver.cpp (kserver_connect): Return proxy error if
85            approriate.
86            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Correct memory
87            handling to avoid possible segfaults.
88            (fetch_key_from_keyserver): Real error handling.
89            * wptFileManager.cpp (fm_gpg_verify): New.
90            (fm_verify): Support to fetch key here to avoid problems later.
91            * wptFileCBS.cpp (file_data_rewind): New.
92            
93            
94    2006-10-27  Timo Schulz  <[email protected]>
95    
96            * wptGPG.cpp (get_backup_name): Make sure enough memory
97            will be allocated.
98            (gnupg_backup_keyrings): Release memory in case of errors.
99            
100    2006-10-21  Timo Schulz  <[email protected]>
101    
102            * wptKeyserver.cpp (get_reg_proxy_prefs): Load the protocol
103            and store it.
104            * wptKeyCache.cpp (parse_attr_data): Avoid zombie temp files.
105            
106    2006-10-04  Timo Schulz  <[email protected]>
107    
108            * wptFileManager.cpp (fm_check_armor_type): Remove space in
109            search pattern string.
110            (fm_check_for_entry): Case insentensive search.
111            (fm_add_dir_files): Use W32 API directly.
112            * wptVerifyList.cpp (verlist_add_sig_log): Use proper icon.
113            * wptGPGUtil.cpp (get_gpg_version): Cleanups.
114            
115  2006-08-30  Timo Schulz  <[email protected]>  2006-08-30  Timo Schulz  <[email protected]>
116    
117          * wptRegistry.cpp (get_reg_entry): Do not use static buffers.          * wptRegistry.cpp (get_reg_entry): Do not use static buffers.

Legend:
Removed from v.262  
changed lines
  Added in v.288

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26