1 |
|
2005-07-22 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* gpgme.c (_gpgme_add_comment): Forgot to alloc an extra |
4 |
|
byte for the '0'. This fixes a lot of crashes related to |
5 |
|
file operations. |
6 |
|
* keylist.c (gpgme_op_keylist_getkey): Use the param for |
7 |
|
'pub' or 'sec' mode. |
8 |
|
* keycache.c (gpgme_keycache_update_key): If the key is |
9 |
|
not in the cache, add it and if the cache contain secret |
10 |
|
key, sync it with the pub cache. |
11 |
|
* editkey.c (edit_key_colon_handler): Allocate 1 byte for |
12 |
|
the NUL-char. This also fixes a lot of reported crashes |
13 |
|
related to the showpref feature. |
14 |
|
|
15 |
2005-05-20 Timo Schulz <[email protected]> |
2005-05-20 Timo Schulz <[email protected]> |
16 |
|
|
17 |
* gpgme.h: s/cliptype/pgptype. Suggested by Kurt Fitzner. |
* gpgme.h: s/cliptype/pgptype. Suggested by Kurt Fitzner. |