summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
Commit message (Expand)AuthorAgeFilesLines
* Fix null pointer dereference in options.cJonathan K. Bullard2015-05-231-1/+1
* Remove size limit for files inlined in configSteffan Karger2015-05-021-1/+10
* Print helpful error message on --mktun/--rmtun if not available.Gert Doering2015-04-281-2/+0
* Fix incorrect use of get_ipv6_addr() for iroute options.Gert Doering2015-03-081-1/+1
* Fix mssfix default value in connection_list contextLev Stipakov2015-03-071-1/+1
* Set tls-version-max to 1.1 if cryptoapicert is usedSteffan Karger2014-12-281-0/+18
* Make 'provider' option to --show-pkcs11-ids optional where p11-kit is presentDavid Woodhouse2014-12-271-2/+29
* pkcs11: Load p11-kit-proxy.so module by defaultDavid Woodhouse2014-12-271-0/+9
* sockets: Remove the limitation of --tcp-nodelay to be server-onlyDavid Sommerseth2014-12-091-1/+3
* Add client-only support for peer-id.Gert Doering2014-11-241-0/+6
* Add --tls-version-maxSteffan Karger2014-11-141-3/+19
* Do not upcase x509-username-field for mixed-case arguments.Andris Kalnozols2014-07-101-4/+22
* Fixed some compile issues with show_library_versions()James Yonan2014-05-201-6/+9
* Conditionalize calls to print_default_gateway on !ENABLE_SMALLGert Doering2014-04-301-1/+1
* Add SSL library version reporting.Gert Doering2014-04-181-0/+18
* Introduce safety check for http proxy optionsArne Schwabe2014-03-171-0/+2
* Fix spurious ignoring of pushed config options (trac#349).Jens Wagner2014-01-071-0/+1
* Add warning for using connection block variables after connection blocksArne Schwabe2013-12-171-7/+23
* Fix file checks when --chroot is being usedDavid Sommerseth2013-12-161-21/+61
* Add support to ignore specific options.Arne Schwabe2013-08-161-2/+53
* Added "setenv opt" directive prefix. If present, and if theJames Yonan2013-08-161-1/+12
* TLS version negotiationJames Yonan2013-08-161-0/+16
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-031-6/+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
* Fix proto tcp6 for server & non-P2MP modesJosh Cepek2013-05-031-0/+4
* (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