Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-21 | Combine code for SSH_CONNECTION and SSH_CLIENT | Matt Johnston | |
2014-10-21 | Merge pull request #5 from rcleere/ssh_client | Matt Johnston | |
Add SSH_CLIENT environment variable | |||
2014-10-20 | Add SSH_CLIENT environment variable | Ryan Cleere | |
2014-08-19 | Make keepalive handling more robust, this should now match what OpenSSH does | Matt Johnston | |
2014-08-13 | Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense | Whoopie | |
2014-08-13 | Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses | Matt Johnston | |
2014-08-08 | Added signature for changeset caac692b366c | Matt Johnston | |
2014-08-08 | Added tag DROPBEAR_2014.65 for changeset e9579816f20e | Matt Johnston | |
2014-08-08 | 2014.64 | Matt Johnston | |
2014-08-01 | use xauth in /usr/bin | Mike Frysinger | |
Since the x.org rework, X has been installed into standard paths and not its own random prefixes. I think it's time we update the default paths accordingly. | |||
2014-08-06 | Don't warn about ENOTSOCK when setting priority | Matt Johnston | |
2014-08-06 | Be a bit safer in case pw_name doesn't exist | Matt Johnston | |
2014-08-06 | merge | Matt Johnston | |
2014-08-06 | Merge pull request #2 from iquaba/patch-1 | Matt Johnston | |
Try without identifying current user | |||
2014-08-06 | Test for EAGAIN too | Matt Johnston | |
2014-08-06 | Try without identifying current user | iquaba | |
Small change that warns the user if the current user cannot be identified rather than aborting. This came in handy when I put dropbear on a dlink that did not have a true user environment. Falling back on the "-l" option and user@ options works just fine as a client. The only implication I found is that the -J option will fail ungracefully without a known own_user. | |||
2014-07-28 | Make sure the check_close() handler runs when a server child process exits | Matt Johnston | |
2014-07-28 | Fix some format string warnings | Matt Johnston | |
2014-07-28 | Fix clock_gettime handling | Matt Johnston | |
2014-07-27 | Added signature for changeset 96584b934d04 | Matt Johnston | |
2014-07-27 | Added tag DROPBEAR_2014.64 for changeset 0d2d39957c02 | Matt Johnston | |
2014-07-27 | Archive should be bz2 nor gz | Matt Johnston | |
2014-07-27 | - Don't use multichar constants since recent gcc complains | Matt Johnston | |
- Add release script - Simplify print_version | |||
2014-07-27 | Version 2014.64 | Matt Johnston | |
2014-07-27 | Add '-V' for version | Matt Johnston | |
-h should exit with success Update manpages | |||
2014-07-26 | Avoid use-after-free when channel inithandler fails. Thanks to Coverity | Matt Johnston | |
2014-07-25 | changes for 2014.64 | Matt Johnston | |
2014-07-16 | Set tcp priority as follows: | Matt Johnston | |
if (connecting || ptys || x11) tos = LOWDELAY; else if (tcp_forwards) tos = 0; else tos = BULK; TCP forwards could be either lowdelay or bulk, hence the default priority. | |||
2014-07-09 | Fix auth timeout regression | Matt Johnston | |
2014-07-09 | Make -K keepalive behave like OpenSSH's ServerAliveInterval | Matt Johnston | |
2014-07-09 | Make sure client exit messages don't get lost | Matt Johnston | |
2014-07-08 | Send a failure response if a client receives a global request | Matt Johnston | |
2014-06-25 | Improve handling lots of concurrent forwarded connections. Increase | Matt Johnston | |
connection backlog, avoid check_close() for channels that haven't had IO | |||
2014-06-25 | Fix compiling with ECDSA and DSS disabled | Matt Johnston | |
2014-05-20 | Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX | Matt Johnston | |
2014-05-20 | Limit size of the iovect passed to writev in packet.c | Ronny Meeus | |
2014-05-20 | Print errno information in write_packet | Ronny Meeus | |
2014-04-23 | Fix pubkey auth if the first key presented fails (infinite loop of | Matt Johnston | |
auth requests). Regresssion in ff597bf2cfb0 | |||
2014-03-21 | Fix monotonic_now() on OS X | Matt Johnston | |
2014-03-15 | Experiment of always writing data if available. Might waste a writev() with | Matt Johnston | |
EAGAIN but always saves a select() - needs testing with bandwidth-limited and CPU-limited situations. | |||
2014-03-13 | Add new monotonic_now() wrapper so that timeouts are unaffected by | Matt Johnston | |
system clock changes | |||
2014-03-13 | Fix typo | Matt Johnston | |
2014-03-13 | Use AUTH_TIMEOUT only before authdone != 1. | Yousong Zhou | |
While at it, fix a few indentations and typo. | |||
2014-03-08 | Don't need to mkdir | Matt Johnston | |
2014-03-07 | Fix env vars for travis again | Matt Johnston | |
2014-03-07 | Fix "make install" dependency so that it works without prior "make" | Matt Johnston | |
2014-03-07 | Add some tests for multi | Matt Johnston | |
2014-03-07 | Install system libtom libs, run dropbearkey when it's done | Matt Johnston | |
2014-03-07 | The arguments are for configure, not make! | Matt Johnston | |
2014-03-07 | Add Travis CI autobuilder config | Matt Johnston | |