summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/libssh/common/compat.c
diff options
context:
space:
mode:
authorjp161948 <none@none>2007-09-10 12:53:43 -0700
committerjp161948 <none@none>2007-09-10 12:53:43 -0700
commit37286d25632f789872ec9e6c8c659dd52a1f44e9 (patch)
treece26e80be3ad91f21c9794dd41ef0a6e7a6bfaf7 /usr/src/cmd/ssh/libssh/common/compat.c
parent92ba710950bf6ee35de67e1e0b7f20ec9e528106 (diff)
downloadillumos-gate-37286d25632f789872ec9e6c8c659dd52a1f44e9.tar.gz
6598158 ssh compatibility flag SSH_BUG_DFLT_CLNT_EXIT_0 wasn't a good idea
6598255 sshd may print bogus error messages in lastlog_get_entry()
Diffstat (limited to 'usr/src/cmd/ssh/libssh/common/compat.c')
-rw-r--r--usr/src/cmd/ssh/libssh/common/compat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/libssh/common/compat.c b/usr/src/cmd/ssh/libssh/common/compat.c
index a631b346ae..f63c6c0139 100644
--- a/usr/src/cmd/ssh/libssh/common/compat.c
+++ b/usr/src/cmd/ssh/libssh/common/compat.c
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -101,10 +101,8 @@ compat_datafellows(const char *version)
"OpenSSH_3.8*", SSH_BUG_GSSKEX_HOSTKEY},
{ "OpenSSH*", 0 },
{ "Sun_SSH_1.0.*", SSH_BUG_NOREKEY|
- SSH_BUG_DFLT_CLNT_EXIT_0|
SSH_BUG_LOCALES_NOT_LANGTAGS},
{ "Sun_SSH_1.0*", SSH_BUG_NOREKEY|SSH_BUG_EXTEOF|
- SSH_BUG_DFLT_CLNT_EXIT_0|
SSH_BUG_LOCALES_NOT_LANGTAGS},
{ "*MindTerm*", 0 },
{ "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|