summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2009-02-25- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??Matt Johnston
2008-11-18- Allow building with neither server nor client specifiedMatt Johnston
2008-11-18- Use the right variable notationMatt Johnston
2008-11-17Only use -lcrypt for Dropbear server binaryMatt Johnston
2008-11-12- Add a date for the releaseMatt Johnston
2008-11-11PAM shouldn't be on by defaultMatt Johnston
2008-11-11- Bump to 0.52Matt Johnston
2008-11-11- Document idle_timeoutMatt Johnston
2008-11-09Mention DSS and DSA being the same thingMatt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-11-05- Update manuals, include section on authorized_keysMatt Johnston
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-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...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