head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.06.08.08.03.26;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2001.02.09.22.37.50;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update from OpenSSH 2.2.0 to OpenSSH 2.9
- Features:
  Possible use of sftp/sftp-server with older FreeBSD releases.
  Use a newer version independently from the Base system.
  Easier to test and fix possible security bugs.
- Bugs:
  build of pam_ssm.so isn't be supported any more
  Any file named "cookie" can be deleted by this and any older "sshd"
  with X11 Forwarding.
@
text
@--- /home/bright/ssh/ssh/deattack.c	Fri Aug 18 19:17:12 2000
+++ deattack.c	Fri Feb  9 10:58:54 2001
@@@@ -84,7 +84,7 @@@@
 detect_attack(unsigned char *buf, u_int32_t len, unsigned char *IV)
 {
 	static u_int16_t *h = (u_int16_t *) NULL;
-	static u_int16_t n = HASH_MINSIZE / HASH_ENTRYSIZE;
+	static u_int32_t n = HASH_MINSIZE / HASH_ENTRYSIZE;
 	register u_int32_t i, j;
 	u_int32_t l;
 	register unsigned char *c;
@


1.1
log
@Add patch to deal with possible remote root exploit found by
Michal Zalewski of the Bindview RAZOR Team, and some patches to hopefully
deal with compilation on older versions of FreeBSD.

Submitted by:	alfred
@
text
@@

