]> andersk Git - gssapi-openssh.git/blobdiff - openssh/compat.c
move AC_TRY_LINK to later GSI section to avoid forcing the compiler
[gssapi-openssh.git] / openssh / compat.c
index 692f8bb411f9a749c65aa6f715eece2307ad7779..d1addc871ead6e68789f6cbb4d26d7cc04046d81 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.c,v 1.76 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: compat.c,v 1.77 2006/12/12 03:58:42 djm Exp $ */
 /*
  * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl.  All rights reserved.
  *
@@ -133,7 +133,8 @@ compat_datafellows(const char *version)
                { "2.3.*",              SSH_BUG_DEBUG|SSH_BUG_RSASIGMD5|
                                        SSH_BUG_FIRSTKEX },
                { "2.4",                SSH_OLD_SESSIONID },    /* Van Dyke */
-               { "2.*",                SSH_BUG_DEBUG|SSH_BUG_FIRSTKEX },
+               { "2.*",                SSH_BUG_DEBUG|SSH_BUG_FIRSTKEX|
+                                       SSH_BUG_RFWD_ADDR },
                { "3.0.*",              SSH_BUG_DEBUG },
                { "3.0 SecureCRT*",     SSH_OLD_SESSIONID },
                { "1.7 SecureFX*",      SSH_OLD_SESSIONID },
@@ -174,6 +175,7 @@ compat_datafellows(const char *version)
                                if (strstr(version,"hpn") == NULL)
                                {
                                        datafellows |= SSH_BUG_LARGEWINDOW;
+                                       debug("Remote is NON-HPN aware");
                                }
                        }
                        return;
This page took 0.031353 seconds and 4 git commands to generate.