- Aug 19, 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.
-
- Dec 03, 2013
-
-
Catalin Patulea authored
-
Matt Johnston authored
time - Set non-pty connections to bulk for client and server
-
- Dec 02, 2013
-
-
Catalin Patulea authored
-
- Nov 14, 2013
-
-
Matt Johnston authored
-
- Sep 21, 2013
-
-
Matt Johnston authored
-
- Apr 10, 2013
-
-
Matt Johnston authored
-
- Apr 07, 2013
-
-
Matt Johnston authored
--HG-- branch : ecc
-
- Mar 23, 2013
-
-
Matt Johnston authored
-
- Feb 23, 2011
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
-
- Mar 21, 2010
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 0adbc6745a5ada0b6780b0683209f5b26b1a335d
-
- Aug 25, 2009
-
-
Matt Johnston authored
--HG-- extra : convert_revision : e35cd321b6d4fab6ad854827249f610da3bb6878
-
- Jul 30, 2009
-
-
Matt Johnston authored
--HG-- branch : agent-client extra : convert_revision : eb0dae4b62e243ba37a897beb7ba81a4f637d8b3
-
- Jul 06, 2009
-
-
Matt Johnston authored
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3
-
- Sep 23, 2008
-
-
Matt Johnston authored
--HG-- extra : convert_revision : c7b916e6c522f16f06fe1bd52815ba13aa88b90b
-
- Sep 17, 2008
-
-
Matt Johnston authored
--HG-- branch : dbclient-netcat-alike extra : convert_revision : b02ba6628cf2095017c60d202ac630f231e6b553
-
- Jul 25, 2007
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
-
- Jul 24, 2007
-
-
Matt Johnston authored
options.h. Increasing RECV_MAX_WINDOW gives big network performance increases - even with the present buffers (which haven't changed) it performs a lot better. Next step is to make the window size a cmdline option. --HG-- extra : convert_revision : 24c7cb47fb56cf5b82e3bc0859b45ea83038eab0
-
- Feb 12, 2007
-
-
Matt Johnston authored
--HG-- branch : channel-fix extra : convert_revision : 493d563a48aecc55015ba6d2820da223b3b013b7
-
- Mar 26, 2006
-
-
Matt Johnston authored
first thing in a function --HG-- extra : convert_revision : 5e475ab869513f9ce5baff42838a656f99300487
-
- Mar 25, 2006
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 84eb6fedc6df0666f8053b9018bf16635dbfb257
-
- Mar 22, 2006
-
-
Matt Johnston authored
eg ./dbclient -i testkey -L 1234:remotehost:remoteport tunnelhost will ssh to tunnelhost (using testkey, there's no way to ask for a password) and then tcpfwd to remotehost:remoteport on stdin/stdout. There's no way to give a cmdline password, so -i for a keyfile will have to do. Yet another reason for agent forwarding. The 1234 is a dummy var, I think it has to be a valid portnumber though. --HG-- branch : dbclient-netcat-alike extra : convert_revision : d1f69334581dc4c35f9ca16aa5355074c9dd315d
-
- Oct 21, 2005
-
-
Matt Johnston authored
--HG-- extra : convert_revision : e3e7dc2cf75ad60c83a5b4307c210fee2fe90434
-
- Mar 13, 2005
-
-
Matt Johnston authored
connect to auth socket (server) * differentiate between get_byte and get_bool * get rid of some // comments * general tidying --HG-- extra : convert_revision : fb8d188ce33b6b45804a5ce51b9f601f83bdf3d7
-
- Jan 03, 2005
-
-
Matt Johnston authored
--HG-- extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f
-
- Aug 27, 2004
-
-
Matt Johnston authored
and 69b007796063cb5f042be7cca2d479e90db869c3 --HG-- extra : convert_revision : 5d0dfaa8c0ee6c728a3b4f0f0855199ba729db83
-
- Aug 26, 2004
-
-
Matt Johnston authored
- added stderr support for the client - cleaned up a bunch of "unused" warnings, duplicated header definitions - added exit-status support for the client --HG-- extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4
-
- Aug 25, 2004
-
-
Matt Johnston authored
--HG-- extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a
-
- Aug 22, 2004
-
-
Matt Johnston authored
always gets hit. --HG-- extra : convert_revision : 3eb50d87fa6439d336b2238926fbed5066302d30
-
- Aug 18, 2004
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 9c2b10bf10f9d38f62490346b53268a07afa0c3a
-
- Aug 15, 2004
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 75c02f80c4ed25bd4697e7f17ffac6eded54c148
-
- Aug 09, 2004
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 820649664926ee4346c564fc4d9c8e211d541092
-
- Aug 01, 2004
-
-
Matt Johnston authored
--HG-- extra : convert_revision : 93a39c7b76f478035046b9c6f88af54612cce36f
-
Matt Johnston authored
- Refactored the terminal-mode handling for the server - Improved session closing for the client --HG-- extra : convert_revision : 9d19b4f22c39798af5f3f24c2022f8caec4919e8
-
- Jul 30, 2004
-
-
Matt Johnston authored
adding cli-{chansession,runopts}.c which were missing --HG-- extra : convert_revision : ca970fb1e3fdbf0a72750e4af8f45ad308e77368
-