Age | Commit message (Expand) | Author |
2008-09-18 | - Allow specifying a port with host/port. | Matt Johnston |
2008-09-18 | Print "Login for user@host" for keyboard interactive, since it probably | Matt Johnston |
2008-09-18 | Add multihop 'onion-forwarding' mode. Needs refinement, works. | Matt Johnston |
2008-09-17 | propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ... | Matt Johnston |
2008-09-17 | Rework netcat-alike to be a proper mode, with -B argument. | Matt Johnston |
2008-09-17 | Don't capture stderr from spawned processes in proxycommand mode | Matt 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, handling | Matt Johnston |
2008-09-15 | - Generalise spawn_command function | Matt Johnston |
2008-09-15 | - Get rid of some ugly #defines | Matt Johnston |
2008-09-15 | - Split main socket var into ses.sock_in/ses.sock_out in preparation | Matt Johnston |
2008-09-14 | propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d... | Matt Johnston |
2008-09-12 | Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (see | Matt 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-12 | fill_passwd() doesn't have a return value | Matt Johnston |
2008-03-27 | Forgot to bump actual version number | Matt Johnston |
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 |