summaryrefslogtreecommitdiffstats
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
* Add CONTRIBUTING.rstSamuli Seppänen2015-10-101-0/+30
* Increase control channel packet size for faster handshakesSteffan Karger2015-10-041-2/+3
* Check return value of ms_error_text()Steffan Karger2015-10-041-0/+1
* Replace strdup() calls for string_alloc() callsSteffan Karger2015-10-046-6/+8
* Repair test_local_addr() on WIN32Gert Doering2015-09-251-1/+1
* Replace unaligned 16bit access to TCP MSS value with bytewise accessGert Doering2015-09-211-9/+8
* Log serial number of revoked certificateBoris Lytochkin2015-09-202-2/+10
* Show extra-certs in current parameters.Arne Schwabe2015-08-081-0/+1
* Un-break --auth-user-pass on windowsGert Doering2015-08-041-0/+2
* Preparing for release v2.3.8 (ChangeLog, version.m4)Gert Doering2015-08-032-2/+25
* Fix overflow check in openvpn_decrypt()Steffan Karger2015-08-012-11/+10
* Fix commit e473b7c if an inline file happens to have a line break exactly at ...Arne Schwabe2015-07-272-2/+5
* Fix using management interface to get passwords.Steffan Karger2015-07-211-2/+9
* Document --daemon changes and consequences (--askpass, --auth-nocache).Gert Doering2015-07-141-0/+16
* Fix --askpass not allowing for password input via stdinJames Geboski2015-07-131-2/+2
* Produce a meaningful error message if --daemon gets in the way of asking for ...Gert Doering2015-07-131-0/+4
* fix regression: query password before becoming daemonSteffan Karger2015-07-133-5/+11
* Make __func__ work with Visual Studio tooSteffan Karger2015-07-021-0/+4
* Report missing endtags of inline files as warningsArne Schwabe2015-06-301-1/+8
* Del ipv6 addr on close of linux tun interfaceHolger Kummert2015-06-261-0/+26
* write pid file immediately after daemonizingSteffan Karger2015-06-215-36/+14
* Preparing for release v2.3.7 (ChangeLog, version.m4)Gert Doering2015-06-022-3/+86
* Fix FreeBSD ifconfig for topology subnet tunnels.Gert Doering2015-06-021-1/+23
* Improve documentation in --script-security section of the man-pageSamuli Seppänen2015-06-021-0/+5
* Move res_init() call to inner openvpn_getaddrinfo() loopGert Doering2015-06-021-4/+3
* Fix --redirect-private in --dev tap mode.Guy Yur2015-06-011-1/+1
* Use EAI_AGAIN instead of EAI_SYSTEM for openvpn_getaddrinfo().Gert Doering2015-06-011-1/+1
* Use configure.ac hack to apply serial_test AM option only if supported.Gert Doering2015-06-011-1/+15
* 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