summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-02-26ignore default_options_guard.hMatt Johnston
2018-02-26- Don't try to handle changed usernamesMatt Johnston
- Avoid logging repeated failed username messages
2018-02-26more linting (#58)François Perrad
* const parameter * fix indentation
2018-02-26Fix restricted group code for BSDs, move to separate functionMatt Johnston
2018-02-22Merge branch 'stellarpower-master'Matt Johnston
2018-02-22Merge branch 'master' of git://github.com/stellarpower/dropbear into ↵Matt Johnston
stellarpower-master
2018-02-22clarify that -r skips default hostkeysMatt Johnston
2018-02-22Only load dropbear default host keys if a key is not specifiedCamVan Nguyen
2018-02-21print hg revidMatt Johnston
--HG-- branch : fuzz
2018-02-21The fuzzer has managed to generated DSS key/signature pairs thatMatt Johnston
verify. Avoid false positives from bogus keys that wouldn't be used --HG-- branch : fuzz
2018-02-21compile fixesMatt Johnston
--HG-- branch : fuzz
2018-02-20use a full prototype (#56)François Perrad
2018-02-20add curve25519-sha256 without @libssh.orgMatt Johnston
2018-02-20Added the -G option to allow logins only for users that are members of a ↵stellarpower
certain group. This allows finer control of an instance on who can and cannot login over a certain instance (e.g. password and not key). Needs double-checking and ensuring it meets platform requirements.
2018-02-19Remove bad merged libtommmath "clean" rule and leftover makefile.includeMatt Johnston
2018-02-19- Fix dependencies and remove old default_options.h from version controlMatt Johnston
- Rename default_options.h.in -> default_options.h, and default_options.h -> default_options_guard.h - Fix newlines in default_options.h
2018-02-18draft CHANGESMatt Johnston
2018-02-18missed regeneratingMatt Johnston
2018-02-18group14-sha256 should be higher than group14-sha1Matt Johnston
2018-02-18clean up some default optionsMatt Johnston
- move hmac-sha2-512, hmac-md5, twofish_ctr to sysoptions.h, off by default - try and improve text for KEX methods
2018-02-18Add dbclient '-J &fd' option for a file descriptorMatt Johnston
Based on patch by Harald Becker
2018-02-18include config.h for options.h. don't need to include options.h whenMatt Johnston
includes.h brings it in
2018-02-18rename some options and move some to sysoptions.hMatt Johnston
2018-02-17limit rsa->e size to 64 bitsMatt Johnston
--HG-- branch : fuzz
2018-02-17limit rsa->e size to 64 bitsMatt Johnston
2018-02-2012 years is too old for a TODO listMatt Johnston
2018-02-20rename default_options.h.in in docs tooMatt Johnston
2018-02-17merge from mainMatt Johnston
--HG-- branch : fuzz
2018-02-17loginrec close fd on error pathMatt Johnston
2018-02-17more linting (#55)François Perrad
* dropbear_exit: remove priority parameter confusion with dropbear_log() * const parameter
2018-02-16Add Spectre v2 mitigations for GCC (#54)Loganaden Velvindron
2018-02-16Merge branch 'master' of github.com:mkj/dropbearMatt Johnston
2018-02-16use NULL instead of 0Francois Perrad
2018-02-16fix indentationFrancois Perrad
2018-02-16mergeMatt Johnston
2018-02-16Remove accidentally committed DROPBEAR_FUZZMatt Johnston
2018-02-16options: 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-15disallow inetd -vMatt Johnston
2018-02-14fix unused variable from mergeMatt Johnston
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