- 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
This commit is contained in:
parent
8ac9106c3d
commit
78c261ab4a
|
@ -9,6 +9,9 @@
|
|||
[clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
|
||||
enable server side rekeying + some rekey related clientup.
|
||||
todo: we should not send any non-KEX messages after we send KEXINIT
|
||||
- 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
|
||||
|
||||
20010404
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -4848,4 +4851,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1056 2001/04/04 17:57:54 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1057 2001/04/04 23:43:26 mouring Exp $
|
||||
|
|
3
compat.c
3
compat.c
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: compat.c,v 1.42 2001/03/27 17:46:49 provos Exp $");
|
||||
RCSID("$OpenBSD: compat.c,v 1.43 2001/04/04 15:50:55 markus Exp $");
|
||||
|
||||
#ifdef HAVE_LIBPCRE
|
||||
# include <pcreposix.h>
|
||||
|
@ -101,6 +101,7 @@ compat_datafellows(const char *version)
|
|||
{ "^1\\.7 SecureFX", SSH_OLD_SESSIONID },
|
||||
{ "^1\\.2\\.1[89]", SSH_BUG_IGNOREMSG },
|
||||
{ "^1\\.2\\.2[012]", SSH_BUG_IGNOREMSG },
|
||||
{ "^1\\.3\\.2", SSH_BUG_IGNOREMSG }, /* f-secure */
|
||||
{ "^SSH Compatible Server", /* Netscreen */
|
||||
SSH_BUG_PASSWORDPAD },
|
||||
{ "^OSU_0", SSH_BUG_PASSWORDPAD },
|
||||
|
|
Loading…
Reference in New Issue