summaryrefslogtreecommitdiffstats
path: root/src/openvpn/manage.c
Commit message (Expand)AuthorAgeFilesLines
* Extend network-change command to allow reprotecting on the same network (for ...Arne Schwabe2015-09-151-3/+8
* Add support for requesting the fd again to rebind to the next interface.Arne Schwabe2015-09-151-0/+26
* Mac OS X Keychain management clientVasily Kulikov2015-04-131-28/+125
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-2/+2
* Clean up of socket code.Arne Schwabe2014-03-261-2/+2
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-231-5/+13
* Workaround broken Android 4.4 VpnService API for persist-tun modeArne Schwabe2014-03-221-0/+28
* Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe2013-11-291-1/+1
* Implement dual stack client support for OpenVPNArne Schwabe2013-11-291-11/+14
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-221-10/+9
* Make push-peer-info visible in "normal" per-instance environment.Gert Doering2013-05-271-28/+2
* Android platform specific changes.Arne Schwabe2013-05-011-0/+14
* Add ability to send/receive file descriptors via management interfaceArne Schwabe2013-05-011-0/+87
* Avoid recursion in virtual_output_callback_func()David Sommerseth2012-11-291-7/+8
* Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe2012-08-061-2/+2
* add option --management-query-proxyHeiko Hund2012-07-191-42/+10
* don't treat socket related errors special anymoreHeiko Hund2012-07-191-2/+2
* Remove ENABLE_CONNECTIONS ifdefsArne Schwabe2012-06-221-8/+0
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-8/+8
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-2/+2
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+3365