summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
AgeCommit message (Expand)Author
2018-11-05- Add adaptive authentication failure delayMatt Johnston
2018-03-06workaround memory sanitizer FD_ZERO false positivesMatt Johnston
2018-02-17merge from mainMatt Johnston
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2017-08-19Pointer parameter could be declared as pointing to const (callback)Francois Perrad
2017-05-21add dbmalloc epoch cleanupMatt Johnston
2017-05-18merge 2017.75Matt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-17move m_burn and function attributes to dbhelpersMatt Johnston
2016-03-16fix empty C prototypesFrancois Perrad
2015-12-15Allow setting syslog identifier via startsyslog().Konstantin Tokarev
2015-08-03remove extraneous semicolon from m_free #defineMatt Johnston
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
2015-02-28merge from defaultMatt Johnston
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2015-02-20Fixes for backwards compatibilityMatt Johnston
2015-02-20Move generic network routines to netio.cMatt Johnston
2015-02-19fallback for old glibc and fastopenMatt Johnston
2015-02-19In theory TFO should work. Needs platform cleanup and testingMatt Johnston
2015-02-18async connections workingMatt Johnston
2015-02-18work in progress for async connectMatt Johnston
2015-02-15tcp fastopen for the serverMatt Johnston
2015-02-14connect_remote() is now always non-blockingMatt Johnston
2015-02-13Add envirnonment variable for debug timestamps to roughly matchMatt Johnston
2015-01-28Fix bad multi-statement define for m_free(), detected by CoverityMatt Johnston
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2014-07-27- Don't use multichar constants since recent gcc complainsMatt Johnston
2014-07-16Set tcp priority as follows:Matt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
2013-12-03- Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston
2013-12-02Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
2013-10-03Constant time memcmp for the hmac and password cryptMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-08add printmpint() for debuggingMatt Johnston
2013-04-03Add sentinel attributeMatt Johnston
2013-04-01Move 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-07Add noreturn and format attribute hints for some functions.Matt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston
2008-09-22Replace 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, handlingMatt Johnston
2008-09-15- Generalise spawn_command functionMatt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-02-12Disable core dumpsMatt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston