summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-9/+17
* merge from mainMatt Johnston2018-02-281-1/+2
|\
| * only clean libtom when using bundled librariesMatt Johnston2018-02-261-1/+2
* | merge from mainMatt Johnston2018-02-261-0/+55
|\ \ | |/ |/|
| * merge from mainMatt Johnston2018-02-171-1/+56
| |\
| | * add fuzzer-preauth_nomathsMatt Johnston2018-01-231-1/+5
| | * merge up to dateMatt Johnston2018-01-231-0/+52
| | |\
| | | * add fuzzer-verifyMatt Johnston2017-05-261-1/+4
| | | * create fuzzer .options filesMatt Johnston2017-05-231-1/+7
| | | * fuzzer-pubkeyMatt Johnston2017-05-231-1/+4
| | | * add dbmalloc epoch cleanupMatt Johnston2017-05-211-0/+1
| | | * add wrapfd. improve fuzzer in makefileMatt Johnston2017-05-191-1/+6
| | | * merge main to fuzzMatt Johnston2017-05-181-2/+36
| | | |\
| | | | * rename fuzzer -> fuzz-target, add list-fuzz-targetsMatt Johnston2017-05-141-5/+10
| | | | * Use CXX to link fuzzer, also link with $FUZZLIBMatt Johnston2017-05-131-2/+2
| | | | * fuzz harnessMatt Johnston2017-05-131-3/+22
| | | | * copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+11
* | | | | - Fix dependencies and remove old default_options.h from version controlMatt Johnston2018-02-191-15/+15
|/ / / /
* | | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+1
* | | | update some dependenciesMatt Johnston2018-02-141-12/+11
* | | | build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten2017-07-311-1/+0
* | | | Fix building default_options.hMatt Johnston2018-02-111-3/+2
|/ / /
* | | EXEEXT for a few more targets, dropbearmulti in particular for CygwinMatt Johnston2017-06-271-5/+6
* | | document --enable-static in place of STATIC=1Matt Johnston2017-06-271-3/+2
* | | add --enable-static configure argument. disable conflicting harden flagsMatt Johnston2017-06-271-0/+2
|/ /
* | Add generated header default_options.h to version control.Matt Johnston2016-05-041-13/+13
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-3/+16
|/
* move m_burn and function attributes to dbhelpersMatt Johnston2016-03-171-1/+1
* Move dh group constants to a separate fileMatt Johnston2016-01-141-1/+1
* merge from defaultMatt Johnston2015-02-281-1/+1
|\
| * Some minor typo fixes, found by codespell.Thorsten Horstmann2015-02-241-1/+1
* | Move generic network routines to netio.cMatt Johnston2015-02-201-2/+2
|/
* Fix installing dropbear.8 error when building in a separate directory.Like Ma2015-01-231-2/+2
* Fix "make install" dependency so that it works without prior "make"Matt Johnston2014-03-071-1/+1
* Fix building with system libtomcrypt/libtommathMatt Johnston2014-02-181-6/+8
* Fix linking -lcrypt for systems without libcrypt in /usr/libNicolas Boos2014-02-071-4/+7
* Avoid linking dropbearconvert and dropbearkey to libz or libutilNicolas Boos2014-02-071-4/+7
* Fix so that "make install" for multi target won't fail on scp which doesn'tMike Frysinger2013-12-111-1/+1
* Turn dropbearmulti into a real target so we don't constantly re-link itMike Frysinger2013-12-111-3/+3
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-2/+2
* MergeMatt Johnston2013-11-081-1/+1
|\
| * curve25519Matt Johnston2013-11-081-1/+1
* | refactor key generation, make it generate as required.Matt Johnston2013-11-071-2/+3
|/
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-6/+7
|\
| * Fix static library order, libtomcrypt depends on libtommathMatt Johnston2013-05-211-2/+2
| * merge in HEADMatt Johnston2013-05-211-3/+3
| |\
| * | start on ecdsa keysMatt Johnston2013-04-091-2/+3
| * | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-4/+4
| * | more bits on ecc branchMatt Johnston2013-03-271-1/+1
| * | refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-1/+1