summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preparing for the v2.2-RC2 releasev2.2-RC2David Sommerseth2011-03-242-2/+24
* Windows cross-compile cleanupAlon Bar-Lev2011-03-244-26/+26
* Clarified --client-config-dir section on the man-page.Samuli Seppänen2011-03-241-1/+3
* Clarify default value for the --inactive option.David Sommerseth2011-03-241-1/+1
* Open log files as text files on WindowsDavid Sommerseth2011-03-241-1/+1
* Fixes to Makefile.amSamuli Seppänen2011-03-231-2/+2
* Updated INSTALL-win32.txtSamuli Seppänen2011-03-211-11/+12
* Replaced config-win32.h with win/config.h.inSamuli Seppänen2011-03-218-358/+372
* Fixes to win/openvpn.nsiSamuli Seppänen2011-03-211-2/+17
* Added support for prebuilt TAP-drivers. Automated embedding manifests.Samuli Seppänen2011-03-216-79/+111
* Implement IPv6 in TUN mode for Windows TAP driver.Gert Doering2011-03-103-4/+254
* Fix line continuation in chkconfig init script description.Ville Skyttä2011-03-011-4/+4
* 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