aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterWin32: define WINDRES on mingw on Windows build processBertrand Jacquin13 years
 
TagDownloadAuthorAge
v2.2.1openvpn-2.2.1.tar.xz  David Sommerseth13 years
v2.2.0openvpn-2.2.0.tar.xz  David Sommerseth13 years
v2.2-RC2openvpn-2.2-RC2.tar.xz  David Sommerseth14 years
v2.2-RCopenvpn-2.2-RC.tar.xz  David Sommerseth14 years
v2.2-beta5openvpn-2.2-beta5.tar.xz  David Sommerseth14 years
v2.2-beta4openvpn-2.2-beta4.tar.xz  David Sommerseth14 years
v2.1.4openvpn-2.1.4.tar.xz  David Sommerseth14 years
v2.2-beta3openvpn-2.2-beta3.tar.xz  David Sommerseth14 years
v2.1.3openvpn-2.1.3.tar.xz  James Yonan14 years
v2.2-beta2openvpn-2.2-beta2.tar.xz  David Sommerseth14 years
[...]
 
AgeCommit messageAuthorFilesLines
2011-07-01Prepared for releasing OpenVPN 2.2.1v2.2.1David Sommerseth2-1/+29
2011-07-01Fixes to easy-rsa/2.0Samuli Seppänen3-6/+309
2011-07-01Made domake-win builds to use easy-rsa/2.0/openssl-1.0.0.cnfSamuli Seppänen2-5/+5
2011-07-01Updated "easy-rsa" for OpenSSL 1.0.0Samuli Seppänen5-22/+27
2011-06-20Revert "Add new openssl.cnf to easy-rsa/Windows"David Sommerseth1-350/+0
2011-06-20Add new openssl.cnf to easy-rsa/WindowsSamuli Seppänen1-0/+350
2011-06-20Fix a build-ca issue on WindowsSamuli Seppänen2-3/+3
2011-06-15Remove support for Linux 2.2 configuration fallbackDavid Sommerseth2-20/+3
2011-06-14Documented --x509-username-field optionRobert Fischer2-1/+9
2011-06-14Added info about --show-proxy-settingsRobert Fischer2-0/+6
2011-05-31Fix compiling issues with pkcs11 when --disable-management is configuredDavid Sommerseth1-0/+2
2011-05-31Don't define ENABLE_PUSH_PEER_INFO if SSL is not availableDavid Sommerseth1-0/+2
2011-05-19Fix 2.2.0 build failure when management interface disabledMatthew L. Creech1-0/+2
2011-05-10Fix issues with some older GCC compilersSimon Matter1-3/+3
2011-04-27Fix compile issues when using --enable-small and --disable-ssl/--disable-cryptoGustavo Zacarias1-1/+2
2011-04-21Tagging the v2.2.0 releasev2.2.0David Sommerseth2-1/+34
2011-04-21Update man page with info about --connect-timeoutRobert Fischer1-0/+8
2011-04-21Update man page with info about --capathRobert Fischer1-0/+5
2011-04-21Add a simple comment regarding openvpn_snprintf() is duplicatedDavid Sommerseth1-0/+3
2011-04-21Improve the mysprintf() issue in openvpnserv.cDavid Sommerseth1-11/+28
2011-04-15Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlierSamuli Seppänen1-0/+6
2011-04-15Avoid re-defining uint32_t when using mingw compilerGisle Vanem1-0/+7
2011-04-14Added man page entry for --management-clientrf1-0/+7
2011-04-14Update man page with info about --remote-random-hostnamerf1-0/+6
2011-04-14Fixed copying of tapinstall.exe to dist/bin when using prebuilt TAP-driversSamuli Seppänen1-1/+1
2011-04-14Removed Win2k from supported platforms list in INSTALL and win/openvpn.nsiSamuli Seppänen2-5/+3
2011-04-14Fix a bug in devcon source code handlingSamuli Seppänen1-1/+1
2011-04-14Change the default --tmp-dir path to a more suitable pathDavid Sommerseth3-4/+36
2011-04-14Fixed bug in port-share that could cause port share process to crashJames Yonan1-0/+3
2011-04-14Add more detailed explanation regarding the function of "--rdns-internal"Gert Doering1-1/+7
2011-04-14Change all CRLF linefeeds to LF linefeedsSamuli Seppänen24-1013/+1013
2011-04-05Add man page entry for --redirect-privateSamuli Seppänen1-0/+5
2011-03-31Fix the --client-cert-not-required featureDavid Sommerseth1-4/+6
2011-03-25Clarify --tmp-dir optionchantra2-1/+18
2011-03-24Preparing for the v2.2-RC2 releasev2.2-RC2David Sommerseth2-2/+24
2011-03-24Windows cross-compile cleanupAlon Bar-Lev4-26/+26
2011-03-24Clarified --client-config-dir section on the man-page.Samuli Seppänen1-1/+3
2011-03-24Clarify default value for the --inactive option.David Sommerseth1-1/+1
2011-03-24Open log files as text files on WindowsDavid Sommerseth1-1/+1
2011-03-23Fixes to Makefile.amSamuli Seppänen1-2/+2
2011-03-21Updated INSTALL-win32.txtSamuli Seppänen1-11/+12
2011-03-21Replaced config-win32.h with win/config.h.inSamuli Seppänen8-358/+372
2011-03-21Fixes to win/openvpn.nsiSamuli Seppänen1-2/+17
2011-03-21Added support for prebuilt TAP-drivers. Automated embedding manifests.Samuli Seppänen6-79/+111
2011-03-10Implement IPv6 in TUN mode for Windows TAP driver.Gert Doering3-4/+254
2011-03-01Fix line continuation in chkconfig init script description.Ville Skyttä1-4/+4
2011-02-28Fix packaging of config-win32.h and service-win32/msvc.makv2.2-RCDavid Sommerseth2-3/+6
2011-02-28Preparing for the OpenVPN 2.2-RC releaseDavid Sommerseth2-2/+30
2011-02-28Temporary snprintf-related fix to service-win32/openvpnserv.cSamuli Seppänen1-2/+1
2011-02-27Changes to buildsystem patchsetSamuli Seppänen4-26/+34
[...]
 
Clone
https://git.pants-on.net/openvpn.git