index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dbutil.h
Age
Commit message (
Expand
)
Author
2016-03-17
move m_burn and function attributes to dbhelpers
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2015-12-15
Allow setting syslog identifier via startsyslog().
Konstantin Tokarev
2015-08-03
remove extraneous semicolon from m_free #define
Matt Johnston
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
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2015-02-20
Fixes for backwards compatibility
Matt Johnston
2015-02-20
Move generic network routines to netio.c
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-01-28
Fix bad multi-statement define for m_free(), detected by Coverity
Matt Johnston
2015-01-24
Default client key path ~/.ssh/id_dropbear
Matt Johnston
2014-07-27
- Don't use multichar constants since recent gcc complains
Matt Johnston
2014-07-16
Set tcp priority as follows:
Matt Johnston
2014-03-13
Add new monotonic_now() wrapper so that timeouts are unaffected by
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-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-03
Add sentinel attribute
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2011-12-04
- We don't need to test for NULL before free()
Matt Johnston
2011-04-07
Add noreturn and format attribute hints for some functions.
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
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-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-12
Disable core dumps
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-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston
2005-05-10
* add a "label" argument to printhex()
Matt Johnston
2004-08-27
merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Matt Johnston
2004-08-18
DEBUG_TRACE now only triggers with -v on the cmdline
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-08-08
Forgot dbutil.h with the last commit (added buf_get_line)
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston
2004-07-20
switching to global vars
Matt Johnston
2004-06-03
Mostly done with the listener changeover
Matt Johnston
[next]