summaryrefslogtreecommitdiff
path: root/dbutil.h
Commit message (Expand)AuthorAgeFilesLines
* Add m_snprintf() that won't return negativeMatt Johnston2022-04-011-0/+2
* Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.HansH1112022-03-191-1/+4
* Make re-exec work with "dropbearmulti dropbear"Matt Johnston2022-02-011-0/+8
* Bring back recently removed channel->flushingMatt Johnston2021-10-141-0/+2
* - Add adaptive authentication failure delayMatt Johnston2018-11-051-0/+2
* workaround memory sanitizer FD_ZERO false positivesMatt Johnston2018-03-061-0/+7
* merge from mainMatt Johnston2018-02-171-4/+1
|\
| * add dbmalloc epoch cleanupMatt Johnston2017-05-211-4/+1
* | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+1
* | Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-1/+1
|/
* merge 2017.75Matt Johnston2017-05-181-0/+2
|\
| * Use atomic key generation in all casesMatt Johnston2016-11-191-0/+2
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
|/
* move m_burn and function attributes to dbhelpersMatt Johnston2016-03-171-11/+1
* fix empty C prototypesFrancois Perrad2016-01-011-3/+3
* Allow setting syslog identifier via startsyslog().Konstantin Tokarev2015-12-011-1/+1
* remove extraneous semicolon from m_free #defineMatt Johnston2015-08-031-1/+1
* change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston2015-08-031-1/+1
* merge from defaultMatt Johnston2015-02-281-4/+3
|\
| * DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* | Fixes for backwards compatibilityMatt Johnston2015-02-201-12/+0
* | Move generic network routines to netio.cMatt Johnston2015-02-201-30/+0
* | fallback for old glibc and fastopenMatt Johnston2015-02-191-0/+7
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-0/+3
* | async connections workingMatt Johnston2015-02-181-0/+3
* | work in progress for async connectMatt Johnston2015-02-181-2/+13
* | tcp fastopen for the serverMatt Johnston2015-02-151-0/+6
|/
* connect_remote() is now always non-blockingMatt Johnston2015-02-141-2/+1
* Add envirnonment variable for debug timestamps to roughly matchMatt Johnston2015-02-131-0/+1
* Fix bad multi-statement define for m_free(), detected by CoverityMatt Johnston2015-01-281-1/+1
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-241-0/+1
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-271-3/+3
* Set tcp priority as follows:Matt Johnston2014-07-161-3/+3
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-0/+5
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-1/+7
* Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea2013-12-021-0/+2
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-0/+1
|\
| * merge in HEADMatt Johnston2013-05-211-5/+4
| |\
| * | add printmpint() for debuggingMatt Johnston2013-04-081-0/+1
* | | Constant time memcmp for the hmac and password cryptMatt Johnston2013-10-031-0/+3
| |/ |/|
* | Add sentinel attributeMatt Johnston2013-04-031-5/+3
* | Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-0/+1
|/
* - We don't need to test for NULL before free()Matt Johnston2011-12-041-2/+1
* Add noreturn and format attribute hints for some functions.Matt Johnston2011-04-071-6/+22
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-2/+4
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-0/+3
|\
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-0/+3
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston2006-03-211-1/+5
| | |\
| | * | - progress towards client agent forwardingMatt Johnston2005-07-181-0/+3
* | | | Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-221-0/+1