summaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation errors on Linux platforms without SO_MARKDavid Sommerseth2012-01-111-2/+2
* work around inet_ntop/inet_pton problems for MSVC builds on WinXPGert Doering2011-11-251-5/+4
* Fixes for the plugin system:Adriaan de Jong2011-10-221-1/+1
* fix ipv6 compilation under macosx >= 1070 - v3JuanJo Ciarlante2011-09-211-2/+1
* add --mark option to set SO_MARK sockoptHeiko Hund2011-08-311-0/+13
* USE_PF_INET6 by default for v2.3JuanJo Ciarlante2011-08-251-106/+6
* Replace 32-bit-based add_in6_addr() implementation by an 8-bit based oneGert Doering2011-08-251-18/+16
* Fix a Visual Studio 2008 build issue in socket.cSamuli Seppänen2011-08-251-1/+2
* Fixed a number of fatal build errors on Visual Studio 2008Samuli Seppänen2011-08-251-0/+4
* Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-261-15/+19
|\
| * Reduce log verbosity at level 3, with a focus on removing excessive log verbo...James Yonan2011-04-251-15/+19
* | Merge branch 'feat_ipv6_payload'David Sommerseth2011-04-251-0/+119
|\ \
| * | rebased to 2.2RC2 (beta 2.2 branch)Gert Doering2011-04-241-3/+0
| * | * make ipv6_payload compile under windowzeJuanJo Ciarlante2011-04-241-0/+52
| * | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering2011-04-241-0/+70
* | | * ipv6-0.4.16: fix mingw32 buildJuanJo Ciarlante2011-03-271-0/+4
* | | * ipv6-0.4.15b: rebase over openvpn-testing-masterJuanJo Ciarlante2011-03-271-12/+14
* | | * ipv6-0.4.15: add --multihome support to xBSDJuanJo Ciarlante2011-03-251-1/+44
* | | * ipv6-0.4.14: fix xinetd usage:JuanJo Ciarlante2011-03-251-2/+34
* | | * fix --multihome for ipv6: IPV6_RECVPKTINFOJuanJo Ciarlante2011-03-251-10/+17
* | | * fix --multihome for ipv4: cmsg_len must compare against in_pktinfoJuanJo Ciarlante2011-03-251-13/+14
* | | * polished redirect-gateway (ipv4 on ipv6 endpoints) supportJuanJo Ciarlante2011-03-251-1/+1
* | | * (prototype) fix for supporting "redirect-gateway" for tunneled ipv4 over ip...JuanJo Ciarlante2011-03-251-1/+1
* | | * no new funcionality, just small cleanups:JuanJo Ciarlante2011-03-251-36/+11
* | | * fixed segfault for undef address family in print_sockaddr_ex (thanks Marcel!)JuanJo Ciarlante2011-03-251-4/+4
* | | * socket.c: better buf logic in print_sockaddr_exJuanJo Ciarlante2011-03-251-3/+3
* | | * fix multi-tcp crash (corrected assertion)JuanJo Ciarlante2011-03-251-1/+5
* | | * correctly setup hints.ai_socktype for getaddrinfo(),JuanJo Ciarlante2011-03-251-6/+10
* | | * ipv6 on win32 "milestone": 1st snapshot that passes all unittestsJuanJo Ciarlante2011-03-251-9/+86
* | | * fixed win32 non-ipv6 buildJuanJo Ciarlante2011-03-251-7/+9
* | | * important fix for tcp6 reconnectionJuanJo Ciarlante2011-03-251-1/+14
* | | * support --disable-ipv6 build properly:JuanJo Ciarlante2011-03-251-26/+33
* | | * socket.c: use USE_PF_INET6 in switch constructs to actually toss them out,JuanJo Ciarlante2011-03-251-206/+226
* | | * migrated all getaddrinfo() to getaddr6JuanJo Ciarlante2011-03-251-133/+101
* | | * created getaddr6(), use it from resolve_remote()JuanJo Ciarlante2011-03-251-15/+265
* | | * rebased openvpn-2.1_rc1b.jjo.20061206.d.patchJuanJo Ciarlante2011-03-251-103/+490
|/ /
* | Extend the v3 plug-in API to send over X509 certificatesDavid Sommerseth2011-03-251-1/+1
* | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-181-7/+0
|\ \
| * | Clean-up: Remove pthread and mutex locking codeDavid Sommerseth2010-11-141-7/+0
| * | Revamped the script-security warning logging (version 2)David Sommerseth2010-04-291-1/+1
| * | Do not randomize resolving of IP addresses in getaddr()David Sommerseth2010-02-181-3/+2
* | | Revamped the script-security warning logging (version 2)David Sommerseth2010-10-211-1/+1
* | | Debian patch: Fix spelling in log messageAlberto Gonzalez Iniesta2010-10-211-1/+1
| |/ |/|
* | Fixed typo: missing comment close.James Yonan2010-07-261-1/+1
* | Implemented multi-address DNS expansion on the network field of routeJames Yonan2010-07-121-2/+32
* | Fixed issue on Windows with MSVC compiler, where TCP_NODELAY supportJames Yonan2010-05-091-1/+1
* | Updated copyright date to 2010.James Yonan2010-04-281-1/+1
* | Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately afterJames Yonan2010-03-301-3/+4
|/
* Added --remote-random-hostname option.james2009-08-221-5/+28
* Update copyright to 2009.james2009-05-301-1/+1