diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-22 10:05:45 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-22 10:05:45 +0100 |
commit | 58ddb8ad21f21f5358db0204c4ba9abf94a1ca11 (patch) | |
tree | c55df1f23e6fa0fb87a96d8ec4c06a68c3a82b45 /compat.c | |
parent | 544df7a04ae5b5c1fc30be7c445ad685d7a02dc9 (diff) | |
parent | 1dc8d93ce69d6565747eb44446ed117187621b26 (diff) |
Import openssh_7.0p1.orig.tar.gz
Diffstat (limited to 'compat.c')
-rw-r--r-- | compat.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compat.c,v 1.94 2015/05/26 23:23:40 dtucker Exp $ */ | 1 | /* $OpenBSD: compat.c,v 1.96 2015/07/28 23:20:42 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -152,7 +152,8 @@ compat_datafellows(const char *version) | |||
152 | "1.2.22*", SSH_BUG_IGNOREMSG }, | 152 | "1.2.22*", SSH_BUG_IGNOREMSG }, |
153 | { "1.3.2*", /* F-Secure */ | 153 | { "1.3.2*", /* F-Secure */ |
154 | SSH_BUG_IGNOREMSG }, | 154 | SSH_BUG_IGNOREMSG }, |
155 | { "Cisco-1.*", SSH_BUG_DHGEX_LARGE }, | 155 | { "Cisco-1.*", SSH_BUG_DHGEX_LARGE| |
156 | SSH_BUG_HOSTKEYS }, | ||
156 | { "*SSH Compatible Server*", /* Netscreen */ | 157 | { "*SSH Compatible Server*", /* Netscreen */ |
157 | SSH_BUG_PASSWORDPAD }, | 158 | SSH_BUG_PASSWORDPAD }, |
158 | { "*OSU_0*," | 159 | { "*OSU_0*," |
@@ -166,7 +167,8 @@ compat_datafellows(const char *version) | |||
166 | "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, | 167 | "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, |
167 | { "*SSH_Version_Mapper*", | 168 | { "*SSH_Version_Mapper*", |
168 | SSH_BUG_SCANNER }, | 169 | SSH_BUG_SCANNER }, |
169 | { "PuTTY-Release-0.5*," /* 0.50-0.57, DH-GEX in >=0.52 */ | 170 | { "PuTTY_Local:*," /* dev versions < Sep 2014 */ |
171 | "PuTTY-Release-0.5*," /* 0.50-0.57, DH-GEX in >=0.52 */ | ||
170 | "PuTTY_Release_0.5*," /* 0.58-0.59 */ | 172 | "PuTTY_Release_0.5*," /* 0.58-0.59 */ |
171 | "PuTTY_Release_0.60*," | 173 | "PuTTY_Release_0.60*," |
172 | "PuTTY_Release_0.61*," | 174 | "PuTTY_Release_0.61*," |