summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2008-11-05LICENSE - Update copyright to 2008Matt Johnston
2008-11-05- Set a default path, since bash won't export one otherwise (though it will setMatt Johnston
2008-11-05Give a umask argument to open() in loginrecMatt Johnston
2008-11-02- use vfork()/_exit() for uclinuxMatt Johnston
2008-11-02Report errors if a remote request failsMatt Johnston
2008-11-02Don't use // style commentsMatt Johnston
2008-09-29- Get rid of blowfish and twofish CTR since they weren't likelyMatt Johnston
2008-09-29- Add Counter Mode supportMatt Johnston
2008-09-29Add support for zlib@openssh.com delayed compression.Matt Johnston
2008-09-23Split options.h out into sysoptions.h for options that aren't usuallyMatt Johnston
2008-09-23merge of '6fd2597077a4e2421bf45388e058d15606f6dd74'Matt Johnston
2008-09-23- Enable -s for specifying a subsystem (such as sftp)Matt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...Matt Johnston
2008-09-23Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we haveMatt Johnston
2008-09-22- Work around rsync and scp parsing and modifying the user@host argument,Matt Johnston
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston
2008-09-22Remove an unused variableMatt Johnston
2008-09-18- Improve DNS failure message to include lookup hostMatt Johnston
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