summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-04 23:43:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-04 23:43:26 +0000
commit78c261ab4afa9236b54b51663eb35460d2fea635 (patch)
tree4f2837cc2de886126958db0f219fce721ee2b9b8 /compat.c
parent8ac9106c3dfbc1f02ddf237067cccd54ffac4e8d (diff)
- markus@cvs.openbsd.org 2001/04/04 15:50:55
[compat.c] f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index 686016f82..4dfab90ce 100644
--- a/compat.c
+++ b/compat.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: compat.c,v 1.42 2001/03/27 17:46:49 provos Exp $"); 26RCSID("$OpenBSD: compat.c,v 1.43 2001/04/04 15:50:55 markus Exp $");
27 27
28#ifdef HAVE_LIBPCRE 28#ifdef HAVE_LIBPCRE
29# include <pcreposix.h> 29# include <pcreposix.h>
@@ -101,6 +101,7 @@ compat_datafellows(const char *version)
101 { "^1\\.7 SecureFX", SSH_OLD_SESSIONID }, 101 { "^1\\.7 SecureFX", SSH_OLD_SESSIONID },
102 { "^1\\.2\\.1[89]", SSH_BUG_IGNOREMSG }, 102 { "^1\\.2\\.1[89]", SSH_BUG_IGNOREMSG },
103 { "^1\\.2\\.2[012]", SSH_BUG_IGNOREMSG }, 103 { "^1\\.2\\.2[012]", SSH_BUG_IGNOREMSG },
104 { "^1\\.3\\.2", SSH_BUG_IGNOREMSG }, /* f-secure */
104 { "^SSH Compatible Server", /* Netscreen */ 105 { "^SSH Compatible Server", /* Netscreen */
105 SSH_BUG_PASSWORDPAD }, 106 SSH_BUG_PASSWORDPAD },
106 { "^OSU_0", SSH_BUG_PASSWORDPAD }, 107 { "^OSU_0", SSH_BUG_PASSWORDPAD },