summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-02-14fix compile warningsMatt Johnston
2018-02-14make signal flags volatile, simplify handlingMatt Johnston
2018-02-14Move DEBUG_TRACE to default_optionsMatt Johnston
2018-02-14Update build instructions for localoptions, and tidyMatt Johnston
2018-02-14update some dependenciesMatt Johnston
2018-02-14update default_options.hMatt Johnston
2018-02-11build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten
The makefile variable `space' is never used. The autoconf output variable `SET_MAKE' is never used, so the autoconf macro `AC_PROG_MAKE_SET' has been removed.
2018-02-11Removed commented out codeMatt Johnston
2018-02-11Fix building default_options.hMatt Johnston
2018-02-10simplify error handling, check mp_copy return valueMatt Johnston
2018-02-10limit travis branchesMatt Johnston
2018-02-10Use an explicit matrix instead, avoid bad clang combinations etcMatt Johnston
2018-02-10use parent $CC etcMatt Johnston
2018-02-10pass CFLAGS to LTC_CFLAGSMatt Johnston
2018-02-10cast m_burn argument away from volatileMatt Johnston
2018-02-10exclude clang rather than osx for unbundled libtomMatt Johnston
2018-02-09missed saving a file removing none cipherMatt Johnston
2018-02-09Remove none cipherMatt Johnston
2018-02-09Put Dropbear config in a separate fileMatt Johnston
Patch out MECC DER
2018-02-09Fix commenting outMatt Johnston
2018-02-09add $srcdir as neededMatt Johnston
2018-02-09generate list of libtomcrypt directories automaticallyMatt Johnston
2018-02-09Update Makefile.inMatt Johnston
2018-02-09Update to libtomcrypt 1.18.1, merged with Dropbear changesMatt Johnston
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
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections
2018-01-25Server chosen tcpfwd ports (#43)houseofkodai
Server chosen tcpfwd ports
2018-01-25Merge pull request #48 from ↵Matt Johnston
DengkeDu/dengke/configure-add-variable-to-allow-openpty-check-cached configure: add a variable to allow openpty check to be cached
2018-01-25Merge pull request #49 from fperrad/20170812_lintMatt Johnston
Some linting, const parameters
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
Argument no. 3 nominally inconsistent with format (int vs. unsigned int)
2017-07-11configure: add a variable to allow openpty check to be cachedEric Bénard
Signed-off-by: Dengke Du <dengke.du@windriver.com>
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