summaryrefslogtreecommitdiffhomepage
path: root/cli-chansession.c
AgeCommit message (Expand)Author
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn type and term local variables into char *Gaël PORTAY
2015-05-05Turn start_send_channel_request()'s type argument into char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2014-07-16Set tcp priority as follows:Matt Johnston
2013-12-03Fix TRACEs of cli_send_netcat_requestCatalin Patulea
2013-12-03- Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston
2013-12-02Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea
2013-11-14use oldstyle commentsMatt Johnston
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
2013-09-21Only send a failure response to a channel request if wantreply is set.Matt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-10reset terminal modes before printing a messageMatt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-03-23Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2010-03-21- make structure staticMatt Johnston
2009-08-25- Move netcat struct to where it stays in scope.Matt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2008-09-23- Enable -s for specifying a subsystem (such as sftp)Matt Johnston
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
2008-09-14propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...Matt Johnston
2007-07-25Add -W <windowsize> argument and document it.Matt Johnston
2007-07-24Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston
2007-02-12Ignore "exit-signal" request rather than returning failureMatt Johnston
2006-03-26A few more fixups, make sure that variable declarations are theMatt Johnston
2006-03-25Some cleanups/fixes for various TRACE statementsMatt Johnston
2006-03-21A hack to make dbclient to tcp forwarding netcat style.Matt Johnston
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-22Move the revert-to-non-blocking-stdin code to cli-session so itMatt Johnston
2004-08-18Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.Matt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-09Write the correct termcodes lengthMatt Johnston
2004-08-01added window-size change handlingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-30tty raw mode support works mostlyMatt Johnston