index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
fuzz.h
Age
Commit message (
Expand
)
Author
2021-03-05
fuzz: fix crash in newtcpdirect(), don't close the channel too early
Matt Johnston
2021-03-04
Define _GNU_SOURCE properly, other header fixes
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-03
fuzz: make postauth set authdone properly
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-10-26
Fix fuzzing stderr override on os x
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-20
Load password and key for client fuzzer.
Matt Johnston
2020-10-18
Fix fuzzer build
Matt Johnston
2020-10-18
Get client fuzzer building and starting (fails straight away)
Matt Johnston
2020-10-15
Make wrapfd share a common buffer for all FDs
Matt Johnston
2018-03-05
Add kexdh and kexecdh fuzzers
Matt Johnston
2018-02-28
clean some fuzzing conditionals
Matt Johnston
2018-02-28
Fix to be able to compile normal(ish) binaries with --enable-fuzz
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
2018-01-23
add fuzzer-preauth_nomaths
Matt Johnston
2017-06-01
Add a flag whether to longjmp, missed that last commit
Matt Johnston
2017-05-26
Disable setnonblocking(), get_socket_address(), set_sock_priority()
Matt Johnston
2017-05-25
rearrange, all fuzzers now call fuzzer_set_input()
Matt Johnston
2017-05-23
fuzzer-pubkey
Matt Johnston
2017-05-20
glaring wrapfd problems fixed
Matt Johnston
2017-05-20
closer to working
Matt Johnston
2017-05-19
add wrapfd. improve fuzzer in makefile
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston