From 3a7bd03955840c70afc1457eb632dfcd13b91f03 Mon Sep 17 00:00:00 2001 From: Jan Pechanec Date: Mon, 14 Sep 2009 08:35:38 -0700 Subject: 6868716 dangling sshd authentication thread after timeout exit of monitor 6875551 remove the "authenticated" label from sshd.c --- usr/src/cmd/ssh/libssh/common/compat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/cmd/ssh/libssh/common/compat.c') diff --git a/usr/src/cmd/ssh/libssh/common/compat.c b/usr/src/cmd/ssh/libssh/common/compat.c index e91c553a8f..6d85d6e511 100644 --- a/usr/src/cmd/ssh/libssh/common/compat.c +++ b/usr/src/cmd/ssh/libssh/common/compat.c @@ -111,6 +111,7 @@ compat_datafellows(const char *version) { "Sun_SSH_1.2*", SSH_BUG_STRING_ENCODING}, { "Sun_SSH_1.3*", SSH_BUG_STRING_ENCODING}, { "Sun_SSH_1.4*", 0 }, + { "Sun_SSH_1.5*", 0 }, { "Sun_SSH_*", 0 }, { "*MindTerm*", 0 }, { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC| -- cgit v1.2.3