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
*
Refactored: Moved crypto.h inline functions to end of file
Adriaan de Jong
2011-10-19
1
-10
/
+11
*
Added PRNG doxygen
Adriaan de Jong
2011-10-19
1
-0
/
+29
*
Refactored cipher functions
Adriaan de Jong
2011-10-19
4
-65
/
+218
*
Refactored cipher key types
Adriaan de Jong
2011-10-19
5
-48
/
+181
*
Refactored HMAC functions
Adriaan de Jong
2011-10-19
4
-50
/
+155
*
Refactored message digest functions
Adriaan de Jong
2011-10-19
7
-73
/
+190
*
Refactored message digest type functions
Adriaan de Jong
2011-10-19
5
-47
/
+103
*
Refactored NTLM DES key generation
Adriaan de Jong
2011-10-19
3
-8
/
+27
*
Refactored DES key manipulation functions
Adriaan de Jong
2011-10-19
5
-82
/
+142
*
Refactored crypto initialisation functions
Adriaan de Jong
2011-10-19
6
-162
/
+193
*
Refactored SSL_clear_error()
Adriaan de Jong
2011-10-19
3
-3
/
+11
*
Refactored show_available_* functions
Adriaan de Jong
2011-10-19
4
-91
/
+127
*
Refactored maximum cipher and hmac length constants
Adriaan de Jong
2011-10-19
4
-36
/
+46
*
Refactored OpenSSL-specific constants
Adriaan de Jong
2011-10-19
5
-23
/
+42
*
Refactored to rand_bytes for OpenSSL-independency
Adriaan de Jong
2011-10-19
8
-9
/
+166
*
Changed configure to accept --with-ssl-type=openssl
Adriaan de Jong
2011-10-19
1
-69
/
+84
*
Move block for "stale-routes-check" config inside #ifdef P2MP_SERVER block
Gert Doering
2011-10-09
1
-19
/
+19
*
New feauture: Add --stale-routes-check
Davide Guerri
2011-09-30
5
-0
/
+97
*
Platform cleanup for NetBSD
Gert Doering
2011-09-21
2
-16
/
+72
*
fix ipv6 compilation under macosx >= 1070 - v3
JuanJo Ciarlante
2011-09-21
4
-8
/
+19
*
Fixed compile issues on FreeBSD and Solaris
David Sommerseth
2011-09-21
1
-9
/
+8
*
Fixed management interface bug where >FATAL notifications were
James Yonan
2011-09-05
1
-5
/
+9
*
Minor fix to CC_PRINT char class -- treat DEL (ascii 127)
James Yonan
2011-09-01
1
-1
/
+1
*
add --mark option to set SO_MARK sockopt
Heiko Hund
2011-08-31
6
-0
/
+38
*
define IN6_ARE_ADDR_EQUAL macro for WIN32
Heiko Hund
2011-08-31
1
-0
/
+6
*
lowercase include header name in syshead.h
Heiko Hund
2011-08-31
1
-1
/
+1
*
Fixed a typo in win32.h that prevented building with Visual Studio
Samuli Seppänen
2011-08-25
1
-1
/
+1
*
Additional Visual Studio 2008 build fixes to tun.c
Samuli Seppänen
2011-08-25
1
-1
/
+2
*
USE_PF_INET6 by default for v2.3
JuanJo Ciarlante
2011-08-25
10
-246
/
+33
*
Replace 32-bit-based add_in6_addr() implementation by an 8-bit based one
Gert Doering
2011-08-25
1
-18
/
+16
*
Fix a Visual Studio 2008 build issue in socket.c
Samuli Seppänen
2011-08-25
1
-1
/
+2
*
Fix a Visual Studio 2008 build error in options.c
Samuli Seppanen
2011-08-25
1
-0
/
+1
*
Fix a Visual Studio 2008 build error in tun.c
Samuli Seppanen
2011-08-25
1
-1
/
+1
*
Fix Microsoft Visual Studio incompatibility in plugin.c
David Sommerseth
2011-08-25
1
-10
/
+10
*
Fixed a number of fatal build errors on Visual Studio 2008
Samuli Seppänen
2011-08-25
4
-7
/
+13
*
Skip rather than fail test in addressless FreeBSD jails.
Matthias Andree
2011-08-24
1
-1
/
+1
*
remove legacy code to query IE proxy information
Heiko Hund
2011-08-24
4
-176
/
+0
*
Merged TODO.IPv6 with TODO.ipv6 and README.IPv6 with README.ipv6
Samuli Seppänen
2011-08-24
4
-116
/
+131
*
remove function is_proto_tcp()
Heiko Hund
2011-08-24
2
-7
/
+1
*
add .gitignore to official repository
Heiko Hund
2011-08-24
1
-0
/
+40
*
For all accesses to "struct route_list * rl", check first that rl is non-NULL
Gert Doering
2011-08-24
2
-7
/
+11
*
"status" management interface command (version >= 2) will now
James Yonan
2011-08-24
3
-4
/
+20
*
CC_PRINT character class now allows any 8-bit character value >= 32.
James Yonan
2011-08-24
1
-1
/
+1
*
Fixed issue where redirect-gateway block-local code was not
James Yonan
2011-08-24
1
-1
/
+1
*
Increased the --verb threshold for "PID_ERR replay" messages
James Yonan
2011-08-24
1
-2
/
+2
*
Changed CC_PRINT character class to allow UTF-8 chars.
James Yonan
2011-08-24
2
-2
/
+2
*
Modified sanitize_control_message to remove redacted data from
James Yonan
2011-08-24
1
-17
/
+29
*
Redact "echo" directive strings from log, since
James Yonan
2011-08-24
2
-0
/
+9
*
Merge branch 'svn-merger'
David Sommerseth
2011-08-24
18
-708
/
+1366
|
\
|
*
Merge remote branch SVN 2.1 into the git tree
David Sommerseth
2011-08-19
18
-708
/
+1366
|
|
\
[next]