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
2017-05-20
glaring wrapfd problems fixed
Matt Johnston
2017-05-18
merge 2017.75
Matt Johnston
2016-11-19
Use atomic key generation in all cases
Matt Johnston
2016-09-01
ses.debug_trace is wrong
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-17
move m_burn and function attributes to dbhelpers
Matt Johnston
2016-03-16
Use memset_s or explicit_bzero
Matt Johnston
2016-01-01
more hard tab
Francois Perrad
2015-12-15
Allow setting syslog identifier via startsyslog().
Konstantin Tokarev
2015-08-03
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
Matt Johnston
2015-02-28
merge from default
Matt Johnston
2015-02-24
Fix for old compilers, variable declarations at beginning of functions
Thorsten Horstmann
2015-02-20
Move generic network routines to netio.c
Matt Johnston
2015-02-19
merge
Matt Johnston
2015-02-19
Add the missing second half of iov code
Matt Johnston
2015-02-19
fallback for old glibc and fastopen
Matt Johnston
2015-02-19
In theory TFO should work. Needs platform cleanup and testing
Matt Johnston
2015-02-18
async connections working
Matt Johnston
2015-02-18
work in progress for async connect
Matt Johnston
2015-02-15
tcp fastopen for the server
Matt Johnston
2015-02-14
connect_remote() is now always non-blocking
Matt Johnston
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
[next]