summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-04-03Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston
--HG-- branch : kexguess
2013-04-03Add sentinel attributeMatt Johnston
--HG-- branch : kexguess
2013-04-01merge from head roundtrip changesMatt Johnston
--HG-- branch : kexguess
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2013-03-31Send an auth packet straight away, save another roundtripMatt Johnston
This needs a bit of testing to make sure it doesn't have side-effects.
2013-03-31Fix incorrect logic for USE_VFORK and calling arg_setup()Matt Johnston
2013-03-31Try using writev() for writing packets out to tcpMatt Johnston
2013-03-31Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston
will disconnect if it wasn't accepted
2013-03-31mergeMatt Johnston
--HG-- branch : kexguess
2013-03-31send out our kexinit packet before blocking to read the SSH version stringMatt Johnston
2013-03-30Get rid of client/server specific buf_match_algo, use singleMatt Johnston
function with a couple of if statements instead --HG-- branch : kexguess
2013-03-29Add kexguess2 behaviourMatt Johnston
--HG-- branch : kexguess
2013-03-29first_kex_packet_follows working, needs tidyingMatt Johnston
--HG-- branch : kexguess
2013-03-24Define _GNU_SOURCE for vasprintfMatt Johnston
2013-03-24rename configure.in -> configure.acMike Frysinger
Latest autotools warn now if the file is named configure.in --HG-- rename : configure.in => configure.ac
2013-03-23Fix a few compile warningsMatt Johnston
2013-03-23Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston
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
Default for options.h shouldn't allow "none"
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
read by read_packet_init()
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
Long-standing bug probably stemming from the awkwardly named delete_channel() versus remove_channel()
2013-03-19Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston
patch from Ben Jencks
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
in the random generation input
2013-02-23add loadavg and entropy_avail as sourcesMatt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton
Changes this from a compile-time switch to a command-line option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-22Some changes since 2012.55Matt Johnston
2013-02-22Document "-m" and "-c"Matt Johnston
Update URLs with https
2012-07-19/dev/random blocks on busy servers too.Matt Johnston
2012-06-30Add a few more files in /proc for LinuxMatt Johnston