index
:
openvpn.git
beta/2.3
master
release/2.3
Copy of the official OpenVPN git repo
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: move out config.h include from syshead
Alon Bar-Lev
2012-03-22
68
-9
/
+403
*
build: win-msvc: msbuild format
Alon Bar-Lev
2012-03-22
29
-21
/
+1527
*
build: autoconf: update defaults for options
Alon Bar-Lev
2012-03-22
1
-28
/
+28
*
build: proper crypto detection and usage
Alon Bar-Lev
2012-03-22
45
-415
/
+412
*
build: proper lzo detection and usage
Alon Bar-Lev
2012-03-22
12
-81
/
+87
*
build: properly process lzo-stub
Alon Bar-Lev
2012-03-22
5
-38
/
+28
*
build: proper pkcs11-helper detection and usage
Alon Bar-Lev
2012-03-22
5
-41
/
+26
*
build: distribute pkg.m4
Alon Bar-Lev
2012-03-22
1
-0
/
+159
*
build: proper selinux detection and usage
Alon Bar-Lev
2012-03-22
6
-27
/
+23
*
build: autoconf: minor cleanups
Alon Bar-Lev
2012-03-22
1
-73
/
+72
*
build: properly detect and use socket libs
Alon Bar-Lev
2012-03-22
2
-10
/
+18
*
build: libdl usage
Alon Bar-Lev
2012-03-22
5
-53
/
+32
*
build: autoconf: commands as environment
Alon Bar-Lev
2012-03-22
1
-38
/
+28
*
build: add libtool + windows resources for executables
Alon Bar-Lev
2012-03-22
10
-3
/
+160
*
build: standard directory layout
Alon Bar-Lev
2012-03-22
253
-239
/
+339
*
build: remove awk and non-standard autoconf output processing
Alon Bar-Lev
2012-03-22
5
-86
/
+5
*
build: autoconf: remove OPENVPN_ADD_LIBS useless macro
Alon Bar-Lev
2012-03-22
2
-20
/
+10
*
build: autotools: first pass of trivial autotools changes
Alon Bar-Lev
2012-03-22
15
-757
/
+738
*
build: m4/ax_socklen_t.m4: cleanup
Alon Bar-Lev
2012-03-22
2
-42
/
+57
*
build: m4/ax_emptyarray.m4: cleanup
Alon Bar-Lev
2012-03-22
1
-18
/
+31
*
build: m4/ax_varargs.m4: cleanup
Alon Bar-Lev
2012-03-22
1
-23
/
+55
*
build: split acinclude.m4 into m4/*
Alon Bar-Lev
2012-03-22
8
-131
/
+126
*
build: remove windows specific build system
Alon Bar-Lev
2012-03-22
28
-2877
/
+2
*
cleanup: rename tap-windows function from win32 to win
Alon Bar-Lev
2012-03-22
13
-121
/
+121
*
Remove tap-win32
Alon Bar-Lev
2012-03-22
26
-6301
/
+13
*
Remove easy-rsa
Alon Bar-Lev
2012-03-22
57
-2668
/
+1
*
Remove install-win32
Alon Bar-Lev
2012-03-22
35
-2163
/
+1
*
build: we need the sample.ovpn in future
Alon Bar-Lev
2012-03-22
1
-0
/
+0
*
build: plugins: properly use CC, CFLAGS and LDFLAGS
Alon Bar-Lev
2012-03-22
4
-19
/
+24
*
build: rename plugin directory to plugins
Alon Bar-Lev
2012-03-22
24
-10
/
+9
*
build: handle printf style format in mingw
Alon Bar-Lev
2012-03-22
4
-6
/
+30
*
Update .gitignore
Alon Bar-Lev
2012-03-22
1
-0
/
+1
*
build: correct place to alter WINVER is at build system
Alon Bar-Lev
2012-03-22
3
-6
/
+2
*
fixup: init.c: add missing conditional for ENABLE_CLIENT_CR
Alon Bar-Lev
2012-03-22
1
-0
/
+2
*
cleanup: memcmp.c: remove unused source
Alon Bar-Lev
2012-03-22
2
-46
/
+0
*
cleanup: tun.c: fix incorrect option in message (ip-win32)
Alon Bar-Lev
2012-03-22
1
-1
/
+1
*
cleanup: crypto_openssl.c: remove support for pre-openssl-0.9.6
Alon Bar-Lev
2012-03-22
1
-49
/
+0
*
cleanup: remove redundant ';'
Alon Bar-Lev
2012-03-22
1
-1
/
+1
*
cleanup: win32.c: wrong printf format
Alon Bar-Lev
2012-03-22
1
-2
/
+2
*
cleanup: remove C++ warnings
Alon Bar-Lev
2012-03-22
6
-12
/
+14
*
cleanup: options.c: remove redundant include
Alon Bar-Lev
2012-03-22
1
-1
/
+0
*
package: rpm: strip should be handled by package management
Alon Bar-Lev
2012-03-22
1
-1
/
+0
*
build: version should not contain '-'
Alon Bar-Lev
2012-03-22
1
-1
/
+1
*
fix warnings in event.c when building for win32-64
Heiko Hund
2012-02-21
1
-4
/
+4
*
remove wrapper code for Windows CryptoAPI function
Heiko Hund
2012-02-21
1
-30
/
+13
*
Preparing OpenVPN 2.3-alpha1 release
v2.3-alpha1
David Sommerseth
2012-02-21
2
-1
/
+432
*
Revamp check_file_access() checks in stdin scenarios
David Sommerseth
2012-02-20
1
-4
/
+12
*
define access mode flag X_OK as 0 on Windows
Heiko Hund
2012-02-20
1
-1
/
+1
*
Makefile.am was missing ssl_common.h
David Sommerseth
2012-02-17
1
-0
/
+1
*
Makefile.am referenced a now non-existing config-win32.h
David Sommerseth
2012-02-17
1
-1
/
+0
[next]