/[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 91 by twoaday, Tue Nov 22 09:23:02 2005 UTC
# Line 1  Line 1 
1  2005-10-27  Werner Koch  <[email protected]>  2005-11-22  Timo Schulz  <[email protected]>
2    
3          * KeyManagerExe.cpp: Moved from ..          * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
4            macro debug output will be generated in release version.
5            
6    2005-11-21  Timo Schulz  <[email protected]>
7    
8            * WinPT.cpp (WinMain): Implement --stop switch.
9            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
10            missing string.
11            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
12            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
13            first. Thanks to Ralf.
14            * wptFileManagerDlg.cpp (update_ui_items): New.
15            * wptFileManager.cpp (fm_set_status): New sigmode param.
16            Changed all callers.
17            
18    2005-11-17  Timo Schulz  <[email protected]>
19    
20          Include config.h in all cpp and c files          * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
21            the cache will be loaded twice.
22            * wptRegistry.cpp (regist_inst_winpt): More comments.
23            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
24            neg. coordinates are never used.
25            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
26            strings.
27            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
28            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
29            and save 'AlwaysOnTop' in the registry.
30                    
31          * Makefile.am: New.  2005-11-16  Timo Schulz  <[email protected]>
32          * versioninfo.rc.in: New.  
33            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
34            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
35            mode.
36            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
37            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
38            Useful for other programs to figure out the path to the EXE.
39            
40    2005-11-14  Timo Schulz  <[email protected]>
41    
42            * wptGPG.cpp (check_gnupg_engine): Fix version check.
43            * wptMainProc.cpp (winpt_main_proc): Check keyring
44            file permissions always and do not use interative output
45            when the windows session ends.
46            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
47            Localize all strings.
48            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
49            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
50            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
51            non-valid keys.
52            
53    2005-11-12  Timo Schulz  <[email protected]>
54    
55            Fix more GCC warnings.
56    
57    2005-11-10  Timo Schulz  <[email protected]>
58    
59            * wptClipSignDlg.cpp (one_key_proc): Use
60            release_gpg_passphrase_cb() to free the context.
61            * wptListView.cpp (listview_deselect_all): New.
62            * wptMAPI.cpp (mapi_send_pubkey): Works again.
63            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
64            zip.    
65            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
66            caching for signing operations.
67            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
68            * wptFileManager.cpp (fm_send_file): Likewise.
69            (fm_encrypt_into_zip): New.      
70            
71    2005-11-09  Timo Schulz  <[email protected]>
72    
73            * wptNLS.c (get_gettext_langid): Map user language id to
74            printable gettext language strings.
75            * wptRegistry.cpp (get_reg_entry_mo): Support for the
76            gettext environment.
77            * wptFileManager.cpp (fm_encrypt): Close all files before
78            the wipe procedure is called.
79            * wptVerlist.cpp (verlist_add_sig): Handle the case the
80            issuer is not valid but the signature is.
81            (verlist_add_sig_log): Likewise. Thanks to the folks on
82            winpt-users.
83            
84    2005-11-08  Werner Koch  <[email protected]>
85    
86            * SAFE.ICO, SIGN.ICO: Fixed capitalization.
87            * WinPT-en.rc: Ditto.
88            * winpt_km.ico:  Moved from ../.
89    
90            * Makefile.am (resource_files): Add missing backslash.
91    
92    2005-11-08  Timo Schulz  <[email protected]>
93    
94            More minor changes to avoid GCC warnings.
95            
96            * wptGPG.cpp (check_homedir): Free memory in case of errors.
97            (multi_gnupg_path): Add strict mode. If non-strict mode return
98            the folder even if it does not exist.
99            (check_for_gpgwin): New.
100            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
101            initialized.
102            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
103            (get_reg_entry_mo): Support for gpg4win.
104            
105    2005-11-07  Timo Schulz  <[email protected]>
106    
107            * wptMainProc.cpp (winpt_main_proc): Disable
108            some menu items when no secret key is available.
109            
110    2005-11-05  Timo Schulz  <[email protected]>
111    
112            More minor changes to avoid GCC warnings.
113            
114            * wptErrors.cp (winpt_strerror): Return w32
115            formatted error and do not use 'break'.
116            
117    2005-11-04  Werner Koch  <[email protected]>
118    
119            * WinPT-en.rc: Fixed locations of icons.
120    
121    2005-11-03  Timo Schulz  <[email protected]>
122    
123            A lot of minor changes to avoid GCC warnings.
124    
125            * wptGPG.cpp (get_gnupg_keyring): Only check size for
126            public keyring.
127            * wptKeyManager.cpp (km_update_default_key_str): Do
128            not issue a bug message when no secret key was found.
129            * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
130            
131    2005-11-02  Werner Koch  <[email protected]>
132    
133            * WinPT.cpp (WinMain): Disabled PTD version tests.
134            (check_crypto_engine): Fixed version check for scard.
135    
136            * wptErrors.cpp (debug_end): Add dummy function.
137    
138            * Makefile.am (code_files): Added wptCardEditCB.cpp and
139            wptKeyEditCB.cpp.
140    
141    2005-10-31  Werner Koch  <[email protected]>
142    
143            * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
144            functions.
145    
146            * wptKeyEditDlgs.cpp: Include oleauto.h
147            * wptKeyEdit.cpp: Include time.h.
148            * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
149            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
150    
151            * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
152            wptKeyEdit.cpp and wptKeycache.cpp.
153    
154            * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
155            * wptImportList.cpp (implist_load): Use remove and not unlink.
156            * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
157            * wptImportList.cpp (implist_load): Use remove and not unlink.
158            * wptKeyManager.cpp (km_http_import): Ditto
159            * wptMainProc.cpp: Include wptCrypto.h
160            * wptKeyManager.cpp: Ditto.
161            * wptFileManager.cpp: Ditto.
162            * wptImportList.cpp (parse_colon_key): Need to cast argument for
163            isdigit.  Include ctype.h.
164            * wptGPG.cpp: Include shlobj.h.
165    
166            Fixed double inclusion of windows.h.
167            
168            * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
169            * wptKeylist.cpp (get_key_created): Broke up trigraph.
170            (get_key_status): Removed dangerous use of sprintf.  Still other
171            flaws present, see comment.
172    
173            * wptCardPCSC.c: Don't include winscard.h.
174            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
175            use these types.
176            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
177            (SCARD_S_SUCCESS): Changed all compares to test the value directly
178            against zero.
179    
180            * WinPT.cpp: Include wptCrypto.h.
181            (WinMain): Don't shard S. Removed usunsed variable SIZE.
182            * Makefile.am (code_files): Actually add files by adding a first
183            backslash.
184            * wptMDSumDlg.cpp: Include wptCrypto.h.
185            * wptProxySettingsDlg.cpp: Included ctype.h.
186            * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
187            * wptKeysignDlg.cpp: Ditto
188            * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
189            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
190            Removed unused variable.
191            * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
192            silly c++ operator synonyms.
193            * wptKeyEditDlgs.cpp: Include time.h.
194            * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
195            * wptFileManagerDlg.cpp: Ditto.
196            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
197            matter if it does an rmdir for a directory.
198    
199            Fixed include of resource.h which is not anymore in the top
200            directory.
201    
202    2005-10-28  Werner Koch  <[email protected]>
203    
204            * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
205            unsigned.  Never ever use a possible signed char as argument for
206            ctype tests.  An alternative is to first test using isascii ().
207            (keyserver_proxy_dlg_proc): Removed unused variable.
208    
209    2005-10-27  Timo Schulz  <[email protected]>
210    
211            * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.
212            * wptKeylist.cpp (keylist_add_key): Check global key flag to
213            see if the key is disabled and not each subkey.
214            (seclist_init): Likewise.
215            * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use
216            gpgme_op_decrypt_verify.
217            (clip_decrypt_dlg_proc): Fixed fingerprint
218            to keyid conversation. This also fixes a crash.
219            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
220            * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key
221            already expired if the user wants to change the date.
222            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old
223            'v3 sig' option with the 'ask cert level' option. Sync
224            with global preferences.
225            * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the
226            gpg.conf contains 'ask-cert-level'. If not disable button.
227            * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable
228            the button when the key is available.
229            Reload key directly, not the entire cache.
230            
231    2005-10-26  Timo Schulz  <[email protected]>
232    
233            * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but
234            possible overflow.
235            (is_openpgp_ext): Compare case insentensive.
236            (add_single_file): New.
237            (fm_add_opened_files): Support multi file selection.
238            * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed.
239            * wptKeyManager.cpp (km_enable_disable_key): Do not set cache
240            reload flag. Just update the single key.
241            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var
242            and disable anonymize recipient for now.
243    
244            Begin to port code to GCC. Fix all warning issued by the gcc
245            compiler.
246    
247  2005-10-25  Timo Schulz  <[email protected]>  2005-10-25  Timo Schulz  <[email protected]>
248    
# Line 29  Line 266 
266          * WinPT.cpp (WinMain): Check if there is already an instance and          * WinPT.cpp (WinMain): Check if there is already an instance and
267          set a variable early as possible.          set a variable early as possible.
268          (load_gettext): If a previous instance was found, do not output          (load_gettext): If a previous instance was found, do not output
269          any errors. Kudos to Ralf.          any errors. Kudos to Ralf.      
   
270    
271  2005-10-24  Timo Schulz  <[email protected]>  2005-10-24  Timo Schulz  <[email protected]>
272    
# Line 717  Line 953 
953    
954          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
955          from WinMain ().          from WinMain ().
956          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner
957          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
958          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
959          * 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.91

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26