Age | Commit message (Expand) | Author |
2009-02-25 | - Don't be dumb and encrypt/decrypt in a while() loop - why did I do this?? | Matt Johnston |
2008-11-18 | - Allow building with neither server nor client specified | Matt Johnston |
2008-11-18 | - Use the right variable notation | Matt Johnston |
2008-11-17 | Only use -lcrypt for Dropbear server binary | Matt Johnston |
2008-11-12 | - Add a date for the release | Matt Johnston |
2008-11-11 | PAM shouldn't be on by default | Matt Johnston |
2008-11-11 | - Bump to 0.52 | Matt Johnston |
2008-11-11 | - Document idle_timeout | Matt Johnston |
2008-11-09 | Mention DSS and DSA being the same thing | Matt Johnston |
2008-11-07 | Idle timeout patch from Farrell Aultman. Needs testing, unsure if server | Matt Johnston |
2008-11-05 | - Update manuals, include section on authorized_keys | Matt Johnston |
2008-11-05 | LICENSE - Update copyright to 2008 | Matt Johnston |
2008-11-05 | - Set a default path, since bash won't export one otherwise (though it will set | Matt Johnston |
2008-11-05 | Give a umask argument to open() in loginrec | Matt Johnston |
2008-11-02 | - use vfork()/_exit() for uclinux | Matt Johnston |
2008-11-02 | Report errors if a remote request fails | Matt Johnston |
2008-11-02 | Don't use // style comments | Matt Johnston |
2008-09-29 | - Get rid of blowfish and twofish CTR since they weren't likely | 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-23 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704... | Matt Johnston |
2008-09-23 | Split options.h out into sysoptions.h for options that aren't usually | Matt Johnston |
2008-09-23 | merge of '6fd2597077a4e2421bf45388e058d15606f6dd74' | Matt Johnston |
2008-09-23 | - Enable -s for specifying a subsystem (such as sftp) | Matt Johnston |
2008-09-23 | propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb... | Matt Johnston |
2008-09-23 | Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have | 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-22 | Remove an unused variable | Matt Johnston |
2008-09-18 | - Improve DNS failure message to include lookup host | Matt Johnston |
2008-09-18 | - Allow specifying a port with host/port. | Matt Johnston |
2008-09-18 | Print "Login for user@host" for keyboard interactive, since it probably | 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 | - Add run_shell_command() function to run a "sh -c" command, handling | Matt Johnston |
2008-09-15 | - Generalise spawn_command function | Matt Johnston |
2008-09-15 | - Get rid of some ugly #defines | Matt Johnston |
2008-09-15 | - Split main socket var into ses.sock_in/ses.sock_out in preparation | Matt Johnston |
2008-09-14 | propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8d... | Matt Johnston |
2008-09-12 | Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (see | Matt Johnston |
2008-09-12 | - Rework pubkey options to be more careful about buffer lengths. Needs review. | Matt Johnston |
2008-09-08 | * Patch from Frédéric Moulins adding options to authorized_keys. | Matt Johnston |
2008-07-12 | fill_passwd() doesn't have a return value | Matt Johnston |
2008-03-27 | Forgot to bump actual version number | Matt Johnston |
2008-03-27 | Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage | Matt Johnston |
2008-03-27 | 0.51 | Matt Johnston |
2008-03-27 | merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b' | Matt Johnston |