summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)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
| | | | Print a message from configure if getpass() or crypt() were missing
* fix default build when getpass() is unavailableMike Frysinger2015-10-211-1/+1
| | | | | | if the system doesn't support getpass, we still default on the options that require it which causes a build failure. instead, only default enable these when getpass is available.
* Test struct existance against sizeof() operatorGa?l PORTAY2015-05-021-4/+4
| | | | | | | | | | Instead of declaring an "unused-variable" or "unused-but-set-variable" structure. This avoid unexpected broken configurations when using something like: $ ./configure CFLAGS="-Wall -Wextra -Werror" It causes AC_COMPILE_IFELSE to fail and thus leading to a mismatch configuration (because the CFLAGS are passed to the macro).
* 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
| | | | if using bundled libraries
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-0/+4
| | | | system clock changes
* 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
Latest autotools warn now if the file is named configure.in