aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/forward.c
AgeCommit message (Expand)Author
2019-06-05route.c: use new networking API to handle routing table on LinuxAntonio Quartulli
2019-05-10Fix various compiler warningsLev Stipakov
2019-01-16Add send_control_channel_string_dowork variantArne Schwabe
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-12-04Implement block-ipv6Arne Schwabe
2018-10-06merge *-inline.h files with their main headerAntonio Quartulli
2018-02-22Fix format spec errors in Windows buildsSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-11-24Use P_DATA_V2 for server->client packets tooSteffan Karger
2017-11-10Cast and print another suseconds_t as longJeremie Courreges-Anglas
2017-11-04Print time_t as long long and suseconds_t as longJeremie Courreges-Anglas
2017-08-14add missing static attribute to functionsAntonio Quartulli
2017-07-20Move openvpn_sleep() to manage.cSteffan Karger
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-05-09Restore pre-NCP frame parameters for new sessionsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-12-07Arm inotify only in server modeLev Stipakov
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-11-04Drop recursively routed packetsLev Stipakov
2016-10-14Remove tun-ipv6 Option. Instead assume that IPv6 is always supported.Arne Schwabe
2016-08-23Revert "Drop recursively routed packets"David Sommerseth
2016-08-22Drop recursively routed packetsLev Stipakov
2016-06-11Remove http-proxy-timeout, socks timeout and set default of server-poll-timeo...Arne Schwabe
2016-06-08Don't limit max incoming message size based on c2->frameSteffan Karger
2016-02-15Add AEAD cipher support (GCM)Steffan Karger
2016-02-09Move crypto_options into key_state and stop using context in SSL-mode.Steffan Karger
2015-11-28extend management interface command "state"Heiko Hund
2015-11-06Fix termination when windows suspends/sleepsSelva Nair
2015-10-11Send push reply right after async auth completeLev Stipakov
2015-10-10Fix compilation error with --disable-cryptoLev Stipakov
2015-10-10Fast recovery when host is in unreachable networkLev Stipakov
2015-09-17Make client delay less before sending PUSH_REQUESTGert Doering
2015-09-15Remove #ifdefs for client nat support.Arne Schwabe
2015-05-24Disallow usage of --server-poll-timeout in --secret key mode.Gert Doering
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-11-27Peer-id patch v7Lev Stipakov
2014-10-24Fix "code=995" bug with windows NDIS6 tap driver.TDivine
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2014-06-01Move #include "ssl_verify.h" from ssl.h to the source files that need it.Steffan Karger
2013-11-24Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe
2013-05-19Added support for the Snappy compression algorithmJames Yonan
2012-12-13Implement --mssfix handling for IPv6 packets.Gert Doering
2012-03-22build: move gettimeofday() emulation to compatAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: proper lzo detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev