summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preparing OpenVPN 2.3-alpha1 releasev2.3-alpha1David Sommerseth2012-02-212-1/+432
* Revamp check_file_access() checks in stdin scenariosDavid Sommerseth2012-02-201-4/+12
* define access mode flag X_OK as 0 on WindowsHeiko Hund2012-02-201-1/+1
* Makefile.am was missing ssl_common.hDavid Sommerseth2012-02-171-0/+1
* Makefile.am referenced a now non-existing config-win32.hDavid Sommerseth2012-02-171-1/+0
* move variable declaration to top of functionHeiko Hund2012-02-171-1/+1
* make MSVC link against shell32 as wellHeiko Hund2012-02-171-1/+1
* use the underscore version of stat on WindowsHeiko Hund2012-02-173-5/+7
* do not use mode_t on WindowsHeiko Hund2012-02-162-2/+2
* replace check for TARGET_WIN32 with WIN32Heiko Hund2012-02-163-7/+7
* Fixed wrong return type of cipher_kt_modeFrank de Brabander2012-02-163-3/+3
* Connection entry {tun,link}_mtu_defined not set correctlyDavid Sommerseth2012-02-141-15/+17
* Made some options connection-entry specificJan Just Keijser2012-02-136-101/+104
* Fix compile issues with status.cDavid Sommerseth2012-02-131-0/+1
* Remove --show-gateway if debug info is not enabled (--disable-debug)David Sommerseth2012-02-131-0/+4
* Fix compile issues when plug-ins are disabled.David Sommerseth2012-02-131-16/+15
* handle Windows unicode pathsHeiko Hund2012-02-1318-362/+367
* The code blocks enabled by ENABLE_CLIENT_CR depends on managementIgor Novgorodov2012-02-131-0/+2
* autoconf fixes for building on OSXByron Ellacott2012-02-091-10/+10
* Fix assert() situations where gc_malloc() is called without a gc_arena objectDavid Sommerseth2012-02-086-8/+39
* Platform cleanup for OpenBSDGert Doering2012-02-082-27/+33
* Documented --push-peer-info optionRobert Fischer2012-02-051-0/+14
* Documented --errors-to-stderr optionRobert Fischer2012-02-051-0/+5
* set Windows environment variables as UCS-2Heiko Hund2012-02-051-2/+2
* Document IPv6-related environment variables.Gert Doering2012-02-051-0/+63
* Removed support for calling gc_malloc with a NULL gc_arena structAdriaan de Jong2012-02-051-19/+10
* 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