index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common-session.c
Age
Commit message (
Expand
)
Author
2012-05-09
Return immediate success for blank passwords if allowed
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2009-03-17
- Add the signal pipe to maxfd
Matt Johnston
2009-03-01
- Get rid of decryptreadbuf, just decrypt in-place with readbuf
Matt Johnston
2009-02-26
disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
Matt Johnston
2009-02-26
- Try to write out as much as we can
Matt Johnston
2008-11-07
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Matt Johnston
2008-09-29
- Add Counter Mode support
Matt Johnston
2008-09-15
- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
Matt Johnston
2008-09-15
- Add run_shell_command() function to run a "sh -c" command, handling
Matt Johnston
2008-09-15
- Split main socket var into ses.sock_in/ses.sock_out in preparation
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2007-07-27
Prevent invalid packets being sent during key-exchange, instead queue
Matt Johnston
2007-07-24
Rearrange the channel buffer sizes into three neat use-editable values in
Matt Johnston
2007-02-09
Improve behaviour when flushing out after a process has exited.
Matt Johnston
2006-12-05
Tidy up behaviour when select() is interrupted. We follow normal
Matt Johnston
2006-07-27
Just use the normal "remote closed" handler when reading ident stings
Matt Johnston
2006-03-04
Exit with a message if the ssh protocol version is incompatible
Matt Johnston
2005-09-05
merge of da30137eaac417f50a323f9ddd29999ec21261e0
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-09-05
common session initialiser doesn't need to call
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-11-03
Initialise the outgoing packet queue
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-24
Allow leading lines before the ident banner when connecting
Matt Johnston
2004-08-01
added window-size change handling
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
2004-07-20
switching to global vars
Matt Johnston
2004-06-23
merge of abac2150ee4f4031a98016241fbd136d24fed127
Matt Johnston
2004-06-22
- Port restriction code back in
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