summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove support for snappy compression.Gert Doering2015-10-118-265/+6
* Fix "White space before end tags can break the config parser"janjust2015-10-111-1/+4
* Update expiry date in management event loopThomas Veerman2015-10-101-1/+2
* Fix compilation error with --disable-cryptoLev Stipakov2015-10-101-2/+5
* Fix --mtu-disc option with IPv6 transportJulien Muchembled2015-10-103-9/+24
* Fast recovery when host is in unreachable networkLev Stipakov2015-10-101-0/+10
* Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec2015-10-108-0/+110
* openssl: be less verbose about cipher translation errorsSteffan Karger2015-10-082-11/+12
* polarssl: Improve PolarSSL loggingSteffan Karger2015-10-083-86/+64
* polarssl: add easy logging for PolarSSL errorsSteffan Karger2015-10-062-0/+67
* This fixes MSVS 2013 compilation.Lev Stipakov2015-10-064-6/+17
* get_default_gateway_ipv6(): Win32 implementation using GetBestRoute2()Gert Doering2015-10-062-7/+92
* 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