Age | Commit message (Expand) | Author |
2008-03-27 | Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage | Matt Johnston |
2008-03-27 | 0.51 | Matt Johnston |
2008-03-27 | merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b' | Matt Johnston |
2008-03-27 | Update to debian 0.50-4 diff | Matt Johnston |
2008-03-01 | Mention 0.51-test2 changes | Matt Johnston |
2008-02-21 | Don't return until the shell has quit. This will ensure that an exit status | Matt Johnston |
2008-01-13 | fix up after merge | Matt Johnston |
2008-01-13 | merge of '295b11312e327fe6c4f33512674ea4a1a9790344' | Matt Johnston |
2008-01-13 | Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep | Matt Johnston |
2007-11-02 | Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd. | Matt Johnston |
2007-10-18 | Fix to allow building from a separate directory, patch from Ricardo Martins | Matt Johnston |
2007-09-14 | Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If it | Matt Johnston |
2007-09-11 | Make sure declarations of variables are at the top of function, | Matt Johnston |
2007-08-08 | Make dropbearkey only generate 1024 bit keys | Matt Johnston |
2007-08-08 | Fix delayed packet queue handling | Matt Johnston |
2007-08-08 | Prepare for 0.50 release | Matt Johnston |
2007-08-08 | - Add -K keepalive flag for dropbear and dbclient | Matt Johnston |
2007-07-28 | Stop scp passing arguments that dbclient doesn't understand | Matt Johnston |
2007-07-27 | Prevent invalid packets being sent during key-exchange, instead queue | Matt Johnston |
2007-07-25 | Add default argument for receive window | Matt Johnston |
2007-07-25 | Use the -W <windowsize> argument in startup scripts, with a default of 64kB | Matt Johnston |
2007-07-25 | Add -W <windowsize> argument and document it. | Matt Johnston |
2007-07-24 | Rearrange the channel buffer sizes into three neat use-editable values in | Matt Johnston |
2007-07-19 | Patch from Nicolai Ehemann to try binding before going to the background, | Matt Johnston |
2007-07-19 | Just 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-19 | uClinux ifdef was accidentally inverted | Matt Johnston |
2007-07-19 | Fix spelling typo | Matt Johnston |
2007-04-16 | Add -u option to specify /dev/urandom instead | Matt Johnston |
2007-03-17 | Allow reading dbclient password from an environment var | Matt Johnston |
2007-02-25 | Remove a newline from the kex prompt question, from FreeWRT | Matt Johnston |
2007-02-22 | Fix a stupid bug s/readfd/errfd/ affecting channel close on child exit | Matt Johnston |
2007-02-22 | Document -p [address:]port | Matt Johnston |
2007-02-22 | 0.49 probably done | Matt Johnston |
2007-02-22 | Improve known_hosts checking. | Matt Johnston |
2007-02-22 | merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee' | Matt Johnston |
2007-02-22 | Add -p [address:]port option for binding to addresses, patch from | Matt Johnston |
2007-02-16 | Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness | Matt Johnston |
2007-02-13 | Make sure the #includes for pam only get hit if PAM is enabled. | Matt Johnston |
2007-02-12 | Quote some message in configure | Matt Johnston |
2007-02-12 | Changes for 0.49test1 | Matt Johnston |
2007-02-12 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 6cb7793493d92968e09b5d... | Matt Johnston |
2007-02-12 | Turn off DEBUG_TRACE | Matt Johnston |
2007-02-12 | Revert to default sigchld handler after forking, don't exit | Matt Johnston |
2007-02-12 | Don't erase every buffer, it's too time consuming. | Matt Johnston |
2007-02-12 | Disable core dumps | Matt Johnston |
2007-02-12 | merge of 'c387cf9d6b7b1a951efd19476e81a2c2d7ca09a0' | Matt Johnston |
2007-02-12 | - Fix bug in child-exit handling where the wrong pid was being matched. | Matt Johnston |
2007-02-12 | Ignore "exit-signal" request rather than returning failure | Matt Johnston |
2007-02-11 | propagate from branch 'au.asn.ucc.matt.dropbear' (head eac2a177021cfa0cbf365d... | Matt Johnston |