Age | Commit message (Expand) | Author |
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 |
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-02-16 | Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness | Matt Johnston |
2007-02-09 | Improve behaviour when flushing out after a process has exited. | Matt Johnston |
2005-09-20 | added keyboard-interactive client support | Matt Johnston |
2005-07-08 | rename PubkeyList to SignKeyList for clarity | Matt Johnston |
2005-03-02 | * Reset the non-blocking status of stdout and stderr as well on exit | Matt Johnston |
2004-12-23 | Log the IP along with auth success/fail attempts | Matt Johnston |
2004-12-22 | Rearrange preprocessor parts so that compilation with various options | Matt Johnston |
2004-09-21 | propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe... | Matt Johnston |
2004-08-26 | - added circular buffering for channels | Matt Johnston |
2004-08-18 | Don't leave the stdin FD non-blocking on exit - busybox doesn't like it. | Matt Johnston |
2004-08-12 | TCP forwarding works. | Matt Johnston |
2004-08-06 | - client pubkey auth works | Matt Johnston |
2004-08-03 | Pubkey auth is mostly there for the client. Something strange with | Matt Johnston |
2004-08-02 | Banner printing | Matt Johnston |
2004-08-01 | added window-size change handling | Matt Johnston |
2004-08-01 | - Added terminal mode handling etc for the client, and window change | Matt Johnston |
2004-07-30 | tty raw mode support works mostly | Matt Johnston |
2004-07-30 | we're nearly there yet | Matt Johnston |
2004-07-28 | Client mostly works up to password auth | Matt Johnston |
2004-07-27 | Progressing client support | Matt Johnston |
2004-07-26 | snapshot of stuff | Matt Johnston |
2004-07-20 | switching to global vars | Matt Johnston |
2004-06-23 | merge of abac2150ee4f4031a98016241fbd136d24fed127 | Matt Johnston |
2004-06-22 | - Port restriction code back in | Matt Johnston |
2004-06-03 | - Reworked non-channel fd handling to listener.c | Matt Johnston |
2004-06-01 | Sorted out the first channel init issues. | Matt Johnston |
2004-06-01 | syntactical fixups - it compiles, but channel handling code requires fixing. | Matt Johnston |