summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Idle-timeout patch from Farrell Aultman, need to figure whether to onlyidle-timeoutMatt Johnston2008-09-227-12/+52
* Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-225-17/+25
* Remove an unused variableMatt Johnston2008-09-221-1/+0
* - Improve DNS failure message to include lookup hostMatt Johnston2008-09-181-2/+3
* - Allow specifying a port with host/port.Matt Johnston2008-09-181-32/+24
* Print "Login for user@host" for keyboard interactive, since it probablyMatt Johnston2008-09-181-0/+5
* Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston2008-09-182-8/+87
* propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston2008-09-176-27/+146
|\
| * Rework netcat-alike to be a proper mode, with -B argument.dbclient-netcat-alikeMatt Johnston2008-09-177-52/+127
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...Matt Johnston2008-09-14590-11767/+29302
| |\
| * | A hack to make dbclient to tcp forwarding netcat style.Matt Johnston2006-03-213-5/+46
* | | Don't capture stderr from spawned processes in proxycommand modeMatt Johnston2008-09-173-25/+32
* | | - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-158-48/+88
* | | - Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston2008-09-155-47/+58
* | | - Generalise spawn_command functionMatt Johnston2008-09-153-89/+104
* | | - Get rid of some ugly #definesMatt Johnston2008-09-151-2/+4
* | | - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-159-32/+66
| |/ |/|
* | Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (seeMatt Johnston2008-09-121-9/+5
* | fill_passwd() doesn't have a return valueMatt Johnston2008-07-121-1/+1
* | Forgot to bump actual version numberDROPBEAR_0.51Matt Johnston2008-03-271-1/+1
* | Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpageMatt Johnston2008-03-271-0/+13
* | 0.51Matt Johnston2008-03-272-3/+9
* | merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'Matt Johnston2008-03-271-0/+12
|\ \
| * | Mention 0.51-test2 changesMatt Johnston2008-03-011-0/+12
* | | Update to debian 0.50-4 diffMatt Johnston2008-03-277-67/+103
|/ /
* | Don't return until the shell has quit. This will ensure that an exit statusMatt Johnston2008-02-211-3/+14
* | fix up after mergeMatt Johnston2008-01-131-2/+2
* | merge of '295b11312e327fe6c4f33512674ea4a1a9790344'Matt Johnston2008-01-131-3/+3
|\ \
| * | Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.Matt Johnston2007-11-021-3/+3
* | | Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-138-64/+106
|/ /
* | Fix to allow building from a separate directory, patch from Ricardo MartinsMatt Johnston2007-10-181-0/+5
* | Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If itMatt Johnston2007-09-141-2/+10
* | Make sure declarations of variables are at the top of function,Matt Johnston2007-09-111-2/+3
* | Make dropbearkey only generate 1024 bit keysDROPBEAR_0.50Matt Johnston2007-08-082-2/+10
* | Fix delayed packet queue handlingMatt Johnston2007-08-081-1/+1
* | Prepare for 0.50 releaseMatt Johnston2007-08-083-1/+30
* | - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-0816-48/+109
* | Stop scp passing arguments that dbclient doesn't understandMatt Johnston2007-07-281-4/+0
* | Prevent invalid packets being sent during key-exchange, instead queueMatt Johnston2007-07-274-2/+84
* | Add default argument for receive windowMatt Johnston2007-07-251-1/+3
* | Use the -W <windowsize> argument in startup scripts, with a default of 64kBMatt Johnston2007-07-252-1/+5
* | Add -W <windowsize> argument and document it.Matt Johnston2007-07-258-12/+56
* | Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston2007-07-246-30/+39
* | Patch from Nicolai Ehemann to try binding before going to the background,Matt Johnston2007-07-191-13/+13
* | Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston2007-07-197-33/+9
* | "backgrounding" is more user-understandable than "forking"Matt Johnston2007-07-191-1/+1
* | uClinux ifdef was accidentally invertedMatt Johnston2007-07-191-1/+1
* | Fix spelling typoMatt Johnston2007-07-191-1/+1
* | Add -u option to specify /dev/urandom insteadMatt Johnston2007-04-167-3/+31
* | Allow reading dbclient password from an environment varMatt Johnston2007-03-172-0/+17