Age | Commit message (Expand) | Author |
2015-06-03 | Fix building when ENABLE_CLI_PUBKEY_AUTH is unset | Matt Johnston |
2015-01-28 | Disable non-delayed zlib for server | Matt Johnston |
2015-01-24 | Default client key path ~/.ssh/id_dropbear | Matt Johnston |
2014-08-06 | Be a bit safer in case pw_name doesn't exist | Matt Johnston |
2014-08-06 | Try without identifying current user | iquaba |
2014-07-27 | Add '-V' for version | Matt Johnston |
2014-07-09 | Make -K keepalive behave like OpenSSH's ServerAliveInterval | Matt Johnston |
2014-02-15 | Change port separator to ^ since % is used in ipv6 addresses | Matt Johnston |
2013-11-14 | use oldstyle comments | Matt Johnston |
2013-11-12 | Various cleanups and fixes for warnings | Matt Johnston |
2013-07-08 | strdup the proxycmd to avoid crash when freeing, from LluĂs Batlle i Rossell | Matt Johnston |
2013-04-17 | Use % rather than # for port delimiter | Matt Johnston |
2013-04-17 | Use '#' for host#port separator, document it. This fixes scp | Matt Johnston |
2013-04-15 | changelog updates for 2013.57 | Matt Johnston |
2013-04-14 | -y -y to disable hostkey checking | Matt Johnston |
2013-03-21 | Add URL to usage text | Matt Johnston |
2013-03-03 | improve subsystem/sftp documentation, and multi-hop manual formatting | Matt Johnston |
2012-05-17 | Add rough support for choosing ciphers/hashes with "-c" or "-m" | Matt Johnston |
2012-05-09 | Initialise agent_fd to -1 so we don't end up closing stdin (fd 0) | Matt Johnston |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2010-02-27 | - fixes for listenaddr | Matt Johnston |
2010-02-27 | - tcpfwd bindaddr support against trunk. needs merging. | Matt Johnston |
2009-09-11 | - Disable compression for non-final multihops | Matt Johnston |
2009-09-10 | Remove extraneous semicolon | Matt Johnston |
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston |
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston |
2009-07-01 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792... | Matt Johnston |
2009-06-12 | - Make -i and -W pass through multihop arguments | Matt Johnston |
2009-06-08 | disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3' | Matt Johnston |
2009-06-08 | Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef | Matt Johnston |
2008-11-07 | Idle timeout patch from Farrell Aultman. Needs testing, unsure if server | Matt Johnston |
2008-11-05 | LICENSE - Update copyright to 2008 | Matt Johnston |
2008-11-02 | Report errors if a remote request fails | Matt Johnston |
2008-09-23 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704... | Matt Johnston |
2008-09-23 | - Enable -s for specifying a subsystem (such as sftp) | Matt Johnston |
2008-09-22 | - Work around rsync and scp parsing and modifying the user@host argument, | Matt Johnston |
2008-09-22 | Replace calls to strtoul() with a helper m_str_to_uint() | Matt Johnston |
2008-09-18 | - Allow specifying a port with host/port. | 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 | - Split main socket var into ses.sock_in/ses.sock_out in preparation | Matt Johnston |
2007-11-29 | propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfae... | Matt Johnston |
2007-09-11 | Make sure declarations of variables are at the top of function, | Matt Johnston |
2007-08-16 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a... | Matt Johnston |
2007-08-08 | - Add -K keepalive flag for dropbear and dbclient | Matt Johnston |
2007-07-25 | Add -W <windowsize> argument and document it. | Matt Johnston |
2007-07-19 | Just use /dev/urandom since that's what everyone ends up using anyway. | Matt Johnston |