Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Attic/CHANGES-1.5.4,v retrieving revision 1.1.2.112 retrieving revision 1.1.2.113 diff -u -p -r1.1.2.112 -r1.1.2.113 --- src/Attic/CHANGES-1.5.4 2003/09/09 11:49:06 1.1.2.112 +++ src/Attic/CHANGES-1.5.4 2003/09/17 00:12:23 1.1.2.113 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-1.5.4,v 1.1.2.112 2003/09/09 11:49:06 msaitoh Exp $ +# $NetBSD: CHANGES-1.5.4,v 1.1.2.113 2003/09/17 00:12:23 grant Exp $ A complete list of changes from NetBSD 1.5.3 to NetBSD 1.5.4: @@ -2213,3 +2213,19 @@ sys/netinet/tcp_subr.c 1.153 Initialize ip_hl for ipsec policy lookup. Fixes PR 22715. [itojun, ticket #78] + +crypto/dist/ssh/buffer.c 1.3 (via patch) +crypto/dist/ssh/version.h 1.29 (via patch) + + Do not record expanded size before attempting to reallocate the + associated memory. From OpenBSD, via FreeBSD. + + crank __NETBSDSSH_VERSION for buffer.c fix + [christos, no ticket] + +crypto/dist/ssh/buffer.c 1.4 (via patch) +crypto/dist/ssh/channels.c 1.30 (via patch) +crypto/dist/ssh/version.h 1.31 (via patch) + + apply more malloc fixes from OpenSSH 3.7 -> 3.7.1. + [christos, no ticket]