summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-09Don't TRACE() the pw_passwdMatt Johnston
2012-05-09Fix empty password immediate loginMatt Johnston
2012-05-09Return immediate success for blank passwords if allowedMatt Johnston
2012-05-09Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston
2012-05-09Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)Matt Johnston
2012-05-09- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDMatt Johnston
2012-04-24Ignore -q if SCP_PROGRESS isn't setMatt Johnston
2012-04-12Split listening port argument at the rightmost colon, allows binding toMatt Johnston
2012-04-12Improve comment about sha1-96Matt Johnston
2012-04-09Slight formatting change for ENABLE_CLI_AGENTFWD if statementMatt Johnston
2012-03-26Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Andrey Mazo
2012-04-09Rename HAVE_FORK to USE_VFORKMatt Johnston
2012-04-08check for fork() and not __uClinux__Mike Frysinger
2012-04-08fix out-of-tree cleaningMike Frysinger
2012-02-23Added signature for changeset 85f835f2fe0aMatt Johnston
2012-02-23Added tag DROPBEAR_2012.55 for changeset d354464b2aa6Matt Johnston
2012-02-23- Improve CHANGES descriptionMatt Johnston
2012-02-222012.55Matt Johnston
2012-02-22- Fix minor leakMatt Johnston
2012-02-22Fix accidentally committed changeMatt Johnston
2011-12-04- Initialise sa_mask properlyMatt Johnston
2012-02-21- MergeMatt Johnston
2012-02-21- Make sure sa_mask is setMatt Johnston
2012-02-21- Burn buffers to 0x00 insteadMatt Johnston
2012-02-10MergeMatt Johnston
2012-02-10Clear a few buffers when possibleMatt Johnston
2011-12-04- Fix use-after-free if multiple command requests were sent. MoveMatt Johnston
2011-12-04- Remove unused variable/codeMatt Johnston
2011-12-04- Make sure we don't use channel-specific data after it has been freedMatt Johnston
2011-12-04- Fix some format strings in TRACE()sMatt Johnston
2011-12-04- We don't need to test for NULL before free()Matt Johnston
2011-11-10Put better #if guards around IPv6 socket options for IPV6_TCLASS andMatt Johnston
2011-11-08Added signature for changeset 3f12086c2ef2Matt Johnston
2011-11-08Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2Matt Johnston
2011-11-08Changelog and version bump for 2011.54Matt Johnston
2011-11-08Fix symlink target created by installdropbearmultiMatt Johnston
2011-11-08Added signature for changeset aa2f51a6b81dMatt Johnston
2011-11-07Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have theMatt Johnston
2011-11-06Fix crash with -R forwardingMatt Johnston
2011-11-05Print the server allocated port when using dbclient -R 0:....Matt Johnston
2011-11-03update tagsconvert-repo
2011-10-26Set IPTOS_LOWDELAY for IPv6 tooMatt Johnston
2011-10-26- Add ALLOW_BLANK_PASSWORD optionMatt Johnston
2011-10-20Try bind IPV6_V6ONLYMatt Johnston
2011-07-05list.c also has no trailing newlineMatt Johnston
2011-07-05Fix lost ending newlineMatt Johnston
2011-06-30Hopefully fix -lcrypt problemMatt Johnston
2011-06-07Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sentMatt Johnston
2011-06-07Mention that the value is in secondsMatt Johnston