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
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