Give absolute path for #include to AC_CHECK_HEADERS().
[tinc] / m4 /
2017-10-03 Guus SliepenUse AC_CONFIG_MACRO_DIR().
2017-10-03 nemunaireAllow compilation from a build directory
2017-03-21 Guus SliepenMerge remote-tracking branch 'VittGam/master'
2016-10-30 Guus SliepenUse CFB mode for meta-connections to improve security.
2016-10-29 Guus SliepenUse AES in CTR mode instead of OFB mode for meta-connec...
2016-10-09 Guus SliepenAdd ax_require_defined.m4.
2016-09-27 Guus SliepenAdd a copy of ax_append_flag.m4.
2016-06-22 Guus SliepenAdd -Wall to CFLAGS.
2016-06-15 Guus SliepenEnsure compatibility with OpenSSL 1.1.0.
2016-04-10 Guus SliepenExplicitly mention that LibreSSL can be used as well.
2015-07-05 Guus SliepenFix autoconf check for function attributes.
2013-12-10 Guus SliepenEnable compiler hardening flags by default.
2011-05-13 Guus SliepenReorder checks for libraries to allow ./configure LDFLA...
2011-05-08 Guus SliepenEnsure proper linking with OpenSSL with recent versions...
2011-05-08 Guus SliepenCheck for EVP_EncryptInit_ex instead of SHA1_Version...
2010-05-01 Guus SliepenOpenSSL 1.0.0 compiled for 64 bit Windows requires...
2010-02-10 Timothy RedaelliAdd --disable-zlib configure option
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2006-12-16 Guus SliepenRemove the test for linux/if_tun.h.
2006-12-16 Guus SliepenUse standard autoconf macros instead of our own.
2006-12-15 Guus SliepenRemove unnecessary stuff from configure.in.
2006-11-29 Guus SliepenSearch for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
2006-11-11 Guus SliepenSupport and autodetect LZO version 2.0 and later.
2005-11-16 Guus SliepenEnable OpenSSL ENGINE, so crypto hardware gets used...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2004-03-15 Guus SliepenRemove CVS related cruft.
2004-01-10 cvs2svnThis commit was generated by cvs2svn to compensate...
2004-01-10 Guus SliepenRemove autogen.sh, the autoreconf program does exactly...
2003-10-06 Guus SliepenUse CPPFLAGS, LDFLAGS and LIBS as appropiate.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-31 Guus SliepenCheck if the compiler knows about the __malloc__ attribute.
2003-07-29 Guus SliepenUpdate configure scripts.
2003-07-06 Guus Sliepen- simplify configure.in
2003-06-07 Guus SliepenFix warning and add missing checks for LZO library.
2003-01-17 Guus SliepenVarious fixes for autoconf and OpenSSL 0.9.7 and a...
2002-08-24 Guus SliepenGettext 1.11.5 compatibility.
2002-06-11 Guus SliepenAutoconf cleanup. Works for both 2.13 and 2.53, althoug...
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-09 Ivo TimmermansLast bits (hopefully)
2002-04-09 Ivo TimmermansMore...
2002-04-09 Ivo TimmermansMore updates
2002-03-27 Guus SliepenMake configure --help output look nicer.
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-07-15 Guus SliepenCorrect inclusion of standard if_tun.h header file.
2001-07-04 Guus Sliepen- Always use <openssl/include.h> instead of just <inclu...
2001-06-29 Guus SliepenCheck for dlopen in standard libraries first (needed...
2001-06-26 Ivo TimmermansSmall fix to make it compile again
2001-06-21 Guus SliepenReinstated search for if_tun.h in kernel source tree...
2001-06-21 Guus SliepenCheck for and add -ldl.
2001-06-07 Guus SliepenChanged drastically because it didn't work correctly:
2001-02-18 Ivo Timmermanstinc_TUNTAP now substitutes the values outside the...
2001-02-11 Guus SliepenAdded .cvsignore files to get rid of warnings and preve...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-11-29 Ivo TimmermansAdded a check for a scanf that knows about %as.
2000-11-28 Ivo TimmermansSave RSA public and private keys to a separate file...
2000-11-24 Ivo TimmermansAlter CFLAGS, somehow INCLUDES doesn't propagate proper...
2000-11-15 Ivo TimmermansAlso check for sha.h.
2000-11-15 Ivo TimmermansAlso check for rand.h and err.h. If any of these files...
2000-11-14 Ivo TimmermansGet rid of the annoying empty line
2000-11-14 Ivo TimmermansOops, small error.
2000-11-14 Ivo TimmermansBetter checks for OpenSSL. I think it can now detect...
2000-11-13 Ivo TimmermansAdd a check for openssl that accepts explicit file...
2000-10-28 Ivo TimmermansSkip the check for Linux kernel sources
2000-10-15 Ivo TimmermansReally #include the if_tun.h files now
2000-10-15 Ivo TimmermansLinearized checks for if_tun.h
2000-10-15 Ivo TimmermansAdd checks for the presence of the universal tun/tap...
2000-04-25 Ivo TimmermansGenerate this Makefile.am from Makefile.am.in.
2000-04-25 Ivo TimmermansRemove test for GNOME.
2000-04-25 Ivo TimmermansThe shell script autogen.sh can create all these remove...
2000-03-26 Ivo TimmermansInitial revision