index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dbutil.c
Age
Commit message (
Expand
)
Author
2015-02-13
Add envirnonment variable for debug timestamps to roughly match
Matt Johnston
2015-02-13
Make it compile
Matt Johnston
2015-02-13
piggyback data on acks when making connections on linux
Matt Johnston
2015-01-24
Default client key path ~/.ssh/id_dropbear
Matt Johnston
2014-08-06
Don't warn about ENOTSOCK when setting priority
Matt Johnston
2014-07-28
Fix some format string warnings
Matt Johnston
2014-07-28
Fix clock_gettime handling
Matt Johnston
2014-06-25
Improve handling lots of concurrent forwarded connections. Increase
Matt Johnston
2014-03-21
Fix monotonic_now() on OS X
Matt Johnston
2014-03-13
Add new monotonic_now() wrapper so that timeouts are unaffected by
Matt Johnston
2014-01-17
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Matt Johnston
2013-12-03
- Sockets are set to lowdelay priority initially to improve conneciton setup
Matt Johnston
2013-12-02
Set IPTOS_LOWDELAY on PTY sessions only
Catalin Patulea
2013-11-25
Fix some warnings
Matt Johnston
2013-10-18
Merge in changes from the past couple of releases
Matt Johnston
2013-10-03
Constant time memcmp for the hmac and password crypt
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-04-08
add printmpint() for debugging
Matt Johnston
2013-04-04
Take transmit and receive keys into use separately
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2012-04-09
Rename HAVE_FORK to USE_VFORK
Matt Johnston
2012-04-08
check for fork() and not __uClinux__
Mike Frysinger
2012-02-21
- Merge
Matt Johnston
2012-02-21
- Burn buffers to 0x00 instead
Matt Johnston
2011-12-04
- We don't need to test for NULL before free()
Matt Johnston
2011-11-10
Put better #if guards around IPv6 socket options for IPV6_TCLASS and
Matt Johnston
2011-10-26
Set IPTOS_LOWDELAY for IPv6 too
Matt Johnston
2011-10-20
Try bind IPV6_V6ONLY
Matt Johnston
2011-04-07
Fix FD leak if connect() fails, found by Klocwork
Matt Johnston
2011-04-07
Add noreturn and format attribute hints for some functions.
Matt Johnston
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
[next]