summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
AgeCommit message (Expand)Author
2016-11-19Use atomic key generation in all casesMatt 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
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-05-10* add a "label" argument to printhex()Matt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
2004-08-10just checkpointingMatt Johnston
2004-08-08Forgot dbutil.h with the last commit (added buf_get_line)Matt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-07-20switching to global varsMatt Johnston