summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document the inlining of files in openvpn and document key-directionArne Schwabe2012-09-021-0/+39
* Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe2012-08-063-49/+10
* Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory...Arne Schwabe2012-08-061-2/+15
* add API for plug-ins to write to openvpn logHeiko Hund2012-08-062-2/+121
* add x_msg_va() log functionHeiko Hund2012-08-062-3/+10
* fix regression with --http-proxy[-*] optionsHeiko Hund2012-07-304-13/+12
* Preparing for OpenVPN 2.3_alpha3v2.3_alpha3David Sommerseth2012-07-202-1/+14
* add option --management-query-proxyHeiko Hund2012-07-1910-277/+178
* remove unused show_connection_list debug functionHeiko Hund2012-07-191-25/+0
* don't treat socket related errors special anymoreHeiko Hund2012-07-1910-66/+59
* make non-blocking connect work on WindowsHeiko Hund2012-07-191-1/+7
* Fix compiling with --disable-managementArne Schwabe2012-07-051-1/+6
* Update version.m4 - we're past 2.3_alpha2 nowDavid Sommerseth2012-07-021-1/+1
* Repair "tap server" mode brokenness caused by <stdbool.h> falloutGert Doering2012-07-021-1/+1
* Set the correct version number - 2.3_alpha2v2.3_alpha2David Sommerseth2012-06-291-1/+1
* Prepare the OpenVPN v2.3_alpha2 releaseDavid Sommerseth2012-06-292-2/+158
* build: msvc: chdir with change drive to script locationAlon Bar-Lev2012-06-293-3/+2
* cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev2012-06-294-33/+47
* build: plugins: set defaults based on platformAlon Bar-Lev2012-06-271-4/+15
* Added notes about upgrading from 2.3-alpha1 and earlier to INSTALL-win32.txtSamuli Seppänen2012-06-271-0/+25
* build: integrate plugins build into core buildAlon Bar-Lev2012-06-2633-112/+201
* Remove ENABLE_CONNECTIONS ifdefsArne Schwabe2012-06-226-84/+1
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-2210-142/+23
* Completely remove ancient IANA port warning.Arne Schwabe2012-06-223-10/+0
* Only use tmpdir if tmp_dir is really used.Arne Schwabe2012-06-222-3/+8
* cleanup: pkcs11.c: resolve waningsAlon Bar-Lev2012-06-221-1/+1
* Remove #include "config.h" from ssl_polarssl.hGert Doering2012-06-151-1/+0
* build: add --with-special-build to provide special build stringAlon Bar-Lev2012-06-132-0/+9
* Update TODO.IPv6 listGert Doering2012-06-131-7/+28
* Add missing pieces to IPv6 route gateway handling.Gert Doering2012-06-132-14/+64
* Remove warning about "explicit support for IPv6 tun devices is not provided f...Gert Doering2012-06-131-1/+1
* remove "*option" element in "struct route_ipv6"Gert Doering2012-06-131-1/+0
* cleanup and redefine metric handling for IPv6 routesGert Doering2012-06-133-6/+9
* Fix reported compile issues on OSX 10.6.8Frank de Brabander2012-06-131-0/+5
* Implement search for "first free" tun/tap device on SolarisGert Doering2012-06-131-8/+32
* t_client.sh - fix for iproute2, print summary lineGert Doering2012-06-131-1/+11
* remove the --auto-proxy option from openvpnHeiko Hund2012-06-138-342/+11
* Add the name of the context where option is not allowed to the error message.Arne Schwabe2012-06-071-2/+3
* Explain that route-nopull also causes the client to ignore dhcp options.Arne Schwabe2012-06-072-2/+3
* Add the query to the error message. Makes the diagnose what went wrong from l...Arne Schwabe2012-06-071-1/+1
* build: do not support <polarssl-1.1.0Alon Bar-Lev2012-06-071-1/+1
* build: support platforms that does not need explicit tun headersAlon Bar-Lev2012-06-041-0/+2
* build: update INSTALL to recent changesAlon Bar-Lev2012-06-041-62/+88
* Remove two unused functionsDavid Sommerseth2012-06-012-19/+0
* build: cleanup: yet another forgotten bracketsAlon Bar-Lev2012-06-011-1/+1
* t_client.sh iproute2 script fixesGert Doering2012-06-011-2/+2
* build: add git revision to --version output if build from git repositoryAlon Bar-Lev2012-06-016-0/+46
* build: detect sys/wait.h required for *bsdAlon Bar-Lev2012-06-011-1/+1
* build: insall README* document using build systemAlon Bar-Lev2012-06-012-4/+10
* build: spec: we support openssl >= 0.9.7Alon Bar-Lev2012-06-011-2/+2