summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: proper pkcs11-helper detection and usageAlon Bar-Lev2012-03-225-41/+26
* build: distribute pkg.m4Alon Bar-Lev2012-03-221-0/+159
* build: proper selinux detection and usageAlon Bar-Lev2012-03-226-27/+23
* build: autoconf: minor cleanupsAlon Bar-Lev2012-03-221-73/+72
* build: properly detect and use socket libsAlon Bar-Lev2012-03-222-10/+18
* build: libdl usageAlon Bar-Lev2012-03-225-53/+32
* build: autoconf: commands as environmentAlon Bar-Lev2012-03-221-38/+28
* build: add libtool + windows resources for executablesAlon Bar-Lev2012-03-2210-3/+160
* build: standard directory layoutAlon Bar-Lev2012-03-22253-239/+339
* build: remove awk and non-standard autoconf output processingAlon Bar-Lev2012-03-225-86/+5
* build: autoconf: remove OPENVPN_ADD_LIBS useless macroAlon Bar-Lev2012-03-222-20/+10
* build: autotools: first pass of trivial autotools changesAlon Bar-Lev2012-03-2215-757/+738
* build: m4/ax_socklen_t.m4: cleanupAlon Bar-Lev2012-03-222-42/+57
* 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