aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/syshead.h
AgeCommit message (Expand)Author
2021-06-15Update copyrightsDavid Sommerseth
2021-05-14Remove explicit struct iovec check (HAVE_IOVEC)Arne Schwabe
2021-05-03Remove support for blocking connect()Arne Schwabe
2021-05-03Remove --disable-multihome optionArne Schwabe
2021-05-03Remove a number of platform specific checks in configure.acArne Schwabe
2021-05-03Replace OS_SPECIFIC_DIRSEP with PATH_SEPARATORArne Schwabe
2021-05-03Move direct.h header where it is usedArne Schwabe
2021-04-22Remove always enabled USE_64_BIT_COUNTERS defineArne Schwabe
2021-04-07Remove a number of checks for functions/headers that are always presentArne Schwabe
2021-04-07Remove checks for uint* types that are part of C99Arne Schwabe
2021-04-07Remove check for socket functions and Win XP compatbility codeArne Schwabe
2021-04-05Remove conditionals compilation for P2MP, ENABLE_SHAPER and TIME_BACKTRACK_PR...Arne Schwabe
2021-03-28Remove flexible array member autoconf checkArne Schwabe
2021-03-19Fix multiple problems when compiling with LLVM/Windows (clang-cl)Arne Schwabe
2021-03-18Support for wolfSSL in OpenVPNJuliusz Sosinowicz
2020-10-24Remove --disable-def-auth configure argumentArne Schwabe
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