summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault when enabling pf plug-inssvimik2013-05-061-1/+1
* Fix proto tcp6 for server & non-P2MP modesJosh Cepek2013-05-031-0/+4
* Document the Android implementation in OpenVPNArne Schwabe2013-05-012-0/+77
* Emulate persist-tun on AndroidArne Schwabe2013-05-011-1/+17
* Android platform specific changes.Arne Schwabe2013-05-019-5/+144
* Add ability to send/receive file descriptors via management interfaceArne Schwabe2013-05-012-0/+91
* Allow routes to be set before opening tun, similar to ifconfig before opening...Arne Schwabe2013-05-012-2/+20
* Improve the git revision trackingDavid Sommerseth2013-04-194-8/+10
* Fixed usage of stale define USE_SSL to ENABLE_SSLSteffan Karger2013-04-152-3/+5
* Print "Virtual IPv6 Address" on management interface queries [v4]Gert Doering2013-04-122-3/+6
* Print client id only if compiled with man agent support. OtherwiseArne Schwabe2013-04-111-2/+11
* Add the client id (CID) to the output of the status commandArne Schwabe2013-04-111-4/+5
* Fixed tls-cipher translation bug in openssl-buildSteffan Karger2013-04-051-2/+5
* Fix directly connected routes for "topology subnet" on Solaris.Gert Doering2013-03-271-6/+9
* Add MIN() compatibility macroGert Doering2013-03-231-0/+7
* Use constant time memcmp when comparing HMACs in openvpn_decrypt.Steffan Karger2013-03-222-1/+27
* Fixed autoconf script to properly detect missing pkcs11 with polarssl.Steffan Karger2013-03-221-11/+43
* Switch to IANA names for TLS ciphers.Steffan Karger2013-03-224-4/+251
* Config compatibility patch. Added translate_cipher_name.Steffan Karger2013-03-224-3/+75
* Improve verify_callback messagesSteffan Karger2013-03-221-3/+3
* Improve PolarSSL key_state_read_{cipher, plain}text messagesSteffan Karger2013-03-221-2/+6
* PolarSSL-1.2 supportSteffan Karger2013-03-227-58/+31
* (updated) [PATCH] Warn when using verb levels >=7 without debugJosh Cepek2013-03-201-0/+6
* Fix parameter listing in non-debug builds at verb 4Josh Cepek2013-03-145-11/+11
* Permit pool size of /64.../112 for ifconfig-ipv6-poolGert Doering2013-03-141-2/+2
* Repair "tcp server queue overflow" brokenness, more <stdbool.h> fallout.Gert Doering2013-03-121-1/+1
* Remove unused function no_tap_ifconfigArne Schwabe2013-03-121-10/+0
* Move static prototype definition from header into c fileArne Schwabe2013-03-122-2/+2
* Remove unused function xorArne Schwabe2013-03-121-10/+0
* add new option for X.509 name verificationHeiko Hund2013-03-077-36/+174
* make --tls-remote compatible with pre 2.3 configsHeiko Hund2013-03-071-0/+6
* reintroduce --no-name-remapping optionHeiko Hund2013-03-072-16/+37
* Fix corner case in NTLM authentication (trac #172)Christian Niessner2013-03-071-2/+2
* fix build with automake 1.13(.1)Christian Hesse2013-03-061-1/+1
* Ignore UTF-8 byte order markHeiko Hund2013-02-061-1/+5
* Cleaned up and updated INSTALLSamuli Seppänen2013-02-031-97/+62
* Updated READMESamuli Seppänen2013-02-031-19/+16
* Added cross-compilation information INSTALL-win32.txtSamuli Seppänen2013-02-031-0/+29
* Removed ChangeLog.IPv6Samuli Seppänen2013-02-031-440/+0
* Enable TCP_NODELAY configuration on FreeBSD.Matthias Andree2013-02-031-0/+4
* man page patch for missing optionsJan Just Keijser2013-02-031-2/+9
* Remove dead code path and putenv functionalityArne Schwabe2013-02-032-51/+7
* Update README.IPv6 to match what is in 2.3.0Gert Doering2013-02-031-85/+53
* close more file descriptors on execHeiko Hund2013-02-022-0/+5
* Fix client crash on double PUSH_REPLY.Gert Doering2013-01-022-1/+7
* Fix parameter type for IP_TOS setsockopt on non-Linux systems.Gert Doering2012-12-201-0/+4
* Fix option inconsistency warnings about "proto" and "tun-ipv6"Gert Doering2012-12-171-1/+14
* Implement --mssfix handling for IPv6 packets.Gert Doering2012-12-137-21/+97
* Fix the proto is used inconsistently warningArne Schwabe2012-12-131-4/+18
* Remove dnsflags_to_socktype, it is not used anywhereArne Schwabe2012-12-132-6/+1