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

Diff of /trunk/Src/ChangeLog

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

revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC revision 133 by twoaday, Mon Jan 9 09:15:29 2006 UTC
# Line 1  Line 1 
1  2005-08-06  Timo Schulz  <[email protected]>  2006-01-07  Timo Schulz  <[email protected]>
2    
3          * wptGPGME.cpp (keycache_update): Reload OpenPGP parts          * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize
4          of the secret key.          import status if just one key was selected.
5          (keycache_init): cache name of secret keyring.  
6          * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.  2006-01-04  Timo Schulz  <[email protected]>
7          (get_key_type): Do not assume 'ultimate' means key pair.  
8          * wptKeyEditDlgs.cpp (diff_time): New.          * wptGPGMEWrapper.c (setChangeVersion): New.
9          (keyedit_addsubkey_dlg_proc): Changed design and use          (exportToBuffer, exportToFile, exportToClipboard): New.
10          diff_time. Drop checks for invalid keylength (< 1024, > 4096)          (setArmor, getArmor): New.
11          because the combo box automatically handles this.          * wptKeylist.cpp (get_key_expire_date): Return locale specific
12          * wptKeyManager.cpp (km_set_implicit_trust): Return error code.          date.
13          * wptGPG.cpp (get_backup_name): New.          (keylist_get_recipients): Do not fetch the key again.
14          (gnupg_backup_keyrings): Rotate backup names, from 0..3.          (keylist_enum_recipients): Likewise.
15          * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.          * wptGPG.cpp (create_empty_keyring): New.
16          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and          (get_gnupg_keyring): Fixed 'strict' logic.
17          not the long keyid.          * wptKeyManagerDlg.cpp (update_ui_items): Disable some buttons
18            when no secret keys are available.
19  2005-08-05  Timo Schulz  <[email protected]>          * wptKeyManager.cpp (km_send_to_mail_recipient): Release key data
20            before the MAPI call is made.
21          * wptListView.cpp (listview_set_item2): New.          * WinPT.cpp (check_for_empty_keyrings): New.
22          * wptKeyManager.cpp (km_check_if_protected): Directly          
23          retrieve gpgme_key_t from the list.  2006-01-03  Timo Schulz  <[email protected]>
24          (km_check_key_status): Likewise.          
25          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use          * pubkey.ico, keypair.ico: New.
26          a human-readable name for secret key export.          * wptListview.cpp (listview_add_item_image): New.
27          Reload just the keys which were affected by updates          (listview_set_image_list): New.
28          (edit-key).          * wptSigList.cpp (siglist_add_key): Correct order of the sigs.
29          (update_key): New.          * wptKeyProps.cpp (keyprops_load_photo): Adjusted for new
30          * wptKeyList.cpp ((keylist_upd_key): Stripped down          JPEG data.
31          version of keylist_add_key.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not allow to
32          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not          add items to revoked keys.
33          reload the keycache here, just flag 'update'. Give the          * wptKeyManager.cpp (km_delete_keys): Do not use uninitialized
34          control to the calling dialog.          keyid buffer. This fixes a segv.
35          * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t          * wptKeyserver.cpp (spawn_application): New.
36          as parameter. Changed all callers.          (ldap_recv_key): Support recent protocols and several cleanups.
37          Add date of expiration to the key info.          * wptKeylist.cpp (do_addkey): Set image which depends on the
38          (get_expire_date): New.          key type.
39          Use a checkbox to allow to ask for the cert level.          (keylist_enum_recipients): Cleanups.
40          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload          (keylist_get_keyflags): Rewritten.
41          the cache.          * wptKeyCache.cpp (free_attr_list): New.
42            (parse_attr_list): New.
43  2005-08-04  Timo Schulz  <[email protected]>          (parse_attr_data): New.
44            (keycache_update_photo): New.
45          * wptListView.cpp (listview_scroll): New.          (keycache_update_photos): New.
46          (listview_get_item2): New.          (gpg_keycache_update_key): Automatically reload photos if needed.
47          * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the          * wptGPGUtil.cpp (create_process): New param @err. Change all
48          item was found, make it visible with scrolling.          callers.
49          * wptKeyManager.cpp (km_find_key): New.          (map_tmpfile): New param @nread. Change all callers.
50          (keylist_subclass_proc): Support to handle some acceleators.          (gpg_get_photoid_data): New.
51          Strg+{C, P, F, A}.          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not allow to
52          (km_get_key_status): Get the gpgme_key_t object directly          add items to revoked keys.
53          from the list.          (subkey_init_list): Store gpgme key object.
54          * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set          
55          the config file (if it exists).  2005-12-29  Timo Schulz  <[email protected]>
56          * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code  
57          to handle the click->activate situation.          * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
58          * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.          (gpg_genkey_params): Simplified.
59          Support to check the passphrase quality.          * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
60          * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.          exclusion of the dialog items.
61          (request_passphrase): Rename 'init' to 'flags' to allow more          * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
62          options.          quit the dialog.
63          * wptMAPI.cpp: Check all *alloc results.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
64          * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary          * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
65          passphrase quality check.          (id2algo): New.
66          * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file  
67          format and allow to save the checksum in a file.  2005-12-28  Timo Schulz  <[email protected]>
68          * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning  
69          when the PGP mode is disabled.          * wptKeyserverDlg.cpp (show_imported_keys): Decode user IDs.
70          wptKeyEditDlgs.cpp (do_editkey_primary): Return if just          * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
71          one user-ID exists.          * wptKeylist.cpp (keylist_udp_key): Likewise.
72          (keyedit_dlg_proc): Fixed index problem.          * wptKeyManager.cpp (key_get_clip_info, key_get_info): Likewise.
73          * wptKeyPropsDlg.cpp (get_validity): New.          * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Fix problem
74          (keyprops_dlg_proc): Actually show extended validity if possible.          when no signing key was found.
75          * wptKeyList.cpp (get_key_fpr): Support for old v3 format.          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Properly decode
76          (do_addkey): Use listview_add_item2 to store key as opaque          user IDs.
77          param inside the list.          (translate_popup_strings): s/Revoke/Revoke Cert.
78          * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.          * wptKeyEditDlgs.cpp (do_init_keylist): Do not assume a
79          (file_stat_dlg_proc): End dialog if no PGP data was found.          0x prefixed keyid.
80          (do_list_packets): Return the number of valid PGP packets          * wptKeyEditCB.cpp (editkey_command_handler): Also reset
81          of the file.          step in case of a bad passphrase.
82            
83  2005-08-02  Timo Schulz  <[email protected]>  2005-12-27  Timo Schulz  <[email protected]>
84    
85          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of          * wptListView.cpp (listview_set_view): New.
86          using 'Default Keyserver' add the real keyserver name to          (listview_del_column): New.
87          the menu.          * wptW32API.cpp (get_locale_date): New.
88          The rebuild command does not reload the cache any longer.          (get_menu_state): New.
89          Use ATTR_NAME + .asc as the filename and not keyid + .asc.          (force_foreground_window): New.
90          * wptProxySettingsDlg.cpp (enable_proxy_auth): New.          * wptVerifyList.cpp (strtimestamp): Support for
91          (keyserver_proxy_dlg_proc): Changed the design a little          locale date formats.
92          and add some additional sanity checks.          * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
93          * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.          passphrases.
94          This fixes the problem that the GPG option dialog does not show          * wptKeyEditCB.cpp (editkey_command_handler): Immediately
95          very nice lines.          return when a bad passphrase was submitted.
96          * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.          * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
97          * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected          column order.
98          check for 'NOKEY' before asking a keyserver.          * wptKeylist.cpp (keylist_upd_col): New.
99          * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.          * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
100          If a lot of keys were selected, ask if the user wants to confirm          'Revocation' for public keys.
101          each delete procedure or allow to cancel the operation.          (translate_menu_strings): s/Revoke/Revoke Cert.
102          * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much          (modify_listview_columns): New.
103          keys the file contain.          
104          * wptKeyList.cpp (get_key_algo): Beautified.  2005-12-18  Timo Schulz  <[email protected]>
105          (get_key_status): Drop the "[XYZ] Unknown" format, it is too  
106          confusing for users.          * wptKeyManagerDlg.cpp (save_column_size): New.
107          * wptKeyManager.cpp (km_check_key_status): Adjustments for the          (restore_column_size): New.
108          new code.          (keymanager_dlg_proc): Save and restore column sizes for
109          (km_check_for_seckey): Reset utrust parameter. Return -1 for          the listview control.
110          invalid (exp+rev+dis) keys.          * wptKeyManager.cpp (key_get_info): New.
111            (km_delete_keys): Use it here to have a consistent message.
112  2005-08-01  Timo Schulz  <[email protected]>          Use stored key context and not the column data.
113            (km_enable_disable_key): Likewise.
114          * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given          (km_send_to_keyserver): Likewise.
115          sizes.          (km_set_implicit_trust): Likewise.
116          (check_IP_or_hostname): New.          * wptKeylist.cpp (get_key_pubalgo2): New.
117          (kserver_load_conf): Correct finger URL parsing problem.          
118          (port_from_proto): New.  2005-12-17  Timo Schulz  <[email protected]>
119          (keyserver_load_conf): Guess the port.  
120          (keyserver_set_default): Allocate new buffer.          * wptUTF8.cpp: Removed unused charset array.
121          (kserver_load_conf): Likewise.          * wptSigList.cpp (siglist_build): Increase size for 'class'
122          * wptHTTP.c (parse_reqline, parse_request): Removed.          column.
123          Use WinPT error code and remove all unused code.          * wptGPG.cpp (get_gnupg_path): Simplified.
124          * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.          * WinPT.cpp (load_gpg_env): New.
125          * wptProxySettingsDlg.cpp (read_proxy): Simple check for          (check_crypto_engine): Return type is now bool.
126          invalid host/IP addresses.          * wptRegistry.cpp (is_gpg4win_installed): New.
127          * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
128          Changed all callers.          dialog design.
129          * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,          * wptKeyManagerDlg.cpp (translate_menu_strings): New.
130          automatically set 'backup to homedir'.          (translate_popupmenu_strings): New.
131          * WinPT.cpp (WinMain): Use desktop window as the parent window          * wptKeyEditDlgs.cpp (is_jpg_file): New.
132          to load 'first-start' dialogs.          
133          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'  2005-12-13  Timo Schulz  <[email protected]>
134          flag after deleting keys.  
135          * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure          * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
136          for passing the arguments.          * wptKeyManagerDlg.cpp (change_edit_menu): New.
137          * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for          (change_key_menu): Renamed from...
138          the OptFile. This was responsible for a lot of 'General Errors'          (menu_gpg_readonly): ..this.
139          after the first start related to key caching.          (clip_contains_pgpkey): New.
140          Automatically set the gpg binary if possible.          (update_ui_items): Do not allow to sign expired keys.
141            (keymanager_dlg_proc): Same for popup menu.
142  2005-07-22  Timo Schulz  <[email protected]>          * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
143            * wptKeyCache.cpp (copy_uid_prefs):
144          * wptMainProc.cpp (winpt_main_proc): Take care for shutdown          (gpg_keycache_sync): Copy uid prefs so the key property
145          messages and make sure WinPT make a keyring backup in this case.          dialog show the correct values. Thanks to Shane.
146          * wptGPGME.cpp (keycache_reload): Do not rebuild the signature          
147          cache each time. Just do it on startup.  2005-12-11  Timo Schulz  <[email protected]>
148          * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.  
149          * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag          * wptW32API.cpp (get_file_version): New.
150          was set by the calling function.          * wptGPGUtil.cpp (create_process): Always hide window.
151          * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.          * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
152          (keygen_dlg_proc): Only add the generated key to the keycache          instead of 'Exit'.
153          and do not reload the entire cache.          * wptKeyManager.cpp (km_http_import): New filename
154          * wptKeyManager.cpp (km_delete_keys): Store the number of keys          generation code.
155          because in each loop iteration it will be new calculated.          (km_send_to_mail_recipient): Cleanups.
156          * wptListView.cpp (listview_del_items): Likewise.          * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
157          * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the          * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
158          generated key to the list instead of reloading the entire cache.          when multiple keys are selected.
159          * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.          (popup_multiple): New.
160            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
161            file versions are equal. Rewrote --keymanager code.
162            
163    2005-12-08  Timo Schulz  <[email protected]>
164    
165            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
166            (hkp_recv_key2): Show user-id of the imported key instead
167            of just the pattern.
168            * wptFileCBS.cpp (read_cb): Changed to W32 API.
169            (write_cb): Likewise. Create output file on demand.
170            (gpg_file_data_new): Adjusted code for new API.
171            * wptKeyEdit.cpp (cleanKey): New.
172            * wptKeyEditCB.cpp (cmd_clean_handler): New.
173            (editkey_command_handler): Call clean handler.
174            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
175            keylist after inserting items.
176            * wptFileManager.cpp (fm_set_status): Take care of
177            cleartext sigs.
178            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
179            sure can be closed.
180            
181    2005-12-07  Timo Schulz  <[email protected]>
182    
183            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
184            Use 'Close' instead of 'Exit'.
185            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
186            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
187            as the destination dir. Thanks to Werner.
188            * wptRegistry.cpp (is_gpgee_installed): New.
189            (regist_inst_winpt): Do not register file extensions
190            if GPGee is available.
191            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
192            use of local vars.
193            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
194            no illegal backup mode is saved.
195            * wptKeyserverDlg.cpp (show_imported_key): New.
196            (hkp_recv_key2): Show imported keys if the blob
197            contained more than one.
198            
199    2005-12-06  Timo Schulz  <[email protected]>
200    
201            * WinPT.cpp (WinMain): Load the gettext environment soon
202            as possible so all 'first start' messages are localized.
203            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
204            received via the keyserver, return the gpgme key context on
205            success and add it directly to the list.
206            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
207            to store the key.
208            (hkp_recv_key2): Add extra param for the fingerprint.
209            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
210            
211    2005-12-02  Werner Koch  <[email protected]>
212    
213            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
214    
215    2005-12-01  Timo Schulz  <[email protected]>
216    
217            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
218            for get_gpg_sigstat().
219            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
220            As a macro strings will not be translated at runtime.
221            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
222            need to update the cache. Thanks to Jan-Oliver.
223            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
224            
225    2005-11-30  Timo Schulz  <[email protected]>
226    
227            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
228            * WinPT-en.rc: Removed string list.
229            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
230            * wptKeylist.cpp (keylist_build): Cannot use global
231            arrays for the columns due to gettext.
232            
233    2005-11-29  Timo Schulz  <[email protected]>
234    
235            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
236            is running, just send the command to open the manager.
237            
238    2005-11-25  Timo Schulz  <[email protected]>
239    
240            * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging
241            process when the revoker is already there.
242            
243    2005-11-24  Timo Schulz  <[email protected]>
244    
245            * wptPassphraseCB.cpp (passphrase_callback_proc): Localize
246            signing dialog items.
247            * wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items.
248            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now.
249            * wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items.
250            * wptKeylist.cpp (key_check_validity): Likewise.
251            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise.
252            
253    2005-11-22  Timo Schulz  <[email protected]>
254    
255            * wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG
256            macro debug output will be generated in release version.
257            
258    2005-11-21  Timo Schulz  <[email protected]>
259    
260            * WinPT.cpp (WinMain): Implement --stop switch.
261            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
262            missing string.
263            * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
264            * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
265            first. Thanks to Ralf.
266            * wptFileManagerDlg.cpp (update_ui_items): New.
267            * wptFileManager.cpp (fm_set_status): New sigmode param.
268            Changed all callers.
269            
270    2005-11-17  Timo Schulz  <[email protected]>
271    
272            * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
273            the cache will be loaded twice.
274            * wptRegistry.cpp (regist_inst_winpt): More comments.
275            * wptKeyManagerDlg.cpp (do_center_window): Make sure that
276            neg. coordinates are never used.
277            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
278            strings.
279            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
280            * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
281            and save 'AlwaysOnTop' in the registry.
282            
283    2005-11-16  Timo Schulz  <[email protected]>
284    
285            * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
286            * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
287            mode.
288            * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
289            * wptRegistry.cpp (regist_inst_winpt): Set install directory.
290            Useful for other programs to figure out the path to the EXE.
291            
292    2005-11-14  Timo Schulz  <[email protected]>
293    
294            * wptGPG.cpp (check_gnupg_engine): Fix version check.
295            * wptMainProc.cpp (winpt_main_proc): Check keyring
296            file permissions always and do not use interative output
297            when the windows session ends.
298            * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
299            Localize all strings.
300            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
301            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
302            * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
303            non-valid keys.
304            
305    2005-11-12  Timo Schulz  <[email protected]>
306    
307            Fix more GCC warnings.
308    
309    2005-11-10  Timo Schulz  <[email protected]>
310    
311            * wptClipSignDlg.cpp (one_key_proc): Use
312            release_gpg_passphrase_cb() to free the context.
313            * wptListView.cpp (listview_deselect_all): New.
314            * wptMAPI.cpp (mapi_send_pubkey): Works again.
315            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
316            zip.    
317            * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
318            caching for signing operations.
319            * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
320            * wptFileManager.cpp (fm_send_file): Likewise.
321            (fm_encrypt_into_zip): New.      
322            
323    2005-11-09  Timo Schulz  <[email protected]>
324    
325            * wptNLS.c (get_gettext_langid): Map user language id to
326            printable gettext language strings.
327            * wptRegistry.cpp (get_reg_entry_mo): Support for the
328            gettext environment.
329            * wptFileManager.cpp (fm_encrypt): Close all files before
330            the wipe procedure is called.
331            * wptVerlist.cpp (verlist_add_sig): Handle the case the
332            issuer is not valid but the signature is.
333            (verlist_add_sig_log): Likewise. Thanks to the folks on
334            winpt-users.
335            
336    2005-11-08  Werner Koch  <[email protected]>
337    
338            * SAFE.ICO, SIGN.ICO: Fixed capitalization.
339            * WinPT-en.rc: Ditto.
340            * winpt_km.ico:  Moved from ../.
341    
342            * Makefile.am (resource_files): Add missing backslash.
343    
344    2005-11-08  Timo Schulz  <[email protected]>
345    
346            More minor changes to avoid GCC warnings.
347            
348            * wptGPG.cpp (check_homedir): Free memory in case of errors.
349            (multi_gnupg_path): Add strict mode. If non-strict mode return
350            the folder even if it does not exist.
351            (check_for_gpgwin): New.
352            * wptKeyserverDlg.cpp (hkp_recv_key): Make sure import_res is
353            initialized.
354            * wptRegistry.cpp (get_reg_entry_gpg4win): New.
355            (get_reg_entry_mo): Support for gpg4win.
356            
357    2005-11-07  Timo Schulz  <[email protected]>
358    
359            * wptMainProc.cpp (winpt_main_proc): Disable
360            some menu items when no secret key is available.
361            
362    2005-11-05  Timo Schulz  <[email protected]>
363    
364            More minor changes to avoid GCC warnings.
365            
366            * wptErrors.cp (winpt_strerror): Return w32
367            formatted error and do not use 'break'.
368            
369    2005-11-04  Werner Koch  <[email protected]>
370    
371            * WinPT-en.rc: Fixed locations of icons.
372    
373    2005-11-03  Timo Schulz  <[email protected]>
374    
375            A lot of minor changes to avoid GCC warnings.
376    
377            * wptGPG.cpp (get_gnupg_keyring): Only check size for
378            public keyring.
379            * wptKeyManager.cpp (km_update_default_key_str): Do
380            not issue a bug message when no secret key was found.
381            * wptGPGPrefsDlg.cpp: Replace "" with NULL in the name struct.
382            
383    2005-11-02  Werner Koch  <[email protected]>
384    
385            * WinPT.cpp (WinMain): Disabled PTD version tests.
386            (check_crypto_engine): Fixed version check for scard.
387    
388            * wptErrors.cpp (debug_end): Add dummy function.
389    
390            * Makefile.am (code_files): Added wptCardEditCB.cpp and
391            wptKeyEditCB.cpp.
392    
393    2005-10-31  Werner Koch  <[email protected]>
394    
395            * wptCurrWnd.cpp: Include wptVersion.h to get prototypes of PTD
396            functions.
397    
398            * wptKeyEditDlgs.cpp: Include oleauto.h
399            * wptKeyEdit.cpp: Include time.h.
400            * wptRegistry.cpp (gpg_filetypes): New from ../Include/wptGPG.h.
401            * wptGPGUtil.cpp (gpg_manage_ownertrust): s/export/exportflag/.
402    
403            * Makefile.am (code_files): Add wptGPGUtil.cpp, wptCardEdit.cpp,
404            wptKeyEdit.cpp and wptKeycache.cpp.
405    
406            * wptPassphraseCB.cpp: Fixed spelling of wptKeylist.h
407            * wptImportList.cpp (implist_load): Use remove and not unlink.
408            * wptGPG.cpp: Fixed spelling of wptGpgCmds.h
409            * wptImportList.cpp (implist_load): Use remove and not unlink.
410            * wptKeyManager.cpp (km_http_import): Ditto
411            * wptMainProc.cpp: Include wptCrypto.h
412            * wptKeyManager.cpp: Ditto.
413            * wptFileManager.cpp: Ditto.
414            * wptImportList.cpp (parse_colon_key): Need to cast argument for
415            isdigit.  Include ctype.h.
416            * wptGPG.cpp: Include shlobj.h.
417    
418            Fixed double inclusion of windows.h.
419            
420            * Makefile.am (bin_PROGRAMS): Don't build KeyManagerExe for now.
421            * wptKeylist.cpp (get_key_created): Broke up trigraph.
422            (get_key_status): Removed dangerous use of sprintf.  Still other
423            flaws present, see comment.
424    
425            * wptCardPCSC.c: Don't include winscard.h.
426            (pcsc_readerstate_t, pcsc_context_t): New.  Changed call users to
427            use these types.
428            (PCSC_): Added a lot of constants, all taked from GnuPG 1.9.
429            (SCARD_S_SUCCESS): Changed all compares to test the value directly
430            against zero.
431    
432            * WinPT.cpp: Include wptCrypto.h.
433            (WinMain): Don't shard S. Removed usunsed variable SIZE.
434            * Makefile.am (code_files): Actually add files by adding a first
435            backslash.
436            * wptMDSumDlg.cpp: Include wptCrypto.h.
437            * wptProxySettingsDlg.cpp: Included ctype.h.
438            * wptKeysigDlg.cpp: Fixed spelling of wptKeylist.h.
439            * wptKeysignDlg.cpp: Ditto
440            * wptKeyRevokersDlg.cpp: Ditto. Fixed spelling of wptW32API.h.
441            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Replaced unlink by remove.
442            Removed unused variable.
443            * wptClipVerifyDlg.cpp (show_notation_data): s/not/nota/ due to
444            silly c++ operator synonyms.
445            * wptKeyEditDlgs.cpp: Include time.h.
446            * wptClipDecryptDlg.cpp: Include wptCrypto.h to define PGP_MESSAGE.
447            * wptFileManagerDlg.cpp: Ditto.
448            (space_wipefrees_dlg_proc): Replaced unlink by remove; it doesn't
449            matter if it does an rmdir for a directory.
450    
451            Fixed include of resource.h which is not anymore in the top
452            directory.
453    
454    2005-10-28  Werner Koch  <[email protected]>
455    
456            * wptProxySettingsDlg.cpp (check_number): Cast isdigit() arg to
457            unsigned.  Never ever use a possible signed char as argument for
458            ctype tests.  An alternative is to first test using isascii ().
459            (keyserver_proxy_dlg_proc): Removed unused variable.
460    
461    2005-10-27  Timo Schulz  <[email protected]>
462    
463            * wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys.
464            * wptKeylist.cpp (keylist_add_key): Check global key flag to
465            see if the key is disabled and not each subkey.
466            (seclist_init): Likewise.
467            * wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use
468            gpgme_op_decrypt_verify.
469            (clip_decrypt_dlg_proc): Fixed fingerprint
470            to keyid conversation. This also fixes a crash.
471            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
472            * wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key
473            already expired if the user wants to change the date.
474            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old
475            'v3 sig' option with the 'ask cert level' option. Sync
476            with global preferences.
477            * wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the
478            gpg.conf contains 'ask-cert-level'. If not disable button.
479            * wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable
480            the button when the key is available.
481            Reload key directly, not the entire cache.
482            
483    2005-10-26  Timo Schulz  <[email protected]>
484    
485            * wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but
486            possible overflow.
487            (is_openpgp_ext): Compare case insentensive.
488            (add_single_file): New.
489            (fm_add_opened_files): Support multi file selection.
490            * wptKeyPropsDlg.cpp (do_change_ownertrust): Removed.
491            * wptKeyManager.cpp (km_enable_disable_key): Do not set cache
492            reload flag. Just update the single key.
493            * wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var
494            and disable anonymize recipient for now.
495    
496            Begin to port code to GCC. Fix all warning issued by the gcc
497            compiler.
498    
499    2005-10-25  Timo Schulz  <[email protected]>
500    
501            * wptGPGUtil.cpp (create_process): Hide window.
502            * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
503            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
504            static var 'enable'.
505            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
506            (gpg_genkey_params): Make sure all primary keys are capable
507            for signing and certification.
508            * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
509            * wptGPG.cpp (gnupg_access_keyring): Check return value for
510            NULL. Noted by Ralf.
511            (get_gnupg_prog): Simplified.
512            (check_homedir): Fixed. Return 0 when the dir is successfully created.
513            * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
514            indicate a pending GPG process.
515            * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
516            and and of an operation. For now just the cursor changes.
517            (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
518            * WinPT.cpp (WinMain): Check if there is already an instance and
519            set a variable early as possible.
520            (load_gettext): If a previous instance was found, do not output
521            any errors. Kudos to Ralf.      
522    
523    2005-10-24  Timo Schulz  <[email protected]>
524    
525            * wptPassphraseCB.cpp (passphrase_callback_proc): Allow to use
526            pre-defined recipients.
527            (release_gpg_passphrase_cb): Release recipients.
528            * wptKeyPropsDlg.cpp (keyprops_load_photo): Set photo-id
529            validity if needed.
530            (keyprops_dlg_proc): Issue a warning if the photo is valid.
531    
532    2005-10-23  Timo Schulz  <[email protected]>
533    
534            * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.  
535            * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
536            (get_ext_validity): New.
537            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
538            * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
539            this function.
540            (load_clipboard_from_file): Likewise.
541            (save_clipboard_to_file): New.
542            * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.
543    
544    2005-10-22  Timo Schulz  <[email protected]>
545    
546            Localized a lot of more strings.
547    
548            * wptMainProc.cpp (load_smartcard): New.
549            * wptFileManager.cpp (fm_parse_command_line): Simplify code.
550            (fm_check_armor_type): Add new arg. Change all callers.
551            (fm_get_file_type): Likewise.
552            * wptKeyPropsDlg.cpp (display_key_info): New.  
553            (keyprops_show_photo): Factored out some code into..
554            (keyprops_load_photo): ..this function.
555    
556    2005-10-21  Timo Schulz  <[email protected]>
557    
558            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use
559            WM_INITPOPUPMENU to localize popup menu texts.
560            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
561            * wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset.  
562    
563    2005-10-20  Timo Schulz  <[email protected]>
564    
565            Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0.
566    
567            * wptPassphraseCB.cpp (passphrase_cb): Complete card support.
568            * wptCardEdit.cpp (genKey): Handle cancel case.
569            * keycache.c: Renamed into...
570            * wptKeyCache.cpp: ...this.
571            * wptW32API.cpp (set_menu_text): Removed unused code.
572            (set_menu_text_bypos): New.
573            * wptCrypto.h: New.
574            * wptMainProc.cpp (winpt_main_proc): Complete localize
575            menu texts.
576            * wptErrors.cpp (log_debug): Use a static var so the file
577            is only opened once.
578            (debug_end): Cleanup. Currently just close the log file.
579            * wptErrors.h (wipememory): New.
580            (sfree_if_alloc): Use it here.
581            * WinPT.cpp (WinMain): Display the min. GPGME version which
582            is needed in case of an error.
583    
584    2005-10-17  Timo Schulz  <[email protected]>
585    
586            Free all memory returned by the GPGME dll with gpgme_free ().
587    
588            s/GPG_ERR_CARD_REMOVED/GPG_ERR_CARD_NOT_PRESENT.
589    
590            * wptKeyEdit.cpp (getCardStatus): Remove dummy key.
591            (list_handler): With user interaction to allow to insert
592            the card into the reader.
593            * wptKeyEditCB.cpp (gpg_edit_card): Likewise.
594            (common_card_handler): Fixed incorrect command string.
595            * wptKeyPropsDlg.cpp (get_card_type): New.
596            (keyprops_dlg_proc): Show card information if present.
597            * wptFileManager.cpp (secret_key_available): Make the code faster.
598            
599    
600    2005-10-16  Timo Schulz  <[email protected]>
601    
602            * wptPassphraseCB.cpp (passphrase_cb): Fix problem
603            with hanging GPG process on cancel.
604            * keycache.c (gpg_keycache_release): Release all objects.
605    
606    2005-10-15  Timo Schulz  <[email protected]>
607    
608            * wptCardEdit.cpp (setResult, getResult): New.
609            (reset): New.
610            (getCardStatus): Check return codes and release all objects
611            in case of errors.
612            * wptCardEditCB.cpp (change_pin_handler): Call reset()
613            before quit.
614            (editcard_handler): Likewise.
615            (common_card_handler): New.
616            * wptCardDlg.cpp (card_changepin_dlg_proc): Also unmask
617            the old PIN when 'Hide Typing' is disabled.
618            * wptPassphraseCB.cpp (passphrase_cb): The card detection
619            works again. Support to re-enter passphrase.
620    
621    2005-10-14  Timo Schulz  <[email protected]>
622    
623            * wptCardDlg.cpp (card_status): New fields for the
624            fingerprint creation time. Display card info as title.
625            (get_printable_version): New.
626            * wptCardEditCB.cpp (editcard_handler): Fix problem
627            with the counter comparison.
628    
629    2005-10-11  Timo Schulz  <[email protected]>
630    
631            Port to GPGME basically finished.
632    
633    2005-09-20  Timo Schulz  <[email protected]>
634    
635            * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc):
636            Do not use gpgme_recipients_t but the listview directly
637            to add the selected files.
638    
639    2005-09-07  Timo Schulz  <[email protected]>
640    
641            * Make sure all GetOpenFileName filters are terminated by \0\0.
642    
643    2005-09-01  Timo Schulz  <[email protected]>
644    
645            * wptW32API.cpp (center_window): New argument for parent window.
646            Change all callers.
647            (center_window2): Likewise.
648            * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'.
649            * wptGPG.cpp (gnupg_backup_options): Remove param. One backup
650            file is enough. Changed all callers.
651    
652    2005-08-15  Timo Schulz  <[email protected]>
653    
654            * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys.
655            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title.
656            * Make sure the passphrase is always overwritten before it is
657            freed (or the function returns).
658            * wptKeyPropDlg.cpp (get_pref_cipher): New.
659            (keyprops_dlg_proc): Use it here.
660    
661    2005-08-06  Timo Schulz  <[email protected]>
662    
663            * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
664            of the secret key.
665            (keycache_init): cache name of secret keyring.
666            * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
667            (get_key_type): Do not assume 'ultimate' means key pair.
668            * wptKeyEditDlgs.cpp (diff_time): New.
669            (keyedit_addsubkey_dlg_proc): Changed design and use
670            diff_time. Drop checks for invalid keylength (< 1024, > 4096)
671            because the combo box automatically handles this.
672            * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
673            * wptGPG.cpp (get_backup_name): New.
674            (gnupg_backup_keyrings): Rotate backup names, from 0..3.
675            * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
676            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
677            not the long keyid.
678    
679    2005-08-05  Timo Schulz  <[email protected]>
680    
681            * wptListView.cpp (listview_set_item2): New.
682            * wptKeyManager.cpp (km_check_if_protected): Directly
683            retrieve gpgme_key_t from the list.
684            (km_check_key_status): Likewise.        
685            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use
686            a human-readable name for secret key export.
687            Reload just the keys which were affected by updates
688            (edit-key).
689            (update_key): New.
690            * wptKeyList.cpp ((keylist_upd_key): Stripped down
691            version of keylist_add_key.
692            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not
693            reload the keycache here, just flag 'update'. Give the
694            control to the calling dialog.
695            * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t
696            as parameter. Changed all callers.
697            Add date of expiration to the key info.
698            (get_expire_date): New.
699            Use a checkbox to allow to ask for the cert level.
700            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload
701            the cache.
702    
703    2005-08-04  Timo Schulz  <[email protected]>
704    
705            * wptListView.cpp (listview_scroll): New.
706            (listview_get_item2): New.
707            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the
708            item was found, make it visible with scrolling.
709            * wptKeyManager.cpp (km_find_key): New.
710            (keylist_subclass_proc): Support to handle some acceleators.
711            Strg+{C, P, F, A}.
712            (km_get_key_status): Get the gpgme_key_t object directly
713            from the list.
714            * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set
715            the config file (if it exists).
716            * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code
717            to handle the click->activate situation.
718            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
719            Support to check the passphrase quality.
720            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
721            (request_passphrase): Rename 'init' to 'flags' to allow more
722            options.
723            * wptMAPI.cpp: Check all *alloc results.
724            * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary
725            passphrase quality check.
726            * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file
727            format and allow to save the checksum in a file.
728            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning
729            when the PGP mode is disabled.
730            wptKeyEditDlgs.cpp (do_editkey_primary): Return if just
731            one user-ID exists.
732            (keyedit_dlg_proc): Fixed index problem.
733            * wptKeyPropsDlg.cpp (get_validity): New.
734            (keyprops_dlg_proc): Actually show extended validity if possible.
735            * wptKeyList.cpp (get_key_fpr): Support for old v3 format.
736            (do_addkey): Use listview_add_item2 to store key as opaque
737            param inside the list.
738            * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.
739            (file_stat_dlg_proc): End dialog if no PGP data was found.
740            (do_list_packets): Return the number of valid PGP packets
741            of the file.
742    
743    2005-08-02  Timo Schulz  <[email protected]>
744    
745            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of
746            using 'Default Keyserver' add the real keyserver name to
747            the menu.
748            The rebuild command does not reload the cache any longer.
749            Use ATTR_NAME + .asc as the filename and not keyid + .asc.
750            * wptProxySettingsDlg.cpp (enable_proxy_auth): New.
751            (keyserver_proxy_dlg_proc): Changed the design a little
752            and add some additional sanity checks.
753            * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.
754            This fixes the problem that the GPG option dialog does not show
755            very nice lines.
756            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.
757            * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected
758            check for 'NOKEY' before asking a keyserver.
759            * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.
760            If a lot of keys were selected, ask if the user wants to confirm
761            each delete procedure or allow to cancel the operation.
762            * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much
763            keys the file contain.
764            * wptKeyList.cpp (get_key_algo): Beautified.
765            (get_key_status): Drop the "[XYZ] Unknown" format, it is too
766            confusing for users.
767            * wptKeyManager.cpp (km_check_key_status): Adjustments for the
768            new code.
769            (km_check_for_seckey): Reset utrust parameter. Return -1 for
770            invalid (exp+rev+dis) keys.
771    
772    2005-08-01  Timo Schulz  <[email protected]>
773    
774            * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given
775            sizes.
776            (check_IP_or_hostname): New.
777            (kserver_load_conf): Correct finger URL parsing problem.
778            (port_from_proto): New.
779            (keyserver_load_conf): Guess the port.
780            (keyserver_set_default): Allocate new buffer.
781            (kserver_load_conf): Likewise.
782            * wptHTTP.c (parse_reqline, parse_request): Removed.
783            Use WinPT error code and remove all unused code.
784            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.
785            * wptProxySettingsDlg.cpp (read_proxy): Simple check for
786            invalid host/IP addresses.
787            * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.
788            Changed all callers.
789            * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,
790            automatically set 'backup to homedir'.
791            * WinPT.cpp (WinMain): Use desktop window as the parent window
792            to load 'first-start' dialogs.
793            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'
794            flag after deleting keys.
795            * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure
796            for passing the arguments.
797            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for
798            the OptFile. This was responsible for a lot of 'General Errors'
799            after the first start related to key caching.
800            Automatically set the gpg binary if possible.
801    
802    2005-07-22  Timo Schulz  <[email protected]>
803    
804            * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
805            messages and make sure WinPT make a keyring backup in this case.
806            * wptGPGME.cpp (keycache_reload): Do not rebuild the signature
807            cache each time. Just do it on startup.
808            * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
809            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
810            was set by the calling function.
811            * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
812            (keygen_dlg_proc): Only add the generated key to the keycache
813            and do not reload the entire cache.
814            * wptKeyManager.cpp (km_delete_keys): Store the number of keys
815            because in each loop iteration it will be new calculated.
816            * wptListView.cpp (listview_del_items): Likewise.
817            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
818            generated key to the list instead of reloading the entire cache.
819            * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.
820    
821  2005-05-09  Timo Schulz  <[email protected]>  2005-05-09  Timo Schulz  <[email protected]>
822    
823          * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..          * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..
# Line 200  Line 860 
860          (kserver_sendkey): Likewise.          (kserver_sendkey): Likewise.
861          * wptProxySettingsDlg.cpp (check_number): New.          * wptProxySettingsDlg.cpp (check_number): New.
862          (read_proxy): Check the entered port number.          (read_proxy): Check the entered port number.
863          * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.          * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
864          * wptW32API.cpp (get_folder_dlg): Free memory.          * wptW32API.cpp (get_folder_dlg): Free memory.
865    
866  2005-04-11  Timo Schulz  <[email protected]>  2005-04-11  Timo Schulz  <[email protected]>
# Line 545  Line 1205 
1205    
1206          * WinPT.cpp (load_keyserver_conf): New. Factored out some code          * WinPT.cpp (load_keyserver_conf): New. Factored out some code
1207          from WinMain ().          from WinMain ().
1208          (WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner          (WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner
1209          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver          * wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver
1210          in the list control, add at least the internal default HKP server.          in the list control, add at least the internal default HKP server.
1211          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.          * wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.

Legend:
Removed from v.22  
changed lines
  Added in v.133

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26