2017-06-11 |
Matt Johnston |
fix checkmac always failing pre-kex
fuzz
|
2017-06-03 |
Matt Johnston |
Merge pull request #38 from armcc/master
|
2016-09-16 |
Andre McCurdy |
Fix libtomcrypt/libtommath linking order
|
2017-06-03 |
Matt Johnston |
Merge pull request #40 from fperrad/20161119_lint
|
2017-06-02 |
Francois Perrad |
when pointer, use NULL instead of 0
|
2016-11-19 |
Francois Perrad |
rename hidden variable
|
2016-11-19 |
Francois Perrad |
fix DEBUG_* condition
|
2016-11-19 |
Francois Perrad |
use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if
|
2017-06-02 |
Matt Johnston |
merge
coverity
|
2017-06-02 |
Matt Johnston |
Set configure #defines to 1. Escape some strings for m4
|
2017-06-02 |
Matt Johnston |
Merge pull request #37 from shauser88/configure-fixes
|
2016-07-27 |
Stefan Hauser |
Fix configure options using AC_ARG_ENABLE
|
2017-06-02 |
Matt Johnston |
Merge pull request #39 from fperrad/20161118_lint
|
2016-11-18 |
Francois Perrad |
fix indentation
|
2017-06-02 |
Matt Johnston |
Merge pull request #34 from bengardner/gitignore
|
2016-05-25 |
Ben Gardner |
Add .gitignore file
|
2017-06-02 |
Matt Johnston |
Merge pull request #33 from bengardner/termcodes
|
2016-05-25 |
Ben Gardner |
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optional
|
2017-06-02 |
Matt Johnston |
Merge pull request #32 from bengardner/ERR_label
|
2016-05-25 |
Ben Gardner |
Change label name _ERR to LBL_ERR
|
2017-06-02 |
Matt Johnston |
Merge pull request #31 from bengardner/PATH_DEVNULL
|
2016-05-24 |
Ben Gardner |
Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL
|
2017-06-01 |
Matt Johnston |
fuzzer-preauth don't call getpwnam(), bring back longjmp
fuzz
|
2017-06-01 |
Matt Johnston |
Add a flag whether to longjmp, missed that last commit
fuzz
|
2017-05-30 |
Matt Johnston |
don't longjmp for fuzzer-preauth (temporary to debug asan)
fuzz
|
2017-05-26 |
Matt Johnston |
Disable setnonblocking(), get_socket_address(), set_sock_priority()
fuzz
|
2017-05-26 |
Matt Johnston |
fix building with DEBUG_TRACE
fuzz
|
2017-05-26 |
Matt Johnston |
add m_mp_free_multi, be more careful freeing when failing to load keys
fuzz
|
2017-05-25 |
Matt Johnston |
add fuzzer-verify
fuzz
|
2017-05-25 |
Matt Johnston |
fix null pointer crash
fuzz
|