summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering2015-09-177-26/+175
* get_default_gateway_ipv6(): Linux / Netlink implementation.Gert Doering2015-09-171-12/+136
* Make client delay less before sending PUSH_REQUESTGert Doering2015-09-171-2/+2
* Remove #ifdefs for client nat support.Arne Schwabe2015-09-159-45/+9
* Use pseudo gw as default gw on Android as a workaround for not being able to ...Arne Schwabe2015-09-151-0/+14
* Extend network-change command to allow reprotecting on the same network (for ...Arne Schwabe2015-09-153-7/+12
* Fix loglevel of protect socket messageArne Schwabe2015-09-151-2/+2
* Don't redirect the gateway on Android even if requestedArne Schwabe2015-09-151-0/+4
* Add support for requesting the fd again to rebind to the next interface.Arne Schwabe2015-09-153-0/+63
* Remove unused function h_errno_msgArne Schwabe2015-09-151-17/+0
* Create basic infrastructure for IPv6 default gateway handling / redirection.Gert Doering2015-09-154-7/+88
* 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
* Provide OpenVPN runtime version information to plug-insDavid Sommerseth2015-07-271-1/+20
* 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
* 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
* 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
* On signal reception, return EAI_SYSTEM from openvpn_getaddrinfo().Gert Doering2015-06-011-1/+4
* Call daemon() before initializing crypto librarySteffan Karger2015-05-265-29/+17
* Disallow usage of --server-poll-timeout in --secret key mode.Gert Doering2015-05-242-0/+4
* Fix null pointer dereference in options.cJonathan K. Bullard2015-05-231-1/+1
* assume res_init() is always there.Gert Doering2015-05-231-1/+1
* Re-read auth-user-pass file on (re)connect if requiredSteffan Karger2015-05-233-2/+4
* 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-233-43/+50
* Use OPENVPN_ETH_P_* so that <netinet/if_ether.h> is unecessaryFelix Janda2015-05-162-6/+2
* polarssl: disable 1/n-1 record splittingSteffan Karger2015-05-091-0/+8
* Improve --tls-cipher and --show-tls man page descriptionSteffan Karger2015-05-093-2/+7
* polarssl: remove code duplication in key_state_write_plaintext{, _const}()Steffan Karger2015-05-031-33/+5
* 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-282-4/+8