[openssh-commits] CVS: fuyu.mindrot.org: openssh

Darren Tucker dtucker at fuyu.mindrot.org
Sun Feb 25 20:37:22 EST 2007


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     dtucker at fuyu.mindrot.org 07/02/25 20:37:22

Modified files:
    .               : ChangeLog sshd.c

Log message:
   - dtucker at cvs.openbsd.org 2007/02/21 11:00:05
     [sshd.c]
     Clear alarm() before restarting sshd on SIGHUP.  Without this, if there's
     a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the
     newly exec'ed sshd will get the SIGALRM and not have a handler for it,
     and the default action will terminate the listening sshd.  Analysis and
     patch from andrew at gaul.org.

Diff commands:
cvs -nQq rdiff -u -r1.4620 -r1.4621 openssh/ChangeLog
cvs -nQq rdiff -u -r1.361 -r1.362 openssh/sshd.c

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4620;r2=1.4621
http://cvsweb.mindrot.org/index.cgi/openssh/sshd.c?r1=1.361;r2=1.362

Please note that there may be a delay before commits are available
on the public CVSWeb site.


More information about the openssh-commits mailing list