[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Fri Sep 24 22:07:55 EST 2010
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 10/09/24 22:07:55
Modified files:
. : ChangeLog mux.c
Log message:
- djm at cvs.openbsd.org 2010/09/20 07:19:27
[mux.c]
"atomically" create the listening mux socket by binding it on a temorary
name and then linking it into position after listen() has succeeded.
this allows the mux clients to determine that the server socket is
either ready or stale without races. stale server sockets are now
automatically removed
ok deraadt
Diff commands:
cvs -nQq rdiff -u -r1.5676 -r1.5677 openssh/ChangeLog
cvs -nQq rdiff -u -r1.23 -r1.24 openssh/mux.c
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5676;r2=1.5677&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/mux.c?r1=1.23;r2=1.24&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list