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-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
2010-12-17Make the --x509-username-field feature an opt-in featureDavid Sommerseth4-0/+23
2010-12-04Change variadic macros to C99 style.Matthias Andree1-4/+4
2010-11-25Prepared v2.2-beta5 for releasev2.2-beta5David Sommerseth2-1/+6
2010-11-25Merge branch 'feat_misc' into beta2.2David Sommerseth1-1/+1
2010-11-25Fixed an issue causing a build failure with MS Visual Studio 2008.Samuli Seppänen1-1/+1
2010-11-21Prepared for v2.2-beta4 for releasev2.2-beta4David Sommerseth2-2/+2
2010-11-18Updated ChangeLog with info about last mergesDavid Sommerseth1-0/+39
2010-11-18Merge branch 'feat_misc' into beta2.2David Sommerseth46-1064/+60
2010-11-18Merge branch 'bugfix2.1' into beta2.2David Sommerseth2-17/+58
2010-11-18Added command-line option parser and an unsigned build option to build_all.pySamuli Seppänen1-15/+56
2010-11-18Merged add_bypass_address() and add_host_route_if_nonlocal()David Sommerseth1-22/+12
2010-11-18Removed functions not being used anywhereDavid Sommerseth2-21/+0
2010-11-18Only add some functions when really neededDavid Sommerseth2-0/+4
2010-11-18Fixed potential misinterpretation of boolean logicDavid Sommerseth1-1/+1
2010-11-18Fix compiler warnings about not used dummy() functionsDavid Sommerseth4-1/+8
2010-11-18Use stricter snprintf() formatting in socks_username_password_auth() (v3)David Sommerseth1-3/+10
2010-11-18Merge branch 'svn-BETA21' into bugfix2.1David Sommerseth2-3/+3
2010-11-16Fixes to prevent compile breakage when --disable-crypto is used.James Yonan2-5/+2
2010-11-16In verify_callback, the subject var should be freed by OPENSSL_free,James Yonan2-3/+3
2010-11-14Merge branch 'bugfix2.1' into beta2.2David Sommerseth4-9/+8
2010-11-14Fixed compiling issues when using --disable-cryptoJames Yonan2-5/+2
2010-11-14Remove hardcoded path to resolvconfJesse Young2-4/+6
2010-11-14Clean-up: Removing useless code - hash related functionsDavid Sommerseth6-49/+20
2010-11-14Clean-up: Remove more dead and inactive code pathsDavid Sommerseth11-52/+5
2010-11-14Clean-up: Remove pthread and mutex locking codeDavid Sommerseth32-921/+1
2010-11-14Merge branch 'feat_misc' into beta2.2David Sommerseth1-0/+2
2010-11-14Added check for variable CONFIGURE_DEFINES into options.cSamuli Seppänen1-0/+2
2010-11-13Merge branch 'feat_misc' into beta2.2David Sommerseth7-39/+266
2010-11-13Merge branch 'bugfix2.1' into beta2.2David Sommerseth2-4/+9
2010-11-13Merge branch 'svn-BETA21' into beta2.2David Sommerseth9-26/+231
2010-11-13Merge branch 'svn-BETA21' into bugfix2.1David Sommerseth9-26/+231
[...]
 
Clone
https://git.pants-on.net/openvpn.git