summaryrefslogtreecommitdiffstats
path: root/src/openvpn/init.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec2015-10-101-0/+16
* Replace strdup() calls for string_alloc() callsSteffan Karger2015-10-041-1/+1
* Implement '--redirect-gateway ipv6'Gert Doering2015-09-201-0/+15
* Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering2015-09-171-1/+3
* Extend network-change command to allow reprotecting on the same network (for ...Arne Schwabe2015-09-151-3/+3
* Add support for requesting the fd again to rebind to the next interface.Arne Schwabe2015-09-151-0/+34
* Create basic infrastructure for IPv6 default gateway handling / redirection.Gert Doering2015-09-151-1/+3
* reintroduce md5_digest wrapper struct to fix gcc warningsSteffan Karger2015-07-271-6/+6
* fix regression: query password before becoming daemonSteffan Karger2015-07-131-4/+2
* write pid file immediately after daemonizingSteffan Karger2015-06-211-6/+0
* Call daemon() before initializing crypto librarySteffan Karger2015-05-261-21/+11
* Re-read auth-user-pass file on (re)connect if requiredSteffan Karger2015-05-231-0/+1
* cleanup: remove md5 helper functionsSteffan Karger2015-05-231-31/+25
* include ifconfig_ environment variables in --up-restart env setJan Just Keijser2015-05-231-0/+3
* Print helpful error message on --mktun/--rmtun if not available.Gert Doering2015-04-281-2/+8
* Remove unneeded parameter 'first_time' from possibly_become_daemon()Steffan Karger2015-04-131-3/+3
* New approach to handle peer-id related changes to link-mtu.Gert Doering2015-02-151-0/+24
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-35/+10
* Peer-id patch v7Lev Stipakov2014-11-271-1/+11
* Always enable http-proxy and socks-proxyArne Schwabe2014-07-181-43/+1
* Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger2014-07-071-1/+1
* Remove unused variable 'proxy' from socket_restart_pause()Steffan Karger2014-06-011-10/+0
* Move #include "ssl_verify.h" from ssl.h to the source files that need it.Steffan Karger2014-06-011-0/+1
* Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger2014-04-251-1/+3
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-231-10/+22
* Workaround broken Android 4.4 VpnService API for persist-tun modeArne Schwabe2014-03-221-8/+11
* Move the initialization of the environment to the top so c2.es is initializedArne Schwabe2014-03-211-4/+4
* grow route lists dynamicallyHeiko Hund2014-02-231-2/+2
* Implement LZ4 compression.Gert Doering2014-01-061-2/+2
* If --tls-cipher is supplied, make --show-tls parse the list.Steffan Karger2014-01-031-1/+1
* Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe2013-11-291-0/+1
* Implement dual stack client support for OpenVPNArne Schwabe2013-11-291-94/+140
* change the type of 'remote' to addrinfo*, and rename to 'remote_list'.Arne Schwabe2013-11-271-2/+3
* Remove the ip-remote-hint option.Arne Schwabe2013-11-261-15/+2
* Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe2013-11-241-13/+8
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-221-13/+7
* Fix slow memory drain on each client renegotiation.Gert Doering2013-11-171-1/+1
* MSVC fixesJames Yonan2013-08-161-4/+6
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-1/+0
* Move settings of user script into set_user_script functionArne Schwabe2013-05-311-5/+2
* Provide more accurate warning messageDavide Brini2013-05-301-1/+1
* Only print script warnings when a script is used. Remove stray mention of scr...Arne Schwabe2013-05-301-6/+13
* Always push basic set of peer info values to server.James Yonan2013-05-271-1/+6
* Fix usage of 'compression ...' from global config.Gert Doering2013-05-191-4/+0
* Added support for the Snappy compression algorithmJames Yonan2013-05-191-28/+72
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-181-3/+4
* Emulate persist-tun on AndroidArne Schwabe2013-05-011-1/+17
* Allow routes to be set before opening tun, similar to ifconfig before opening...Arne Schwabe2013-05-011-2/+9
* add new option for X.509 name verificationHeiko Hund2013-03-071-4/+3
* Remove the support for using system() when executing external programs or scr...David Sommerseth2012-10-311-3/+0