X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/1bd718267deb288d18a9c85bf21f3cab06c4f820..cd25664d5eefd33e10a6e15c603116f75f769660:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4a6bff01..48d1a624 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,22 @@ - markus@cvs.openbsd.org 2003/09/18 07:56:05 [authfile.c] missing buffer_free(&encrypted); #662; zardoz at users.sf.net + - markus@cvs.openbsd.org 2003/09/18 08:49:45 + [deattack.c misc.c session.c ssh-agent.c] + more buffer allocation fixes; from Solar Designer; CAN-2003-0682; + ok millert@ + - miod@cvs.openbsd.org 2003/09/18 13:02:21 + [authfd.c bufaux.c dh.c mac.c ssh-keygen.c] + A few signedness fixes for harmless situations; markus@ ok + - markus@cvs.openbsd.org 2003/09/19 09:02:02 + [packet.c] + buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 + - markus@cvs.openbsd.org 2003/09/19 09:03:00 + [buffer.c] + sign fix in buffer_dump; Jedi/Sector One; pr 3473 + - markus@cvs.openbsd.org 2003/09/19 11:29:40 + [ssh-agent.c] + provide a ssh-agent specific fatal() function; ok deraadt 20030919 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;