[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at mindrot.org
Sun Apr 23 12:10:49 EST 2006
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 2006/04/23 12:10:49
Modified files:
. : ChangeLog includes.h session.c sftp.c
Log message:
- djm at cvs.openbsd.org 2006/04/20 21:53:44
[includes.h session.c sftp.c]
Switch from using pipes to socketpairs for communication between
sftp/scp and ssh, and between sshd and its subprocesses. This saves
a file descriptor per session and apparently makes userland ppp over
ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this
decision on a per-platform basis)
cvs -n rdiff -u -r1.4313 -r1.4314 openssh/ChangeLog
cvs -n rdiff -u -r1.103 -r1.104 openssh/includes.h
cvs -n rdiff -u -r1.326 -r1.327 openssh/session.c
cvs -n rdiff -u -r1.86 -r1.87 openssh/sftp.c
More information about the openssh-commits
mailing list