Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-28 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-26 | only clean libtom when using bundled libraries | Matt Johnston | |
2018-02-26 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
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-17 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
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-14 | update some dependencies | 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 | Fix building default_options.h | Matt Johnston | |
2018-01-23 | add fuzzer-preauth_nomaths | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | merge up to date | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-27 | EXEEXT for a few more targets, dropbearmulti in particular for Cygwin | Matt Johnston | |
From William K. Foster. | |||
2017-06-27 | document --enable-static in place of STATIC=1 | Matt Johnston | |
2017-06-27 | add --enable-static configure argument. disable conflicting harden flags | Matt Johnston | |
2017-05-26 | add fuzzer-verify | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-23 | create fuzzer .options files | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-23 | fuzzer-pubkey | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-21 | add dbmalloc epoch cleanup | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-19 | add wrapfd. improve fuzzer in makefile | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-18 | merge main to fuzz | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-14 | rename fuzzer -> fuzz-target, add list-fuzz-targets | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-13 | Use CXX to link fuzzer, also link with $FUZZLIB | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-13 | fuzz harness | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-12 | copy over some fuzzing code from AFL branch | Matt Johnston | |
--HG-- branch : fuzz | |||
2016-05-04 | Add generated header default_options.h to version control. | Matt Johnston | |
This is a workaround since I cannot figure how to get dependencies to work properly with "make -j" | |||
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-03-17 | move m_burn and function attributes to dbhelpers | Matt Johnston | |
use m_burn for libtomcrypt zeromem() too | |||
2016-01-14 | Move dh group constants to a separate file | Matt Johnston | |
2015-02-28 | merge from default | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-24 | Some minor typo fixes, found by codespell. | Thorsten Horstmann | |
2015-02-20 | Move generic network routines to netio.c | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-01-23 | Fix installing dropbear.8 error when building in a separate directory. | Like Ma | |
(fix pull request #6) | |||
2014-03-07 | Fix "make install" dependency so that it works without prior "make" | Matt Johnston | |
2014-02-18 | Fix building with system libtomcrypt/libtommath | Matt Johnston | |
2014-02-07 | Fix linking -lcrypt for systems without libcrypt in /usr/lib | Nicolas Boos | |
2014-02-07 | Avoid linking dropbearconvert and dropbearkey to libz or libutil | Nicolas Boos | |
2013-12-11 | Fix so that "make install" for multi target won't fail on scp which doesn't | Mike Frysinger | |
have a manpage | |||
2013-12-11 | Turn dropbearmulti into a real target so we don't constantly re-link it | Mike Frysinger | |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | |
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h | |||
2013-11-08 | Merge | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-08 | curve25519 | Matt Johnston | |
--HG-- branch : ecc | |||
2013-11-07 | refactor key generation, make it generate as required. | Matt Johnston | |
Needs UI in server command line options --HG-- branch : keyondemand | |||
2013-10-18 | Merge in changes from the past couple of releases | Matt Johnston | |
--HG-- branch : ecc | |||
2013-10-09 | - Fix "inst_scp" target since there isn't a manpage | Matt Johnston | |
- Fix "make install MULTI=1" | |||
2013-10-09 | Add @exec_prefix@ that was missing | Matt Johnston | |
2013-10-03 | Add manpage for dropbearconvert | Matt Johnston | |
Move dropbearkey to manual section 1 Add install target for manpages --HG-- rename : dropbearkey.8 => dropbearkey.1 | |||
2013-05-21 | Fix static library order, libtomcrypt depends on libtommath | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-09 | start on ecdsa keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston | |
--HG-- branch : ecc |