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.023Sep221817151412812Jul27Mar121Feb13Jan29Nov218Oct14Sep1116Aug828Jul2725241916Apr17Mar25Feb22161312119643211Jan46Dec52Nov12Oct11972111Sep20Aug727Jul9712Jun11107618Apr1227Mar26252221111098428Feb11125Jan159Dec86430Nov831Oct2023Sep212065230Aug2429Jul1882Jun127May1095424Apr2213Mar7228Feb19Jan1173227Dec232220191727Nov317Oct21Sep161412231Aug30274Sep27Aug2624232219184Sep17Aug16151413121110987632130Jul292827262023Jun227321Split options.h out into sysoptions.h for options that aren't usuallymerge of '6fd2597077a4e2421bf45388e058d15606f6dd74'- Enable -s for specifying a subsystem (such as sftp)propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8)Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have- Work around rsync and scp parsing and modifying the user@host argument,Replace calls to strtoul() with a helper m_str_to_uint()Remove an unused variable- Improve DNS failure message to include lookup host- Allow specifying a port with host/port.Print "Login for user@host" for keyboard interactive, since it probablyAdd multihop 'onion-forwarding' mode. Needs refinement, works.propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553)Rework netcat-alike to be a proper mode, with -B argument.Don't capture stderr from spawned processes in proxycommand mode- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.- Add run_shell_command() function to run a "sh -c" command, handling- Generalise spawn_command function- Get rid of some ugly #defines- Split main socket var into ses.sock_in/ses.sock_out in preparationpropagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2)Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (see- Rework pubkey options to be more careful about buffer lengths. Needs review.* Patch from Frédéric Moulins adding options to authorized_keys.fill_passwd() doesn't have a return valueForgot to bump actual version numberDROPBEAR_0.51DROPBEAR_0.51Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage0.51merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'Update to debian 0.50-4 diffMention 0.51-test2 changesDon't return until the shell has quit. This will ensure that an exit statusfix up after mergemerge of '295b11312e327fe6c4f33512674ea4a1a9790344'Make a copy of passwd fields since getpwnam()'s retval isn't safe to keeppropagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfaee93b0ab6ab6de4ed59)Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.Fix to allow building from a separate directory, patch from Ricardo MartinsAdd support for SSH_ASKPASS_ALWAYS env variable for dbclient. If itMake sure declarations of variables are at the top of function,