index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common-channel.c
Age
Commit message (
Expand
)
Author
2014-08-19
Make keepalive handling more robust, this should now match what OpenSSH does
Matt Johnston
2014-07-28
Make sure the check_close() handler runs when a server child process exits
Matt Johnston
2014-07-26
Avoid use-after-free when channel inithandler fails. Thanks to Coverity
Matt Johnston
2014-07-16
Set tcp priority as follows:
Matt Johnston
2014-07-09
Make sure client exit messages don't get lost
Matt Johnston
2014-07-08
Send a failure response if a client receives a global request
Matt Johnston
2014-06-25
Improve handling lots of concurrent forwarded connections. Increase
Matt Johnston
2014-02-22
A few fixes for cases where compression increases payload sizes, and
Matt Johnston
2014-02-17
Read (and enqueue) packets from interactive input even when
Matt Johnston
2013-09-21
Improve EOF handling for half-close. Patch from Catalin Patulea
Matt Johnston
2013-04-10
run closehandlers on cleanup
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2013-03-23
Add ~. and ~^Z handling to exit/suspend dbclient
Matt Johnston
2013-03-20
use an empty writebuf rather than a NULL one
Matt Johnston
2013-03-19
Fix memory leak when direct TCP connections time out on connection.
Matt Johnston
2012-05-09
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Matt Johnston
2011-12-04
- Make sure we don't use channel-specific data after it has been freed
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2008-11-07
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Matt Johnston
2008-11-02
Don't use // style comments
Matt Johnston
2008-09-23
Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have
Matt Johnston
2008-02-21
Don't return until the shell has quit. This will ensure that an exit status
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-22
Fix a stupid bug s/readfd/errfd/ affecting channel close on child exit
Matt Johnston
2007-02-16
Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Matt Johnston
2007-02-12
- Fix bug in child-exit handling where the wrong pid was being matched.
Matt Johnston
2007-02-09
Improve behaviour when flushing out after a process has exited.
Matt Johnston
2007-02-06
disapproval of revision '1dfbc5ef92391d01b576c8506061927869a89887'
Matt Johnston
2006-12-05
Add some code for testing whether a writefd is closed (by read()ing from it)
Matt Johnston
2006-12-05
- Add some extra tracing.
Matt Johnston
2006-10-11
Remove accidentally removed block (making sure to close the channel).
Matt Johnston
2006-10-09
Passes most test cases now
Matt Johnston
2006-10-07
Rearranged (and hopefully simplified) channel close/eof handling
Matt Johnston
2006-10-02
Rearranged some more bits, marked some areas that need work.
Matt Johnston
2006-10-01
just shuffle some variables names about, a brief comment
Matt Johnston
2006-06-11
fix accidentally changed == vs != operators
Matt Johnston
2006-06-11
progress towards exiting on writefd closure rather than
Matt Johnston
2006-06-10
merge of 332f709a4cb39cde4cedab7c3be89e05f3023067
Matt Johnston
2006-06-10
disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'
Matt Johnston
2006-03-25
Some cleanups/fixes for various TRACE statements
Matt Johnston
2006-03-08
merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3
Matt Johnston
2006-03-08
Stomp on some minor warnings
Matt Johnston
2006-01-25
Check that the output circular buffer is actually empty before
Matt Johnston
2005-12-06
* common-channel.c: get rid of the read()-from-writefd code
Matt Johnston
2005-10-20
* rename infd/outfd to writefd/readfd, to avoid confusion
Matt Johnston
2005-09-05
* ensure that we only handle open confirmation/failure
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-07-08
* close a file descriptor after we've shutdown() both sides, to avoid a leak
Matt Johnston
2005-05-04
compile fix when TRACE debugging is enabled
Matt Johnston
[next]