1 |
2005-10-31 Werner Koch <[email protected]> |
2005-10-31 Werner Koch <[email protected]> |
2 |
|
|
3 |
* wptMDSumDlg.cpp: Include wptCrypto.h. |
* wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD functions. |
|
|
|
|
* wptProxySettingsDlg.cpp: Included ctype.h and removed duplicate |
|
|
inclusion of windows.h. |
|
4 |
|
|
5 |
|
* wptKeyEditDlgs.cpp: Include oleauto.h |
6 |
|
* wptKeyEdit.cpp: Include time.h. |
7 |
|
* wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h. |
8 |
|
* wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/. |
9 |
|
|
10 |
|
* Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp, |
11 |
|
wptKeyEdit.cpp and wptKeycache.cpp. |
12 |
|
|
13 |
|
* wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h |
14 |
|
* wptImportList.cpp (implist_load): Use remove and not unlink. |
15 |
|
* wptGPG.cpp: Fixed spelling of wptGpgCmds.h |
16 |
|
* wptImportList.cpp (implist_load): Use remove and not unlink. |
17 |
|
* wptKeyManager.cpp (km_http_import): Ditto |
18 |
|
* wptMainProc.cpp: Include wptCrypto.h |
19 |
|
* wptKeyManager.cpp: Ditto. |
20 |
|
* wptFileManager.cpp: Ditto. |
21 |
|
* wptImportList.cpp (parse_colon_key): Need to cast argument for |
22 |
|
isdigit. Include ctype.h. |
23 |
|
* wptGPG.cpp: Include shlobj.h. |
24 |
|
|
25 |
|
Fixed double inclusion of windows.h. |
26 |
|
|
27 |
|
* Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now. |
28 |
|
* wptKeylist.cpp (get_key_created): Broke up trigraph. |
29 |
|
(get_key_status): Removed dangerous use of sprintf. Still other |
30 |
|
flaws present, see comment. |
31 |
|
|
32 |
|
* wptCardPCSC.c: Don't include winscard.h. |
33 |
|
(pcsc_readerstate_t, pcsc_context_t): New. Changed call users to |
34 |
|
use these types. |
35 |
|
(PCSC_): Added a lot of constants, all taked from GnuPG 1.9. |
36 |
|
(SCARD_S_SUCCESS): Changed all compares to test the value directly |
37 |
|
against zero. |
38 |
|
|
39 |
|
* WinPT.cpp: Include wptCrypto.h. |
40 |
|
(WinMain): Don't shard S. Removed usunsed variable SIZE. |
41 |
|
* Makefile.am (code_files): Actually add files by adding a first |
42 |
|
backslash. |
43 |
|
* wptMDSumDlg.cpp: Include wptCrypto.h. |
44 |
|
* wptProxySettingsDlg.cpp: Included ctype.h. |
45 |
* wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h. |
* wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h. |
46 |
* wptKeysignDlg.cpp: Ditto |
* wptKeysignDlg.cpp: Ditto |
47 |
* wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h. |
* wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h. |
|
|
|
48 |
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove. |
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove. |
49 |
Removed unused variable. |
Removed unused variable. |
|
|
|
|
* wptKeyManagerDlg.cpp (_WIN32_IE): Define and include w32api.h |
|
|
|
|
50 |
* wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to |
* wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to |
51 |
silly c++ operator synonyms. |
silly c++ operator synonyms. |
|
|
|
52 |
* wptKeyEditDlgs.cpp: Include time.h. |
* wptKeyEditDlgs.cpp: Include time.h. |
|
|
|
53 |
* wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE. |
* wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE. |
54 |
* wptFileManagerDlg.cpp: Ditto. |
* wptFileManagerDlg.cpp: Ditto. |
55 |
(space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't |
(space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't |