log dbutil.c @ 1938:77bc00dcc19f default tip main master

age author description
Fri, 01 Apr 2022 12:10:48 +0800 Matt Johnston Add m_snprintf() that won't return negative
Wed, 30 Mar 2022 14:28:59 +0800 Matt Johnston Fix C99 comment
Wed, 30 Mar 2022 14:08:15 +0800 Matt Johnston Fix tilde expansion of paths
Thu, 24 Mar 2022 14:18:45 +0800 Matt Johnston Only set soft core limit not hard limit
Tue, 22 Mar 2022 23:29:38 +0800 Matt Johnston Fix building with DEBUG_TRACE = 0
Sat, 19 Mar 2022 09:01:05 +0000 HansH111 Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.
Tue, 19 Oct 2021 06:02:47 +0100 Matt Robinson Use HOME before /etc/passwd to find id_dropbear (#137)
Thu, 14 Oct 2021 20:55:15 +0800 Matt Johnston Bring back recently removed channel->flushing
Tue, 12 Oct 2021 23:31:09 +0800 Matt Johnston Partial strings from strtoul should return error
Mon, 26 Oct 2020 22:51:44 +0800 Matt Johnston Print ascii in printhex too
Thu, 15 Oct 2020 22:46:24 +0800 Matt Johnston Make wrapfd share a common buffer for all FDs fuzz
Mon, 05 Nov 2018 23:36:34 +0800 Matt Johnston - Add adaptive authentication failure delay
Sat, 03 Mar 2018 04:06:45 +0100 François Perrad some linting after fuzz merge (#60)
Wed, 28 Feb 2018 22:02:12 +0800 Matt Johnston Fix to be able to compile normal(ish) binaries with --enable-fuzz fuzz
Wed, 28 Feb 2018 21:40:08 +0800 Matt Johnston - #if not #ifdef for DROPBEAR_FUZZ fuzz
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Thu, 08 Feb 2018 22:07:59 +0800 Matt Johnston define CLOCK_MONOTONIC if needed
Thu, 25 Jan 2018 21:55:25 +0800 Matt Johnston Merge pull request #49 from fperrad/20170812_lint
Sat, 19 Aug 2017 22:39:53 +0200 Francois Perrad Pointer parameter could be declared as pointing to const (callback)
Tue, 23 Jan 2018 22:46:07 +0800 Matt Johnston merge up to date fuzz
Wed, 18 Oct 2017 22:41:27 +0800 Matt Johnston test close < 0, from Marco Wenzel
Sat, 24 Jun 2017 10:34:58 +0800 Matt Johnston fix dss debug printing fuzz
Thu, 01 Jun 2017 21:30:26 +0800 Matt Johnston Add a flag whether to longjmp, missed that last commit fuzz
Fri, 26 May 2017 22:10:51 +0800 Matt Johnston Disable setnonblocking(), get_socket_address(), set_sock_priority() fuzz
Thu, 25 May 2017 22:20:10 +0800 Matt Johnston fuzzing has a constant time fuzz
Tue, 23 May 2017 22:43:34 +0800 Matt Johnston fuzzer-pubkey fuzz
Sun, 21 May 2017 10:54:11 +0800 Matt Johnston add dbmalloc epoch cleanup fuzz
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Thu, 18 May 2017 23:00:12 +0800 Matt Johnston merge main