diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index bf741f33e..67da75962 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,21 @@ +2004-08-07 Moritz Schulte <[email protected]> + + * command-ssh.c (ssh_key_to_sexp_buffer): New argument: comment; + integrate into S-Exp. + (ssh_identity_register): New argument: comment; pass to + ssh_key_to_sexp_buffer(). + (ssh_handler_add_identity): Pass comment to + ssh_identity_register(). + (ssh_identity_register): Allocate description dynamically, insert + comment; new variable: description_length; removed variable: i. + (data_sign): Do not calculate key grip for integration in + description; removed variable: i. + + * findkey.c (modify_description): New function. + (agent_key_from_file): New variables: comment, comment_sexp, + comment_length, desc_text_modified; extract comment from S-Exp, + pass modified version to unprotect(). + 2004-07-30 Moritz Schulte <[email protected]> * command-ssh.c: Updated Libgpg-stream (more support for secure |