index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-04-03
Fix MAC bug which would prevent asymmetric hashes
Matt Johnston
2013-04-03
Just put the version string on the queue, don't use atomicio
Matt Johnston
2013-04-03
fix leftover kexguess debugging
Matt Johnston
2013-04-03
Fix a few options and headers
Matt Johnston
2013-04-03
merge
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-03
Add sentinel attribute
Matt Johnston
2013-04-02
add IUTF8
Matt Johnston
2013-04-02
fix tabs
Matt Johnston
2013-04-02
merge
Matt Johnston
2013-04-02
Fix segfault when /dev/urandom isn't writable
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
Try password before interactive - bit of a hack
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
Send an auth packet straight away, save another roundtrip
Matt Johnston
2013-03-31
Fix incorrect logic for USE_VFORK and calling arg_setup()
Matt Johnston
2013-03-31
Try using writev() for writing packets out to tcp
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
Add kexguess2 behaviour
Matt Johnston
2013-03-29
first_kex_packet_follows working, needs tidying
Matt Johnston
2013-03-24
Define _GNU_SOURCE for vasprintf
Matt Johnston
2013-03-24
rename configure.in -> configure.ac
Mike Frysinger
2013-03-23
Fix a few compile warnings
Matt Johnston
2013-03-23
Add ~. and ~^Z handling to exit/suspend dbclient
Matt Johnston
2013-03-21
Added signature for changeset 9b80981212fe
Matt Johnston
2013-03-21
Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94
Matt Johnston
2013-03-21
Forgot date in CHANGES
Matt Johnston
2013-03-21
2013.56 changelog
Matt Johnston
2013-03-21
update text about authorized_keys options
Matt Johnston
2013-03-21
Add URL to usage text
Matt Johnston
2013-03-21
Make hmac-sha2-256 and hmac-sha2-512 work
Matt Johnston
2013-03-21
Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
Matt Johnston
2013-03-20
Fix "-c none" so that it allows aes during authentication
Matt Johnston
2013-03-20
Fix "-m none" case and ugly typo
Matt Johnston
2013-03-20
Fix "-m none" case where an entire packet fits in a block and can be
Matt Johnston
2013-03-20
Merge "none" cipher/MAC branch. Also adds sha256 and sha512
Matt Johnston
2013-03-20
use an empty writebuf rather than a NULL one
Matt Johnston
2013-03-20
document a few more changes
Matt Johnston
2013-03-19
Fix memory leak when direct TCP connections time out on connection.
Matt Johnston
2013-03-19
Allow specifying server "-p" options with ipv6 bracket notation,
Matt Johnston
2013-03-19
Android returns NULL for pw_crypt, set it to something else
Matt Johnston
2013-03-19
ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger
Matt Johnston
2013-03-19
Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo
Matt Johnston
[next]