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
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
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-12-22
Rearrange preprocessor parts so that compilation with various options
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-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-07-30
we're nearly there yet
Matt Johnston
2004-06-03
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
Matt Johnston
2004-06-03
- Reworked non-channel fd handling to listener.c
Matt Johnston
2004-06-02
Chantype handling is sorted
Matt Johnston
2004-06-01
Sorted out the first channel init issues.
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston