summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | merge kexguess branchMatt Johnston2013-04-0310-41/+63
| |\ \ \
| * | | | Put some #ifdef options around first-follows options in case theykexguessMatt Johnston2013-04-034-1/+19
| * | | | Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston2013-04-035-10/+25
| * | | | Add sentinel attributeMatt Johnston2013-04-032-6/+4
| * | | | merge from head roundtrip changesMatt Johnston2013-04-0123-163/+157
| |\ \ \ \
| * \ \ \ \ mergeMatt Johnston2013-03-314-14/+26
| |\ \ \ \ \
| * | | | | | Get rid of client/server specific buf_match_algo, use singleMatt Johnston2013-03-309-267/+128
| * | | | | | Add kexguess2 behaviourMatt Johnston2013-03-299-24/+86
| * | | | | | first_kex_packet_follows working, needs tidyingMatt Johnston2013-03-295-18/+48
| | |_|_|_|/ | |/| | | |
* | | | | | add IUTF8Matt Johnston2013-04-021-1/+7
* | | | | | fix tabsMatt Johnston2013-04-021-3/+3
| |_|_|/ / |/| | | |
* | | | | mergeMatt Johnston2013-04-023-25/+35
|\ \ \ \ \
| * | | | | Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston2013-04-023-25/+35
* | | | | | Fix segfault when /dev/urandom isn't writableMatt Johnston2013-04-021-0/+3
|/ / / / /
* | | | | Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-015-12/+21
* | | | | Try password before interactive - bit of a hackMatt Johnston2013-04-011-10/+10
| |_|/ / |/| | |
* | | | Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-0113-51/+64
* | | | Send an auth packet straight away, save another roundtripMatt Johnston2013-03-312-4/+8
* | | | Fix incorrect logic for USE_VFORK and calling arg_setup()Matt Johnston2013-03-311-1/+1
* | | | Try using writev() for writing packets out to tcpMatt Johnston2013-03-314-10/+66
* | | | Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston2013-03-315-98/+19
| |/ / |/| |
* | | send out our kexinit packet before blocking to read the SSH version stringMatt Johnston2013-03-314-14/+26
|/ /
* | Define _GNU_SOURCE for vasprintfMatt Johnston2013-03-241-0/+1
* | rename configure.in -> configure.acMike Frysinger2013-03-241-0/+0
* | Fix a few compile warningsMatt Johnston2013-03-234-6/+2
* | Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston2013-03-235-4/+81
* | Added signature for changeset 9b80981212feMatt Johnston2013-03-211-0/+1
* | Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94Matt Johnston2013-03-210-0/+0
|/
* 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