search for: kameipv6

Displaying 2 results from an estimated 2 matches for "kameipv6".

2001 Nov 09
1
Fix to track-kameipv6 branch for socket.c
I ran into a problem where systems without DNS entries could not connect to the rsync server with the IPV6 patch applied. Here is a fix to the problem. Basically they were checking the list of IP addresses returned by getaddr even if getaddr failed. I just changed it so they only check the list of IP addresses if getaddr succeeds. Any comments on this please email me directly because I do not
2001 Dec 03
0
Socket address problems with 2.5.1pre1
...least the numeric address is correct. It looks like the trucation getpeername() has to do goes unnoticed and this causes problems with output from getnameinfo(). In message <20010813234035.I1015@wistful.humbug.org.au> Martin wrotes that: I have merged the KAME.net IPv6 patch onto the track-kameipv6 branch. It compiles and seems to work but is not yet updated to fit into HEAD (i.e. 2.4.7pre). There are some issues that need to be addressed: in particular I think the patch makes more assumptions about having a modern sockets interface than we can get away with on all our systems. I...