summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* On signal reception, return EAI_SYSTEM from openvpn_getaddrinfo().Gert Doering2015-06-011-1/+4
* Revert "Enforce "serial-tests" behaviour for tests/Makefile"Gert Doering2015-05-281-2/+0
* Enforce "serial-tests" behaviour for tests/MakefileGert Doering2015-05-271-0/+2
* slightly enhance documentation about --cipherGert Doering2015-05-271-1/+1
* Call daemon() before initializing crypto librarySteffan Karger2015-05-265-29/+17
* Disallow usage of --server-poll-timeout in --secret key mode.Gert Doering2015-05-243-0/+8
* Clarify --capath option in manpageSteffan Karger2015-05-241-0/+16
* Correct note about DNS randomization in openvpn.8Gert Doering2015-05-241-3/+3
* Fix null pointer dereference in options.cJonathan K. Bullard2015-05-231-1/+1
* assume res_init() is always there.Gert Doering2015-05-232-7/+6
* Re-read auth-user-pass file on (re)connect if requiredSteffan Karger2015-05-234-2/+7
* repair --dev null breakage caused by db950be85d37Gert Doering2015-05-231-10/+14
* include ifconfig_ environment variables in --up-restart env setJan Just Keijser2015-05-234-43/+56
* Updated manpage for --rport and --lportRobert Fischer2015-05-181-3/+13
* Use OPENVPN_ETH_P_* so that <netinet/if_ether.h> is unecessaryFelix Janda2015-05-163-7/+3
* Improve --tls-cipher and --show-tls man page descriptionSteffan Karger2015-05-094-11/+35
* Properly escape dashes on the man-pageSamuli Seppänen2015-05-091-550/+550
* Add note about file permissions and --crl-verify to manpage.Gert Doering2015-05-021-0/+5
* Remove size limit for files inlined in configSteffan Karger2015-05-021-1/+10
* explain effect of --topology subnet on --ifconfigGert Doering2015-04-301-5/+18
* Print helpful error message on --mktun/--rmtun if not available.Gert Doering2015-04-282-4/+8
* Manual page update for Re-enabled TLS version negotiation.Matthias Andree2015-04-131-5/+8
* Re-enable TLS version negotiation by defaultSteffan Karger2015-04-131-10/+10
* Remove unneeded parameter 'first_time' from possibly_become_daemon()Steffan Karger2015-04-131-3/+3
* 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
* Allow for CN/username of 64 characters (fixes off-by-one)Steffan Karger2015-03-061-3/+3
* New approach to handle peer-id related changes to link-mtu (2.3 version)Gert Doering2015-02-273-4/+36
* Fix frame size calculation for non-CBC modes.Steffan Karger2015-02-271-5/+21
* Disable SSL compressionSteffan Karger2015-02-151-0/+4
* Account for peer-id in frame size calculationSteffan Karger2015-01-231-6/+4
* Default gateway can't be determined on illumos/Solaris platformsAlexander Pyhalov2014-12-311-2/+19
* 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-272-3/+36
* pkcs11: Load p11-kit-proxy.so module by defaultDavid Woodhouse2014-12-273-0/+26
* plugins, down-root: Code style clean-upDavid Sommerseth2014-12-091-307/+323
* sockets: Remove the limitation of --tcp-nodelay to be server-onlyDavid Sommerseth2014-12-092-2/+4
* plugin, down-root: Fix compiler warningsDavid Sommerseth2014-12-081-3/+1
* Update doxygen (a bit)Steffan Karger2014-12-075-41/+107
* down-root: Improve error messagesDavid Sommerseth2014-12-061-16/+36
* down-root plugin: Replaced system() calls with execve()David Sommerseth2014-12-061-92/+48
* Warn that tls-auth with free form files is going to be removed from OpenVPN 2.4Arne Schwabe2014-12-062-2/+4
* Really fix '--cipher none' regressionSteffan Karger2014-12-022-4/+5
* Include systemd units in the source tarball (make dist)Mike Gilbert2014-12-021-0/+2
* autotools: Fix wrong ./configure help screen default valuesDavid Sommerseth2014-11-301-3/+3
* Preparing for release v2.3.6 (ChangeLog, version.m4)Gert Doering2014-11-282-2/+19
* Drop too-short control channel packets instead of asserting out.Steffan Karger2014-11-281-1/+5
* Add client-only support for peer-id.Gert Doering2014-11-246-7/+62
* systemd: Reworked the systemd unit file to handle server and client configs b...David Sommerseth2014-11-242-3/+23
* Modernize sample keys and sample configsSteffan Karger2014-11-2326-259/+781