summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Add -v variable debug levels for server tooMatt Johnston2022-03-241-2/+2
* fuzz: don't push wrapfd descriptors larger than neededMatt Johnston2021-03-081-2/+1
* fuzz: add -q quiet argument for standalone fuzzers.Matt Johnston2021-03-071-3/+14
* fuzz: handle errors from wrapfd_new_dummy()Matt Johnston2021-03-062-6/+23
* 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: wrap kill()Matt Johnston2021-01-291-0/+12
* 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-136-12/+59
* fuzzing - fix some wrong types and -lcrypt on macosMatt Johnston2020-11-023-4/+5
* Fuzzing - get rid of "prefix" for streamsMatt Johnston2020-11-012-91/+118
* Move fuzzer-kex initialisation into a constructor functionMatt Johnston2020-10-293-75/+68
* Use SSH packet mutator for preauth tooMatt Johnston2020-10-293-23/+25
* 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-263-58/+51
* crossover worksMatt Johnston2020-10-261-0/+53
* Fix fuzz-sshpacketmutator to workMatt Johnston2020-10-263-35/+62
* Add first try at fuzzing custom mutatorMatt Johnston2020-10-254-0/+193
* 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-2313-0/+1127