log cli-chansession.c @ 1938:77bc00dcc19f default tip main master

age author description
Thu, 27 Jan 2022 14:34:10 +0800 Matt Johnston Leave non-interactive at default QoS class
Mon, 11 Oct 2021 15:42:14 +0800 Matt Johnston Replace ChanType.sepfds with Channel.bidir_fd
Sun, 24 Mar 2019 20:41:02 +0800 Matt Johnston Fix regression where TTY modes weren't reset for client
Wed, 14 Nov 2018 22:57:56 +0800 Matt Johnston Split ChanType closehandler() and cleanup() so that dbclient doesn't
Sat, 19 Aug 2017 22:39:53 +0200 Francois Perrad Pointer parameter could be declared as pointing to const (callback)
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Thu, 31 Dec 2015 18:02:21 +0100 Francois Perrad put default in switch/case
Thu, 31 Dec 2015 17:33:36 +0100 Francois Perrad remove unreachable code
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sun, 03 May 2015 00:01:36 +0200 Gaël PORTAY Turn type and term local variables into 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]
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
Wed, 16 Jul 2014 22:53:32 +0800 Matt Johnston Set tcp priority as follows:
Tue, 03 Dec 2013 00:06:35 +0800 Catalin Patulea Fix TRACEs of cli_send_netcat_request
Tue, 03 Dec 2013 00:04:48 +0800 Matt Johnston - Sockets are set to lowdelay priority initially to improve conneciton setup
Mon, 02 Dec 2013 22:55:43 +0800 Catalin Patulea Set IPTOS_LOWDELAY on PTY sessions only
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Fri, 18 Oct 2013 21:38:01 +0800 Matt Johnston Merge in changes from the past couple of releases ecc
Sat, 21 Sep 2013 00:34:36 +0800 Matt Johnston Only send a failure response to a channel request if wantreply is set.
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Wed, 10 Apr 2013 21:32:44 +0800 Matt Johnston reset terminal modes before printing a message
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Sat, 23 Mar 2013 23:16:06 +0800 Matt Johnston Add ~. and ~^Z handling to exit/suspend dbclient
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Sun, 21 Mar 2010 06:06:42 +0000 Matt Johnston - make structure static
Tue, 25 Aug 2009 05:24:18 +0000 Matt Johnston - Move netcat struct to where it stays in scope.
Thu, 30 Jul 2009 15:14:33 +0000 Matt Johnston Agent forwarding works agent-client
Mon, 06 Jul 2009 12:59:13 +0000 Matt Johnston New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client
Tue, 23 Sep 2008 15:57:26 +0000 Matt Johnston - Enable -s for specifying a subsystem (such as sftp)
Wed, 17 Sep 2008 14:36:49 +0000 Matt Johnston Rework netcat-alike to be a proper mode, with -B argument. dbclient-netcat-alike
Sun, 14 Sep 2008 06:47:51 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) dbclient-netcat-alike
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
Mon, 12 Feb 2007 10:37:35 +0000 Matt Johnston Ignore "exit-signal" request rather than returning failure channel-fix
Sat, 25 Mar 2006 17:10:27 +0000 matt-ucc A few changes for the 0.48 merge ucc-axis-hack
Sat, 25 Mar 2006 12:57:37 +0000 Matt Johnston Some cleanups/fixes for various TRACE statements
Tue, 21 Mar 2006 16:16:41 +0000 Matt Johnston A hack to make dbclient to tcp forwarding netcat style. dbclient-netcat-alike
Thu, 20 Oct 2005 16:53:12 +0000 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
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
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.
Sun, 22 Aug 2004 09:23:59 +0000 Matt Johnston Move the revert-to-non-blocking-stdin code to cli-session so it
Wed, 18 Aug 2004 12:42:21 +0000 Matt Johnston Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.
Sat, 14 Aug 2004 17:54:20 +0000 Matt Johnston License boilerplate etc, add Mihnea as an author to some of the files
Mon, 09 Aug 2004 08:18:37 +0000 Matt Johnston Write the correct termcodes length
Sun, 01 Aug 2004 09:41:37 +0000 Matt Johnston added window-size change handling
Sun, 01 Aug 2004 08:54:01 +0000 Matt Johnston - Added terminal mode handling etc for the client, and window change
Fri, 30 Jul 2004 12:29:53 +0000 Matt Johnston tty raw mode support works mostly