summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
AgeCommit message (Expand)Author
2018-11-05- Add adaptive authentication failure delayMatt Johnston
2018-03-03some linting after fuzz merge (#60)François Perrad
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
2018-02-17merge from mainMatt Johnston
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2018-02-08define CLOCK_MONOTONIC if neededMatt Johnston
2018-01-25Merge pull request #49 from fperrad/20170812_lintMatt Johnston
2018-01-23merge up to dateMatt Johnston
2017-10-18test close < 0, from Marco WenzelMatt Johnston
2017-08-19Pointer parameter could be declared as pointing to const (callback)Francois Perrad
2017-06-24fix dss debug printingMatt Johnston
2017-06-01Add a flag whether to longjmp, missed that last commitMatt Johnston
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
2017-05-25fuzzing has a constant timeMatt Johnston
2017-05-23fuzzer-pubkeyMatt Johnston
2017-05-21add dbmalloc epoch cleanupMatt Johnston
2017-05-20glaring wrapfd problems fixedMatt Johnston
2017-05-18merge 2017.75Matt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-09-01ses.debug_trace is wrongMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-17move m_burn and function attributes to dbhelpersMatt Johnston
2016-03-16Use memset_s or explicit_bzeroMatt Johnston
2016-01-01more hard tabFrancois Perrad
2015-12-15Allow setting syslog identifier via startsyslog().Konstantin Tokarev
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
2015-02-28merge from defaultMatt Johnston
2015-02-24Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann
2015-02-20Move generic network routines to netio.cMatt Johnston
2015-02-19mergeMatt Johnston
2015-02-19Add the missing second half of iov codeMatt 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-02-13Make it compileMatt Johnston
2015-02-13piggyback data on acks when making connections on linuxMatt Johnston
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2014-08-06Don't warn about ENOTSOCK when setting priorityMatt Johnston
2014-07-28Fix some format string warningsMatt Johnston
2014-07-28Fix clock_gettime handlingMatt Johnston
2014-06-25Improve handling lots of concurrent forwarded connections. IncreaseMatt Johnston
2014-03-21Fix monotonic_now() on OS XMatt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-12-03- Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston