summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Add re-exec for serverMatt Johnston2022-01-301-2/+2
* Add configure --enable-werror argumentMatt Johnston2021-10-191-0/+15
* Add "make test" target to run pytestMatt Johnston2021-10-181-1/+1
* Remove some obselete autoconf bits.Matt Johnston2021-03-301-4/+2
* Define _GNU_SOURCE properly, other header fixesMatt Johnston2021-03-041-0/+3
* Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston2020-10-231-0/+1
* check for poly1305_init in other libtomcrypt configure testMatt Johnston2020-06-231-1/+1
* Use Linux getrandom() to ensure random device is initialisedMatt Johnston2020-05-281-2/+3
* Mention libtom version requirements, check for poly1305 in libtomcryptMatt Johnston2020-05-271-5/+6
* Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel2020-05-261-2/+2
* When explicitly passing --disable-fuzz to ./configure fuzz was actuallyAlexander Dahl2020-03-271-5/+12
* Update remaining advise to edit options.hAlexander Dahl2020-03-101-1/+1
* Rename EPKA -> PluginMatt Johnston2019-05-151-7/+7
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-0/+15
* Remove incorrect _POSIX_C_SOURCEMatt Johnston2018-11-061-3/+0
* - Add adaptive authentication failure delayMatt Johnston2018-11-051-0/+6
* set up CXX for fuzzing buildMatt Johnston2018-03-041-0/+3
* Fix CFLAGS for configureMatt Johnston2018-03-031-1/+2
* more portable for `which hg` testMatt Johnston2018-02-281-1/+1
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-1/+1
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-1/+2
* merge from mainMatt Johnston2018-02-281-5/+6
|\
| * Remove unused tests for headers and functionsMatt Johnston2018-02-271-5/+6
* | print hg revidMatt Johnston2018-02-211-0/+6
* | merge from mainMatt Johnston2018-02-171-1/+14
|\ \ | |/ |/|
| * merge up to dateMatt Johnston2018-01-231-1/+14
| |\
| | * merge from mainMatt Johnston2017-06-241-1/+14
| | |\
| | | * merge from mainMatt Johnston2017-06-241-1/+14
| | | |\
| | | | * mergeMatt Johnston2017-06-231-1/+14
| | | | |\
| | | | | * merge from mainMatt Johnston2017-06-141-1/+14
| | | | | |\
| | | | | | * add wrapfd. improve fuzzer in makefileMatt Johnston2017-05-191-2/+6
| | | | | | * copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+9
* | | | | | | Add Spectre v2 mitigations for GCC (#54)Loganaden Velvindron2018-02-161-0/+5
* | | | | | | build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten2017-07-311-1/+0
* | | | | | | generate list of libtomcrypt directories automaticallyMatt Johnston2018-02-091-52/+2
* | | | | | | Test for -Wno-pointer-sign, move CFLAGS tests into a macroMatt Johnston2018-02-081-23/+20
* | | | | | | Merge pull request #48 from DengkeDu/dengke/configure-add-variable-to-allow-o...Matt Johnston2018-01-251-3/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | configure: add a variable to allow openpty check to be cachedEric B?nard2013-04-251-3/+8
* | | | | | | fix updates to libtomcrypt/libtommath for out of tree buildsMatt Johnston2018-01-231-0/+1
|/ / / / / /
* | | | | | document --enable-static in place of STATIC=1Matt Johnston2017-06-271-1/+1
* | | | | | add --enable-static configure argument. disable conflicting harden flagsMatt Johnston2017-06-271-31/+45
* | | | | | improve configure --help alignmentMatt Johnston2017-06-271-2/+2
|/ / / / /
* | | | | test for -pie linker flag as well, for LinuxMatt Johnston2017-06-241-1/+9
|/ / / /
* | | | set hardened compiler/linker flags by defaultMatt Johnston2017-06-241-4/+63
* | | | test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston2017-06-231-1/+5
|/ / /
* | | Compile with -fno-strict-overflow if possible.Matt Johnston2017-06-231-1/+12
|/ /
* | Merge pull request #38 from armcc/masterMatt Johnston2017-06-031-27/+55
|\ \
| * | Set configure #defines to 1. Escape some strings for m4Matt Johnston2017-06-021-27/+27
| * | Fix configure options using AC_ARG_ENABLEStefan Hauser2016-07-271-7/+35
| |/
* | Fix libtomcrypt/libtommath linking orderAndre McCurdy2016-09-161-4/+4
|/