diff options
Diffstat (limited to 'compat.c')
-rw-r--r-- | compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: compat.c,v 1.42 2001/03/27 17:46:49 provos Exp $"); | 26 | RCSID("$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 }, |