Thu, 04 Jun 2015 23:08:50 +0800 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
Sat, 02 May 2015 14:56:57 +0200 |
Gaël PORTAY |
Turn send_msg_channel_open_failure()'s text and lang into const char *
|
Sat, 02 May 2015 13:58:05 +0200 |
Gaël PORTAY |
Turn start_send_channel_request()'s type argument into char *
|
Sat, 02 May 2015 15:59:06 +0200 |
Gaël PORTAY |
Fix pointer differ in signess warnings [-Werror=pointer-sign]
|
Sat, 02 May 2015 22:47:25 +0800 |
Matt Johnston |
Fix no-writev fallback
|
Sat, 21 Mar 2015 22:43:08 +0800 |
Matt Johnston |
Avoid channel writev() when there is nothing to write
|
Fri, 20 Mar 2015 23:36:42 +0800 |
Matt Johnston |
Make main socket nonblocking. Limit writequeue size.
|
Tue, 17 Mar 2015 21:58:32 +0800 |
Matt Johnston |
Remove ATTRIB_NORETURN from session_loop() since it returns.
pam
|
Sun, 01 Mar 2015 00:44:45 +0800 |
Matt Johnston |
Avoid copying data into circular buffer
nocircbuffer
|
Sat, 28 Feb 2015 09:06:40 +0800 |
Matt Johnston |
merge from default
fastopen
|
Tue, 24 Feb 2015 20:53:32 +0800 |
Matt Johnston |
Use m_close() which will avoid close(-1)
|
Tue, 24 Feb 2015 20:51:18 +0800 |
Thorsten Horstmann |
Fix for old compilers, variable declarations at beginning of functions
|
Fri, 20 Feb 2015 23:16:38 +0800 |
Matt Johnston |
Move generic network routines to netio.c
fastopen
|
Wed, 18 Feb 2015 22:46:15 +0800 |
Matt Johnston |
async connections working
fastopen
|
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
|
Sat, 22 Feb 2014 18:02:09 +0800 |
Matt Johnston |
A few fixes for cases where compression increases payload sizes, and
|
Mon, 17 Feb 2014 21:41:06 +0800 |
Matt Johnston |
Read (and enqueue) packets from interactive input even when
|
Sat, 21 Sep 2013 00:17:22 +0800 |
Matt Johnston |
Improve EOF handling for half-close. Patch from Catalin Patulea
|
Wed, 10 Apr 2013 21:32:55 +0800 |
Matt Johnston |
run closehandlers on cleanup
|
Mon, 01 Apr 2013 00:07:26 +0800 |
Matt Johnston |
Move the more verbose TRACE() statements into TRACE2()
|
Sat, 23 Mar 2013 23:16:06 +0800 |
Matt Johnston |
Add ~. and ~^Z handling to exit/suspend dbclient
|
Wed, 20 Mar 2013 22:31:07 +0800 |
Matt Johnston |
use an empty writebuf rather than a NULL one
|
Tue, 19 Mar 2013 23:54:32 +0800 |
Matt Johnston |
Fix memory leak when direct TCP connections time out on connection.
|
Wed, 09 May 2012 20:33:16 +0800 |
Matt Johnston |
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
|