Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
millert@ ok
|
|
|
|
|
|
|
|
|
|
Found by fries@, ok deraadt@
|
|
|
|
|
|
|
|
however, release pty, since the fd's to the child are already closed.
|
|
instead of UT_HOSTSIZE, UT_NAMESIZE and UT_LINESIZE since the UT_*
constants define sizes on the local machine, not the sizes specified
by the rusers protocol.
|
|
Came out of discussions with Solar Designer.
|
|
Problem encountered by obecian@.
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Work by Vladimir Popov <jumbo@narod.ru>
|
|
but apparently there are broken whois servers out there.
|
|
|
|
|
|
|
|
|
|
if it is non-default (i.e., != 80) to circumvent bugs in
some broken HTTP servers. naddy@ got hit by this with a port,
lebel@ spotted the problem.
o Print the HTTP request if debug (the ``-d'' flag) is specified.
millert@ ok
|
|
|
|
|
|
|