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
2014-01-17
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-04-04
setup tcp after requesting a channel - might hide some DNS latency
Matt Johnston
2013-04-04
Take transmit and receive keys into use separately
Matt Johnston
2013-04-03
fix leftover kexguess debugging
Matt Johnston
2013-04-03
merge kexguess branch
Matt Johnston
2013-04-03
Put some #ifdef options around first-follows options in case they
Matt Johnston
2013-04-03
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
Matt Johnston
2013-04-02
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Matt Johnston
2013-04-01
Run the cleanup handler also when we close due to TCP connection being closed
Matt Johnston
2013-04-01
merge from head roundtrip changes
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2013-03-31
Don't bother waiting for a ssh-connection service reply - the server
Matt Johnston
2013-03-31
merge
Matt Johnston
2013-03-31
send out our kexinit packet before blocking to read the SSH version string
Matt Johnston
2013-03-30
Get rid of client/server specific buf_match_algo, use single
Matt Johnston
2013-03-29
first_kex_packet_follows working, needs tidying
Matt Johnston
2012-05-17
- Only request "none" cipher after auth has succeeded
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2009-07-30
Agent forwarding works
Matt Johnston
2009-07-01
Make it compile, update for changes in channel structure.
Matt Johnston
2009-07-01
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...
Matt Johnston
2008-11-02
Report errors if a remote request fails
Matt Johnston
2008-09-23
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...
Matt Johnston
2008-09-17
propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...
Matt Johnston
2008-09-17
Rework netcat-alike to be a proper mode, with -B argument.
Matt Johnston
2008-09-15
- Split main socket var into ses.sock_in/ses.sock_out in preparation
Matt Johnston
2008-09-14
propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...
Matt Johnston
2007-08-16
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...
Matt Johnston
2007-02-16
Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Matt Johnston
2006-06-07
add -f background option to dbclient
Matt Johnston
2006-06-07
Add -N "no remote command" dbclient option.
Matt Johnston
2006-03-21
propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...
Matt Johnston
2006-03-21
A hack to make dbclient to tcp forwarding netcat style.
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-18
- progress towards client agent forwarding
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
[next]