Skip to content
Snippets Groups Projects
Select Git revision
  • DROPBEAR_2016.73
  • bugfix
  • coverity
  • fuzz
  • main
  • master default
  • DROPBEAR_2017.75
  • DROPBEAR_2016.74
  • DROPBEAR_2016.73
  • DROPBEAR_2016.72
  • DROPBEAR_2015.71
  • DROPBEAR_2015.70
  • DROPBEAR_2015.69
  • DROPBEAR_2015.68
  • DROPBEAR_2015.67
  • DROPBEAR_2014.66
  • DROPBEAR_2014.65
  • DROPBEAR_2014.64
  • DROPBEAR_2014.63
  • DROPBEAR_2013.62
  • DROPBEAR_2013.61test
  • DROPBEAR_2013.60
  • DROPBEAR_2013.59
  • DROPBEAR_2013.58
  • DROPBEAR_2013.57
  • DROPBEAR_2013.56
26 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.016May10924Apr12926Mar9Apr823Feb224Dec21Feb4Dec10Feb10Nov8765326Oct205Jul30Jun77Apr31Mar18228Feb2725242321Jul2021Mar427Feb2413Sep1110852131Aug26251331Jul302928262496116Jun129817Mar3126Feb2518Nov1712119765229Sep23221817151412812Jul27Mar121Feb13Jan29Nov218Oct14Sep1116Aug828Jul2725241916Apr17Mar25Feb22161312119643211Jan46Dec52Nov12Oct11972111Sep20Aug727Jul9712Jun11107618Apr1227Mar26252221111098428Feb11125Jan159Dec86430Nov831Oct2023Sep212065230Aug2429Jul1882Jun127May1095424Apr2213Mar7228Feb19Jan1173227Dec232220191727Nov317Oct21Sep161412231Aug30274Sep27Aug2624232219184Sep17Aug16151413121110987632130Jul292827262023Jun227321Disable SHA256 and SHA512 by default in options.h- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beDon't TRACE() the pw_passwdFix empty password immediate loginReturn immediate success for blank passwords if allowedServer shouldn't return "localhost" in response to -R forward connectionsInitialise agent_fd to -1 so we don't end up closing stdin (fd 0)- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDIgnore -q if SCP_PROGRESS isn't setSplit listening port argument at the rightmost colon, allows binding toImprove comment about sha1-96Slight formatting change for ENABLE_CLI_AGENTFWD if statementFixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Rename HAVE_FORK to USE_VFORKcheck for fork() and not __uClinux__fix out-of-tree cleaningAdded signature for changeset 85f835f2fe0aAdded tag DROPBEAR_2012.55 for changeset d354464b2aa6- Improve CHANGES descriptionDROPBEAR_2012.55DROPBEAR_2012.552012.55- Fix minor leakFix accidentally committed change- Initialise sa_mask properly- Merge- Make sure sa_mask is set- Burn buffers to 0x00 instead- Fix use-after-free if multiple command requests were sent. Move- Remove unused variable/code- Make sure we don't use channel-specific data after it has been freed- Fix some format strings in TRACE()s- We don't need to test for NULL before free()MergeClear a few buffers when possiblePut better #if guards around IPv6 socket options for IPV6_TCLASS andAdded signature for changeset 3f12086c2ef2Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2Changelog and version bump for 2011.54DROPBEAR_2011.54DROPBEAR_2011.54Fix symlink target created by installdropbearmultiAdded signature for changeset aa2f51a6b81dUse "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the