Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
however, release pty, since the fd's to the child are already closed.
|
|
don't kill the login shells if the shells stdin/out/err is closed.
this should now work:
ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
|
|
wait() calls.
|
|
should fix sshd's hanging with WCHAN==wait
|
|
|
|
|
|
|
|
|
|
|
|
|
|
during channnel_after_select() (used for dynamic channels).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
now check for localhost, too.
|
|
|
|
and matthew@debian.org
|
|
|
|
|
|
|
|
ok markus@
|
|
|
|
|
|
|
|
|
|
for portable. ok deraadt@
|
|
|
|
|
|
|
|
vinschen@redhat.com
|
|
|
|
|