summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2008-09-18- Allow specifying a port with host/port.Matt Johnston
2008-09-18Print "Login for user@host" for keyboard interactive, since it probablyMatt Johnston
2008-09-18Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston
2008-09-17propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
2008-09-17Don't capture stderr from spawned processes in proxycommand modeMatt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-15- Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston
2008-09-15- Generalise spawn_command functionMatt Johnston
2008-09-15- Get rid of some ugly #definesMatt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2008-09-14propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d...Matt Johnston
2008-09-12Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (seeMatt Johnston
2008-09-12- Rework pubkey options to be more careful about buffer lengths. Needs review.Matt Johnston
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
2008-07-12fill_passwd() doesn't have a return valueMatt Johnston
2008-03-27Forgot to bump actual version numberMatt Johnston
2008-03-27Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpageMatt Johnston
2008-03-270.51Matt Johnston
2008-03-27merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'Matt Johnston
2008-03-27Update to debian 0.50-4 diffMatt Johnston
2008-03-01Mention 0.51-test2 changesMatt Johnston
2008-02-21Don't return until the shell has quit. This will ensure that an exit statusMatt Johnston
2008-01-13fix up after mergeMatt Johnston
2008-01-13merge of '295b11312e327fe6c4f33512674ea4a1a9790344'Matt Johnston
2008-01-13Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston
2007-11-02Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.Matt Johnston
2007-10-18Fix to allow building from a separate directory, patch from Ricardo MartinsMatt Johnston
2007-09-14Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If itMatt Johnston
2007-09-11Make sure declarations of variables are at the top of function,Matt Johnston
2007-08-08Make dropbearkey only generate 1024 bit keysMatt Johnston
2007-08-08Fix delayed packet queue handlingMatt Johnston
2007-08-08Prepare for 0.50 releaseMatt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-28Stop scp passing arguments that dbclient doesn't understandMatt Johnston
2007-07-27Prevent invalid packets being sent during key-exchange, instead queueMatt Johnston
2007-07-25Add default argument for receive windowMatt Johnston
2007-07-25Use the -W <windowsize> argument in startup scripts, with a default of 64kBMatt Johnston
2007-07-25Add -W <windowsize> argument and document it.Matt Johnston
2007-07-24Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston
2007-07-19Patch from Nicolai Ehemann to try binding before going to the background,Matt Johnston
2007-07-19Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston
2007-07-19"backgrounding" is more user-understandable than "forking"Matt Johnston
2007-07-19uClinux ifdef was accidentally invertedMatt Johnston
2007-07-19Fix spelling typoMatt Johnston
2007-04-16Add -u option to specify /dev/urandom insteadMatt Johnston
2007-03-17Allow reading dbclient password from an environment varMatt Johnston
2007-02-25Remove a newline from the kex prompt question, from FreeWRTMatt Johnston
2007-02-22Fix a stupid bug s/readfd/errfd/ affecting channel close on child exitMatt Johnston
2007-02-22Document -p [address:]portMatt Johnston