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

Diff of /trunk/Src/ChangeLog

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

revision 36 by werner, Thu Oct 27 15:25:13 2005 UTC revision 73 by twoaday, Tue Nov 8 07:15:13 2005 UTC
# Line 1  Line 1 
1  2005-10-27  Werner Koch  <[email protected]>  2005-11-08  Timo Schulz  <[email protected]>
2    
3          * KeyManagerExe.cpp: Moved from ..          More minor changes to avoid GCC warnings.
4            
5            * wptGPG.cpp (check_homedir): Free memory in case of errors.
6            (multi_gnupg_path): Add strict mode. If non-strict mode return
7            the folder even if it does not exist.
8            (check_for_gpgwin): New.
9            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
10            initialized.
11            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
12            (get_reg_entry_mo): Support for gpg4win.
13            
14    2005-11-07  Timo Schulz  <[email protected]>
15    
16            * wptMainProc.cpp (winpt_main_proc): Disable
17            some menu items when no secret key is available.
18            
19    2005-11-05  Timo Schulz  <[email protected]>
20    
21            More minor changes to avoid GCC warnings.
22            
23            * wptErrors.cp (winpt_strerror): Return w32
24            formatted error and do not use 'break'.
25            
26    2005-11-04  Werner Koch  <[email protected]>
27    
28            * WinPT-en.rc: Fixed locations of icons.
29    
30    2005-11-03  Timo Schulz  <[email protected]>
31    
32            A lot of minor changes to avoid GCC warnings.
33    
34          Include config.h in all cpp and c files          * wptGPG.cpp (get_gnupg_keyring): Only check size for
35            public keyring.
36            * wptKeyManager.cpp (km_update_default_key_str): Do
37            not issue a bug message when no secret key was found.
38            * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
39                    
40          * Makefile.am: New.  2005-11-02  Werner Koch  <[email protected]>
41          * versioninfo.rc.in: New.  
42            * WinPT.cpp (WinMain): Disabled PTD version tests.
43            (check_crypto_engine): Fixed version check for scard.
44    
45            * wptErrors.cpp (debug_end): Add dummy function.
46    
47            * Makefile.am (code_files): Added wptCardEditCB.cpp and
48            wptKeyEditCB.cpp.
49    
50    2005-10-31  Werner Koch  <[email protected]>
51    
52            * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
53            functions.
54    
55            * wptKeyEditDlgs.cpp: Include oleauto.h
56            * wptKeyEdit.cpp: Include time.h.
57            * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
58            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
59    
60            * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
61            wptKeyEdit.cpp and wptKeycache.cpp.
62    
63            * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
64            * wptImportList.cpp (implist_load): Use remove and not unlink.
65            * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
66            * wptImportList.cpp (implist_load): Use remove and not unlink.
67            * wptKeyManager.cpp (km_http_import): Ditto
68            * wptMainProc.cpp: Include wptCrypto.h
69            * wptKeyManager.cpp: Ditto.
70            * wptFileManager.cpp: Ditto.
71            * wptImportList.cpp (parse_colon_key): Need to cast argument for
72            isdigit.  Include ctype.h.
73            * wptGPG.cpp: Include shlobj.h.
74    
75            Fixed double inclusion of windows.h.
76            
77            * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
78            * wptKeylist.cpp (get_key_created): Broke up trigraph.
79            (get_key_status): Removed dangerous use of sprintf.  Still other
80            flaws present, see comment.
81    
82            * wptCardPCSC.c: Don't include winscard.h.
83            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
84            use these types.
85            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
86            (SCARD_S_SUCCESS): Changed all compares to test the value directly
87            against zero.
88    
89            * WinPT.cpp: Include wptCrypto.h.
90            (WinMain): Don't shard S. Removed usunsed variable SIZE.
91            * Makefile.am (code_files): Actually add files by adding a first
92            backslash.
93            * wptMDSumDlg.cpp: Include wptCrypto.h.
94            * wptProxySettingsDlg.cpp: Included ctype.h.
95            * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
96            * wptKeysignDlg.cpp: Ditto
97            * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
98            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
99            Removed unused variable.
100            * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
101            silly c++ operator synonyms.
102            * wptKeyEditDlgs.cpp: Include time.h.
103            * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
104            * wptFileManagerDlg.cpp: Ditto.
105            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
106            matter if it does an rmdir for a directory.
107    
108            Fixed include of resource.h which is not anymore in the top
109            directory.
110    
111    2005-10-28  Werner Koch  <[email protected]>
112    
113            * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
114            unsigned.  Never ever use a possible signed char as argument for
115            ctype tests.  An alternative is to first test using isascii ().
116            (keyserver_proxy_dlg_proc): Removed unused variable.
117    
118    2005-10-27  Timo Schulz  <[email protected]>
119    
120            * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.
121            * wptKeylist.cpp (keylist_add_key): Check global key flag to
122            see if the key is disabled and not each subkey.
123            (seclist_init): Likewise.
124            * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use
125            gpgme_op_decrypt_verify.
126            (clip_decrypt_dlg_proc): Fixed fingerprint
127            to keyid conversation. This also fixes a crash.
128            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
129            * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key
130            already expired if the user wants to change the date.
131            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old
132            'v3 sig' option with the 'ask cert level' option. Sync
133            with global preferences.
134            * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the
135            gpg.conf contains 'ask-cert-level'. If not disable button.
136            * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable
137            the button when the key is available.
138            Reload key directly, not the entire cache.
139            
140    2005-10-26  Timo Schulz  <[email protected]>
141    
142            * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but
143            possible overflow.
144            (is_openpgp_ext): Compare case insentensive.
145            (add_single_file): New.
146            (fm_add_opened_files): Support multi file selection.
147            * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed.
148            * wptKeyManager.cpp (km_enable_disable_key): Do not set cache
149            reload flag. Just update the single key.
150            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var
151            and disable anonymize recipient for now.
152    
153            Begin to port code to GCC. Fix all warning issued by the gcc
154            compiler.
155    
156  2005-10-25  Timo Schulz  <[email protected]>  2005-10-25  Timo Schulz  <[email protected]>
157    
# Line 29  Line 175 
175          * WinPT.cpp (WinMain): Check if there is already an instance and          * WinPT.cpp (WinMain): Check if there is already an instance and
176          set a variable early as possible.          set a variable early as possible.
177          (load_gettext): If a previous instance was found, do not output          (load_gettext): If a previous instance was found, do not output
178          any errors. Kudos to Ralf.          any errors. Kudos to Ralf.      
   
179    
180  2005-10-24  Timo Schulz  <[email protected]>  2005-10-24  Timo Schulz  <[email protected]>
181    
# Line 717  Line 862 
862    
863          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
864          from WinMain ().          from WinMain ().
865          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner
866          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
867          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
868          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.36  
changed lines
  Added in v.73

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26