- Nov 27, 2015
-
-
Matt Johnston authored
which broken handling EAGAIN/EINTR
-
Matt Johnston authored
-
- Nov 19, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
rather than SSH_OPEN_UNKNOWN_CHANNEL_TYPE
-
- Nov 17, 2015
-
-
Matt Johnston authored
from Andrzej Szombierski
-
- Jun 04, 2015
-
-
Matt Johnston authored
-
- May 06, 2015
-
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
Gaël PORTAY authored
-
- May 02, 2015
-
-
Matt Johnston authored
-
- Mar 21, 2015
-
-
Matt Johnston authored
-
- Mar 20, 2015
-
-
Matt Johnston authored
-
Matt Johnston authored
-
- Mar 01, 2015
-
-
Matt Johnston authored
--HG-- branch : nocircbuffer
-
- Feb 24, 2015
-
-
Matt Johnston authored
-
Thorsten Horstmann authored
and /**/ comments
-
- Feb 20, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Feb 18, 2015
-
-
Matt Johnston authored
--HG-- branch : fastopen
-
- Aug 19, 2014
-
-
Matt Johnston authored
-
- Jul 28, 2014
-
-
Matt Johnston authored
-
- Jul 26, 2014
-
-
Matt Johnston authored
-
- Jul 16, 2014
-
-
Matt Johnston authored
if (connecting || ptys || x11) tos = LOWDELAY; else if (tcp_forwards) tos = 0; else tos = BULK; TCP forwards could be either lowdelay or bulk, hence the default priority.
-
- Jul 09, 2014
-
-
Matt Johnston authored
-
- Jul 08, 2014
-
-
Matt Johnston authored
-
- Jun 25, 2014
-
-
Matt Johnston authored
connection backlog, avoid check_close() for channels that haven't had IO
-
- Feb 22, 2014
-
-
Matt Johnston authored
be more precise about maximum channel sizes
-
- Feb 17, 2014
-
-
Matt Johnston authored
we're waiting for a key exchange. This should hopefully fix the situation where "~." doesn't work to terminate a client session when a laptop wakes up. The client will be stuck waiting for a key exchange on a dead connection, so won't have read the escape character
-
- Sep 21, 2013
-
-
Matt Johnston authored
Fixes the situation $ ./dbclient root@1.2.3.4 'cat; echo foo' ^D <no output>
-
- Apr 10, 2013
-
-
Matt Johnston authored
-
- Apr 01, 2013
-
-
Matt Johnston authored
-
- Mar 23, 2013
-
-
Matt Johnston authored
-
- Mar 20, 2013
-
-
Matt Johnston authored
-
- Mar 19, 2013
-
-
Matt Johnston authored
Long-standing bug probably stemming from the awkwardly named delete_channel() versus remove_channel()
-
- May 09, 2012
-
-
Matt Johnston authored
- Fix build if ENABLE_SVR_REMOTETCPFWD is disabled but ENABLE_SVR_LOCALTCPFWD is enabled
-
- Dec 04, 2011
-
-
Matt Johnston authored
with a ChanType->closehandler()
-
- Feb 23, 2011
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
-
- Nov 07, 2008
-
-
Matt Johnston authored
code works --HG-- extra : convert_revision : ff66e05ae040561110af70114bf83f11ed528f05
-
- Nov 02, 2008
-
-
Matt Johnston authored
--HG-- extra : convert_revision : c92c7b4fef739b505d9842b45a393e1089097e3b
-
- Sep 23, 2008
-
-
Matt Johnston authored
already sent a SSH_MSG_CHANNEL_CLOSE. This fixes a bug triggered by more recent versions of putty with tcp fowarding and window adjustment request messages. --HG-- extra : convert_revision : 10b2f286b9886364db39dfbb4f8f46e49e345d87
-
- Feb 21, 2008
-
-
Matt Johnston authored
is always returned. --HG-- extra : convert_revision : 32fc88053016994100eb0ef17f75592881c90d97
-