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-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
2011-02-27Added first version of NSI installer script to win/openvpn.nsiSamuli Seppänen1-0/+802
2011-02-27Copied install-win32/setpath.nsi to win/setpath.nsiSamuli Seppänen1-0/+231
2011-02-27Several modifications to win/make_dist.py to allow building the NSI installerSamuli Seppänen1-3/+25
2011-02-27Added comments to win/build_ddk.pySamuli Seppänen1-0/+1
2011-02-27Added openvpnserv.exe building to win/build.pySamuli Seppänen1-1/+8
2011-02-27Added configure.h and version.m4 variable parsing to win/config.pySamuli Seppänen1-1/+3
2011-02-27Added command-line switch to win/build_all.py to skip TAP driver buildingSamuli Seppänen1-7/+16
2011-02-27Added comments and made small modifications to win/msvc.mak.inSamuli Seppänen1-16/+16
2011-02-27Added support for viewing config-win32.h paramters to win/show.pySamuli Seppänen1-3/+3
2011-02-27Added helper functionality to win/wb.pySamuli Seppänen1-0/+99
2011-02-27Moved TAP-driver version info to version.m4. Cleaned up win/settings.in.Samuli Seppänen2-17/+13
2011-02-27Added a nmake makefile for openvpnserv.exe buildingSamuli Seppänen1-0/+30
2011-02-27Added ENABLE_PASSWORD_SAVE to config-win32.hSamuli Seppänen1-0/+3
2011-01-06Fix compiler warning when compiling against OpenSSL 1.0.0David Sommerseth1-1/+1
2010-12-20Minor addition of logging info before and afterJames Yonan1-0/+2
[...]
 
Clone
https://git.pants-on.net/openvpn.git