Age | Commit message (Expand) | Author |
2015-02-24 | Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann | Matt Johnston |
2015-02-24 | DROPBEAR_ prefix for include guards to avoid collisions | Thorsten Horstmann |
2014-08-19 | Make keepalive handling more robust, this should now match what OpenSSH does | Matt Johnston |
2014-08-13 | Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses | Matt Johnston |
2014-07-28 | Make sure the check_close() handler runs when a server child process exits | Matt Johnston |
2014-07-16 | Set tcp priority as follows: | Matt Johnston |
2014-07-09 | Fix auth timeout regression | Matt Johnston |
2014-07-09 | Make -K keepalive behave like OpenSSH's ServerAliveInterval | Matt Johnston |
2014-03-13 | Add new monotonic_now() wrapper so that timeouts are unaffected by | Matt Johnston |
2014-01-23 | requirenext doesn't need two values | Matt Johnston |
2014-01-17 | DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default | Matt Johnston |
2013-11-14 | use oldstyle comments | Matt Johnston |
2013-11-08 | curve25519 | Matt Johnston |
2013-05-21 | merge in HEAD | Matt Johnston |
2013-04-14 | requirenext fixup for firstkexfollows | Matt Johnston |
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston |
2013-04-04 | Take transmit and receive keys into use separately | Matt Johnston |
2013-04-03 | merge kexguess branch | Matt Johnston |
2013-04-03 | Don't usually need to recalculate dh_e for the repeated kexdh_init packet | Matt Johnston |
2013-04-01 | Run the cleanup handler also when we close due to TCP connection being closed | Matt Johnston |
2013-04-01 | merge from head roundtrip changes | Matt Johnston |
2013-03-31 | Don't bother waiting for a ssh-connection service reply - the server | Matt Johnston |
2013-03-31 | merge | Matt Johnston |
2013-03-31 | send out our kexinit packet before blocking to read the SSH version string | Matt Johnston |
2013-03-30 | Get rid of client/server specific buf_match_algo, use single | Matt Johnston |
2013-03-29 | Add kexguess2 behaviour | Matt Johnston |
2013-03-29 | first_kex_packet_follows working, needs tidying | Matt Johnston |
2013-03-29 | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, | Matt Johnston |
2013-03-27 | more bits on ecc branch | Matt Johnston |
2013-03-26 | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston |
2013-03-23 | Add ~. and ~^Z handling to exit/suspend dbclient | Matt Johnston |
2013-03-21 | Make hmac-sha2-256 and hmac-sha2-512 work | Matt Johnston |
2013-03-20 | Fix "-m none" case and ugly typo | Matt Johnston |
2012-05-17 | - Only request "none" cipher after auth has succeeded | Matt Johnston |
2012-04-09 | Rename HAVE_FORK to USE_VFORK | Matt Johnston |
2012-04-08 | check for fork() and not __uClinux__ | Mike Frysinger |
2011-04-07 | Add noreturn and format attribute hints for some functions. | Matt Johnston |
2009-09-11 | - Disable compression for non-final multihops | Matt Johnston |
2009-09-05 | Move remotehost into svr_ses structure since we can't look it up | Matt Johnston |
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston |
2009-07-29 | propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a72... | Matt Johnston |
2009-07-09 | - For uclinux, only cleanup on exit for the main process. This avoids | Matt Johnston |
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston |
2009-07-01 | Talking to the agent works now. Can't interpret the pubkeys. | Matt Johnston |
2009-07-01 | Make it compile, update for changes in channel structure. | Matt Johnston |
2009-03-01 | - Get rid of decryptreadbuf, just decrypt in-place with readbuf | Matt Johnston |
2008-11-07 | Idle timeout patch from Farrell Aultman. Needs testing, unsure if server | Matt Johnston |
2008-09-29 | - Add Counter Mode support | Matt Johnston |
2008-09-29 | Add support for zlib@openssh.com delayed compression. | Matt Johnston |
2008-09-15 | - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc. | Matt Johnston |