index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-session.c
Age
Commit message (
Expand
)
Author
2006-06-07
add -f background option to dbclient
Matt Johnston
2006-06-07
Add -N "no remote command" dbclient option.
Matt Johnston
2006-02-11
Only read /dev/random once when the program starts
Matt Johnston
2005-09-20
added keyboard-interactive client support
Matt Johnston
2005-07-08
rename PubkeyList to SignKeyList for clarity
Matt Johnston
2005-03-02
* Reset the non-blocking status of stdout and stderr as well on exit
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-11-27
- Fixed a couple of compile warnings
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-23
oops, the fcntl() was commented out
Matt Johnston
2004-08-22
Move the revert-to-non-blocking-stdin code to cli-session so it
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-12
Oops, forgot to call the actual code.
Matt Johnston
2004-08-12
TCP forwarding works.
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-08-06
- client pubkey auth works
Matt Johnston
2004-08-03
Pubkey auth is mostly there for the client. Something strange with
Matt Johnston
2004-08-02
Banner printing
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
2004-07-30
we're nearly there yet
Matt Johnston
2004-07-29
set the isserver flag (oops)
Matt Johnston
2004-07-28
Client mostly works up to password auth
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston