Age | Commit message (Expand) | Author |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2009-09-01 | Rearrange getaddrstring() etc | 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 |
2008-09-23 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704... | Matt Johnston |
2008-09-22 | Replace calls to strtoul() with a helper m_str_to_uint() | Matt Johnston |
2008-09-18 | - Improve DNS failure message to include lookup host | Matt Johnston |
2008-09-17 | Don't capture stderr from spawned processes in proxycommand mode | 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 |
2007-08-16 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a... | Matt Johnston |
2007-02-16 | Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness | Matt Johnston |
2007-02-12 | Disable core dumps | Matt Johnston |
2007-02-04 | merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a' | Matt Johnston |
2007-02-03 | Fix failure-handling in dropbear_listen() when errstring is unset | Matt Johnston |
2006-09-11 | Forgot variable declaration. | Matt Johnston |
2006-08-20 | Handle failure reading a file (such as a key file) | Matt Johnston |
2006-06-12 | Another stab at getting ss_family happy on older glibc | Matt Johnston |
2006-03-21 | propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b... | Matt Johnston |
2006-03-08 | * Per-IP connection unauthed connection limits | Matt Johnston |
2005-12-04 | * add -g (dbclient) and -a (dropbear) options for allowing non-local | Matt Johnston |
2005-09-21 | - new function to set "low delay" for a packet, set the ip TOS bit | Matt Johnston |
2005-09-05 | merge of da30137eaac417f50a323f9ddd29999ec21261e0 | Matt Johnston |
2005-09-05 | * use own assertions which should get logged properly | Matt Johnston |
2005-09-05 | add a missing freeaddrinfo() | Matt Johnston |
2005-07-18 | - progress towards client agent forwarding | Matt Johnston |
2005-05-10 | * add a "label" argument to printhex() | Matt Johnston |
2005-02-28 | * add SSH_ASKPASS support (based on patch from Paul Whittaker | Matt Johnston |
2005-02-28 | * respect DO_HOST_LOOKUP config option | Matt Johnston |
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston |
2005-01-02 | 0.44 release changes | Matt Johnston |
2005-01-02 | Fix so that getnameinfo() is passed the address-specific structure size. This | Matt Johnston |
2004-12-20 | Cleaning out various dead wood found with -dead_strip | Matt Johnston |
2004-09-14 | calloc memory rather than mallocing it - can't hurt too much, and is | Matt Johnston |
2004-09-02 | Read the last line of a file without a finishing '\n' correctly | Matt Johnston |
2004-08-27 | merge of 50be59810e462f9f44f55e421227d6aa0b31982b | Matt Johnston |
2004-08-26 | - added circular buffering for channels | Matt Johnston |
2004-08-24 | Nasty. | Matt Johnston |
2004-08-18 | DEBUG_TRACE now only triggers with -v on the cmdline | Matt Johnston |
2004-08-14 | Dropbearkey can now print out pubkey portions | Matt Johnston |
2004-08-12 | Merging in the changes from 0.41-0.43 main Dropbear tree | Matt Johnston |
2004-08-12 | cleaning up the pubkey defines | Matt Johnston |
2004-08-12 | TCP forwarding works. | Matt Johnston |
2004-08-11 | - A nice cleaner structure for tcp (acceptor) forwarding. | Matt Johnston |
2004-08-10 | just checkpointing | Matt Johnston |
2004-08-08 | - Hostkey checking is mostly there, just aren't appending yet. | Matt Johnston |
2004-08-03 | Pubkey auth is mostly there for the client. Something strange with | Matt Johnston |
2004-08-01 | - Added terminal mode handling etc for the client, and window change | Matt Johnston |
2004-07-26 | snapshot of stuff | Matt Johnston |
2004-06-03 | Mostly done with the listener changeover | Matt Johnston |