summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2007-02-220.49 probably doneMatt Johnston
2007-02-22Improve known_hosts checking.Matt Johnston
2007-02-22merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston
2007-02-22Add -p [address:]port option for binding to addresses, patch fromMatt Johnston
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
2007-02-13Make sure the #includes for pam only get hit if PAM is enabled.Matt Johnston
2007-02-12Quote some message in configureMatt Johnston
2007-02-12Changes for 0.49test1Matt Johnston
2007-02-12propagate from branch 'au.asn.ucc.matt.dropbear' (head 6cb7793493d92968e09b5d...Matt Johnston
2007-02-12Turn off DEBUG_TRACEMatt Johnston
2007-02-12Revert to default sigchld handler after forking, don't exitMatt Johnston
2007-02-12Don't erase every buffer, it's too time consuming.Matt Johnston
2007-02-12Disable core dumpsMatt Johnston
2007-02-12merge of 'c387cf9d6b7b1a951efd19476e81a2c2d7ca09a0'Matt Johnston
2007-02-12- Fix bug in child-exit handling where the wrong pid was being matched.Matt Johnston
2007-02-12Ignore "exit-signal" request rather than returning failureMatt Johnston
2007-02-11propagate from branch 'au.asn.ucc.matt.dropbear' (head eac2a177021cfa0cbf365d...Matt Johnston