Mercurial > dropbear
graph
-
use #ifdef DROPBEAR_PRNGD_SOCKET instead of #ifSat, 19 Nov 2016 10:38:47 +0100, by Francois Perrad
-
Set configure #defines to 1. Escape some strings for m4Fri, 02 Jun 2017 23:35:30 +0800, by Matt Johnston
-
Merge pull request #37 from shauser88/configure-fixesFri, 02 Jun 2017 23:21:32 +0800, by Matt Johnston
-
Fix configure options using AC_ARG_ENABLEWed, 27 Jul 2016 19:38:56 +0200, by Stefan Hauser
-
Merge pull request #39 from fperrad/20161118_lintFri, 02 Jun 2017 23:10:48 +0800, by Matt Johnston
-
fix indentationFri, 18 Nov 2016 17:59:50 +0100, by Francois Perrad
-
Merge pull request #34 from bengardner/gitignoreFri, 02 Jun 2017 23:02:34 +0800, by Matt Johnston
-
Add .gitignore fileWed, 25 May 2016 10:17:31 -0500, by Ben Gardner
-
Merge pull request #33 from bengardner/termcodesFri, 02 Jun 2017 23:01:54 +0800, by Matt Johnston
-
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optionalWed, 25 May 2016 10:03:53 -0500, by Ben Gardner
-
Merge pull request #32 from bengardner/ERR_labelFri, 02 Jun 2017 23:00:05 +0800, by Matt Johnston
-
Change label name _ERR to LBL_ERRWed, 25 May 2016 09:57:53 -0500, by Ben Gardner
-
Merge pull request #31 from bengardner/PATH_DEVNULLFri, 02 Jun 2017 22:57:09 +0800, by Matt Johnston
-
Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULLTue, 24 May 2016 17:34:10 -0500, by Ben Gardner
-
fuzzer-preauth don't call getpwnam(), bring back longjmp fuzzFri, 02 Jun 2017 00:03:51 +0800, by Matt Johnston
-
Add a flag whether to longjmp, missed that last commit fuzzThu, 01 Jun 2017 21:30:26 +0800, by Matt Johnston
-
don't longjmp for fuzzer-preauth (temporary to debug asan) fuzzTue, 30 May 2017 22:50:52 +0800, by Matt Johnston
-
Disable setnonblocking(), get_socket_address(), set_sock_priority() fuzzFri, 26 May 2017 22:10:51 +0800, by Matt Johnston
-
add m_mp_free_multi, be more careful freeing when failing to load keys fuzzFri, 26 May 2017 21:08:43 +0800, by Matt Johnston
-
rearrange, all fuzzers now call fuzzer_set_input() fuzzThu, 25 May 2017 22:21:49 +0800, by Matt Johnston
-
Just use memset, it should'be be optimised out in a separate file fuzzThu, 25 May 2017 22:19:46 +0800, by Matt Johnston
-
Fix null pointer dereference found by libfuzzer fuzzSun, 21 May 2017 18:53:09 +0800, by Matt Johnston
-
make buf_getstring fail prior to malloc if the buffer is short fuzzSat, 20 May 2017 23:39:01 +0800, by Matt Johnston