Age | Commit message (Expand) | Author |
2015-05-05 | Fix pointer differ in signess warnings [-Werror=pointer-sign] | Gaƫl PORTAY |
2015-05-02 | Fix no-writev fallback | Matt Johnston |
2015-03-20 | Make main socket nonblocking. Limit writequeue size. | Matt Johnston |
2015-03-01 | reword comment for clarity | Matt Johnston |
2015-02-28 | Add cleanup | Matt Johnston |
2015-02-28 | merge from default | Matt Johnston |
2015-02-24 | Some additional cleanup functions | Matt Johnston |
2015-02-24 | Free memory before exiting. Based on patch from Thorsten Horstmann. | Matt Johnston |
2015-02-24 | Fix for old compilers, variable declarations at beginning of functions | Thorsten Horstmann |
2015-02-20 | Move generic network routines to netio.c | Matt Johnston |
2015-02-20 | Update priority once the socket is open | Matt Johnston |
2015-02-18 | async connections working | Matt Johnston |
2015-02-13 | Add envirnonment variable for debug timestamps to roughly match | Matt Johnston |
2015-02-13 | Fix print that no longer works since we're not using fourCCs | Matt Johnston |
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-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-15 | Experiment of always writing data if available. Might waste a writev() with | Matt Johnston |
2014-03-13 | Add new monotonic_now() wrapper so that timeouts are unaffected by | Matt Johnston |
2014-03-13 | Fix typo | Matt Johnston |
2014-03-13 | Use AUTH_TIMEOUT only before authdone != 1. | Yousong Zhou |
2014-02-17 | Read (and enqueue) packets from interactive input even when | Matt Johnston |
2014-02-12 | cleanup before clearing keys | Matt Johnston |
2014-01-23 | requirenext doesn't need two values | Matt Johnston |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston |
2013-11-14 | use oldstyle comments | 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-03 | Just put the version string on the queue, don't use atomicio | Matt Johnston |
2013-04-01 | Run the cleanup handler also when we close due to TCP connection being closed | Matt Johnston |
2013-03-31 | send out our kexinit packet before blocking to read the SSH version string | Matt Johnston |
2013-03-19 | Android returns NULL for pw_crypt, set it to something else | Matt Johnston |
2012-05-09 | Return immediate success for blank passwords if allowed | Matt Johnston |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston |
2009-03-17 | - Add the signal pipe to maxfd | Matt Johnston |
2009-03-01 | - Get rid of decryptreadbuf, just decrypt in-place with readbuf | Matt Johnston |
2009-02-26 | disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042' | Matt Johnston |
2009-02-26 | - Try to write out as much as we can | 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-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, handling | Matt Johnston |
2008-09-15 | - Split main socket var into ses.sock_in/ses.sock_out in preparation | Matt Johnston |
2007-08-08 | - Add -K keepalive flag for dropbear and dbclient | Matt Johnston |
2007-07-27 | Prevent invalid packets being sent during key-exchange, instead queue | Matt Johnston |
2007-07-24 | Rearrange the channel buffer sizes into three neat use-editable values in | Matt Johnston |