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
2017-06-11
fix checkmac always failing pre-kex
Matt Johnston
2017-06-02
fuzzer-preauth don't call getpwnam(), bring back longjmp
Matt Johnston
2017-06-01
Add a flag whether to longjmp, missed that last commit
Matt Johnston
2017-05-30
don't longjmp for fuzzer-preauth (temporary to debug asan)
Matt Johnston
2017-05-26
Disable setnonblocking(), get_socket_address(), set_sock_priority()
Matt Johnston
2017-05-26
fix building with DEBUG_TRACE
Matt Johnston
2017-05-26
add m_mp_free_multi, be more careful freeing when failing to load keys
Matt Johnston
2017-05-26
add fuzzer-verify
Matt Johnston
2017-05-26
fix null pointer crash
Matt Johnston
2017-05-26
linked list dbmalloc now
Matt Johnston
2017-05-25
rearrange, all fuzzers now call fuzzer_set_input()
Matt Johnston
2017-05-25
limit input size
Matt Johnston
2017-05-25
fuzzing has a constant time
Matt Johnston
2017-05-25
Just use memset, it should'be be optimised out in a separate file
Matt Johnston
2017-05-25
fuzzers disable logging by default
Matt Johnston
2017-05-25
don't exit encountering short lines
Matt Johnston
2017-05-25
avoid NULL argument to base64 decode
Matt Johnston
2017-05-23
create fuzzer .options files
Matt Johnston
2017-05-23
fuzzer-pubkey
Matt Johnston
2017-05-23
split out checkpubkey_line() separately
Matt Johnston
2017-05-22
define SIZE_T_MAX
Matt Johnston
2017-05-22
remove unneeded check
Matt Johnston
2017-05-22
zlib can use m_malloc/m_free too
Matt Johnston
2017-05-21
seed_fuzz() prototype
Matt Johnston
2017-05-21
-v for debug_trace
Matt Johnston
2017-05-21
Fix null pointer dereference found by libfuzzer
Matt Johnston
2017-05-21
add dbmalloc epoch cleanup
Matt Johnston
2017-05-21
ignore wrapfd_close for unknown
Matt Johnston
2017-05-20
make buf_getstring fail prior to malloc if the buffer is short
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-18
merge main to fuzz
Matt Johnston
2017-05-18
better harness
Matt Johnston
2017-05-18
setup svr_dropbear_exit
Matt Johnston
2017-05-18
merge main
Matt Johnston
2017-05-18
merge 2017.75
Matt Johnston
2017-05-18
Added signature for changeset 5c9207ceedae
Matt Johnston
2017-05-18
Added tag DROPBEAR_2017.75 for changeset c31276613181
Matt Johnston
2017-05-18
fix changelog for atomic dropbearkey
Matt Johnston
2017-05-17
bump version to 2017.75
Matt Johnston
2017-05-17
changes for 2017.75
Matt Johnston
2017-05-14
rename fuzzer -> fuzz-target, add list-fuzz-targets
Matt Johnston
2017-05-13
Use CXX to link fuzzer, also link with $FUZZLIB
Matt Johnston
2017-05-13
crypto_init()
Matt Johnston
2017-05-13
fix buf->pos when shrinking
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2017-05-12
notsocket changes from afl branch
Matt Johnston
2016-11-19
Use atomic key generation in all cases
Matt Johnston
[next]