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

Diff of /trunk/Src/ChangeLog

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

revision 273 by twoaday, Fri Dec 8 10:22:17 2006 UTC revision 344 by twoaday, Sun Nov 27 14:56:52 2011 UTC
# Line 1  Line 1 
1    2011-11-25  Timo Schulz  <[email protected]>
2    
3            * WinPT.cpp (check_os_version): New. Separated
4            function to check the OS verson.
5            Removed emulate utf8 bug legacy code.
6            * wptKeygenDlg.cpp (gpg_genkey_params): Use the bits
7            also for the primary key since we are now supporting DSAv2.
8            (keygen_wizard_dlg_proc): Adjusted for DSAv2.
9            * wptKeyEditDlgs.cpp (is_jpg_file): Modernized.
10            (keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check
11            and rewrote index to gpg menu mapping. Fixed wrong text label.
12    
13            * Integrated patches from Remi FAVIER.
14            
15    2007-08-03  Timo Schulz  <[email protected]>
16    
17            * wptMainproc.cpp (wpt_main_proc): A single click
18            with the mouse, left button, also shows the menu.
19            * wptKeyEdit.cpp (uid_inf_colon_handler): uid is always
20            allocated and thus remove the additional check before free().
21    
22            
23    2007-05-25  Timo Schulz  <[email protected]>
24    
25            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning
26            if the gpgProgram entry will be modified. Suggested by Werner.
27    
28    2007-03-23  Timo Schulz  <[email protected]>
29    
30            * wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic
31            variables to avoid heap operations.
32            * wptKeyManager.cpp (km_http_import): Adjust the http class.
33    
34    2007-03-21  Timo Schulz  <[email protected]>
35    
36            * wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated
37            array of strings.
38            (km_clip_export): Really export all selected keys.
39            (km_file_export): Likewise.
40            
41    2007-03-17  Timo Schulz  <[email protected]>
42    
43            * wptErrors.cpp (debug_end): Reset FP pointer.
44            (printf_box): Fix buffer calculation.
45            * wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually
46            return the error.
47    
48    2007-03-13  Timo Schulz  <[email protected]>
49    
50            * wptGPG.cpp (gpg_check_file_permissions): New.
51            (my_access): Renamed to..
52            (check_file_access): ..this.
53    
54    2007-03-12  Timo Schulz  <[email protected]>
55            
56            * wptVerifyList.cpp (extract_filename): Simplified.
57            * wptKeyserverSearchDlg.cpp (fetch_keys): Avoid possible memory
58            leak for some error cases.
59    
60    2007-03-10  Timo Schulz  <[email protected]>
61    
62            * wptKeyserver.cpp (kserver_recvkey): Use StringBuffer to
63            avoid possible allocation problems.
64            (kserver_seararch_begin): Likewise.
65            (parse_pub_record): Double check fpr to key ID problem.
66            Noted by Mike Culbertson.
67    
68    2007-03-09  Timo Schulz  <[email protected]>
69    
70            * wptClipImportDlg.cpp (print_import_status): Use the fingerprint
71            instead of the key ID to avoid problems with v3 keys.
72            * wptClipDecryptDlg.cpp (verify_get_clip_info): Use key ID
73            in case of v3 keys. Noted by Raphael
74            (verify_show_signature_state): Likewise.
75            * wptVerifyList.cpp (verlist_add_sig_log): Likewise.
76            (verlist_add_sig): Likewise.
77              
78    2006-12-30  Timo Schulz  <[email protected]>
79    
80            * StringBuffer.cpp (StringBuffer): New.
81            * wptPassphraseDlg.cpp (set_passphrase_hint): Replace error prone
82            sprintf code with the new string buffer implementation.
83            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
84    
85    2006-12-28  Timo Schulz  <[email protected]>
86    
87            * wptKeylist.cpp (get_key_desc): Avoid possible overflow.
88            * wptW32API.cpp (get_locale_time): New.
89            (get_locale_timedate): New.
90            * wptVerifyList.cpp (strtimestamp): Deleted. Changed all
91            callers to get_locale_timedate.
92            * wptMainProc.cpp (winpt_main_proc): Cleanup gettext resources.
93            * wptNLS.cpp (gettext_free_current_domain): New.
94            (gettext_set_file): Removed all '/' code.
95            * wptPassphraseCb.cpp (passphrase_callback_proc): Make sprintf
96            code more robust.
97    
98    2006-12-21  Timo Schulz  <[email protected]>
99    
100            * wptCryptDisk.cpp, wptCryptDiskSrv.cpp: Deleted.
101            The Code will be possibly used in a separate project.
102    
103  2006-12-05  Timo Schulz  <[email protected]>  2006-12-05  Timo Schulz  <[email protected]>
104    
105          * wptClipDecryptDlg.cpp (verify_get_clip_info): If          * wptClipDecryptDlg.cpp (verify_get_clip_info): If

Legend:
Removed from v.273  
changed lines
  Added in v.344

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26