summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement dual stack client support for OpenVPNArne Schwabe2013-11-291-74/+59
* Remove the ip-remote-hint option.Arne Schwabe2013-11-261-5/+0
* Change proto_remote() function to return a constant stringArne Schwabe2013-11-261-1/+1
* Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe2013-11-241-37/+34
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-221-100/+28
* Implement custom HTTP header for http-proxy, and always send user-agent:Arne Schwabe2013-11-151-0/+37
* Add support to ignore specific options.Arne Schwabe2013-08-161-2/+53
* Added "setenv opt" directive prefix. If present, and if theJames Yonan2013-07-151-1/+12
* TLS version negotiationJames Yonan2013-07-111-0/+16
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-031-6/+1
* Improve documentation and help text for --route-ipv6.Gert Doering2013-06-111-1/+1
* Move checking of script file access into set_user_scriptArne Schwabe2013-05-311-22/+11
* Move settings of user script into set_user_script functionArne Schwabe2013-05-311-25/+34
* make 'explicit-exit-notify' pullable againJan Just Keijser2013-05-241-2/+1
* Added support for the Snappy compression algorithmJames Yonan2013-05-191-19/+81
* Fix proto tcp6 for server & non-P2MP modesJosh Cepek2013-05-031-0/+4
* Android platform specific changes.Arne Schwabe2013-05-011-0/+6
* Improve the git revision trackingDavid Sommerseth2013-04-191-3/+3
* (updated) [PATCH] Warn when using verb levels >=7 without debugJosh Cepek2013-03-201-0/+6
* Fix parameter listing in non-debug builds at verb 4Josh Cepek2013-03-141-7/+7
* Permit pool size of /64.../112 for ifconfig-ipv6-poolGert Doering2013-03-141-2/+2
* add new option for X.509 name verificationHeiko Hund2013-03-071-12/+82
* make --tls-remote compatible with pre 2.3 configsHeiko Hund2013-03-071-0/+6
* reintroduce --no-name-remapping optionHeiko Hund2013-03-071-7/+14
* Ignore UTF-8 byte order markHeiko Hund2013-02-061-1/+5
* Fix option inconsistency warnings about "proto" and "tun-ipv6"Gert Doering2012-12-171-1/+14
* Properly require --key even if defined(MANAGMENT_EXTERNAL_KEY)Arne Schwabe2012-11-291-2/+2
* Error message if max-routes used incorrectlyArne Schwabe2012-11-221-0/+5
* Remove the support for using system() when executing external programs or scr...David Sommerseth2012-10-311-15/+1
* Options parsing demands unnecessary configuration if PKCS11 is usedArne Schwabe2012-10-251-4/+6
* Add --compat-names optionHeiko Hund2012-09-121-0/+10
* Add checks for external-key-managementsArne Schwabe2012-09-111-1/+24
* Reduce --version string detail about IPv6 to just "[IPv6]".Gert Doering2012-09-021-2/+1
* Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory...Arne Schwabe2012-08-061-2/+15
* fix regression with --http-proxy[-*] optionsHeiko Hund2012-07-301-4/+4
* add option --management-query-proxyHeiko Hund2012-07-191-97/+15
* cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev2012-06-291-27/+0
* Remove ENABLE_CONNECTIONS ifdefsArne Schwabe2012-06-221-24/+0
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-221-24/+0
* Completely remove ancient IANA port warning.Arne Schwabe2012-06-221-3/+0
* Only use tmpdir if tmp_dir is really used.Arne Schwabe2012-06-221-2/+5
* build: add --with-special-build to provide special build stringAlon Bar-Lev2012-06-131-0/+3
* remove the --auto-proxy option from openvpnHeiko Hund2012-06-131-38/+2
* Add the name of the context where option is not allowed to the error message.Arne Schwabe2012-06-071-2/+3
* Explain that route-nopull also causes the client to ignore dhcp options.Arne Schwabe2012-06-071-1/+1
* Remove two unused functionsDavid Sommerseth2012-06-011-16/+0
* build: add git revision to --version output if build from git repositoryAlon Bar-Lev2012-06-011-0/+6
* Simplify check_cmd_access() functionDavid Sommerseth2012-05-031-22/+26
* Clarified the docs and help screen about what a 'cmd' isJonathan K. Bullard2012-05-021-13/+13
* Fix file access checks on commandsJonathan K. Bullard2012-05-021-21/+68