summaryrefslogtreecommitdiffhomepage
path: root/fuzz
AgeCommit message (Expand)Author
2020-12-06fuzz: work around fuzz_connect_remote() limitationsMatt Johnston
2020-12-03fuzz: make postauth set authdone properlyMatt Johnston
2020-11-17fuzzing - Set postauth user to root since that's what it runs asMatt Johnston
2020-11-16fuzzing: add workaround getpwuid/getpwnamMatt Johnston
2020-11-15Fix fuzzing buildMatt Johnston
2020-11-13Add server postauth fuzzer, wrap connect_remote()Matt Johnston
2020-11-02fuzzing - fix some wrong types and -lcrypt on macosMatt Johnston
2020-11-01Fuzzing - get rid of "prefix" for streamsMatt Johnston
2020-10-29Move fuzzer-kex initialisation into a constructor functionMatt Johnston
2020-10-29Use SSH packet mutator for preauth tooMatt Johnston
2020-10-29Fix FUZZ_NO_REPLACE_STDERR for fuzz.cMatt Johnston
2020-10-26Fix fuzzing stderr override on os xMatt Johnston
2020-10-26Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomathsMatt Johnston
2020-10-26crossover worksMatt Johnston
2020-10-26Fix fuzz-sshpacketmutator to workMatt Johnston
2020-10-25Add first try at fuzzing custom mutatorMatt Johnston
2020-10-24Disable stderr output for fuzzer by defaultMatt Johnston
2020-10-23Add some more variation to fuzzer random number generationMatt Johnston
2020-10-23Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston