summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-10 16:22:09 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-10 16:22:09 +0000
commitc8226387944156fdc609d31537bc2f196028d667 (patch)
tree16d478546afc760502beb364af39541c72a21052 /compat.c
parentb5115eaf804b6137da2ceb58a603b1ec9b93e9af (diff)
- markus@cvs.openbsd.org 2002/04/10 08:21:47
[auth1.c compat.c compat.h] strip '@' from username only for KerbV and known broken clients, bug #204 Don't mind me.. I just commited a changelog with no patch. <sigh>
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/compat.c b/compat.c
index 8671e641b..406b47c25 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.62 2002/03/25 21:13:51 markus Exp $"); 26RCSID("$OpenBSD: compat.c,v 1.63 2002/04/10 08:21:47 markus Exp $");
27 27
28#include "buffer.h" 28#include "buffer.h"
29#include "packet.h" 29#include "packet.h"
@@ -127,8 +127,12 @@ compat_datafellows(const char *version)
127 "1.2.19*," 127 "1.2.19*,"
128 "1.2.20*," 128 "1.2.20*,"
129 "1.2.21*," 129 "1.2.21*,"
130 "1.2.22*", SSH_BUG_IGNOREMSG }, 130 "1.2.22*", SSH_BUG_IGNOREMSG|SSH_BUG_K5USER },
131 { "1.3.2*", SSH_BUG_IGNOREMSG }, /* f-secure */ 131 { "1.3.2*", /* F-Secure */
132 SSH_BUG_IGNOREMSG|SSH_BUG_K5USER },
133 { "1.2.1*,"
134 "1.2.2*,"
135 "1.2.3*", SSH_BUG_K5USER },
132 { "*SSH Compatible Server*", /* Netscreen */ 136 { "*SSH Compatible Server*", /* Netscreen */
133 SSH_BUG_PASSWORDPAD }, 137 SSH_BUG_PASSWORDPAD },
134 { "*OSU_0*," 138 { "*OSU_0*,"