diff options
author | CoprDistGit <infra@openeuler.org> | 2024-07-03 02:42:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-07-03 02:42:38 +0000 |
commit | 3c362eae690284f325824e38431881825e32ffdd (patch) | |
tree | d2d0e11b92bf88d35c270559d268845d391a4703 /backport-upstream-a-little-extra-debugging.patch | |
parent | 62f0a34c39a6846b6a86f2bbc7fb8c319bd46d94 (diff) |
automatic import of openssh
Diffstat (limited to 'backport-upstream-a-little-extra-debugging.patch')
-rw-r--r-- | backport-upstream-a-little-extra-debugging.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/backport-upstream-a-little-extra-debugging.patch b/backport-upstream-a-little-extra-debugging.patch new file mode 100644 index 0000000..32701d4 --- /dev/null +++ b/backport-upstream-a-little-extra-debugging.patch @@ -0,0 +1,34 @@ +From 940dc10729cb5a95b7ee82c10184e2b9621c8a1d Mon Sep 17 00:00:00 2001 +From: "djm@openbsd.org" <djm@openbsd.org> +Date: Wed, 14 Sep 2022 00:13:13 +0000 +Subject: [PATCH] upstream: a little extra debugging + +OpenBSD-Commit-ID: edf1601c1d0905f6da4c713f4d9cecc7d1c0295a + +Reference:https://github.com/openssh/openssh-portable/commit/940dc10729cb5a95b7ee82c10184e2b9621c8a1d +Conflict:NA +--- + ssh-agent.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/ssh-agent.c b/ssh-agent.c +index ddda4d77..0aef07eb 100644 +--- a/ssh-agent.c ++++ b/ssh-agent.c +@@ -1,4 +1,4 @@ +-/* $OpenBSD: ssh-agent.c,v 1.278 2021/04/03 06:18:41 djm Exp $ */ ++/* $OpenBSD: ssh-agent.c,v 1.291 2022/09/14 00:13:13 djm Exp $ */ + /* + * Author: Tatu Ylonen <ylo@cs.hut.fi> + * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland +@@ -845,6 +845,7 @@ process_sign_request2(SocketEntry *e) + /* Success */ + ok = 0; + send: ++ debug_f("good signature"); + notify_complete(notifier, "User presence confirmed"); + + if (ok == 0) { +-- +2.23.0 + |