summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: m4/ax_emptyarray.m4: cleanupAlon Bar-Lev2012-03-221-18/+31
* build: m4/ax_varargs.m4: cleanupAlon Bar-Lev2012-03-221-23/+55
* build: split acinclude.m4 into m4/*Alon Bar-Lev2012-03-228-131/+126
* build: remove windows specific build systemAlon Bar-Lev2012-03-2228-2877/+2
* cleanup: rename tap-windows function from win32 to winAlon Bar-Lev2012-03-2213-121/+121
* Remove tap-win32Alon Bar-Lev2012-03-2226-6301/+13
* Remove easy-rsaAlon Bar-Lev2012-03-2257-2668/+1
* Remove install-win32Alon Bar-Lev2012-03-2235-2163/+1
* build: we need the sample.ovpn in futureAlon Bar-Lev2012-03-221-0/+0
* build: plugins: properly use CC, CFLAGS and LDFLAGSAlon Bar-Lev2012-03-224-19/+24
* build: rename plugin directory to pluginsAlon Bar-Lev2012-03-2224-10/+9
* build: handle printf style format in mingwAlon Bar-Lev2012-03-224-6/+30
* Update .gitignoreAlon Bar-Lev2012-03-221-0/+1
* build: correct place to alter WINVER is at build systemAlon Bar-Lev2012-03-223-6/+2
* fixup: init.c: add missing conditional for ENABLE_CLIENT_CRAlon Bar-Lev2012-03-221-0/+2
* cleanup: memcmp.c: remove unused sourceAlon Bar-Lev2012-03-222-46/+0
* cleanup: tun.c: fix incorrect option in message (ip-win32)Alon Bar-Lev2012-03-221-1/+1
* cleanup: crypto_openssl.c: remove support for pre-openssl-0.9.6Alon Bar-Lev2012-03-221-49/+0
* cleanup: remove redundant ';'Alon Bar-Lev2012-03-221-1/+1
* cleanup: win32.c: wrong printf formatAlon Bar-Lev2012-03-221-2/+2
* cleanup: remove C++ warningsAlon Bar-Lev2012-03-226-12/+14
* cleanup: options.c: remove redundant includeAlon Bar-Lev2012-03-221-1/+0
* package: rpm: strip should be handled by package managementAlon Bar-Lev2012-03-221-1/+0
* build: version should not contain '-'Alon Bar-Lev2012-03-221-1/+1
* fix warnings in event.c when building for win32-64Heiko Hund2012-02-211-4/+4
* remove wrapper code for Windows CryptoAPI functionHeiko Hund2012-02-211-30/+13
* Preparing OpenVPN 2.3-alpha1 releasev2.3-alpha1David Sommerseth2012-02-212-1/+432
* Revamp check_file_access() checks in stdin scenariosDavid Sommerseth2012-02-201-4/+12
* define access mode flag X_OK as 0 on WindowsHeiko Hund2012-02-201-1/+1
* Makefile.am was missing ssl_common.hDavid Sommerseth2012-02-171-0/+1
* Makefile.am referenced a now non-existing config-win32.hDavid Sommerseth2012-02-171-1/+0
* move variable declaration to top of functionHeiko Hund2012-02-171-1/+1
* make MSVC link against shell32 as wellHeiko Hund2012-02-171-1/+1
* use the underscore version of stat on WindowsHeiko Hund2012-02-173-5/+7
* do not use mode_t on WindowsHeiko Hund2012-02-162-2/+2
* replace check for TARGET_WIN32 with WIN32Heiko Hund2012-02-163-7/+7
* Fixed wrong return type of cipher_kt_modeFrank de Brabander2012-02-163-3/+3
* Connection entry {tun,link}_mtu_defined not set correctlyDavid Sommerseth2012-02-141-15/+17
* Made some options connection-entry specificJan Just Keijser2012-02-136-101/+104
* Fix compile issues with status.cDavid Sommerseth2012-02-131-0/+1
* Remove --show-gateway if debug info is not enabled (--disable-debug)David Sommerseth2012-02-131-0/+4
* Fix compile issues when plug-ins are disabled.David Sommerseth2012-02-131-16/+15
* handle Windows unicode pathsHeiko Hund2012-02-1318-362/+367
* The code blocks enabled by ENABLE_CLIENT_CR depends on managementIgor Novgorodov2012-02-131-0/+2
* autoconf fixes for building on OSXByron Ellacott2012-02-091-10/+10
* Fix assert() situations where gc_malloc() is called without a gc_arena objectDavid Sommerseth2012-02-086-8/+39
* Platform cleanup for OpenBSDGert Doering2012-02-082-27/+33
* Documented --push-peer-info optionRobert Fischer2012-02-051-0/+14
* Documented --errors-to-stderr optionRobert Fischer2012-02-051-0/+5
* set Windows environment variables as UCS-2Heiko Hund2012-02-051-2/+2