summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* 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