Mercurial > dropbear
graph
-
- Enable -s for specifying a subsystem (such as sftp)2008-09-23, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8)2008-09-23, by Matt Johnston
-
Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have2008-09-23, by Matt Johnston
-
- Work around rsync and scp parsing and modifying the user@host argument,2008-09-22, by Matt Johnston
-
Idle-timeout patch from Farrell Aultman, need to figure whether to only idle-timeout2008-09-22, by Matt Johnston
-
Replace calls to strtoul() with a helper m_str_to_uint()2008-09-22, by Matt Johnston
-
Remove an unused variable2008-09-22, by Matt Johnston
-
- Improve DNS failure message to include lookup host2008-09-18, by Matt Johnston
-
- Allow specifying a port with host/port.2008-09-18, by Matt Johnston
-
Print "Login for user@host" for keyboard interactive, since it probably2008-09-18, by Matt Johnston
-
Add multihop 'onion-forwarding' mode. Needs refinement, works.2008-09-18, by Matt Johnston
-
Rework netcat-alike to be a proper mode, with -B argument. dbclient-netcat-alike2008-09-17, by Matt Johnston
-
Don't capture stderr from spawned processes in proxycommand mode2008-09-17, by Matt Johnston
-
- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.2008-09-15, by Matt Johnston
-
- Add run_shell_command() function to run a "sh -c" command, handling2008-09-15, by Matt Johnston
-
- Generalise spawn_command function2008-09-15, by Matt Johnston
-
- Get rid of some ugly #defines2008-09-15, by Matt Johnston
-
- Split main socket var into ses.sock_in/ses.sock_out in preparation2008-09-15, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) dbclient-netcat-alike2008-09-14, by Matt Johnston
-
Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (see2008-09-12, by Matt Johnston
-
- Rework pubkey options to be more careful about buffer lengths. Needs review. pubkey-options2008-09-12, by Matt Johnston
-
* Patch from Frédéric Moulins adding options to authorized_keys. pubkey-options2008-09-08, by Matt Johnston
-
fill_passwd() doesn't have a return value2008-07-12, by Matt Johnston
-
Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage2008-03-27, by Matt Johnston
-
0.512008-03-27, by Matt Johnston
-
merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'2008-03-27, by Matt Johnston
-
Update to debian 0.50-4 diff2008-03-27, by Matt Johnston
-
Mention 0.51-test2 changes2008-03-01, by Matt Johnston
-
Don't return until the shell has quit. This will ensure that an exit status2008-02-21, by Matt Johnston
-
fix up after merge2008-01-13, by Matt Johnston
-
merge of '295b11312e327fe6c4f33512674ea4a1a9790344'2008-01-13, by Matt Johnston
-
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep2008-01-13, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfaee93b0ab6ab6de4ed59) agent-client2007-11-29, by Matt Johnston
-
Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.2007-11-02, by Matt Johnston
-
Fix to allow building from a separate directory, patch from Ricardo Martins2007-10-18, by Matt Johnston
-
Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If it2007-09-14, by Matt Johnston
-
Make sure declarations of variables are at the top of function,2007-09-11, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739) agent-client2007-08-16, by Matt Johnston
-
Fix delayed packet queue handling2007-08-08, by Matt Johnston
-
Prepare for 0.50 release2007-08-08, by Matt Johnston
-
- Add -K keepalive flag for dropbear and dbclient2007-08-08, by Matt Johnston
-
Stop scp passing arguments that dbclient doesn't understand2007-07-28, by Matt Johnston
-
Prevent invalid packets being sent during key-exchange, instead queue2007-07-27, by Matt Johnston
-
Add default argument for receive window2007-07-25, by Matt Johnston
-
Use the -W <windowsize> argument in startup scripts, with a default of 64kB2007-07-25, by Matt Johnston
-
Add -W <windowsize> argument and document it.2007-07-25, by Matt Johnston
-
Rearrange the channel buffer sizes into three neat use-editable values in2007-07-24, by Matt Johnston
-
Patch from Nicolai Ehemann to try binding before going to the background,2007-07-19, by Matt Johnston
-
Just use /dev/urandom since that's what everyone ends up using anyway.2007-07-19, by Matt Johnston
-
"backgrounding" is more user-understandable than "forking"2007-07-19, by Matt Johnston
-
uClinux ifdef was accidentally inverted2007-07-19, by Matt Johnston
-
Fix spelling typo2007-07-19, by Matt Johnston
-
Add -u option to specify /dev/urandom instead2007-04-16, by Matt Johnston
-
Allow reading dbclient password from an environment var2007-03-17, by Matt Johnston
-
Remove a newline from the kex prompt question, from FreeWRT2007-02-25, by Matt Johnston
-
Fix a stupid bug s/readfd/errfd/ affecting channel close on child exit DROPBEAR_0.492007-02-22, by Matt Johnston
-
Document -p [address:]port2007-02-22, by Matt Johnston