summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/libssh/common/compat.c
diff options
context:
space:
mode:
authorJan Pechanec <Jan.Pechanec@Sun.COM>2009-09-14 08:35:38 -0700
committerJan Pechanec <Jan.Pechanec@Sun.COM>2009-09-14 08:35:38 -0700
commit3a7bd03955840c70afc1457eb632dfcd13b91f03 (patch)
treebf2fe81824a7bc1300bdb423d8f715b4c13a9ea0 /usr/src/cmd/ssh/libssh/common/compat.c
parenta76042b7b4e2deb62a8f2be75d2bb142e1ee70bf (diff)
downloadillumos-gate-3a7bd03955840c70afc1457eb632dfcd13b91f03.tar.gz
6868716 dangling sshd authentication thread after timeout exit of monitor
6875551 remove the "authenticated" label from sshd.c
Diffstat (limited to 'usr/src/cmd/ssh/libssh/common/compat.c')
-rw-r--r--usr/src/cmd/ssh/libssh/common/compat.c1
1 files changed, 1 insertions, 0 deletions
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|