summaryrefslogtreecommitdiff
path: root/dbutil.c
Commit message (Expand)AuthorAgeFilesLines
* Add m_snprintf() that won't return negativeMatt Johnston2022-04-011-0/+13
* Fix C99 commentMatt Johnston2022-03-301-1/+1
* Fix tilde expansion of pathsMatt Johnston2022-03-301-5/+5
* Only set soft core limit not hard limitMatt Johnston2022-03-241-3/+8
* Fix building with DEBUG_TRACE = 0Matt Johnston2022-03-221-19/+12
* Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.HansH1112022-03-191-13/+44
* Use HOME before /etc/passwd to find id_dropbear (#137)Matt Robinson2021-10-191-4/+12
* Bring back recently removed channel->flushingMatt Johnston2021-10-141-0/+19
* Partial strings from strtoul should return errorMatt Johnston2021-10-121-2/+9
* Print ascii in printhex tooMatt Johnston2020-10-261-9/+26
* Make wrapfd share a common buffer for all FDsMatt Johnston2020-10-151-1/+6
* - Add adaptive authentication failure delayMatt Johnston2018-11-051-43/+39
* some linting after fuzz merge (#60)Fran?ois Perrad2018-03-031-1/+1
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-1/+1
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-3/+3
* merge from mainMatt Johnston2018-02-171-39/+26
|\
| * merge up to dateMatt Johnston2018-01-231-39/+26
| |\
| | * fix dss debug printingMatt Johnston2017-06-241-0/+1
| | * Add a flag whether to longjmp, missed that last commitMatt Johnston2017-06-011-1/+1
| | * Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston2017-05-261-10/+9
| | * fuzzing has a constant timeMatt Johnston2017-05-251-0/+10
| | * fuzzer-pubkeyMatt Johnston2017-05-231-0/+7
| | * add dbmalloc epoch cleanupMatt Johnston2017-05-211-39/+0
| | * glaring wrapfd problems fixedMatt Johnston2017-05-201-1/+10
* | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+1
* | | define CLOCK_MONOTONIC if neededMatt Johnston2018-02-081-0/+4
* | | Merge pull request #49 from fperrad/20170812_lintMatt Johnston2018-01-251-1/+1
|\ \ \ | |/ / |/| |
| * | Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-1/+1
| |/
* | test close < 0, from Marco WenzelMatt Johnston2017-10-181-1/+1
|/
* merge 2017.75Matt Johnston2017-05-181-0/+17
|\
| * Use atomic key generation in all casesMatt Johnston2016-11-191-0/+17
* | ses.debug_trace is wrongMatt Johnston2016-09-011-1/+1
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-6/+6
|/
* move m_burn and function attributes to dbhelpersMatt Johnston2016-03-171-22/+0
* Use memset_s or explicit_bzeroMatt Johnston2016-03-161-0/+7
* more hard tabFrancois Perrad2016-01-011-15/+15
* Allow setting syslog identifier via startsyslog().Konstantin Tokarev2015-12-011-2/+2
* change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston2015-08-031-5/+6
* merge from defaultMatt Johnston2015-02-281-1/+1
|\
| * Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann2015-02-241-1/+1
* | Move generic network routines to netio.cMatt Johnston2015-02-201-549/+0
* | mergeMatt Johnston2015-02-191-1/+2
|\ \
| * | fallback for old glibc and fastopenMatt Johnston2015-02-191-1/+2
* | | Add the missing second half of iov codeMatt Johnston2015-02-191-0/+4
|/ /
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-4/+42
* | async connections workingMatt Johnston2015-02-181-46/+58
* | work in progress for async connectMatt Johnston2015-02-181-89/+210
* | tcp fastopen for the serverMatt Johnston2015-02-151-0/+10
|/
* connect_remote() is now always non-blockingMatt Johnston2015-02-141-8/+5
* Add envirnonment variable for debug timestamps to roughly matchMatt Johnston2015-02-131-4/+17