summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-02-08Update to libtommath v1.0.1Matt Johnston
2018-02-08Test for -Wno-pointer-sign, move CFLAGS tests into a macroMatt Johnston
2018-02-08define CLOCK_MONOTONIC if neededMatt Johnston
2018-01-26Merge branch 'houseofkodai-cli_bind_address_connect'Matt Johnston
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2018-01-25Server chosen tcpfwd ports (#43)houseofkodai
2018-01-25Merge pull request #48 from DengkeDu/dengke/configure-add-variable-to-allow-o...Matt Johnston
2018-01-25Merge pull request #49 from fperrad/20170812_lintMatt Johnston
2018-01-23fix updates to libtomcrypt/libtommath for out of tree buildsMatt Johnston
2017-10-18test close < 0, from Marco WenzelMatt Johnston
2017-10-04fix checkpubkey_line function name for TRACEMatt Johnston
2017-10-04fix pubkey authentication return valueMatt Johnston
2017-08-19Pointer parameter could be declared as pointing to const (callback)Francois Perrad
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2017-08-12fix formatFrancois Perrad
2017-07-11configure: add a variable to allow openpty check to be cachedEric BĂ©nard
2017-06-27EXEEXT for a few more targets, dropbearmulti in particular for CygwinMatt Johnston
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
2017-06-25Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOGMatt Johnston
2017-06-25dropbear server: support -T max auth triesKevin Darbyshire-Bryant
2017-06-24add configuration option for default RSA size.Matt Johnston
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
2017-06-03Merge pull request #38 from armcc/masterMatt Johnston
2017-06-03Merge pull request #40 from fperrad/20161119_lintMatt Johnston
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
2017-06-02Merge pull request #39 from fperrad/20161118_lintMatt Johnston
2017-06-02Merge pull request #34 from bengardner/gitignoreMatt Johnston
2017-06-02Merge pull request #33 from bengardner/termcodesMatt Johnston
2017-06-02Merge pull request #32 from bengardner/ERR_labelMatt Johnston
2017-06-02Merge pull request #31 from bengardner/PATH_DEVNULLMatt Johnston
2017-06-01rename hidden variableFrancois Perrad
2017-06-01fix DEBUG_* conditionFrancois Perrad
2017-06-01use #ifdef DROPBEAR_PRNGD_SOCKET instead of #ifFrancois Perrad
2017-06-01fix indentationFrancois Perrad