summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
Commit message (Expand)AuthorAgeFilesLines
* Fix commit a3160fc1bd7368395745b9cee6e40fb819f5564crelease/2.3Arne Schwabe2015-10-151-1/+1
* Fix "White space before end tags can break the config parser"janjust2015-10-111-1/+4
* Replace strdup() calls for string_alloc() callsSteffan Karger2015-10-041-1/+1
* Show extra-certs in current parameters.Arne Schwabe2015-08-081-0/+1
* Fix commit e473b7c if an inline file happens to have a line break exactly at ...Arne Schwabe2015-07-271-1/+1
* Fix --askpass not allowing for password input via stdinJames Geboski2015-07-131-2/+2
* Report missing endtags of inline files as warningsArne Schwabe2015-06-301-1/+8
* Disallow usage of --server-poll-timeout in --secret key mode.Gert Doering2015-05-241-0/+3
* 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