index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-chansession.c
Age
Commit message (
Expand
)
Author
2019-03-24
Fix regression where TTY modes weren't reset for client
Matt Johnston
2018-11-14
Split ChanType closehandler() and cleanup() so that dbclient doesn't
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const (callback)
Francois Perrad
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-03-16
put default in switch/case
Francois Perrad
2016-03-16
remove unreachable code
Francois Perrad
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn type and term local variables into char *
Gaël PORTAY
2015-05-05
Turn start_send_channel_request()'s type argument into char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2014-08-19
Make keepalive handling more robust, this should now match what OpenSSH does
Matt Johnston
2014-07-16
Set tcp priority as follows:
Matt Johnston
2013-12-03
Fix TRACEs of cli_send_netcat_request
Catalin Patulea
2013-12-03
- Sockets are set to lowdelay priority initially to improve conneciton setup
Matt Johnston
2013-12-02
Set IPTOS_LOWDELAY on PTY sessions only
Catalin Patulea
2013-11-14
use oldstyle comments
Matt Johnston
2013-10-18
Merge in changes from the past couple of releases
Matt Johnston
2013-09-21
Only send a failure response to a channel request if wantreply is set.
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-04-10
reset terminal modes before printing a message
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-03-23
Add ~. and ~^Z handling to exit/suspend dbclient
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2010-03-21
- make structure static
Matt Johnston
2009-08-25
- Move netcat struct to where it stays in scope.
Matt Johnston
2009-07-30
Agent forwarding works
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2008-09-23
- Enable -s for specifying a subsystem (such as sftp)
Matt Johnston
2008-09-17
Rework netcat-alike to be a proper mode, with -B argument.
Matt Johnston
2008-09-14
propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...
Matt Johnston
2007-07-25
Add -W <windowsize> argument and document it.
Matt Johnston
2007-07-24
Rearrange the channel buffer sizes into three neat use-editable values in
Matt Johnston
2007-02-12
Ignore "exit-signal" request rather than returning failure
Matt Johnston
2006-03-26
A few more fixups, make sure that variable declarations are the
Matt Johnston
2006-03-25
Some cleanups/fixes for various TRACE statements
Matt Johnston
2006-03-21
A hack to make dbclient to tcp forwarding netcat style.
Matt Johnston
2005-10-20
* rename infd/outfd to writefd/readfd, to avoid confusion
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-27
merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-22
Move the revert-to-non-blocking-stdin code to cli-session so it
Matt Johnston
2004-08-18
Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-08-09
Write the correct termcodes length
Matt Johnston
2004-08-01
added window-size change handling
Matt Johnston
2004-08-01
- Added terminal mode handling etc for the client, and window change
Matt Johnston
[next]