Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-16 | Merge branch 'master' of github.com:mkj/dropbear | Matt Johnston | |
2018-02-16 | use NULL instead of 0 | Francois Perrad | |
2018-02-16 | fix indentation | Francois Perrad | |
2018-02-16 | merge | Matt Johnston | |
2018-02-16 | Remove accidentally committed DROPBEAR_FUZZ | Matt Johnston | |
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten | |
For the sake of review, this commit alters only the code; the affiliated comments within the source files also need to be updated, but doing so now would obscure the operational changes that have been made here. * All on/off options have been switched to the numeric `#if' variant; that is the only way to make this `default_options.h.in' thing work in a reasonable manner. * There is now some very minor compile-time checking of the user's choice of options. * NO_FAST_EXPTMOD doesn't seem to be used, so it has been removed. * ENABLE_USER_ALGO_LIST was supposed to be renamed DROPBEAR_USER_ALGO_LIST, and this commit completes that work. * DROPBEAR_FUZZ seems to be a relatively new, as-yet undocumented option, which was added by the following commit: commit 6e0b539e9ca0b5628c6c5a3d118ad6a2e79e8039 Author: Matt Johnston <matt@ucc.asn.au> Date: Tue May 23 22:29:21 2017 +0800 split out checkpubkey_line() separately It has now been added to `sysoptions.h' and defined as `0' by default. * The configuration option `DROPBEAR_PASSWORD_ENV' is no longer listed in `default_options.h.in'; it is no longer meant to be set by the user, and is instead left to be defined in `sysoptions.h' (where it was already being defined) as merely the name of the environment variable in question: DROPBEAR_PASSWORD To enable or disable use of that environment variable, the user must now toggle `DROPBEAR_USE_DROPBEAR_PASSWORD'. * The sFTP support is now toggled by setting `DROPBEAR_SFTPSERVER', and the path of the sFTP server program is set independently through the usual SFTPSERVER_PATH. | |||
2018-02-15 | disallow inetd -v | Matt Johnston | |
2018-02-14 | fix unused variable from merge | Matt Johnston | |
2018-02-14 | fix compile warnings | Matt Johnston | |
2018-02-14 | make signal flags volatile, simplify handling | Matt Johnston | |
2018-02-14 | Move DEBUG_TRACE to default_options | Matt Johnston | |
2018-02-14 | Update build instructions for localoptions, and tidy | Matt Johnston | |
2018-02-14 | update some dependencies | Matt Johnston | |
2018-02-14 | update default_options.h | Matt Johnston | |
2018-02-11 | build: 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-11 | Removed commented out code | Matt Johnston | |
2018-02-11 | Fix building default_options.h | Matt Johnston | |
2018-02-10 | simplify error handling, check mp_copy return value | Matt Johnston | |
2018-02-10 | limit travis branches | Matt Johnston | |
2018-02-10 | Use an explicit matrix instead, avoid bad clang combinations etc | Matt Johnston | |
2018-02-10 | use parent $CC etc | Matt Johnston | |
2018-02-10 | pass CFLAGS to LTC_CFLAGS | Matt Johnston | |
2018-02-10 | cast m_burn argument away from volatile | Matt Johnston | |
2018-02-10 | exclude clang rather than osx for unbundled libtom | Matt Johnston | |
2018-02-09 | missed saving a file removing none cipher | Matt Johnston | |
2018-02-09 | Remove none cipher | Matt Johnston | |
2018-02-09 | Put Dropbear config in a separate file | Matt Johnston | |
Patch out MECC DER | |||
2018-02-09 | Fix commenting out | Matt Johnston | |
2018-02-09 | add $srcdir as needed | Matt Johnston | |
2018-02-09 | generate list of libtomcrypt directories automatically | Matt Johnston | |
2018-02-09 | Update Makefile.in | Matt Johnston | |
2018-02-09 | Update to libtomcrypt 1.18.1, merged with Dropbear changes | Matt Johnston | |
2018-02-08 | Update to libtommath v1.0.1 | Matt Johnston | |
2018-02-08 | Test for -Wno-pointer-sign, move CFLAGS tests into a macro | Matt Johnston | |
2018-02-08 | define CLOCK_MONOTONIC if needed | Matt Johnston | |
2018-01-26 | Merge branch 'houseofkodai-cli_bind_address_connect' | Matt Johnston | |
2018-01-26 | bind to port as well with -b | Matt Johnston | |
2018-01-26 | cli_bind_address_connect | houseofkodai | |
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections | |||
2018-01-25 | Server chosen tcpfwd ports (#43) | houseofkodai | |
Server chosen tcpfwd ports | |||
2018-01-25 | Merge 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-25 | Merge pull request #49 from fperrad/20170812_lint | Matt Johnston | |
Some linting, const parameters | |||
2018-01-23 | fix bad assertion | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | add fuzzer-preauth_nomaths | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | merge up to date | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | fix updates to libtomcrypt/libtommath for out of tree builds | Matt Johnston | |
2017-10-18 | test close < 0, from Marco Wenzel | Matt Johnston | |
2017-10-04 | fix checkpubkey_line function name for TRACE | Matt Johnston | |
2017-10-04 | fix pubkey authentication return value | Matt Johnston | |
2017-08-19 | Pointer parameter could be declared as pointing to const (callback) | Francois Perrad | |
2017-08-19 | Pointer parameter could be declared as pointing to const | Francois Perrad | |