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
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