log common-channel.c @ 1617:1fbe598a14fb

age author description
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Mon, 22 May 2017 22:09:38 +0800 Matt Johnston remove unneeded check fuzz
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Thu, 24 Mar 2016 12:36:56 +0100 Francois Perrad remove duplicated include
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 27 Nov 2015 22:19:08 +0800 Matt Johnston Fix "Avoid queueing into circbuffer when the channel is about to close"
Fri, 27 Nov 2015 21:26:43 +0800 Matt Johnston Fix ses.channel_signal_pending race
Thu, 19 Nov 2015 23:52:52 +0800 Matt Johnston Avoid queueing into circbuffer when the channel is about to close
Thu, 19 Nov 2015 22:39:32 +0800 Matt Johnston Send SSH_OPEN_RESOURCE_SHORTAGE response when too many channels open
Tue, 17 Nov 2015 20:53:30 +0800 Matt Johnston Only clear channel_signal_pending after handling all channels,
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