summaryrefslogtreecommitdiffstats
path: root/src/openvpn
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix IPv6 host routes to LAN gateway on OpenSolarisGert Doering2015-09-201-5/+12
* get_default_gateway_ipv6(): *BSD / MacOS / Solaris PF_ROUTE implementationGert Doering2015-09-201-4/+183
* Implement '--redirect-gateway ipv6'Gert Doering2015-09-202-0/+22
* Do not install a host route for the VPN on AndroidArne Schwabe2015-09-171-1/+7
* 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