aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/init.c
AgeCommit message (Expand)Author
2016-06-24Remove http-proxy-retry and socks-proxy-retry.Arne Schwabe
2016-06-11Remove http-proxy-timeout, socks timeout and set default of server-poll-timeo...Arne Schwabe
2016-06-05Make block-outside-dns work with persist-tunSelva Nair
2016-06-05Fix the comparison of pull options hash on restartSelva Nair
2016-04-28Implemented x509-track for PolarSSL.Steffan Karger
2016-04-04Implement inlining of crl filesArne Schwabe
2016-03-06Add support for block-outside-dns through the interactive serviceSelva Nair
2016-02-09Move packet_id into crypto_optionsSteffan Karger
2016-02-09Move key_ctx_bi into crypto_optionsSteffan Karger
2016-02-09Move crypto_options into key_state and stop using context in SSL-mode.Steffan Karger
2016-02-09Remove reuse of key_type during init of data channel auth and tls-authSteffan Karger
2016-02-05interactive service v3Heiko Hund
2015-12-14Pass adapter index to up/down scriptsLev Stipakov
2015-12-13Add Windows DNS Leak fix using WFP ('block-outside-dns')ValdikSS
2015-11-29Un-break compilation on *BSDGert Doering
2015-11-28extend management interface command "state"Heiko Hund
2015-10-18Fix privilege drop if first connection attempt failsLukasz Kutyla
2015-10-11Remove support for snappy compression.Gert Doering
2015-10-10Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec
2015-10-04Replace strdup() calls for string_alloc() callsSteffan Karger
2015-09-20Implement '--redirect-gateway ipv6'Gert Doering
2015-09-17Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering
2015-09-15Extend network-change command to allow reprotecting on the same network (for ...Arne Schwabe
2015-09-15Add support for requesting the fd again to rebind to the next interface.Arne Schwabe
2015-09-15Create basic infrastructure for IPv6 default gateway handling / redirection.Gert Doering
2015-07-27reintroduce md5_digest wrapper struct to fix gcc warningsSteffan Karger
2015-07-13fix regression: query password before becoming daemonSteffan Karger
2015-06-21write pid file immediately after daemonizingSteffan Karger
2015-05-26Call daemon() before initializing crypto librarySteffan Karger
2015-05-23Re-read auth-user-pass file on (re)connect if requiredSteffan Karger
2015-05-23cleanup: remove md5 helper functionsSteffan Karger
2015-05-23include ifconfig_ environment variables in --up-restart env setJan Just Keijser
2015-04-28Print helpful error message on --mktun/--rmtun if not available.Gert Doering
2015-04-13Remove unneeded parameter 'first_time' from possibly_become_daemon()Steffan Karger
2015-02-15New approach to handle peer-id related changes to link-mtu.Gert Doering
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-11-27Peer-id patch v7Lev Stipakov
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2014-07-07Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger
2014-06-01Remove unused variable 'proxy' from socket_restart_pause()Steffan Karger
2014-06-01Move #include "ssl_verify.h" from ssl.h to the source files that need it.Steffan Karger
2014-04-25Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger
2014-03-23Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe
2014-03-22Workaround broken Android 4.4 VpnService API for persist-tun modeArne Schwabe
2014-03-21Move the initialization of the environment to the top so c2.es is initializedArne Schwabe
2014-02-23grow route lists dynamicallyHeiko Hund
2014-01-06Implement LZ4 compression.Gert Doering
2014-01-03If --tls-cipher is supplied, make --show-tls parse the list.Steffan Karger
2013-11-29Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe
2013-11-29Implement dual stack client support for OpenVPNArne Schwabe