summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix packaging of config-win32.h and service-win32/msvc.makv2.2-RCDavid Sommerseth2011-02-282-3/+6
* Preparing for the OpenVPN 2.2-RC releaseDavid Sommerseth2011-02-282-2/+30
* Temporary snprintf-related fix to service-win32/openvpnserv.cSamuli Seppänen2011-02-281-2/+1
* Changes to buildsystem patchsetSamuli Seppänen2011-02-274-26/+34
* Added first version of NSI installer script to win/openvpn.nsiSamuli Seppänen2011-02-271-0/+802
* Copied install-win32/setpath.nsi to win/setpath.nsiSamuli Seppänen2011-02-271-0/+231
* Several modifications to win/make_dist.py to allow building the NSI installerSamuli Seppänen2011-02-271-3/+25
* Added comments to win/build_ddk.pySamuli Seppänen2011-02-271-0/+1
* Added openvpnserv.exe building to win/build.pySamuli Seppänen2011-02-271-1/+8
* Added configure.h and version.m4 variable parsing to win/config.pySamuli Seppänen2011-02-271-1/+3
* Added command-line switch to win/build_all.py to skip TAP driver buildingSamuli Seppänen2011-02-271-7/+16
* Added comments and made small modifications to win/msvc.mak.inSamuli Seppänen2011-02-271-16/+16
* Added support for viewing config-win32.h paramters to win/show.pySamuli Seppänen2011-02-271-3/+3
* Added helper functionality to win/wb.pySamuli Seppänen2011-02-271-0/+99
* Moved TAP-driver version info to version.m4. Cleaned up win/settings.in.Samuli Seppänen2011-02-272-17/+13
* Added a nmake makefile for openvpnserv.exe buildingSamuli Seppänen2011-02-271-0/+30
* Added ENABLE_PASSWORD_SAVE to config-win32.hSamuli Seppänen2011-02-271-0/+3
* Fix compiler warning when compiling against OpenSSL 1.0.0David Sommerseth2011-01-061-1/+1
* Minor addition of logging info before and afterJames Yonan2010-12-201-0/+2
* Make the --x509-username-field feature an opt-in featureDavid Sommerseth2010-12-174-0/+23
* Change variadic macros to C99 style.Matthias Andree2010-12-041-4/+4
* Prepared v2.2-beta5 for releasev2.2-beta5David Sommerseth2010-11-252-1/+6
* Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-251-1/+1
|\
| * Fixed an issue causing a build failure with MS Visual Studio 2008.Samuli Seppänen2010-11-251-1/+1
* | Prepared for v2.2-beta4 for releasev2.2-beta4David Sommerseth2010-11-212-2/+2
* | Updated ChangeLog with info about last mergesDavid Sommerseth2010-11-181-0/+39
* | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-1846-1064/+60
|\|
| * Merged add_bypass_address() and add_host_route_if_nonlocal()David Sommerseth2010-11-181-22/+12
| * Removed functions not being used anywhereDavid Sommerseth2010-11-182-21/+0
| * Only add some functions when really neededDavid Sommerseth2010-11-182-0/+4
| * Fixed potential misinterpretation of boolean logicDavid Sommerseth2010-11-181-1/+1
| * Fix compiler warnings about not used dummy() functionsDavid Sommerseth2010-11-184-1/+8
| * Use stricter snprintf() formatting in socks_username_password_auth() (v3)David Sommerseth2010-11-181-3/+10
| * Clean-up: Removing useless code - hash related functionsDavid Sommerseth2010-11-146-49/+20
| * Clean-up: Remove more dead and inactive code pathsDavid Sommerseth2010-11-1411-52/+5
| * Clean-up: Remove pthread and mutex locking codeDavid Sommerseth2010-11-1432-921/+1
* | Merge branch 'bugfix2.1' into beta2.2David Sommerseth2010-11-182-17/+58
|\ \
| * | Added command-line option parser and an unsigned build option to build_all.pySamuli Seppänen2010-11-181-15/+56
| * | Merge branch 'svn-BETA21' into bugfix2.1David Sommerseth2010-11-182-3/+3
| |\ \
| | * | Fixes to prevent compile breakage when --disable-crypto is used.James Yonan2010-11-162-5/+2
| | * | In verify_callback, the subject var should be freed by OPENSSL_free,James Yonan2010-11-162-3/+3
* | | | Merge branch 'bugfix2.1' into beta2.2David Sommerseth2010-11-144-9/+8
|\| | |
| * | | Fixed compiling issues when using --disable-cryptoJames Yonan2010-11-142-5/+2
| * | | Remove hardcoded path to resolvconfJesse Young2010-11-142-4/+6
* | | | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-141-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Added check for variable CONFIGURE_DEFINES into options.cSamuli Seppänen2010-11-141-0/+2
* | | | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-137-39/+266
|\| | |
| * | | Make "topology subnet" work on Solaris (ifconfig + route metric changes by Ka...Gert Doering2010-11-122-5/+30
| * | | Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin...Gert Doering2010-11-121-22/+98
| * | | Adding support for SOCKS plain text authenticationPierre Bourdon2010-11-125-12/+138