index
:
openvpn.git
master
[no description]
OpenVPN Technologies, Inc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
socket.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
Merge branch 'svn-branch-2.1' into merge
David Sommerseth
1
-15
/
+19
2011-04-25
Reduce log verbosity at level 3, with a focus on removing excessive log verbo...
James Yonan
1
-15
/
+19
2011-04-25
Merge branch 'feat_ipv6_payload'
David Sommerseth
1
-0
/
+119
2011-04-24
rebased to 2.2RC2 (beta 2.2 branch)
Gert Doering
1
-3
/
+0
2011-04-24
* make ipv6_payload compile under windowze
JuanJo Ciarlante
1
-0
/
+52
2011-04-24
Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.
Gert Doering
1
-0
/
+70
2011-03-27
* ipv6-0.4.16: fix mingw32 build
JuanJo Ciarlante
1
-0
/
+4
2011-03-27
* ipv6-0.4.15b: rebase over openvpn-testing-master
JuanJo Ciarlante
1
-12
/
+14
2011-03-25
* ipv6-0.4.15: add --multihome support to xBSD
JuanJo Ciarlante
1
-1
/
+44
2011-03-25
* ipv6-0.4.14: fix xinetd usage:
JuanJo Ciarlante
1
-2
/
+34
2011-03-25
* fix --multihome for ipv6: IPV6_RECVPKTINFO
JuanJo Ciarlante
1
-10
/
+17
2011-03-25
* fix --multihome for ipv4: cmsg_len must compare against in_pktinfo
JuanJo Ciarlante
1
-13
/
+14
2011-03-25
* polished redirect-gateway (ipv4 on ipv6 endpoints) support
JuanJo Ciarlante
1
-1
/
+1
2011-03-25
* (prototype) fix for supporting "redirect-gateway" for tunneled ipv4 over ip...
JuanJo Ciarlante
1
-1
/
+1
2011-03-25
* no new funcionality, just small cleanups:
JuanJo Ciarlante
1
-36
/
+11
2011-03-25
* fixed segfault for undef address family in print_sockaddr_ex (thanks Marcel!)
JuanJo Ciarlante
1
-4
/
+4
2011-03-25
* socket.c: better buf logic in print_sockaddr_ex
JuanJo Ciarlante
1
-3
/
+3
2011-03-25
* fix multi-tcp crash (corrected assertion)
JuanJo Ciarlante
1
-1
/
+5
2011-03-25
* correctly setup hints.ai_socktype for getaddrinfo(),
JuanJo Ciarlante
1
-6
/
+10
2011-03-25
* ipv6 on win32 "milestone": 1st snapshot that passes all unittests
JuanJo Ciarlante
1
-9
/
+86
2011-03-25
* fixed win32 non-ipv6 build
JuanJo Ciarlante
1
-7
/
+9
2011-03-25
* important fix for tcp6 reconnection
JuanJo Ciarlante
1
-1
/
+14
2011-03-25
* support --disable-ipv6 build properly:
JuanJo Ciarlante
1
-26
/
+33
2011-03-25
* socket.c: use USE_PF_INET6 in switch constructs to actually toss them out,
JuanJo Ciarlante
1
-206
/
+226
2011-03-25
* migrated all getaddrinfo() to getaddr6
JuanJo Ciarlante
1
-133
/
+101
2011-03-25
* created getaddr6(), use it from resolve_remote()
JuanJo Ciarlante
1
-15
/
+265
2011-03-25
* rebased openvpn-2.1_rc1b.jjo.20061206.d.patch
JuanJo Ciarlante
1
-103
/
+490
2011-03-25
Extend the v3 plug-in API to send over X509 certificates
David Sommerseth
1
-1
/
+1
2010-11-18
Merge branch 'feat_misc' into beta2.2
David Sommerseth
1
-7
/
+0
2010-11-14
Clean-up: Remove pthread and mutex locking code
David Sommerseth
1
-7
/
+0
2010-10-21
Revamped the script-security warning logging (version 2)
David Sommerseth
1
-1
/
+1
2010-10-21
Debian patch: Fix spelling in log message
Alberto Gonzalez Iniesta
1
-1
/
+1
2010-07-26
Fixed typo: missing comment close.
James Yonan
1
-1
/
+1
2010-07-12
Implemented multi-address DNS expansion on the network field of route
James Yonan
1
-2
/
+32
2010-05-09
Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support
James Yonan
1
-1
/
+1
2010-04-29
Revamped the script-security warning logging (version 2)
David Sommerseth
1
-1
/
+1
2010-04-28
Updated copyright date to 2010.
James Yonan
1
-1
/
+1
2010-03-30
Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately after
James Yonan
1
-3
/
+4
2010-02-18
Do not randomize resolving of IP addresses in getaddr()
David Sommerseth
1
-3
/
+2
2009-08-22
Added --remote-random-hostname option.
james
1
-5
/
+28
2009-05-30
Update copyright to 2009.
james
1
-1
/
+1
2009-04-10
Allow "management-client" directive to be used
james
1
-0
/
+10
2008-10-06
Copyright notice changed to reflect change in name of
james
1
-1
/
+1
2008-09-30
Management interface can now listen on a unix
james
1
-0
/
+122
2008-09-19
Fixed --lladdr bug introduced in 2.1-rc9 where input validation code
james
1
-0
/
+39
2008-09-06
Modified ip_or_dns_addr_safe, which validates pulled DNS names,
james
1
-3
/
+15
2008-09-06
2.1_rc8 and earlier did implicit shell expansion on script
james
1
-1
/
+1
2008-09-04
Added --allow-pull-fqdn option which allows client to pull DNS names
james
1
-0
/
+11
2008-07-26
Perform additional input validation on options pulled
james
1
-0
/
+42
2008-07-26
Completely revamped the system for calling external programs and scripts:
james
1
-8
/
+26
2008-07-16
Added SOCKET_SND_RCV_BUF_MAX constant (set to 1000000) to limit the
james
1
-5
/
+11
2008-07-14
Copyright change OpenVPN Solutions LLC -> Telethra, Inc.
james
1
-1
/
+1
2008-06-11
Updated copyright notice to 2008.
james
1
-1
/
+1
2008-06-11
Merged connection profiles from
james
1
-100
/
+11
2008-05-24
Support asynchronous/deferred authentication in
james
1
-1
/
+1
2008-05-12
Moved branch into official BETA21 position.
james
1
-6
/
+5
2008-01-21
Fixed interim memory growth issue in TCP connect loop where
james
1
-0
/
+2
2006-11-08
PROTO_TCPv4 is never used as an index into
james
1
-0
/
+7
2006-11-01
SO_REUSEADDR should not be set on Windows TCP sockets because
james
1
-0
/
+2
2006-06-29
Added two new management states:
james
1
-6
/
+26
2006-02-17
Version 2.1_beta10 released
james
1
-5
/
+16
2006-02-16
Added --port-share option for allowing OpenVPN and HTTPS
james
1
-4
/
+27
2006-01-23
Added --management-client option to connect as a client to
james
1
-2
/
+2
2005-12-12
Added --auto-proxy directive to auto-detect HTTP or SOCKS
james
1
-34
/
+47
2005-11-28
Modified nonblocking connect code so that this works as it should:
james
1
-3
/
+14
2005-11-25
Added --connect-timeout option to control the timeout
james
1
-5
/
+89
2005-11-09
Merged (with some changes) Alon's
james
1
-0
/
+9
2005-11-05
svn merge -r 771:780 $SO/trunk/openvpn
james
1
-0
/
+9
2005-11-01
Merged 2.0.4 changes.
james
1
-0
/
+12
2005-10-16
Fixed bug introduced in 2.1-beta3 where management
james
1
-6
/
+8
2005-10-15
Minor style cleanup for --enable-pedantic.
james
1
-1
/
+1
2005-10-15
svn merge -r 614:615 $SO/patches/openvpn-2-1_alpha3a-tcpbind
james
1
-12
/
+30
2005-10-15
svn merge -r 618:619 $SO/patches/openvpn-2-0_rc16-mh/openvpn
james
1
-91
/
+246
2005-10-12
version 2.1_beta2
james
1
-1
/
+60
2005-09-26
version 2.1_beta1
james
1
-1
/
+1
2005-09-26
This is the start of the BETA21 branch.
james
1
-0
/
+2154