summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix error message for requirenext changeDROPBEAR_2013.57Matt Johnston2013-04-151-2/+2
* bump version to 2013.57Matt Johnston2013-04-151-1/+1
* changelog updates for 2013.57Matt Johnston2013-04-153-14/+24
* requirenext fixup for firstkexfollowsMatt Johnston2013-04-148-13/+53
* Document escape charsMatt Johnston2013-04-141-2/+7
* mergeMatt Johnston2013-04-144-5/+35
|\
| * -y -y to disable hostkey checkingMatt Johnston2013-04-144-5/+35
* | Fix zlib for split newkeysMatt Johnston2013-04-111-15/+17
* | run closehandlers on cleanupMatt Johnston2013-04-101-2/+6
* | reset terminal modes before printing a messageMatt Johnston2013-04-101-3/+1
* | setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston2013-04-042-8/+9
* | Take transmit and receive keys into use separatelyMatt Johnston2013-04-046-54/+64
* | Fix MAC bug which would prevent asymmetric hashesMatt Johnston2013-04-031-9/+6
* | Just put the version string on the queue, don't use atomicioMatt Johnston2013-04-032-10/+6
* | fix leftover kexguess debuggingMatt Johnston2013-04-031-2/+0
* | Fix a few options and headersMatt Johnston2013-04-032-3/+4
* | mergeMatt Johnston2013-04-0315-256/+240
|\ \
| * \ 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