Log Message: |
2005-07-22 Timo Schulz <twoaday@freakmail.de>
* gpgme.c (_gpgme_add_comment): Forgot to alloc an extra
byte for the '0'. This fixes a lot of crashes related to
file operations.
* keylist.c (gpgme_op_keylist_getkey): Use the param for
'pub' or 'sec' mode.
* keycache.c (gpgme_keycache_update_key): If the key is
not in the cache, add it and if the cache contain secret
key, sync it with the pub cache.
* editkey.c (edit_key_colon_handler): Allocate 1 byte for
the NUL-char. This also fixes a lot of reported crashes
related to the showpref feature.
|