summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create basic infrastructure for IPv6 default gateway handling / redirection.Gert Doering2015-09-155-7/+97
* Add route_ipv6_gateway* data structures for rgi6 support.Gert Doering2015-09-141-0/+28
* refactor struct route_ipv6_list, bring in line with struct route_list againGert Doering2015-09-142-19/+16
* refactor struct route_ipv6, bring in line with struct route_ipv4 againGert Doering2015-09-143-23/+21
* Show extra-certs in current parameters, fix clang warning and logic error in ...Arne Schwabe2015-08-081-1/+2
* Un-break --auth-user-pass on windowsGert Doering2015-08-041-0/+2
* Fix overflow check in openvpn_decrypt()Steffan Karger2015-08-012-11/+10
* Fix build on OpenSolaris (non-gmake)Gert Doering2015-07-271-1/+1
* Fix out-of-tree builds; openvpn-plugin.h should be in AC_CONFIG_HEADERSSteffan Karger2015-07-271-2/+1
* Provide OpenVPN runtime version information to plug-insDavid Sommerseth2015-07-274-2/+37
* Provide compile time OpenVPN version information to plug-insDavid Sommerseth2015-07-275-1/+19
* Fix commit e473b7c if an inline file happens to have a line break exactly at ...Arne Schwabe2015-07-272-2/+5
* reintroduce md5_digest wrapper struct to fix gcc warningsSteffan Karger2015-07-274-9/+14
* options: fix option check for "plugin"Daniel Hahler2015-07-221-1/+1
* 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
* Increase control channel packet size for faster handshakesSteffan Karger2015-07-011-2/+3
* Report missing end-tags of inline files as errorsArne Schwabe2015-06-301-1/+8
* Del ipv6 addr on close of linux tun interfaceHolger Kummert2015-06-261-0/+26
* Fail if options have extra parameters [v2]Jonathan K. Bullard2015-06-211-267/+276
* write pid file immediately after daemonizingSteffan Karger2015-06-215-36/+14
* 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
* cert_data: fix memory leakYegor Yefremov2015-05-311-0/+1
* 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-1/+16
* Correct note about DNS randomization in openvpn.8Gert Doering2015-05-241-3/+5
* 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
* cleanup: remove md5 helper functionsSteffan Karger2015-05-236-117/+33
* 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
* Properly escape dashes on the man-pageSamuli Seppänen2015-05-151-600/+600
* polarssl: disable 1/n-1 record splittingSteffan Karger2015-05-091-0/+8