Mercurial > dropbear
log common-channel.c @ 1012:ffd2359564b0
age | author | description |
---|---|---|
Tue, 19 Aug 2014 23:08:56 +0800 | Matt Johnston | Make keepalive handling more robust, this should now match what OpenSSH does |
Mon, 28 Jul 2014 23:23:49 +0800 | Matt Johnston | Make sure the check_close() handler runs when a server child process exits |
Sat, 26 Jul 2014 10:18:55 +0800 | Matt Johnston | Avoid use-after-free when channel inithandler fails. Thanks to Coverity |
Wed, 16 Jul 2014 22:53:32 +0800 | Matt Johnston | Set tcp priority as follows: |
Wed, 09 Jul 2014 00:13:17 +0800 | Matt Johnston | Make sure client exit messages don't get lost |
Tue, 08 Jul 2014 21:59:36 +0800 | Matt Johnston | Send a failure response if a client receives a global request |
Wed, 25 Jun 2014 23:42:39 +0800 | Matt Johnston | Improve handling lots of concurrent forwarded connections. Increase |