summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/compat.c b/compat.c
index 0631024f0..eef5fbba5 100644
--- a/compat.c
+++ b/compat.c
@@ -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*,"