parent
6d6c5d202f
commit
4e431d4b8e
|
@ -6,6 +6,9 @@
|
||||||
- markus@cvs.openbsd.org 2002/03/06 00:23:27
|
- markus@cvs.openbsd.org 2002/03/06 00:23:27
|
||||||
[compat.c dh.c]
|
[compat.c dh.c]
|
||||||
undo
|
undo
|
||||||
|
- markus@cvs.openbsd.org 2002/03/06 00:24:39
|
||||||
|
[compat.c]
|
||||||
|
compat.c
|
||||||
|
|
||||||
20020305
|
20020305
|
||||||
- stevesk@cvs.openbsd.org 2002/03/02 09:34:42
|
- stevesk@cvs.openbsd.org 2002/03/02 09:34:42
|
||||||
|
@ -7807,4 +7810,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1910 2002/03/07 01:58:42 djm Exp $
|
$Id: ChangeLog,v 1.1911 2002/03/07 01:59:02 djm Exp $
|
||||||
|
|
8
compat.c
8
compat.c
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
|
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: compat.c,v 1.60 2002/03/06 00:23:27 markus Exp $");
|
RCSID("$OpenBSD: compat.c,v 1.61 2002/03/06 00:24:39 markus Exp $");
|
||||||
|
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
|
@ -73,8 +73,8 @@ compat_datafellows(const char *version)
|
||||||
{ "OpenSSH_2.5.0*,"
|
{ "OpenSSH_2.5.0*,"
|
||||||
"OpenSSH_2.5.1*,"
|
"OpenSSH_2.5.1*,"
|
||||||
"OpenSSH_2.5.2*", SSH_OLD_DHGEX|SSH_BUG_NOREKEY },
|
"OpenSSH_2.5.2*", SSH_OLD_DHGEX|SSH_BUG_NOREKEY },
|
||||||
{ "OpenSSH_2.5.3*",
|
{ "OpenSSH_2.5.3*", SSH_BUG_NOREKEY },
|
||||||
SSH_BUG_NOREKEY },
|
{ "Sun_SSH_1.0*", SSH_BUG_NOREKEY },
|
||||||
{ "OpenSSH*", 0 },
|
{ "OpenSSH*", 0 },
|
||||||
{ "*MindTerm*", 0 },
|
{ "*MindTerm*", 0 },
|
||||||
{ "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
|
{ "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
|
||||||
|
|
Loading…
Reference in New Issue