summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
Commit message (Expand)AuthorAgeFilesLines
* Fix commit c67acea173dc9ee37220f5b9ff14ede081181992Arne Schwabe2015-10-151-1/+1
* Remove support for snappy compression.Gert Doering2015-10-111-10/+0
* Fix "White space before end tags can break the config parser"janjust2015-10-111-1/+4
* Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec2015-10-101-0/+27
* Replace strdup() calls for string_alloc() callsSteffan Karger2015-10-041-1/+1
* Implement '--redirect-gateway ipv6'Gert Doering2015-09-201-0/+7
* Remove #ifdefs for client nat support.Arne Schwabe2015-09-151-17/+1
* Create basic infrastructure for IPv6 default gateway handling / redirection.Gert Doering2015-09-151-2/+7
* Show extra-certs in current parameters, fix clang warning and logic error in ...Arne Schwabe2015-08-081-1/+2
* Fix commit e473b7c if an inline file happens to have a line break exactly at ...Arne Schwabe2015-07-271-1/+1
* options: fix option check for "plugin"Daniel Hahler2015-07-221-1/+1
* Fix --askpass not allowing for password input via stdinJames Geboski2015-07-131-2/+2
* Report missing end-tags of inline files as errorsArne Schwabe2015-06-301-1/+8
* Fail if options have extra parameters [v2]Jonathan K. Bullard2015-06-211-267/+276
* 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
* Mac OS X Keychain management clientVasily Kulikov2015-04-131-1/+21
* 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
* Add option to disable Diffie Hellman key exchange by setting '--dh none'Steffan Karger2015-01-041-4/+10
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-55/+9
* 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
* Peer-id patch v7Lev Stipakov2014-11-271-0/+6
* Add --tls-version-maxSteffan Karger2014-11-141-3/+19
* Fix clang warning in options.cSteffan Karger2014-09-151-2/+2
* Always enable http-proxy and socks-proxyArne Schwabe2014-07-181-36/+4
* Do not upcase x509-username-field for mixed-case arguments.Andris Kalnozols2014-07-101-4/+22
* Move #include "ssl_verify.h" from ssl.h to the source files that need it.Steffan Karger2014-06-011-0/+1
* 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 support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger2014-04-251-0/+11
* Add SSL library version reporting.Gert Doering2014-04-181-0/+18
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-231-9/+0
* Don't show the connection profile store in options->ce if there is a connecti...Arne Schwabe2014-03-231-2/+5
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-231-0/+12
* Implement an easy parsable log output that allows access to flags of the log ...Arne Schwabe2014-03-221-0/+8
* Fix warning for max-routes: do not quit when parsing an old configuration. Fo...Arne Schwabe2014-03-171-2/+4
* Introduce safety check for http proxy optionsArne Schwabe2014-03-171-0/+2
* grow route lists dynamicallyHeiko Hund2014-02-231-25/+8
* remove some 'unused variable' warningsGert Doering2014-01-111-0/+2
* Fix spurious ignoring of pushed config options (trac#349).Jens Wagner2014-01-071-0/+1
* Implement LZ4 compression.Gert Doering2014-01-061-0/+10
* 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
* Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe2013-11-291-0/+4