summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove unused tests for headers and functionsMatt Johnston2018-02-271-5/+6
* 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
|/
* Use memset_s or explicit_bzeroMatt Johnston2016-03-161-0/+3
* The '==' comparision operator is not defined by POSIX, use '=' insteadJuergen Daubert2015-11-301-1/+1
* Another attempt at test for crypt()Matt Johnston2015-11-261-4/+14
* Backed out changeset fbcd0a20e667Matt Johnston2015-11-261-1/+1
* AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()Matt Johnston2015-11-261-1/+1
* Test for crypt() rather than crypt.hMatt Johnston2015-10-211-4/+15
* fix default build when getpass() is unavailableMike Frysinger2015-10-211-1/+1
* Test struct existance against sizeof() operatorGa?l PORTAY2015-05-021-4/+4
* Fixes for backwards compatibilityMatt Johnston2015-02-201-1/+1
* work in progress for async connectMatt Johnston2015-02-181-1/+1
* Allow configure with libtomcrypt/libtommath directories missingElan Ruusam?e2015-01-281-1/+4
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-0/+4
* Fix building with system libtomcrypt/libtommathMatt Johnston2014-02-181-5/+6
* Fix library order of libtom*Matt Johnston2013-11-251-3/+3
* Try and fix utmp handlingMatt Johnston2013-11-251-3/+7
* Fix some warningsMatt Johnston2013-11-251-1/+1
* Replace some deprecated macros with other ones, from Daniel Richard G.Matt Johnston2013-11-141-51/+55
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-1/+1
|\
| * merge in HEADMatt Johnston2013-05-211-2/+2
| |\
| * | refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-1/+1
* | | Make --disable-bundled-libtom work, based on patch from Mike FrysingerMatt Johnston2013-10-151-4/+14
| |/ |/|
* | Fix bad comma in header listMatt Johnston2013-05-131-1/+1
* | Try using writev() for writing packets out to tcpMatt Johnston2013-03-311-2/+2
|/
* rename configure.in -> configure.acMike Frysinger2013-03-241-0/+702