index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-04
Define _GNU_SOURCE properly, other header fixes
Matt Johnston
2021-03-04
Small cleanups of netio allocated port
Matt Johnston
2021-03-04
Update netio.c (#115)
Guillaume Picquet
2021-03-04
Update cli-main.c (#114)
Guillaume Picquet
2021-03-02
Disable UNAUTH_CLOSE_DELAY by default
Matt Johnston
2021-01-29
merge
Matt Johnston
2021-01-29
fuzz: wrap kill()
Matt Johnston
2020-12-17
Update INSTALL (#113)
Xenhat
2020-12-10
Use buf_eatstring instead
Matt Johnston
2020-12-10
Fix handling of replies to global requests (#112)
Dirkjan Bussink
2020-12-07
Fix null pointer dereference removing listeners
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-05
Some minor manpage improvements
Matt Johnston
2020-12-05
fuzz: skip custom mutators with -fsanitize=memory
Matt Johnston
2020-12-03
fuzz: make postauth set authdone properly
Matt Johnston
2020-12-03
Remove unused cli_authinitialise
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-13
Remove accidentally committed abort()
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-11-01
fuzzing - avoid sha1 for random seed every iteration
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-29
Merge from main
Matt Johnston
2020-10-29
Added signature for changeset 5879c5829e85
Matt Johnston
2020-10-29
Added tag DROPBEAR_2020.81 for changeset 4b984c42372d
Matt Johnston
2020-10-29
Changelog for 2020.81
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-26
Print ascii in printhex too
Matt Johnston
2020-10-25
Add first try at fuzzing custom mutator
Matt Johnston
2020-10-25
merge from main
Matt Johnston
2020-10-24
Disable stderr output for fuzzer by default
Matt Johnston
2020-10-24
Make "Too many remote algorithms" exit rather than log
Matt Johnston
2020-10-24
Add buf_decrpos()
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
2020-10-23
Increase MAX_PROPOSED_ALGO to 50, warn if exceeded
Matt Johnston
2020-10-21
Fix #ifdef DROPBEAR_FUZZ (caught by linter)
Matt Johnston
2020-10-20
Load password and key for client fuzzer.
Matt Johnston
2020-10-20
Don't sort objects, it breaks -lcrypt ordering
Matt Johnston
2020-10-19
Add ubsan fuzz run to Travis CI too
Matt Johnston
2020-10-19
Use Dropbear's random source rather than libtommath's platform
Matt Johnston
[next]