aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/syshead.h
AgeCommit message (Expand)Author
2020-07-21Remove ENABLE_OCC #defineArne Schwabe
2020-05-07build: Remove --disable-server from ./configureDavid Sommerseth
2020-01-20Move keying material exporter check from syshead.h to configure.acSteffan Karger
2020-01-19mbedtls: add RFC 5705 keying material exporter supportSteffan Karger
2019-12-17wintun: ring buffers based I/OLev Stipakov
2019-05-24Fix poll.h logic in syshead.hArne Schwabe
2019-04-11Remove wrong poll.h includeRosen Penev
2018-10-10Remove MANAGMENT_EXTERNAL_KEY, MANAGMENT_IN_EXTRA, ENABLE_CLIENT_CRArne Schwabe
2018-10-08Remove AUTO_USERID featureArne Schwabe
2018-10-01win: support for Visual Studio 2017Lev Stipakov
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-04Remove ENABLE_PUSH_PEER_INFOAntonio Quartulli
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-08-16remove the --disable-multi config switchAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-06-11Missing include for socket-flags TCP_NODELAY on OpenBSDJérémie Courrèges-Anglas
2017-03-20Make ENABLE_OCC no longer depend on !ENABLE_SMALLGert Doering
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-19Remove compat-stdbool.h.Arne Schwabe
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-09-16Drop gnu89/c89 support, switch to c99Steffan Karger
2016-04-28Migrate to mbed TLS 2.xSteffan Karger
2016-04-28Implemented x509-track for PolarSSL.Steffan Karger
2015-10-11Remove support for snappy compression.Gert Doering
2015-10-06This fixes MSVS 2013 compilation.Lev Stipakov
2015-10-06get_default_gateway_ipv6(): Win32 implementation using GetBestRoute2()Gert Doering
2015-09-15Remove #ifdefs for client nat support.Arne Schwabe
2015-07-02Make __func__ work with Visual Studio tooSteffan Karger
2015-05-16Use OPENVPN_ETH_P_* so that <netinet/if_ether.h> is unecessaryFelix Janda
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2014-07-09Remove ENABLE_BUFFER_LISTArne Schwabe
2014-06-30Fix socket-flag/TCP_NODELAY on Mac OS XJames Bekkema
2014-01-17make sure sa_family_t is definedHeiko Hund
2014-01-06Implement LZ4 compression.Gert Doering
2013-11-23--management-external-key for PolarSSLJoachim Schipper
2013-05-19Added support for the Snappy compression algorithmJames Yonan
2013-05-07Use constrain_int() instead of MIN()+syshead.c compat definition - v2.Gert Doering
2013-05-01Android platform specific changes.Arne Schwabe
2013-03-23Add MIN() compatibility macroGert Doering
2013-02-03Enable TCP_NODELAY configuration on FreeBSD.Matthias Andree
2012-07-19add option --management-query-proxyHeiko Hund
2012-06-22Remove ENABLE_CONNECTIONS ifdefsArne Schwabe
2012-06-22Remove ENABLE_INLINE_FILES conditionalsArne Schwabe
2012-04-28build: use stdbool.h if availableAlon Bar-Lev
2012-04-27Removed support for PolarSSL < 1.1Adriaan de Jong
2012-04-27Added a configuration option to enable prediction resistance in the PolarSSL ...Adriaan de Jong
2012-04-02cleanup: avoid using ~0 - genericAlon Bar-Lev
2012-03-22build: move gettimeofday() emulation to compatAlon Bar-Lev