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

Diff of /trunk/Src/ChangeLog

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

revision 20 by twoaday, Wed Jul 27 11:17:22 2005 UTC revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC
# Line 1  Line 1 
1    2005-10-23  Timo Schulz  <[email protected]>
2    
3            * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.  
4            * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
5            (get_ext_validity): New.
6            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
7            * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
8            this function.
9            (load_clipboard_from_file): Likewise.
10            (save_clipboard_to_file): New.
11            * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.
12    
13    2005-10-22  Timo Schulz  <[email protected]>
14    
15            Localized a lot of more strings.
16    
17            * wptMainProc.cpp (load_smartcard): New.
18            * wptFileManager.cpp (fm_parse_command_line): Simplify code.
19            (fm_check_armor_type): Add new arg. Change all callers.
20            (fm_get_file_type): Likewise.
21            * wptKeyPropsDlg.cpp (display_key_info): New.  
22            (keyprops_show_photo): Factored out some code into..
23            (keyprops_load_photo): ..this function.
24    
25    2005-10-21  Timo Schulz  <[email protected]>
26    
27            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use
28            WM_INITPOPUPMENU to localize popup menu texts.
29            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
30            * wptClipSignDlg.cpp (one_key_proc): Use wipememory instead of memset.  
31    
32    2005-10-20  Timo Schulz  <[email protected]>
33    
34            Now WinPT depends on GPG 1.4.3 and GPGME 1.2.0.
35    
36            * wptPassphraseCB.cpp (passphrase_cb): Complete card support.
37            * wptCardEdit.cpp (genKey): Handle cancel case.
38            * keycache.c: Renamed into...
39            * wptKeyCache.cpp: ...this.
40            * wptW32API.cpp (set_menu_text): Removed unused code.
41            (set_menu_text_bypos): New.
42            * wptCrypto.h: New.
43            * wptMainProc.cpp (winpt_main_proc): Complete localize
44            menu texts.
45            * wptErrors.cpp (log_debug): Use a static var so the file
46            is only opened once.
47            (debug_end): Cleanup. Currently just close the log file.
48            * wptErrors.h (wipememory): New.
49            (sfree_if_alloc): Use it here.
50            * WinPT.cpp (WinMain): Display the min. GPGME version which
51            is needed in case of an error.
52    
53    2005-10-17  Timo Schulz  <[email protected]>
54    
55            Free all memory returned by the GPGME dll with gpgme_free ().
56    
57            s/GPG_ERR_CARD_REMOVED/GPG_ERR_CARD_NOT_PRESENT.
58    
59            * wptKeyEdit.cpp (getCardStatus): Remove dummy key.
60            (list_handler): With user interaction to allow to insert
61            the card into the reader.
62            * wptKeyEditCB.cpp (gpg_edit_card): Likewise.
63            (common_card_handler): Fixed incorrect command string.
64            * wptKeyPropsDlg.cpp (get_card_type): New.
65            (keyprops_dlg_proc): Show card information if present.
66            * wptFileManager.cpp (secret_key_available): Make the code faster.
67            
68    
69    2005-10-16  Timo Schulz  <[email protected]>
70    
71            * wptPassphraseCB.cpp (passphrase_cb): Fix problem
72            with hanging GPG process on cancel.
73            * keycache.c (gpg_keycache_release): Release all objects.
74    
75    2005-10-15  Timo Schulz  <[email protected]>
76    
77            * wptCardEdit.cpp (setResult, getResult): New.
78            (reset): New.
79            (getCardStatus): Check return codes and release all objects
80            in case of errors.
81            * wptCardEditCB.cpp (change_pin_handler): Call reset()
82            before quit.
83            (editcard_handler): Likewise.
84            (common_card_handler): New.
85            * wptCardDlg.cpp (card_changepin_dlg_proc): Also unmask
86            the old PIN when 'Hide Typing' is disabled.
87            * wptPassphraseCB.cpp (passphrase_cb): The card detection
88            works again. Support to re-enter passphrase.
89    
90    2005-10-14  Timo Schulz  <[email protected]>
91    
92            * wptCardDlg.cpp (card_status): New fields for the
93            fingerprint creation time. Display card info as title.
94            (get_printable_version): New.
95            * wptCardEditCB.cpp (editcard_handler): Fix problem
96            with the counter comparison.
97    
98    2005-10-11  Timo Schulz  <[email protected]>
99    
100            Port to GPGME basically finished.
101    
102    2005-09-20  Timo Schulz  <[email protected]>
103    
104            * wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc):
105            Do not use gpgme_recipients_t but the listview directly
106            to add the selected files.
107    
108    2005-09-07  Timo Schulz  <[email protected]>
109    
110            * Make sure all GetOpenFileName filters are terminated by \0\0.
111    
112    2005-09-01  Timo Schulz  <[email protected]>
113    
114            * wptW32API.cpp (center_window): New argument for parent window.
115            Change all callers.
116            (center_window2): Likewise.
117            * GPGME now can read gpgProgram entries with 'REG_EXPAND_SZ'.
118            * wptGPG.cpp (gnupg_backup_options): Remove param. One backup
119            file is enough. Changed all callers.
120    
121    2005-08-15  Timo Schulz  <[email protected]>
122    
123            * wptKeyEditDlgs.cpp (do_editkey_showpref): Take care of v3 keys.
124            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Fixed name of title.
125            * Make sure the passphrase is always overwritten before it is
126            freed (or the function returns).
127            * wptKeyPropDlg.cpp (get_pref_cipher): New.
128            (keyprops_dlg_proc): Use it here.
129    
130    2005-08-06  Timo Schulz  <[email protected]>
131    
132            * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
133            of the secret key.
134            (keycache_init): cache name of secret keyring.
135            * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
136            (get_key_type): Do not assume 'ultimate' means key pair.
137            * wptKeyEditDlgs.cpp (diff_time): New.
138            (keyedit_addsubkey_dlg_proc): Changed design and use
139            diff_time. Drop checks for invalid keylength (< 1024, > 4096)
140            because the combo box automatically handles this.
141            * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
142            * wptGPG.cpp (get_backup_name): New.
143            (gnupg_backup_keyrings): Rotate backup names, from 0..3.
144            * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
145            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
146            not the long keyid.
147    
148    2005-08-05  Timo Schulz  <[email protected]>
149    
150            * wptListView.cpp (listview_set_item2): New.
151            * wptKeyManager.cpp (km_check_if_protected): Directly
152            retrieve gpgme_key_t from the list.
153            (km_check_key_status): Likewise.        
154            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Also use
155            a human-readable name for secret key export.
156            Reload just the keys which were affected by updates
157            (edit-key).
158            (update_key): New.
159            * wptKeyList.cpp ((keylist_upd_key): Stripped down
160            version of keylist_add_key.
161            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Do not
162            reload the keycache here, just flag 'update'. Give the
163            control to the calling dialog.
164            * wptKeySignDlg.cpp (keysign_dlg_proc): Use winpt_key_t
165            as parameter. Changed all callers.
166            Add date of expiration to the key info.
167            (get_expire_date): New.
168            Use a checkbox to allow to ask for the cert level.
169            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Do no reload
170            the cache.
171    
172    2005-08-04  Timo Schulz  <[email protected]>
173    
174            * wptListView.cpp (listview_scroll): New.
175            (listview_get_item2): New.
176            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If the
177            item was found, make it visible with scrolling.
178            * wptKeyManager.cpp (km_find_key): New.
179            (keylist_subclass_proc): Support to handle some acceleators.
180            Strg+{C, P, F, A}.
181            (km_get_key_status): Get the gpgme_key_t object directly
182            from the list.
183            * wptGPGPRefsDlg.cpp (gpgprefs_dlg_proc): Also try to set
184            the config file (if it exists).
185            * wptKeySignDlg.cpp (keysign_dlg_proc): Use easier code
186            to handle the click->activate situation.
187            * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
188            Support to check the passphrase quality.
189            * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
190            (request_passphrase): Rename 'init' to 'flags' to allow more
191            options.
192            * wptMAPI.cpp: Check all *alloc results.
193            * wptKeyGenDlg.cpp (keygen_dlg_proc): Use a rudimentary
194            passphrase quality check.
195            * wptMDSumDlg.cpp (mdsum_dlg_proc): Use md5/sha1sum file
196            format and allow to save the checksum in a file.
197            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Issue a warning
198            when the PGP mode is disabled.
199            wptKeyEditDlgs.cpp (do_editkey_primary): Return if just
200            one user-ID exists.
201            (keyedit_dlg_proc): Fixed index problem.
202            * wptKeyPropsDlg.cpp (get_validity): New.
203            (keyprops_dlg_proc): Actually show extended validity if possible.
204            * wptKeyList.cpp (get_key_fpr): Support for old v3 format.
205            (do_addkey): Use listview_add_item2 to store key as opaque
206            param inside the list.
207            * wptFileStatDlg.cpp (get_digest_algo): Add SHAxxx.
208            (file_stat_dlg_proc): End dialog if no PGP data was found.
209            (do_list_packets): Return the number of valid PGP packets
210            of the file.
211    
212    2005-08-02  Timo Schulz  <[email protected]>
213    
214            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Instead of
215            using 'Default Keyserver' add the real keyserver name to
216            the menu.
217            The rebuild command does not reload the cache any longer.
218            Use ATTR_NAME + .asc as the filename and not keyid + .asc.
219            * wptProxySettingsDlg.cpp (enable_proxy_auth): New.
220            (keyserver_proxy_dlg_proc): Changed the design a little
221            and add some additional sanity checks.
222            * wptGPGParser.cpp (commit_gpg_options): Use W32 line endings.
223            This fixes the problem that the GPG option dialog does not show
224            very nice lines.
225            * wptGPGOptDlg.cpp (gpgopt_dlg_proc): s/options/config.
226            * wptKeySigDlg.cpp (keysig_dlg_proc): If a single key is selected
227            check for 'NOKEY' before asking a keyserver.
228            * wptKeyManager.cpp (km_delete_keys): Do not set 'refresh' flag.
229            If a lot of keys were selected, ask if the user wants to confirm
230            each delete procedure or allow to cancel the operation.
231            * wptFileManagerDlg.cpp (file_import_dlg_proc): Display how much
232            keys the file contain.
233            * wptKeyList.cpp (get_key_algo): Beautified.
234            (get_key_status): Drop the "[XYZ] Unknown" format, it is too
235            confusing for users.
236            * wptKeyManager.cpp (km_check_key_status): Adjustments for the
237            new code.
238            (km_check_for_seckey): Reset utrust parameter. Return -1 for
239            invalid (exp+rev+dis) keys.
240    
241    2005-08-01  Timo Schulz  <[email protected]>
242    
243            * wptKeyserver.cpp (kserver_urlencode): Use unsigned for all given
244            sizes.
245            (check_IP_or_hostname): New.
246            (kserver_load_conf): Correct finger URL parsing problem.
247            (port_from_proto): New.
248            (keyserver_load_conf): Guess the port.
249            (keyserver_set_default): Allocate new buffer.
250            (kserver_load_conf): Likewise.
251            * wptHTTP.c (parse_reqline, parse_request): Removed.
252            Use WinPT error code and remove all unused code.
253            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Properly handle finger URLs.
254            * wptProxySettingsDlg.cpp (read_proxy): Simple check for
255            invalid host/IP addresses.
256            * wptGPG.cpp (multi_gnupg_path): Return allocated buffer.
257            Changed all callers.
258            * wptPreferencesDlg.cpp (prefs_dlg_proc): At the first start,
259            automatically set 'backup to homedir'.
260            * WinPT.cpp (WinMain): Use desktop window as the parent window
261            to load 'first-start' dialogs.
262            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Do not set 'refresh'
263            flag after deleting keys.
264            * wptFirstRunDlg.cpp (first_run_dlg_proc): Use a new structure
265            for passing the arguments.
266            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Do not store "" for
267            the OptFile. This was responsible for a lot of 'General Errors'
268            after the first start related to key caching.
269            Automatically set the gpg binary if possible.
270    
271  2005-07-22  Timo Schulz  <[email protected]>  2005-07-22  Timo Schulz  <[email protected]>
272    
273          * wptMainProc.cpp (winpt_main_proc): Take care for shutdown          * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
# Line 59  Line 329 
329          (kserver_sendkey): Likewise.          (kserver_sendkey): Likewise.
330          * wptProxySettingsDlg.cpp (check_number): New.          * wptProxySettingsDlg.cpp (check_number): New.
331          (read_proxy): Check the entered port number.          (read_proxy): Check the entered port number.
332          * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.          * wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
333            * wptW32API.cpp (get_folder_dlg): Free memory.
334    
335  2005-04-11  Timo Schulz  <[email protected]>  2005-04-11  Timo Schulz  <[email protected]>
336    

Legend:
Removed from v.20  
changed lines
  Added in v.32

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26