Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
got from portable. markus ok
|
|
SO_REUSEADDR. fixup comments. ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in channel.c.
|
|
|
|
depends on ordered replies.
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@
|
|
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
|
|
|
|
|
|
forwarding endpoints). the intention is to preserve the on-the-wire
appearance to applications at either end; the applications can then
enable TCP_NODELAY according to their requirements. ok markus@
|
|
bit more memory for slow receivers but increases througput.
|
|
|
|
|
|
add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
ok djm@
|
|
|
|
|
|
no nagle changes just yet; ok djm@ markus@
|
|
|
|
|
|
|
|
|
|
|
|
bug #36, based on patch from djast@cs.toronto.edu
|
|
|
|
|
|
|
|
|
|
|
|
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
yakk@yakk.dot.net; ok markus@
|
|
(v2 only, but the openssh client does not support this feature).
|
|
|
|
to try. report from djast@cs.toronto.edu. ok markus@
|
|
ok markus@
|
|
|
|
|
|
|
|
|
|
$ echo $DISPLAY
localhost:12.0
$ netstat -an|grep 6012
tcp 0 0 127.0.0.1.6012 *.* LISTEN
tcp6 0 0 ::1.6012 *.* LISTEN
sshd_config gatewayports=yes can be used to revert back to the old
behavior. will control this with another option later. ok markus@
|