summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-10-04fix pubkey authentication return valueMatt Johnston
2017-06-27EXEEXT for a few more targets, dropbearmulti in particular for CygwinMatt Johnston
From William K. Foster.
2017-06-27document --enable-static in place of STATIC=1Matt Johnston
2017-06-27add --enable-static configure argument. disable conflicting harden flagsMatt Johnston
2017-06-27Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument rangeMatt Johnston
2017-06-27improve configure --help alignmentMatt Johnston
2017-06-25Merge pull request #47 from kdarbyshirebryant/mastermaxauthMatt Johnston
dropbear server: support -T max auth tries
2017-06-25Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOGMatt Johnston
sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG
2017-06-25dropbear server: support -T max auth triesKevin Darbyshire-Bryant
Add support for '-T n' for a run-time specification for maximum number of authentication attempts where 'n' is between 1 and compile time option MAX_AUTH_TRIES. A default number of tries can be specified at compile time using 'DEFAULT_AUTH_TRIES' which itself defaults to MAX_AUTH_TRIES for backwards compatibility. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-06-24add configuration option for default RSA size.Matt Johnston
print key size with dropbearkey
2017-06-24Update to libtommath v1.0Matt Johnston
2017-06-24update to libtomcrypt 1.17 (with Dropbear changes)Matt Johnston
2017-06-24Update curve25519-donna to f7837adf95a2c2dcc36233cb02a1fb34081c0c4aMatt Johnston
2017-06-24document changed default RSA key size back in 2013.61testMatt Johnston
2017-06-24test dss key parameter lengths exactlyMatt Johnston
2017-06-24test for -pie linker flag as well, for LinuxMatt Johnston
2017-06-24set hardened compiler/linker flags by defaultMatt Johnston
2017-06-23test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston
2017-06-23set PAM_RHOSTMatt Johnston
2017-06-05sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOGBen Gardner
This change allows adding DROPBEAR_LISTEN_BACKLOG to localoptions.h to force the value.
2017-06-03Merge pull request #38 from armcc/masterMatt Johnston
Fix libtomcrypt/libtommath linking order
2017-06-03Merge pull request #40 from fperrad/20161119_lintMatt Johnston
more lintings
2017-06-02when pointer, use NULL instead of 0Francois Perrad
2017-06-02Set configure #defines to 1. Escape some strings for m4Matt Johnston
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