log common-channel.c @ 1470:8bba51a55704

age author description
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
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
Sun, 04 Dec 2011 05:27:29 +0800 Matt Johnston - Make sure we don't use channel-specific data after it has been freed
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Fri, 07 Nov 2008 14:11:06 +0000 Matt Johnston Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Sun, 02 Nov 2008 12:01:39 +0000 Matt Johnston Don't use // style comments
Tue, 23 Sep 2008 12:03:01 +0000 Matt Johnston Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have
Thu, 21 Feb 2008 14:46:15 +0000 Matt Johnston Don't return until the shell has quit. This will ensure that an exit status
Wed, 25 Jul 2007 15:44:25 +0000 Matt Johnston Add -W <windowsize> argument and document it.
Tue, 24 Jul 2007 15:40:23 +0000 Matt Johnston Rearrange the channel buffer sizes into three neat use-editable values in
Thu, 22 Feb 2007 16:17:09 +0000 Matt Johnston Fix a stupid bug s/readfd/errfd/ affecting channel close on child exit DROPBEAR_0.49
Fri, 16 Feb 2007 14:42:08 +0000 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Mon, 12 Feb 2007 10:39:22 +0000 Matt Johnston - Fix bug in child-exit handling where the wrong pid was being matched. channel-fix
Fri, 09 Feb 2007 10:43:16 +0000 Matt Johnston Improve behaviour when flushing out after a process has exited. channel-fix
Tue, 06 Feb 2007 16:00:18 +0000 Matt Johnston merge of '73fe066c5d9e2395354ba74756124d45c978a04d' channel-fix
Tue, 06 Feb 2007 15:59:54 +0000 Matt Johnston disapproval of revision '1dfbc5ef92391d01b576c8506061927869a89887' channel-fix
Sat, 03 Feb 2007 08:22:58 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head b1dd3b94e60a07a176dba2b035ac79968595990a) channel-fix
Sat, 03 Feb 2007 08:20:47 +0000 Matt Johnston merge of '7ac513addd924cd0391e7db26c067024c3c257f6' channel-fix
Sat, 03 Feb 2007 08:20:45 +0000 Matt Johnston merge of '1dfbc5ef92391d01b576c8506061927869a89887' channel-fix
Sat, 03 Feb 2007 08:20:34 +0000 Matt Johnston merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834'
Sat, 03 Feb 2007 08:20:30 +0000 Matt Johnston merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c'
Sat, 03 Feb 2007 08:10:09 +0000 Matt Johnston disapproval of revision '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c' channel-fix
Sat, 03 Feb 2007 08:09:55 +0000 Matt Johnston disapproval of revision '2186a678a5f79ef432f6593a10e3e13df2a313d5'
Sat, 03 Feb 2007 08:09:22 +0000 Matt Johnston disapproval of revision '5fdf69ca60d1683cdd9f4c2595134bed26394834' channel-fix
Sat, 03 Feb 2007 08:08:47 +0000 Matt Johnston disapproval of revision '332f709a4cb39cde4cedab7c3be89e05f3023067'
Tue, 05 Dec 2006 15:23:06 +0000 Matt Johnston Add some code for testing whether a writefd is closed (by read()ing from it) channel-fix
Tue, 05 Dec 2006 14:42:03 +0000 Matt Johnston - Add some extra tracing. channel-fix
Wed, 11 Oct 2006 14:44:00 +0000 Matt Johnston Remove accidentally removed block (making sure to close the channel). channel-fix
Mon, 09 Oct 2006 16:31:00 +0000 Matt Johnston Passes most test cases now channel-fix
Sat, 07 Oct 2006 17:48:55 +0000 Matt Johnston Rearranged (and hopefully simplified) channel close/eof handling channel-fix
Mon, 02 Oct 2006 16:34:06 +0000 Matt Johnston Rearranged some more bits, marked some areas that need work. channel-fix
Sun, 01 Oct 2006 16:35:13 +0000 Matt Johnston just shuffle some variables names about, a brief comment channel-fix
Sun, 11 Jun 2006 16:37:46 +0000 Matt Johnston fix accidentally changed == vs != operators
Sun, 11 Jun 2006 16:19:32 +0000 Matt Johnston progress towards exiting on writefd closure rather than
Sat, 10 Jun 2006 16:39:40 +0000 Matt Johnston merge of 332f709a4cb39cde4cedab7c3be89e05f3023067
Sat, 10 Jun 2006 16:39:37 +0000 Matt Johnston disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'
Tue, 28 Mar 2006 16:04:11 +0000 Matt Johnston smaller yet again ucc-axis-hack
Mon, 27 Mar 2006 08:36:44 +0000 matt-ucc *hack hack hack* ucc-axis-hack
Sat, 25 Mar 2006 12:57:37 +0000 Matt Johnston Some cleanups/fixes for various TRACE statements
Wed, 08 Mar 2006 12:53:09 +0000 Matt Johnston merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3
Wed, 08 Mar 2006 12:09:02 +0000 Matt Johnston Stomp on some minor warnings
Wed, 25 Jan 2006 17:13:38 +0000 Matt Johnston Check that the output circular buffer is actually empty before
Tue, 06 Dec 2005 17:32:53 +0000 Matt Johnston * common-channel.c: get rid of the read()-from-writefd code
Thu, 20 Oct 2005 16:53:12 +0000 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
Mon, 05 Sep 2005 17:10:32 +0000 Matt Johnston * ensure that we only handle open confirmation/failure
Mon, 05 Sep 2005 15:16:10 +0000 Matt Johnston * use own assertions which should get logged properly
Fri, 08 Jul 2005 15:04:06 +0000 Matt Johnston * close a file descriptor after we've shutdown() both sides, to avoid a leak
Wed, 04 May 2005 15:31:17 +0000 Matt Johnston compile fix when TRACE debugging is enabled
Sun, 13 Mar 2005 13:58:14 +0000 Matt Johnston * fix longstanding bug with connections being closed on failure to
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Wed, 22 Dec 2004 15:37:50 +0000 Matt Johnston Rearrange preprocessor parts so that compilation with various options
Fri, 27 Aug 2004 14:39:01 +0000 Matt Johnston merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Thu, 26 Aug 2004 13:16:40 +0000 Matt Johnston - added circular buffering for channels
Tue, 24 Aug 2004 18:12:18 +0000 Matt Johnston Nasty.
Thu, 12 Aug 2004 16:41:58 +0000 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
Tue, 10 Aug 2004 17:09:52 +0000 Matt Johnston just checkpointing
Fri, 30 Jul 2004 03:02:19 +0000 Matt Johnston we're nearly there yet
Thu, 03 Jun 2004 18:08:34 +0000 Matt Johnston Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
Thu, 03 Jun 2004 16:45:53 +0000 Matt Johnston - Reworked non-channel fd handling to listener.c
Wed, 02 Jun 2004 04:59:49 +0000 Matt Johnston Chantype handling is sorted
Tue, 01 Jun 2004 10:48:46 +0000 Matt Johnston Sorted out the first channel init issues.
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required