summaryrefslogtreecommitdiff
path: root/fuzz.h
Commit message (Expand)AuthorAgeFilesLines
* fuzz: fix crash in newtcpdirect(), don't close the channel too earlyMatt Johnston2021-03-051-5/+0
* Define _GNU_SOURCE properly, other header fixesMatt Johnston2021-03-041-2/+2
* fuzz: wrap kill()Matt Johnston2021-01-291-0/+1
* fuzz: add an always-failing dropbear_listen() replacementMatt Johnston2020-12-061-0/+3
* fuzz: make postauth set authdone properlyMatt Johnston2020-12-031-1/+4
* fuzzing: add workaround getpwuid/getpwnamMatt Johnston2020-11-161-0/+8
* Fix fuzzing buildMatt Johnston2020-11-151-0/+6
* Add server postauth fuzzer, wrap connect_remote()Matt Johnston2020-11-131-1/+1
* Fix fuzzing stderr override on os xMatt Johnston2020-10-261-2/+8
* Disable stderr output for fuzzer by defaultMatt Johnston2020-10-241-0/+15
* Add some more variation to fuzzer random number generationMatt Johnston2020-10-231-1/+1
* Load password and key for client fuzzer.Matt Johnston2020-10-201-0/+7
* Fix fuzzer buildMatt Johnston2020-10-181-0/+1
* Get client fuzzer building and starting (fails straight away)Matt Johnston2020-10-181-7/+3
* Make wrapfd share a common buffer for all FDsMatt Johnston2020-10-151-0/+1
* Add kexdh and kexecdh fuzzersMatt Johnston2018-03-051-0/+1
* clean some fuzzing conditionalsMatt Johnston2018-02-281-3/+0
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-0/+1
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-1/+1
* add fuzzer-preauth_nomathsMatt Johnston2018-01-231-3/+9
* Add a flag whether to longjmp, missed that last commitMatt Johnston2017-06-011-0/+1
* Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston2017-05-261-0/+2
* rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston2017-05-251-1/+2
* fuzzer-pubkeyMatt Johnston2017-05-231-0/+7
* glaring wrapfd problems fixedMatt Johnston2017-05-201-0/+1
* closer to workingMatt Johnston2017-05-201-3/+19
* add wrapfd. improve fuzzer in makefileMatt Johnston2017-05-191-1/+5
* fuzz harnessMatt Johnston2017-05-131-0/+35