diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index c3cf99e2c..b3364d4cb 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,15 @@ +2005-02-15 Werner Koch <[email protected]> + + * passphrase.c (agent_get_passphrase): Don't call free_public_key + if PK is NULL. + (passphrase_clear_cache): Ditto. Removed debug output. + (passphrase_to_dek): Ditto. + +2005-02-13 Werner Koch <[email protected]> + + * keyedit.c (cmds): Limit code to 80 columns. Add command + BKUPTOCARD. + 2005-02-09 David Shaw <[email protected]> * encr-data.c (decrypt_data): Use it here to turn off the "quick @@ -7,6 +19,11 @@ * mainproc.c (proc_symkey_enc): Set a flag to indicate that a particular session key came from a passphrase and not a PK. +2005-02-08 Werner Koch <[email protected]> + + * misc.c (w32_shgetfolderpath): New. + (default_homedir): Use it to avoid problems under Windows95. + 2005-02-06 David Shaw <[email protected]> * trustdb.h, trustdb.c (trustdb_check_or_update): New. If the |