1 |
|
2005-08-06 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* keycache-openpgp.c (parse_secring): Support to update |
4 |
|
a single key. |
5 |
|
(keycache_prepare2): Likewise. Fix memory leaks. |
6 |
|
(gpgme_keycache_prepare_single): New. Skip 0x of the keyid |
7 |
|
part if present. |
8 |
|
* keycache.c (_gpgme_keycache_find_key2): For internal use. |
9 |
|
* keylist.c (gpgme_op_keylist_start): Do not use -vvv -k but |
10 |
|
--check-sigs which generates the same output. Thanks to David. |
11 |
|
Only support a new bit flag to include signatures in the key |
12 |
|
listing. |
13 |
|
* import.c (_gpgme_release_import_result): Release second key list. |
14 |
|
|
15 |
|
2005-08-04 Timo Schulz <[email protected]> |
16 |
|
|
17 |
|
* keycache.c (gpgme_keycache_delete_key): Really delete |
18 |
|
the node and do not mark it. |
19 |
|
* data.c (gpgme_data_release_and_set_file): Before we release |
20 |
|
the memory, we overwrite it because the data could contain |
21 |
|
sentensive information. This does not give perfect security, |
22 |
|
but reduces the risk a little. |
23 |
|
* w32-clip.c (gpgme_data_release_and_set_clipboard): Likewise. |
24 |
|
import.c (gpgme_get_import_status): If we are in interactive |
25 |
|
mode, we return the list of imported keys the user selected. |
26 |
|
Otherwise we return all imported keys. |
27 |
|
* import.c (import_status_handler): Support for IMPORT_OK. |
28 |
|
* keycache-openpgp.c (gpgme_keycache_prepare): Check all |
29 |
|
alloc results. |
30 |
|
|
31 |
|
2005-08-03 Timo Schulz <[email protected]> |
32 |
|
|
33 |
|
* delete.c (get_delete_result): New. |
34 |
|
(gpgme_op_delete): Use it here. |
35 |
|
(gpgme_op_delete_keys): Just spawn one GPG instance to delete |
36 |
|
multilple keys. |
37 |
|
* key.c (pkalgo_to_string): Fixed wrong IDs. |
38 |
|
* gpgme.c (gpgme_new): Use AES as default. |
39 |
|
|
40 |
2005-07-22 Timo Schulz <[email protected]> |
2005-07-22 Timo Schulz <[email protected]> |
41 |
|
|
42 |
* gpgme.c (_gpgme_add_comment): Forgot to alloc an extra |
* gpgme.c (_gpgme_add_comment): Forgot to alloc an extra |