Mercurial > dropbear
diff CHANGES @ 290:94ee16f5b8a8
0.48 progress
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 09 Mar 2006 12:37:38 +0000 |
parents | 9b9664204b97 |
children | 55a99934db87 |
line wrap: on
line diff
--- a/CHANGES Wed Mar 08 15:46:24 2006 +0000 +++ b/CHANGES Thu Mar 09 12:37:38 2006 +0000 @@ -1,3 +1,26 @@ +0.48 - + +- Check that the circular buffer is properly empty before + closing a channel, which could cause truncated transfers + (thanks to Tomas Vanek for helping track it down) + +- Implement per-IP pre-authentication connection limits + (after some poking from Pablo Fernandez) + +- Exit gracefully if trying to connect to as SSH v1 server + (reported by Rushi Lala) + +- Only read /dev/random once at startup when in non-inetd mode + +- Allow ctrl-c to close a dbclient password prompt (may + still have to press enter on some platforms) + +- Merged in uClinux patch for inetd mode + +- Updated to scp from OpenSSH 4.3p2 - fixes a security issue + where use of system() could cause users to execute arbitrary + code through malformed filenames, ref CVE-2006-0225 + 0.47 - Thurs Dec 8 2005 - SECURITY: fix for buffer allocation error in server code, could potentially