Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-26 | ignore default_options_guard.h | Matt Johnston | |
2018-02-26 | - Don't try to handle changed usernames | Matt Johnston | |
- Avoid logging repeated failed username messages | |||
2018-02-26 | more linting (#58) | François Perrad | |
* const parameter * fix indentation | |||
2018-02-26 | Fix restricted group code for BSDs, move to separate function | Matt Johnston | |
2018-02-22 | Merge branch 'stellarpower-master' | Matt Johnston | |
2018-02-22 | Merge branch 'master' of git://github.com/stellarpower/dropbear into ↵ | Matt Johnston | |
stellarpower-master | |||
2018-02-22 | clarify that -r skips default hostkeys | Matt Johnston | |
2018-02-22 | Only load dropbear default host keys if a key is not specified | CamVan Nguyen | |
2018-02-21 | print hg revid | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-21 | The fuzzer has managed to generated DSS key/signature pairs that | Matt Johnston | |
verify. Avoid false positives from bogus keys that wouldn't be used --HG-- branch : fuzz | |||
2018-02-21 | compile fixes | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-20 | use a full prototype (#56) | François Perrad | |
2018-02-20 | add curve25519-sha256 without @libssh.org | Matt Johnston | |
2018-02-20 | Added 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-19 | Remove bad merged libtommmath "clean" rule and leftover makefile.include | Matt Johnston | |
2018-02-19 | - Fix dependencies and remove old default_options.h from version control | Matt 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-18 | draft CHANGES | Matt Johnston | |
2018-02-18 | missed regenerating | Matt Johnston | |
2018-02-18 | group14-sha256 should be higher than group14-sha1 | Matt Johnston | |
2018-02-18 | clean up some default options | Matt Johnston | |
- move hmac-sha2-512, hmac-md5, twofish_ctr to sysoptions.h, off by default - try and improve text for KEX methods | |||
2018-02-18 | Add dbclient '-J &fd' option for a file descriptor | Matt Johnston | |
Based on patch by Harald Becker | |||
2018-02-18 | include config.h for options.h. don't need to include options.h when | Matt Johnston | |
includes.h brings it in | |||
2018-02-18 | rename some options and move some to sysoptions.h | Matt Johnston | |
2018-02-17 | limit rsa->e size to 64 bits | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-17 | limit rsa->e size to 64 bits | Matt Johnston | |
2018-02-20 | 12 years is too old for a TODO list | Matt Johnston | |
2018-02-20 | rename default_options.h.in in docs too | Matt Johnston | |
2018-02-17 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-17 | loginrec close fd on error path | Matt Johnston | |
2018-02-17 | more linting (#55) | François Perrad | |
* dropbear_exit: remove priority parameter confusion with dropbear_log() * const parameter | |||
2018-02-16 | Add Spectre v2 mitigations for GCC (#54) | Loganaden Velvindron | |
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 | |