summaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Expand)Author
2017-06-03Merge pull request #38 from armcc/masterMatt Johnston
2017-06-02Set configure #defines to 1. Escape some strings for m4Matt Johnston
2016-09-16Fix libtomcrypt/libtommath linking orderAndre McCurdy
2016-07-27Fix configure options using AC_ARG_ENABLEStefan Hauser
2016-03-16Use memset_s or explicit_bzeroMatt Johnston
2015-11-30The '==' comparision operator is not defined by POSIX, use '=' insteadJuergen Daubert
2015-11-26Another attempt at test for crypt()Matt Johnston
2015-11-26Backed out changeset fbcd0a20e667Matt Johnston
2015-11-26AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()Matt Johnston
2015-10-21Test for crypt() rather than crypt.hMatt Johnston
2015-10-21fix default build when getpass() is unavailableMike Frysinger
2015-05-05Test struct existance against sizeof() operatorGaël PORTAY
2015-01-28Allow configure with libtomcrypt/libtommath directories missingElan Ruusamäe
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
2014-02-18Fix building with system libtomcrypt/libtommathMatt Johnston
2013-11-25Fix library order of libtom*Matt Johnston
2013-11-25Try and fix utmp handlingMatt Johnston
2013-11-25Fix some warningsMatt Johnston
2013-11-14Replace some deprecated macros with other ones, from Daniel Richard G.Matt Johnston
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
2013-10-15Make --disable-bundled-libtom work, based on patch from Mike FrysingerMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-13Fix bad comma in header listMatt Johnston
2013-03-31Try using writev() for writing packets out to tcpMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2013-03-24rename configure.in -> configure.acMike Frysinger