log

age author description
2020-12-03 Matt Johnston fuzz: make postauth set authdone properly fuzz
2020-12-03 Matt Johnston Remove unused cli_authinitialise
2020-11-17 Matt Johnston fuzzing - Set postauth user to root since that's what it runs as
2020-11-16 Matt Johnston fuzzing: add workaround getpwuid/getpwnam
2020-11-15 Matt Johnston Fix fuzzing build
2020-11-13 Matt Johnston Add server postauth fuzzer, wrap connect_remote()
2020-11-13 Matt Johnston Remove accidentally committed abort()
2020-11-02 Matt Johnston fuzzing - fix some wrong types and -lcrypt on macos
2020-11-01 Matt Johnston Fuzzing - get rid of "prefix" for streams
2020-11-01 Matt Johnston fuzzing - avoid sha1 for random seed every iteration
2020-10-29 Matt Johnston Move fuzzer-kex initialisation into a constructor function
2020-10-29 Matt Johnston Use SSH packet mutator for preauth too
2020-10-29 Matt Johnston Fix FUZZ_NO_REPLACE_STDERR for fuzz.c
2020-10-29 Matt Johnston Merge from main
2020-10-26 Matt Johnston Fix fuzzing stderr override on os x
2020-10-26 Matt Johnston Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomaths
2020-10-26 Matt Johnston crossover works
2020-10-26 Matt Johnston Fix fuzz-sshpacketmutator to work
2020-10-26 Matt Johnston Print ascii in printhex too
2020-10-29 Matt Johnston Added signature for changeset 5879c5829e85
2020-10-29 Matt Johnston Added tag DROPBEAR_2020.81 for changeset 4b984c42372d
2020-10-29 Matt Johnston Changelog for 2020.81 DROPBEAR_2020.81
2020-10-25 Matt Johnston Add first try at fuzzing custom mutator
2020-10-25 Matt Johnston merge from main
2020-10-24 Matt Johnston Disable stderr output for fuzzer by default
2020-10-23 Matt Johnston Add some more variation to fuzzer random number generation
2020-10-23 Matt Johnston Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
2020-10-24 Matt Johnston Make "Too many remote algorithms" exit rather than log
2020-10-24 Matt Johnston Add buf_decrpos()
2020-10-23 Matt Johnston Increase MAX_PROPOSED_ALGO to 50, warn if exceeded
2020-10-21 Matt Johnston Fix #ifdef DROPBEAR_FUZZ (caught by linter)
2020-10-20 Matt Johnston Load password and key for client fuzzer.
2020-10-20 Matt Johnston Don't sort objects, it breaks -lcrypt ordering
2020-10-19 Matt Johnston Add ubsan fuzz run to Travis CI too
2020-10-19 Matt Johnston Use Dropbear's random source rather than libtommath's platform
2020-10-19 Matt Johnston Avoid passing NULL to memcpy
2020-10-18 Matt Johnston Fix fuzzer build
2020-10-18 Matt Johnston Merge fuzz branch
2020-10-18 Matt Johnston Allocate real file descriptors for fuzz input with dup() fuzz
2020-10-18 Matt Johnston Disallow extra kexinit messages fuzz
2020-10-18 Matt Johnston Add fuzzer-client_nomaths, fix client fuzzer fuzz
2020-10-18 Matt Johnston Get client fuzzer building and starting (fails straight away) fuzz
2020-10-15 Matt Johnston Make wrapfd share a common buffer for all FDs fuzz
2020-10-15 Matt Johnston merge from main fuzz
2020-10-08 Matt Johnston Avoid gnu extension conditional operator
2020-07-28 Matt Johnston Change secure.ucc.asn.au/hg to hg.ucc.asn.au
2020-06-26 Matt Johnston Added signature for changeset 88f63b8b0f13
2020-06-26 Matt Johnston Added tag DROPBEAR_2020.80 for changeset 73646de50f13
2020-06-26 Matt Johnston version 2020.80 DROPBEAR_2020.80
2020-06-26 Matt Johnston merge coverity from main coverity coverity
2020-06-26 Guilhem Moulin Don't choke on disabled authorized_keys(5) options
2020-06-26 Matt Johnston update CHANGES for 2020.80
2020-06-26 Matt Johnston Some notes on style
2020-06-25 Matt Johnston Refer to libtom license files
2020-06-23 Matt Johnston merge
2020-06-23 Ilya fix trace messages (#105)
2020-06-23 Matt Johnston move GNU_SOURCE earlier
2020-06-23 Matt Johnston check for poly1305_init in other libtomcrypt configure test
2020-06-23 Matt Johnston _GNU_SOURCE for random
2020-06-18 Matt Johnston Disable toom and karatsuba for new libtommath