[git] GnuPG - branch, master, updated. gnupg-2.1.14-59-gf14795d

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed Aug 10 06:57:19 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  f14795d57f6c81709e9225dd3c5dfd3495cf1b2b (commit)
      from  e630f904993725c54ec63be00369589b7b7234d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f14795d57f6c81709e9225dd3c5dfd3495cf1b2b
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Aug 10 13:51:14 2016 +0900

    agent: SSH support fix.
    
    * agent/command-ssh.c (ssh_handler_request_identities): Keep error
    message same.
    
    --
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index 2def342..83a27ed 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -2623,7 +2623,9 @@ ssh_handler_request_identities (ctrl_t ctrl,
       err = agent_public_key_from_file (ctrl, grip, &key_public);
       if (err)
         {
-          log_error ("failed to read the public key\n");
+          log_error ("%s:%d: key '%s' skipped: %s\n",
+                     cf->fname, cf->lnr, cf->item.hexgrip,
+                     gpg_strerror (err));
           continue;
         }
 

-----------------------------------------------------------------------

Summary of changes:
 agent/command-ssh.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list