index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
fuzz
Age
Commit message (
Expand
)
Author
2021-03-08
fuzz: don't push wrapfd descriptors larger than needed
Matt Johnston
2021-03-07
fuzz: add -q quiet argument for standalone fuzzers.
Matt Johnston
2021-03-06
fuzz: handle errors from wrapfd_new_dummy()
Matt Johnston
2021-03-05
fuzz: fix crash in newtcpdirect(), don't close the channel too early
Matt Johnston
2021-03-04
fuzz: avoid extraneous printing
Matt Johnston
2021-01-29
fuzz: wrap kill()
Matt Johnston
2020-12-06
fuzz: add an always-failing dropbear_listen() replacement
Matt Johnston
2020-12-06
fuzz: work around fuzz_connect_remote() limitations
Matt Johnston
2020-12-03
fuzz: make postauth set authdone properly
Matt Johnston
2020-11-17
fuzzing - Set postauth user to root since that's what it runs as
Matt Johnston
2020-11-16
fuzzing: add workaround getpwuid/getpwnam
Matt Johnston
2020-11-15
Fix fuzzing build
Matt Johnston
2020-11-13
Add server postauth fuzzer, wrap connect_remote()
Matt Johnston
2020-11-02
fuzzing - fix some wrong types and -lcrypt on macos
Matt Johnston
2020-11-01
Fuzzing - get rid of "prefix" for streams
Matt Johnston
2020-10-29
Move fuzzer-kex initialisation into a constructor function
Matt Johnston
2020-10-29
Use SSH packet mutator for preauth too
Matt Johnston
2020-10-29
Fix FUZZ_NO_REPLACE_STDERR for fuzz.c
Matt Johnston
2020-10-26
Fix fuzzing stderr override on os x
Matt Johnston
2020-10-26
Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomaths
Matt Johnston
2020-10-26
crossover works
Matt Johnston
2020-10-26
Fix fuzz-sshpacketmutator to work
Matt Johnston
2020-10-25
Add first try at fuzzing custom mutator
Matt Johnston
2020-10-24
Disable stderr output for fuzzer by default
Matt Johnston
2020-10-23
Add some more variation to fuzzer random number generation
Matt Johnston
2020-10-23
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
Matt Johnston