]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/03/06 00:24:39
authordjm <djm>
Thu, 7 Mar 2002 01:59:02 +0000 (01:59 +0000)
committerdjm <djm>
Thu, 7 Mar 2002 01:59:02 +0000 (01:59 +0000)
     [compat.c]
     compat.c

ChangeLog
compat.c

index 91711214d6707da5679f230c0e9bb5790479835e..e0702cbf43e8ca621eafb415a168d94cdcb42574 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
    - markus@cvs.openbsd.org 2002/03/06 00:23:27
      [compat.c dh.c]
      undo
+   - markus@cvs.openbsd.org 2002/03/06 00:24:39
+     [compat.c]
+     compat.c
 
 20020305
    - stevesk@cvs.openbsd.org 2002/03/02 09:34:42
index 906547079bba72ec95161f12d3d7f1047f999c46..74d5ed85ed6bd986dc02172c3dbadc194deac6bd 100644 (file)
--- a/compat.c
+++ b/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
  * modification, are permitted provided that the following conditions
@@ -23,7 +23,7 @@
  */
 
 #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 "packet.h"
@@ -73,8 +73,8 @@ compat_datafellows(const char *version)
                { "OpenSSH_2.5.0*,"
                  "OpenSSH_2.5.1*,"
                  "OpenSSH_2.5.2*",     SSH_OLD_DHGEX|SSH_BUG_NOREKEY },
-               { "OpenSSH_2.5.3*",
-                                       SSH_BUG_NOREKEY },
+               { "OpenSSH_2.5.3*",     SSH_BUG_NOREKEY },
+               { "Sun_SSH_1.0*",       SSH_BUG_NOREKEY },
                { "OpenSSH*",           0 },
                { "*MindTerm*",         0 },
                { "2.1.0*",             SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
This page took 1.561493 seconds and 5 git commands to generate.