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
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
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
2004-07-30
tty raw mode support works mostly
Matt Johnston