summaryrefslogtreecommitdiff
path: root/fuzz/fuzz-common.c
Commit message (Expand)AuthorAgeFilesLines
* fuzz: handle errors from wrapfd_new_dummy()Matt Johnston2021-03-061-3/+12
* fuzz: fix crash in newtcpdirect(), don't close the channel too earlyMatt Johnston2021-03-051-20/+0
* fuzz: avoid extraneous printingMatt Johnston2021-03-041-1/+1
* fuzz: add an always-failing dropbear_listen() replacementMatt Johnston2020-12-061-0/+17
* fuzz: work around fuzz_connect_remote() limitationsMatt Johnston2020-12-061-0/+6
* fuzz: make postauth set authdone properlyMatt Johnston2020-12-031-6/+10
* fuzzing - Set postauth user to root since that's what it runs asMatt Johnston2020-11-171-2/+1
* fuzzing: add workaround getpwuid/getpwnamMatt Johnston2020-11-161-1/+50
* Fix fuzzing buildMatt Johnston2020-11-151-1/+0
* Add server postauth fuzzer, wrap connect_remote()Matt Johnston2020-11-131-6/+28
* fuzzing - fix some wrong types and -lcrypt on macosMatt Johnston2020-11-021-2/+2
* Fuzzing - get rid of "prefix" for streamsMatt Johnston2020-11-011-33/+8
* Fix FUZZ_NO_REPLACE_STDERR for fuzz.cMatt Johnston2020-10-291-8/+1
* Fix fuzzing stderr override on os xMatt Johnston2020-10-261-4/+9
* Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomathsMatt Johnston2020-10-261-3/+7
* Fix fuzz-sshpacketmutator to workMatt Johnston2020-10-261-3/+3
* Add first try at fuzzing custom mutatorMatt Johnston2020-10-251-0/+4
* Disable stderr output for fuzzer by defaultMatt Johnston2020-10-241-0/+21
* Add some more variation to fuzzer random number generationMatt Johnston2020-10-231-2/+2
* Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston2020-10-231-0/+311