r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3
authorJelmer Vernooij <jelmer@samba.org>
Wed, 22 Sep 2004 22:20:40 +0000 (22:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:04 +0000 (12:59 -0500)
commit0fb0530389751c6fb4ca58f5e9a0f23491699f17
tree30ca0e44d076d6e54e1f213f4bbfd978119e2b46
parentf3bf57ca6be3b71ebd8f8312c3d9e54387bdc402
r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3
Implemented using the POSIX getaddrinfo() call (specified by POSIX 1003.1-2003 and 2553)
I'm not sure how portable this function is, so we might have to add a sys_getaddrinfo() later on.
source/librpc/rpc/dcerpc_tcp.c
source/librpc/rpc/dcerpc_util.c