Age | Commit message (Collapse) | Author |
|
|
|
|
|
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simplifies debugging messages; ok provos@
|
|
|
|
|
|
|
|
|
|
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 ?
|
|
update maxfd if maxfd gets closed.
|
|
|
|
TODO; cleanup headers
|
|
|
|
|
|
should be still some select errors...
|
|
|
|
problems.
channel_new now returns a Channel *, favour Channel * over channel id.
remove old channel_allocate interface.
|
|
remove closed fd's from the select mask.
|
|
rename util.[ch] -> misc.[ch]
|
|
|
|
|
|
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence. We're not changing any rules, just
being accurate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
peer is not going to read the data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interops (x11,agent,etc) with 1.2.27 and protocol 1.3
|