summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-06-02Merge pull request #37 from shauser88/configure-fixesMatt Johnston
Fix configure options using AC_ARG_ENABLE
2017-06-02Merge pull request #39 from fperrad/20161118_lintMatt Johnston
fix indentation
2017-06-02Merge pull request #34 from bengardner/gitignoreMatt Johnston
Add .gitignore file
2017-06-02Merge pull request #33 from bengardner/termcodesMatt Johnston
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optional
2017-06-02Merge pull request #32 from bengardner/ERR_labelMatt Johnston
Change label name _ERR to LBL_ERR
2017-06-02Merge pull request #31 from bengardner/PATH_DEVNULLMatt Johnston
Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL
2017-06-01rename hidden variableFrancois Perrad
in function tcp_acceptor() struct sockaddr_storage addr; char* addr = NULL;
2017-06-01fix DEBUG_* conditionFrancois Perrad
2017-06-01use #ifdef DROPBEAR_PRNGD_SOCKET instead of #ifFrancois Perrad
2017-06-01fix indentationFrancois Perrad
2017-05-26fix null pointer crashMatt Johnston
2017-05-21Fix null pointer dereference found by libfuzzerMatt Johnston
2017-05-25limit input sizeMatt Johnston
2017-05-25don't exit encountering short linesMatt Johnston
2017-05-23split out checkpubkey_line() separatelyMatt Johnston
2017-06-16increase min DSS and RSA lengthsMatt Johnston
2017-06-16check p and q lengthsMatt Johnston
2017-06-23Compile with -fno-strict-overflow if possible.Matt Johnston
Needed for curve25519-donna https://github.com/agl/curve25519-donna/issues/31
2017-06-15fix missing arglist NULL terminatorMatt Johnston
2017-06-14improve value range validationMatt Johnston
2017-05-26add m_mp_free_multi, be more careful freeing when failing to load keysMatt Johnston
2017-05-20add cve and patch linkMatt Johnston
2017-05-18merge mainMatt Johnston
2017-05-18merge 2017.75Matt Johnston
2017-05-18Added signature for changeset 5c9207ceedaeMatt Johnston
2017-05-18Added tag DROPBEAR_2017.75 for changeset c31276613181Matt Johnston
2017-05-18fix changelog for atomic dropbearkeyMatt Johnston
2017-05-17bump version to 2017.75Matt Johnston
2017-05-17changes for 2017.75Matt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-11-19Use atomic key generation in all casesMatt Johnston
2016-11-18Merge pull request #27 from fperrad/20160325_lintMatt Johnston
more linting
2016-11-18Merge pull request #26 from fperrad/kill_krMatt Johnston
remove K&R old style code
2016-11-15initialize variable and protect against NULL dereferencementFrancois Perrad
2016-11-15initialize variableFrancois Perrad
2016-11-15remove duplicated includeFrancois Perrad
2016-11-15upgrade atomicioFrancois Perrad
in order to remove K&R code in atomicio.c now, vwrite comes from atomicio.h
2016-11-15upgrade strlcatFrancois Perrad
in order to remove K&R code
2016-09-16Fix libtomcrypt/libtommath linking orderAndre McCurdy
To prevent build failures when using system libtom libraries and linking with --as-needed, LIBTOM_LIBS should be in the order -ltomcrypt -ltommath, not the other way around, ie libs should be prepended to LIBTOM_LIBS as they are found, not appended. Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
2016-09-15add CVEs and patch urlsMatt Johnston
2016-09-09mergeMatt Johnston
2016-09-01ses.debug_trace is wrongMatt Johnston
2016-07-27Fix configure options using AC_ARG_ENABLEStefan Hauser
Configure options to disable some features, which are checked using AC_ARG_ENABLE can be invoked with --enable-<option> as well. The current configure script always generates a #define for such options even though the --enable-<option> case should not generate a #define. Fix this by properly checking if the feature should be enabled, in which case no #define is being generated. Signed-off-by: Stefan Hauser <stefan@shauser.net>
2016-07-22merge githubMatt Johnston
2016-07-21merge 2016.74Matt Johnston
2016-07-21Added signature for changeset 9030ffdbe562Matt Johnston
2016-07-21Added tag DROPBEAR_2016.74 for changeset 0ed3d2bbf956Matt Johnston
2016-07-21mention regression releaseMatt Johnston
2016-07-21bump versionMatt Johnston
2016-07-21changelogsMatt Johnston