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

Diff of /trunk/Src/ChangeLog

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

revision 41 by twoaday, Fri Oct 28 07:15:26 2005 UTC revision 66 by twoaday, Thu Nov 3 17:55:18 2005 UTC
# Line 1  Line 1 
1    2005-11-03  Timo Schulz  <[email protected]>
2    
3            A lot of minor changes to avoid GCC warnings.
4    
5            * wptGPG.cpp (get_gnupg_keyring): Only check size for
6            public keyring.
7            * wptKeyManager.cpp (km_update_default_key_str): Do
8            not issue a bug message when no secret key was found.
9            * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
10            
11    2005-11-02  Werner Koch  <[email protected]>
12    
13            * WinPT.cpp (WinMain): Disabled PTD version tests.
14            (check_crypto_engine): Fixed version check for scard.
15    
16            * wptErrors.cpp (debug_end): Add dummy function.
17    
18            * Makefile.am (code_files): Added wptCardEditCB.cpp and
19            wptKeyEditCB.cpp.
20    
21    2005-10-31  Werner Koch  <[email protected]>
22    
23            * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
24            functions.
25    
26            * wptKeyEditDlgs.cpp: Include oleauto.h
27            * wptKeyEdit.cpp: Include time.h.
28            * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
29            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
30    
31            * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
32            wptKeyEdit.cpp and wptKeycache.cpp.
33    
34            * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
35            * wptImportList.cpp (implist_load): Use remove and not unlink.
36            * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
37            * wptImportList.cpp (implist_load): Use remove and not unlink.
38            * wptKeyManager.cpp (km_http_import): Ditto
39            * wptMainProc.cpp: Include wptCrypto.h
40            * wptKeyManager.cpp: Ditto.
41            * wptFileManager.cpp: Ditto.
42            * wptImportList.cpp (parse_colon_key): Need to cast argument for
43            isdigit.  Include ctype.h.
44            * wptGPG.cpp: Include shlobj.h.
45    
46            Fixed double inclusion of windows.h.
47            
48            * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
49            * wptKeylist.cpp (get_key_created): Broke up trigraph.
50            (get_key_status): Removed dangerous use of sprintf.  Still other
51            flaws present, see comment.
52    
53            * wptCardPCSC.c: Don't include winscard.h.
54            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
55            use these types.
56            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
57            (SCARD_S_SUCCESS): Changed all compares to test the value directly
58            against zero.
59    
60            * WinPT.cpp: Include wptCrypto.h.
61            (WinMain): Don't shard S. Removed usunsed variable SIZE.
62            * Makefile.am (code_files): Actually add files by adding a first
63            backslash.
64            * wptMDSumDlg.cpp: Include wptCrypto.h.
65            * wptProxySettingsDlg.cpp: Included ctype.h.
66            * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
67            * wptKeysignDlg.cpp: Ditto
68            * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
69            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
70            Removed unused variable.
71            * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
72            silly c++ operator synonyms.
73            * wptKeyEditDlgs.cpp: Include time.h.
74            * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
75            * wptFileManagerDlg.cpp: Ditto.
76            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
77            matter if it does an rmdir for a directory.
78    
79            Fixed include of resource.h which is not anymore in the top
80            directory.
81    
82    2005-10-28  Werner Koch  <[email protected]>
83    
84            * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
85            unsigned.  Never ever use a possible signed char as argument for
86            ctype tests.  An alternative is to first test using isascii ().
87            (keyserver_proxy_dlg_proc): Removed unused variable.
88    
89  2005-10-27  Timo Schulz  <[email protected]>  2005-10-27  Timo Schulz  <[email protected]>
90    
91          * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.          * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.

Legend:
Removed from v.41  
changed lines
  Added in v.66

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26