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
path:
root
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add --mark option to set SO_MARK sockopt
Heiko Hund
2011-08-31
1
-0
/
+13
*
USE_PF_INET6 by default for v2.3
JuanJo Ciarlante
2011-08-25
1
-106
/
+6
*
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
*
Fixed a number of fatal build errors on Visual Studio 2008
Samuli Seppänen
2011-08-25
1
-0
/
+4
*
Merge branch 'svn-branch-2.1' into merge
David Sommerseth
2011-04-26
1
-15
/
+19
|
\
|
*
Reduce log verbosity at level 3, with a focus on removing excessive log verbo...
James Yonan
2011-04-25
1
-15
/
+19
*
|
Merge branch 'feat_ipv6_payload'
David Sommerseth
2011-04-25
1
-0
/
+119
|
\
\
|
*
|
rebased to 2.2RC2 (beta 2.2 branch)
Gert Doering
2011-04-24
1
-3
/
+0
|
*
|
* make ipv6_payload compile under windowze
JuanJo Ciarlante
2011-04-24
1
-0
/
+52
|
*
|
Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.
Gert Doering
2011-04-24
1
-0
/
+70
*
|
|
* ipv6-0.4.16: fix mingw32 build
JuanJo Ciarlante
2011-03-27
1
-0
/
+4
*
|
|
* ipv6-0.4.15b: rebase over openvpn-testing-master
JuanJo Ciarlante
2011-03-27
1
-12
/
+14
*
|
|
* ipv6-0.4.15: add --multihome support to xBSD
JuanJo Ciarlante
2011-03-25
1
-1
/
+44
*
|
|
* ipv6-0.4.14: fix xinetd usage:
JuanJo Ciarlante
2011-03-25
1
-2
/
+34
*
|
|
* fix --multihome for ipv6: IPV6_RECVPKTINFO
JuanJo Ciarlante
2011-03-25
1
-10
/
+17
*
|
|
* fix --multihome for ipv4: cmsg_len must compare against in_pktinfo
JuanJo Ciarlante
2011-03-25
1
-13
/
+14
*
|
|
* polished redirect-gateway (ipv4 on ipv6 endpoints) support
JuanJo Ciarlante
2011-03-25
1
-1
/
+1
*
|
|
* (prototype) fix for supporting "redirect-gateway" for tunneled ipv4 over ip...
JuanJo Ciarlante
2011-03-25
1
-1
/
+1
*
|
|
* no new funcionality, just small cleanups:
JuanJo Ciarlante
2011-03-25
1
-36
/
+11
*
|
|
* fixed segfault for undef address family in print_sockaddr_ex (thanks Marcel!)
JuanJo Ciarlante
2011-03-25
1
-4
/
+4
*
|
|
* socket.c: better buf logic in print_sockaddr_ex
JuanJo Ciarlante
2011-03-25
1
-3
/
+3
*
|
|
* fix multi-tcp crash (corrected assertion)
JuanJo Ciarlante
2011-03-25
1
-1
/
+5
*
|
|
* correctly setup hints.ai_socktype for getaddrinfo(),
JuanJo Ciarlante
2011-03-25
1
-6
/
+10
*
|
|
* ipv6 on win32 "milestone": 1st snapshot that passes all unittests
JuanJo Ciarlante
2011-03-25
1
-9
/
+86
*
|
|
* fixed win32 non-ipv6 build
JuanJo Ciarlante
2011-03-25
1
-7
/
+9
*
|
|
* important fix for tcp6 reconnection
JuanJo Ciarlante
2011-03-25
1
-1
/
+14
*
|
|
* support --disable-ipv6 build properly:
JuanJo Ciarlante
2011-03-25
1
-26
/
+33
*
|
|
* socket.c: use USE_PF_INET6 in switch constructs to actually toss them out,
JuanJo Ciarlante
2011-03-25
1
-206
/
+226
*
|
|
* migrated all getaddrinfo() to getaddr6
JuanJo Ciarlante
2011-03-25
1
-133
/
+101
*
|
|
* created getaddr6(), use it from resolve_remote()
JuanJo Ciarlante
2011-03-25
1
-15
/
+265
*
|
|
* rebased openvpn-2.1_rc1b.jjo.20061206.d.patch
JuanJo Ciarlante
2011-03-25
1
-103
/
+490
|
/
/
*
|
Extend the v3 plug-in API to send over X509 certificates
David Sommerseth
2011-03-25
1
-1
/
+1
*
|
Merge branch 'feat_misc' into beta2.2
David Sommerseth
2010-11-18
1
-7
/
+0
|
\
\
|
*
|
Clean-up: Remove pthread and mutex locking code
David Sommerseth
2010-11-14
1
-7
/
+0
|
*
|
Revamped the script-security warning logging (version 2)
David Sommerseth
2010-04-29
1
-1
/
+1
|
*
|
Do not randomize resolving of IP addresses in getaddr()
David Sommerseth
2010-02-18
1
-3
/
+2
*
|
|
Revamped the script-security warning logging (version 2)
David Sommerseth
2010-10-21
1
-1
/
+1
*
|
|
Debian patch: Fix spelling in log message
Alberto Gonzalez Iniesta
2010-10-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Fixed typo: missing comment close.
James Yonan
2010-07-26
1
-1
/
+1
*
|
Implemented multi-address DNS expansion on the network field of route
James Yonan
2010-07-12
1
-2
/
+32
*
|
Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support
James Yonan
2010-05-09
1
-1
/
+1
*
|
Updated copyright date to 2010.
James Yonan
2010-04-28
1
-1
/
+1
*
|
Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately after
James Yonan
2010-03-30
1
-3
/
+4
|
/
*
Added --remote-random-hostname option.
james
2009-08-22
1
-5
/
+28
*
Update copyright to 2009.
james
2009-05-30
1
-1
/
+1
*
Allow "management-client" directive to be used
james
2009-04-10
1
-0
/
+10
*
Copyright notice changed to reflect change in name of
james
2008-10-06
1
-1
/
+1
*
Management interface can now listen on a unix
james
2008-09-30
1
-0
/
+122
*
Fixed --lladdr bug introduced in 2.1-rc9 where input validation code
james
2008-09-19
1
-0
/
+39
[next]