summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Forgot date in CHANGESDROPBEAR_2013.56Matt Johnston2013-03-211-1/+1
* 2013.56 changelogMatt Johnston2013-03-213-5/+19
* update text about authorized_keys optionsMatt Johnston2013-03-211-2/+1
* Add URL to usage textMatt Johnston2013-03-214-6/+3
* Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston2013-03-213-16/+15
* Make sure "struct timeval" is initialised on OS X to avoid valgrind warningsMatt Johnston2013-03-211-0/+3
* Fix "-c none" so that it allows aes during authenticationMatt Johnston2013-03-202-5/+9
* Fix "-m none" case and ugly typoMatt Johnston2013-03-202-5/+5
* Fix "-m none" case where an entire packet fits in a block and can beMatt Johnston2013-03-201-12/+19
* Merge "none" cipher/MAC branch. Also adds sha256 and sha512Matt Johnston2013-03-208-40/+161
|\
| * - Only request "none" cipher after auth has succeededinsecure-nocryptoMatt Johnston2012-05-175-15/+54
| * Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston2012-05-172-9/+13
| * Merge in "-m"/"-c" codeMatt Johnston2012-05-177-4/+163
| |\
| * \ Update insecure-nocrypto to current headMatt Johnston2012-05-164-28/+65
| |\ \
| | * | Update nocrypto branch to current headMatt Johnston2008-11-063-32/+25
| | * | propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4...Matt Johnston2008-11-064-9/+60
| | |\ \
| | | * | Comment cleanupsMatt Johnston2006-10-021-3/+3
| | | * | explicit merge of '0501e6f661b5415eb76f3b312d183c3adfbfb712'Matt Johnston2006-10-022-0/+25
| | | |\ \
| | | * \ \ propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...Matt Johnston2006-03-104-18/+58
| | | |\ \ \
| | | | * | | - a hack for grahame to run dropbear with "none" cipher.Matt Johnston2005-09-234-18/+58
| * | | | | | Disable SHA256 and SHA512 by default in options.hMatt Johnston2012-05-161-2/+2
| * | | | | | - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston2012-05-105-11/+52
* | | | | | | use an empty writebuf rather than a NULL oneMatt Johnston2013-03-202-13/+10
* | | | | | | document a few more changesMatt Johnston2013-03-201-0/+7
* | | | | | | Fix memory leak when direct TCP connections time out on connection.Matt Johnston2013-03-192-29/+40
* | | | | | | Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston2013-03-191-2/+17
* | | | | | | Android returns NULL for pw_crypt, set it to something elseMatt Johnston2013-03-191-0/+4
* | | | | | | ignore I_PUSH if it isn't defined, for Android from Reimar D?ffingerMatt Johnston2013-03-191-1/+1
* | | | | | | Fix compat basename() to handle paths with no slashes. Thanks to Frank TeoMatt Johnston2013-03-191-0/+4
* | | | | | | Include /proc/vmstat as another random sourceMatt Johnston2013-03-191-0/+1
* | | | | | | link to Dropbear webpageMatt Johnston2013-03-191-0/+1
* | | | | | | Removed tag t:ltc-0.95-db-merge1Matt Johnston2013-03-190-0/+0
* | | | | | | Removed tag t:ltc-0.95-origMatt Johnston2013-03-190-0/+0
* | | | | | | fix signedness error in prototypeMatt Johnston2013-03-111-1/+2
* | | | | | | improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston2013-03-032-1/+5
* | | | | | | fix typoMatt Johnston2013-02-241-1/+0
* | | | | | | DSS_PROTOK is not necessary now that private keys are includedMatt Johnston2013-02-232-71/+3
* | | | | | | add loadavg and entropy_avail as sourcesMatt Johnston2013-02-231-4/+15
* | | | | | | Allow configuring "allow blank password option" at runtimePaul Eggleton2013-02-125-8/+9
* | | | | | | Some changes since 2012.55Matt Johnston2013-02-221-0/+16
* | | | | | | Document "-m" and "-c"Matt Johnston2013-02-223-3/+9
* | | | | | | /dev/random blocks on busy servers too.Matt Johnston2012-07-194-21/+0
* | | | | | | Add a few more files in /proc for LinuxMatt Johnston2012-06-301-1/+9
* | | | | | | Improve RNG seeding.Matt Johnston2012-06-2910-98/+161
| |_|_|_|_|/ |/| | | | |
* | | | | | ENABLE_USER_ALGO_LIST should work for the clientMatt Johnston2012-05-174-65/+27
* | | | | | Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-177-11/+208
|/ / / / /
* | | | | Don't TRACE() the pw_passwdMatt Johnston2012-05-091-1/+0
* | | | | Fix empty password immediate loginMatt Johnston2012-05-093-11/+4
* | | | | Return immediate success for blank passwords if allowedMatt Johnston2012-05-093-22/+37
* | | | | Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston2012-05-093-8/+14