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-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
2013-03-19
Include /proc/vmstat as another random source
Matt Johnston
2013-03-19
link to Dropbear webpage
Matt Johnston
2013-03-19
Removed tag t:ltc-0.95-db-merge1
Matt Johnston
2013-03-19
Removed tag t:ltc-0.95-orig
Matt Johnston
2013-03-11
fix signedness error in prototype
Matt Johnston
2013-03-03
improve subsystem/sftp documentation, and multi-hop manual formatting
Matt Johnston
2013-02-24
fix typo
Matt Johnston
2013-02-23
DSS_PROTOK is not necessary now that private keys are included
Matt Johnston
2013-02-23
add loadavg and entropy_avail as sources
Matt Johnston
2013-02-12
Allow configuring "allow blank password option" at runtime
Paul Eggleton
2013-02-22
Some changes since 2012.55
Matt Johnston
2013-02-22
Document "-m" and "-c"
Matt Johnston
2012-07-19
/dev/random blocks on busy servers too.
Matt Johnston
2012-06-30
Add a few more files in /proc for Linux
Matt Johnston
2012-06-29
Improve RNG seeding.
Matt Johnston
2012-05-17
- Only request "none" cipher after auth has succeeded
Matt Johnston
2012-05-17
Add ALLOW_NONE_PASSWORD_AUTH option
Matt Johnston
2012-05-17
Merge in "-m"/"-c" code
Matt Johnston
2012-05-17
ENABLE_USER_ALGO_LIST should work for the client
Matt Johnston
2012-05-17
Add rough support for choosing ciphers/hashes with "-c" or "-m"
Matt Johnston
2012-05-16
Update insecure-nocrypto to current head
Matt Johnston
2012-05-16
Disable SHA256 and SHA512 by default in options.h
Matt Johnston
2012-05-10
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be
Matt Johnston
2012-05-09
Don't TRACE() the pw_passwd
Matt Johnston
2012-05-09
Fix empty password immediate login
Matt Johnston
2012-05-09
Return immediate success for blank passwords if allowed
Matt Johnston
2012-05-09
Server shouldn't return "localhost" in response to -R forward connections
Matt Johnston
2012-05-09
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)
Matt Johnston
2012-05-09
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Matt Johnston
2012-04-24
Ignore -q if SCP_PROGRESS isn't set
Matt Johnston
2012-04-12
Split listening port argument at the rightmost colon, allows binding to
Matt Johnston
[next]