summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Moved out of memory prototype to error.h, as the definition is in error.cAdriaan de Jong2012-02-052-3/+4
* Minor code cleanup: cleaned up error handling in verify_cert.Adriaan de Jong2012-02-041-3/+3
* Enhance the error handling in _openssl_get_subject()David Sommerseth2012-02-041-6/+7
* UTF-8 X.509 distinguished namesHeiko Hund2012-02-047-75/+55
* Fix RUN_SUDO functionality for t_client.shGert Doering2012-02-041-4/+4
* Implement IPv6 interface config with non-/64 prefix lengths.Gert Doering2012-02-047-10/+17
* Windows UTF-8 input/outputHeiko Hund2012-02-043-1/+18
* Added support for "on-link" routes on Linux clientJames Yonan2012-01-273-34/+101
* Add --route-pre-down/OPENVPN_PLUGIN_ROUTE_PREDOWN script/plug-in hookDavid Sommerseth2012-01-255-3/+37
* Platform cleanup for FreeBSDGert Doering2012-01-231-3/+34
* add "print test titles" and "use sudo" functionality to t_client.rcGert Doering2012-01-232-9/+23
* Don't check for file presence on inline filesDavid Sommerseth2012-01-161-8/+15
* Fix pool logging when IPv6 is not enabledDavid Sommerseth2012-01-141-2/+5
* autotools ./configure don't like compat.hDavid Sommerseth2012-01-111-1/+1
* Fix compilation errors on Linux platforms without SO_MARKDavid Sommerseth2012-01-113-5/+8
* New Windows build fixesDavid Sommerseth2012-01-112-3/+2
* Enable access() when building in Visual StudioDavid Sommerseth2012-01-104-3/+30
* Move away from openvpn_basename() over to platform provided basename()David Sommerseth2012-01-109-27/+182
* Fix a couple of issues in openvpn_execve()David Sommerseth2012-01-101-2/+2
* Add support to forward console query to systemdFrederic Crozat2012-01-092-0/+134
* Fix list-overrun checks in copy_route_[ipv6_]option_list()Gert Doering2012-01-041-4/+4
* Fix build-up of duplicate IPv6 routes on reconnect.Gert Doering2012-01-044-0/+38
* Fix compiling with --disable-crypto and/or --disable-sslDavid Sommerseth2011-12-151-5/+5
* Allow "tap-win32 dynamic <offset>" to be used in topologyJames Yonan2011-12-141-20/+26
* Fixed client issues with DHCP Router option extraction/deletion whenJames Yonan2011-12-142-29/+52
* Added "memstats" option to maintain real-time operating statsJames Yonan2011-12-1410-0/+237
* Raised D_PID_DEBUG_LOW from level 3 to 4 to reduce replay errorJames Yonan2011-12-141-2/+2
* Don't look for 'stdin' file when using --auth-user-passDavid Sommerseth2011-12-051-2/+3
* Fix bug after removing Linux 2.2 supportDavid Sommerseth2011-11-251-4/+2
* work around inet_ntop/inet_pton problems for MSVC builds on WinXPGert Doering2011-11-252-9/+10
* Do some file/directory tests before really starting openvpnDavid Sommerseth2011-11-251-0/+151
* log error message and exit for "win32, tun mode, tap driver version 9.8"Gert Doering2011-11-231-0/+8
* bump tap driver version from 9.8 to 9.9Gert Doering2011-11-231-1/+1
* Make '--win-sys env' defaultDavid Sommerseth2011-11-235-20/+17
* Fix FreeBSD/OpenBSD/NetBSD compiler warnings in get_default_gateway()David Sommerseth2011-11-211-4/+4
* Fixed a regression causing VS2008/Python build failureSamuli Seppänen2011-11-211-1/+1
* Fixed a typo when initialising cryptoapi certsAdriaan de Jong2011-11-211-1/+1
* Minor cleanup to enable warning-free Windows build:Adriaan de Jong2011-11-216-9/+6
* Moved from strsep to strtok, for Windows compatibilityAdriaan de Jong2011-11-211-5/+9
* Added options to switch between OpenSSL and PolarSSL and PKCS11...Adriaan de Jong2011-11-213-6/+43
* Reordered functions to ensure warning-free Windows buildAdriaan de Jong2011-11-211-11/+10
* Moved CryptoAPI header include to the ssl_openssl.cAdriaan de Jong2011-11-212-4/+4
* Moved prng_uninit out of crypto_uninit_libAdriaan de Jong2011-11-214-5/+3
* add missing break between "case IPv4" and "case IPv6", leading to theGert Doering2011-11-101-0/+1
* Fix PolarSSL and --pkcs12 option issuesDavid Sommerseth2011-11-081-1/+7
* Fixed missing comma in plugin.hAdriaan de Jong2011-11-071-1/+1
* Further removal of des_old.h based callsAdriaan de Jong2011-10-251-2/+2
* Removed obsolete des_cblock and des_keyscheduleAdriaan de Jong2011-10-241-3/+3
* Got rid of a few magic numbers in ntlm.cAdriaan de Jong2011-10-246-20/+25
* Fixed disabling crypto and SSLAdriaan de Jong2011-10-2412-22/+47