summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-03-21Added signature for changeset 9b80981212feMatt Johnston
2013-03-21Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94Matt Johnston
2013-03-21Forgot date in CHANGESMatt Johnston
2013-03-212013.56 changelogMatt Johnston
2013-03-21update text about authorized_keys optionsMatt Johnston
2013-03-21Add URL to usage textMatt Johnston
2013-03-21Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston
2013-03-21Make sure "struct timeval" is initialised on OS X to avoid valgrind warningsMatt Johnston
2013-03-20Fix "-c none" so that it allows aes during authenticationMatt Johnston
2013-03-20Fix "-m none" case and ugly typoMatt Johnston
2013-03-20Fix "-m none" case where an entire packet fits in a block and can beMatt Johnston
2013-03-20Merge "none" cipher/MAC branch. Also adds sha256 and sha512Matt Johnston
2013-03-20use an empty writebuf rather than a NULL oneMatt Johnston
2013-03-20document a few more changesMatt Johnston
2013-03-19Fix memory leak when direct TCP connections time out on connection.Matt Johnston
2013-03-19Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston
2013-03-19Android returns NULL for pw_crypt, set it to something elseMatt Johnston
2013-03-19ignore I_PUSH if it isn't defined, for Android from Reimar DöffingerMatt Johnston
2013-03-19Fix compat basename() to handle paths with no slashes. Thanks to Frank TeoMatt Johnston
2013-03-19Include /proc/vmstat as another random sourceMatt Johnston
2013-03-19link to Dropbear webpageMatt Johnston
2013-03-19Removed tag t:ltc-0.95-db-merge1Matt Johnston
2013-03-19Removed tag t:ltc-0.95-origMatt Johnston
2013-03-11fix signedness error in prototypeMatt Johnston
2013-03-03improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston
2013-02-24fix typoMatt Johnston
2013-02-23DSS_PROTOK is not necessary now that private keys are includedMatt Johnston
2013-02-23add loadavg and entropy_avail as sourcesMatt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton
2013-02-22Some changes since 2012.55Matt Johnston
2013-02-22Document "-m" and "-c"Matt Johnston
2012-07-19/dev/random blocks on busy servers too.Matt Johnston
2012-06-30Add a few more files in /proc for LinuxMatt Johnston
2012-06-29Improve RNG seeding.Matt Johnston
2012-05-17- Only request "none" cipher after auth has succeededMatt Johnston
2012-05-17Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston
2012-05-17Merge in "-m"/"-c" codeMatt Johnston
2012-05-17ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-16Update insecure-nocrypto to current headMatt Johnston
2012-05-16Disable SHA256 and SHA512 by default in options.hMatt Johnston
2012-05-10- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston
2012-05-09Don't TRACE() the pw_passwdMatt Johnston
2012-05-09Fix empty password immediate loginMatt Johnston
2012-05-09Return immediate success for blank passwords if allowedMatt Johnston
2012-05-09Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston
2012-05-09Initialise 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_REMOTETCPFWDMatt Johnston
2012-04-24Ignore -q if SCP_PROGRESS isn't setMatt Johnston
2012-04-12Split listening port argument at the rightmost colon, allows binding toMatt Johnston