summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* get_default_gateway_ipv6(): Win32 implementation using GetBestRoute2()Gert Doering2015-10-061-1/+1
* Add custom check for inet_pton()/inet_ntop() on MinGW/WIN32Gert Doering2015-10-061-1/+23
* Fix out-of-tree builds; openvpn-plugin.h should be in AC_CONFIG_HEADERSSteffan Karger2015-07-271-2/+1
* Provide OpenVPN runtime version information to plug-insDavid Sommerseth2015-07-271-0/+3
* Provide compile time OpenVPN version information to plug-insDavid Sommerseth2015-07-271-0/+4
* Use configure.ac hack to apply serial_test AM option only if supported.Gert Doering2015-06-011-1/+15
* assume res_init() is always there.Gert Doering2015-05-231-6/+5
* Use OPENVPN_ETH_P_* so that <netinet/if_ether.h> is unecessaryFelix Janda2015-05-161-1/+1
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-18/+3
* pkcs11: Load p11-kit-proxy.so module by defaultDavid Woodhouse2014-12-271-0/+7
* autotools: Fix wrong ./configure help screen default valuesDavid Sommerseth2014-11-301-3/+3
* systemd: Use systemd functions to consider systemd availabilityDavid Sommerseth2014-10-071-1/+23
* Add configure check for the path to systemd-ask-passwordMike Gilbert2014-09-051-0/+3
* Always enable http-proxy and socks-proxyArne Schwabe2014-07-181-16/+0
* Define dummy SSL_OP_NO_TICKET flag if not present in OpenSSL.Steffan Karger2014-07-131-19/+0
* Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.Steffan Karger2014-07-071-0/+8
* Recognize AIX, define TARGET_AIXGert Doering2014-07-071-0/+7
* configure.ac: fix SSL_OP_NO_TICKET checkSteffan Karger2014-06-221-1/+2
* Add (default disabled) --enable-werror option to configureSteffan Karger2014-06-011-0/+10
* Upgrade to PolarSSL 1.3Steffan Karger2014-04-211-2/+2
* configure.ac: use CPPFLAGS for SSL_OP_NO_TICKET checkSteffan Karger2014-04-011-0/+3
* configure.ac: check for SSL_OP_NO_TICKET flag in OpenSSLSteffan Karger2014-03-231-0/+15
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-231-2/+2
* Adjusted autotools files to build more cleanly on newer autoconf/automake ver...David Sommerseth2014-03-231-4/+4
* make sure sa_family_t is definedHeiko Hund2014-01-171-0/+6
* Provide LZ4 sources in src/compat/ and use if no system lz4 library found.Gert Doering2014-01-061-2/+3
* Implement LZ4 compression.Gert Doering2014-01-061-0/+50
* pkcs11: use generic evp key instead of rsaAlon Bar-Lev2013-12-161-1/+1
* Require a 1.2.x PolarSSL versionJosh Cepek2013-11-141-2/+2
* Require polarssl >= 1.2.10 for polarssl-builds, which fixes CVE-2013-5915.Steffan Karger2013-10-241-2/+2
* Fix configure interaction with static OpenSSL librariesPeter Sagerson2013-08-231-1/+3
* autoconf: Fix typoDavid Sommerseth2013-07-031-1/+1
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-031-8/+0
* Add support of utun devices under Mac OS XArne Schwabe2013-07-031-1/+1
* Added support for the Snappy compression algorithmJames Yonan2013-05-191-9/+56
* Fixed autoconf script to properly detect missing pkcs11 with polarssl.Steffan Karger2013-03-221-11/+43
* PolarSSL-1.2 supportSteffan Karger2013-03-221-2/+2
* fix build with automake 1.13(.1)Christian Hesse2013-03-061-1/+1
* Fix typo in ./configure messageJoachim Schipper2012-11-291-1/+1
* build: plugins: set defaults based on platformAlon Bar-Lev2012-06-271-4/+15
* build: integrate plugins build into core buildAlon Bar-Lev2012-06-261-0/+63
* build: add --with-special-build to provide special build stringAlon Bar-Lev2012-06-131-0/+6
* build: do not support <polarssl-1.1.0Alon Bar-Lev2012-06-071-1/+1
* build: support platforms that does not need explicit tun headersAlon Bar-Lev2012-06-041-0/+2
* build: cleanup: yet another forgotten bracketsAlon Bar-Lev2012-06-011-1/+1
* build: add git revision to --version output if build from git repositoryAlon Bar-Lev2012-06-011-0/+12
* build: detect sys/wait.h required for *bsdAlon Bar-Lev2012-06-011-1/+1
* build: check minimum polarssl versionAlon Bar-Lev2012-06-011-0/+21
* build: fix typo in --enable-save-passwordAlon Bar-Lev2012-04-281-0/+1
* build: use stdbool.h if availableAlon Bar-Lev2012-04-281-1/+1