summaryrefslogtreecommitdiff
path: root/cli-chansession.c
Commit message (Expand)AuthorAgeFilesLines
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-6/+2
* Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-111-2/+1
* Fix regression where TTY modes weren't reset for clientMatt Johnston2019-03-241-5/+5
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-4/+6
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-4/+4
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-4/+4
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-2/+2
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* put default in switch/caseFrancois Perrad2015-12-311-1/+2
* remove unreachable codeFrancois Perrad2015-12-311-2/+0
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-6/+6
* Turn type and term local variables into char *Ga?l PORTAY2015-05-031-4/+4
* Turn start_send_channel_request()'s type argument into char *Ga?l PORTAY2015-05-021-1/+1
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-5/+5
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-13/+2
* Set tcp priority as follows:Matt Johnston2014-07-161-3/+9
* Fix TRACEs of cli_send_netcat_requestCatalin Patulea2013-12-031-1/+2
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-1/+2
* Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea2013-12-021-0/+1
* use oldstyle commentsMatt Johnston2013-11-141-5/+5
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-1/+1
|\
| * merge in HEADMatt Johnston2013-05-211-3/+1
| |\
| * | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-1/+1
* | | Only send a failure response to a channel request if wantreply is set.Matt Johnston2013-09-211-1/+3
| |/ |/|
* | reset terminal modes before printing a messageMatt Johnston2013-04-101-3/+1
|/
* Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston2013-03-231-2/+61
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-1/+1
* - make structure staticMatt Johnston2010-03-211-1/+1
* - Move netcat struct to where it stays in scope.Matt Johnston2009-08-251-9/+9
* Agent forwarding worksagent-clientMatt Johnston2009-07-301-5/+10
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-13/+0
* - Enable -s for specifying a subsystem (such as sftp)Matt Johnston2008-09-231-1/+5
* Rework netcat-alike to be a proper mode, with -B argument.dbclient-netcat-alikeMatt Johnston2008-09-171-25/+38
* propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...Matt Johnston2008-09-141-8/+9
|\
| * Add -W <windowsize> argument and document it.Matt Johnston2007-07-251-1/+1
| * Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston2007-07-241-1/+1
| * Ignore "exit-signal" request rather than returning failureMatt Johnston2007-02-121-5/+6
| * A few more fixups, make sure that variable declarations are theMatt Johnston2006-03-261-2/+2
| * Some cleanups/fixes for various TRACE statementsMatt Johnston2006-03-251-2/+2
* | A hack to make dbclient to tcp forwarding netcat style.Matt Johnston2006-03-211-2/+43
|/
* * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston2005-10-201-2/+2
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-17/+17
* merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-271-0/+6
* - added circular buffering for channelsMatt Johnston2004-08-261-5/+31
* Nasty.Matt Johnston2004-08-241-2/+3
* Move the revert-to-non-blocking-stdin code to cli-session so itMatt Johnston2004-08-221-9/+1
* Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.Matt Johnston2004-08-181-0/+9
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+25
* Write the correct termcodes lengthMatt Johnston2004-08-091-1/+1