X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/a30caa921136a658ca3d3953afab1d0296a19547..851d192b680f9b63ec66dd4e1cbf8ffc2baedbb9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 712a9caf..72d5a21e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,24 @@ [ssh_config.5] explain the constraints on LocalCommand some more so people don't try to abuse it. + - djm@cvs.openbsd.org 2009/11/10 02:58:56 + [sshd_config.5] + clarify that StrictModes does not apply to ChrootDirectory. Permissions + and ownership are always checked when chrooting. bz#1532 + - dtucker@cvs.openbsd.org 2009/11/10 04:30:45 + [sshconnect2.c channels.c sshconnect.c] + Set close-on-exec on various descriptors so they don't get leaked to + child processes. bz #1643, patch from jchadima at redhat, ok deraadt. + - markus@cvs.openbsd.org 2009/11/11 21:37:03 + [channels.c channels.h] + fix race condition in x11/agent channel allocation: don't read after + the end of the select read/write fdset and make sure a reused FD + is not touched before the pre-handlers are called. + with and ok djm@ + - djm@cvs.openbsd.org 2009/11/17 05:31:44 + [clientloop.c] + fix incorrect exit status when multiplexing and channel ID 0 is recycled + bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker 20091226 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1