summaryrefslogtreecommitdiffhomepage
path: root/fuzzer-preauth.c
AgeCommit message (Collapse)Author
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
--HG-- branch : fuzz
2017-06-02fuzzer-preauth don't call getpwnam(), bring back longjmpMatt Johnston
--HG-- branch : fuzz
2017-06-01Add a flag whether to longjmp, missed that last commitMatt Johnston
--HG-- branch : fuzz
2017-05-30don't longjmp for fuzzer-preauth (temporary to debug asan)Matt Johnston
--HG-- branch : fuzz
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
for fuzzing --HG-- branch : fuzz
2017-05-26linked list dbmalloc nowMatt Johnston
add non-free m_malloc_free_epoch() argument for leak detection --HG-- branch : fuzz
2017-05-25rearrange, all fuzzers now call fuzzer_set_input()Matt Johnston
--HG-- branch : fuzz
2017-05-21seed_fuzz() prototypeMatt Johnston
--HG-- branch : fuzz
2017-05-21add dbmalloc epoch cleanupMatt Johnston
--HG-- branch : fuzz
2017-05-20glaring wrapfd problems fixedMatt Johnston
--HG-- branch : fuzz
2017-05-20closer to workingMatt Johnston
--HG-- branch : fuzz
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
--HG-- branch : fuzz
2017-05-13fuzz harnessMatt Johnston
--HG-- branch : fuzz