summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2007-02-04Add comments about requiring keysize <= 2*SHA1_HASH_SIZEMatt Johnston
2007-02-03Fix failure-handling in dropbear_listen() when errstring is unsetMatt Johnston
2007-02-03Fix another leak found by KlocworkMatt Johnston
2007-02-03Fix leak of keybuf in recv_msg_userauth_pk_ok, courtesy of KlocworkMatt Johnston
2007-02-03Remove extraneous tests in random mpint generation,Matt Johnston
2007-02-03Fix potential null pointer dereference found by KlokworkMatt Johnston
2007-02-03Fix free() of null pointer found by KlocworkMatt Johnston
2006-11-02comment about putenv() leaking malloced variablesMatt Johnston
2006-11-02Fix memory leak found by KlocworkMatt Johnston
2006-11-02Make sure that we clean up key parts if we fail during reading a rsa keyMatt Johnston
2006-11-02make code clearer and more robust (from Klocwork)Matt Johnston
2006-11-02Free x component of DSS key upon failure to loadMatt Johnston
2006-03-26A few more fixups, make sure that variable declarations are theMatt Johnston
2006-03-25merge of 6ace12c71fc2773210f2f3d374c96622ca54fe48Matt Johnston
2006-03-25Some cleanups/fixes for various TRACE statementsMatt Johnston
2006-03-22minor cleanups for some warningsMatt Johnston
2006-03-110.48.1Matt Johnston
2006-03-11put back the TIMEVAL_TO_TIMESPEC and timersub macros for LinuxMatt Johnston
2006-03-090.48 bumpMatt Johnston
2006-03-090.48 progressMatt Johnston
2006-03-08code was untested and wrong.Matt Johnston
2006-03-08removed some large informational filesMatt Johnston
2006-03-08Update to scp from OpenSSH portable 4.3p2Matt Johnston
2006-03-08some minor cleanups to the uClinux partsMatt Johnston
2006-03-08propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a31...Matt Johnston
2006-03-08propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad...Matt Johnston
2006-03-08* Changes imported from Dropbear 0.47.Matt Johnston
2006-03-08Import of libtommath 0.35Matt Johnston
2006-03-08Just import the Dropbear 0.47 libtomcrypt changesMatt Johnston
2006-03-08Re-import libtomcrypt 1.05 for cleaner propagating.Matt Johnston
2006-03-08merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17Matt Johnston
2006-03-08merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3Matt Johnston
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2006-03-08Stomp on some minor warningsMatt Johnston
2006-03-04Exit with a message if the ssh protocol version is incompatibleMatt Johnston
2006-02-28merge of 50848a51c2f9867bc10e81826190dbc326ea16b9Matt Johnston
2006-02-28Merge of the uClinux-dist patch, should work in inetd modeMatt Johnston
2006-02-11Only read /dev/random once when the program startsMatt Johnston
2006-02-01Fix up #ifdefs for tcp forwardingMatt Johnston
2006-01-25merge of c9dc9c734d4724866a86987356e6aedeed1c93ddMatt Johnston
2006-01-25Check that the output circular buffer is actually empty beforeMatt Johnston
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
2006-01-15 * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENMatt Johnston
2005-12-09 * options.h: bump the version numberMatt Johnston
2005-12-08 * Update changelogs for 0.47 releaseMatt Johnston
2005-12-08 * fix incorrect array sizingMatt Johnston
2005-12-08 * Update to debian 0.46-2Matt Johnston
2005-12-06 * workaround for systems such as glibc 2.1 that haveMatt Johnston
2005-12-06 * common-channel.c: get rid of the read()-from-writefd codeMatt Johnston
2005-12-06 * fix -L forwarding on the client, broke last revMatt Johnston