r25472: Fix the interfaces code to detect IPv6 interfaces, using the
commit3fbd1ae54ced2eb889a8fe0a6ea32dfd8175f941
authorJeremy Allison <jra@samba.org>
Tue, 2 Oct 2007 19:27:25 +0000 (2 19:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:06 +0000 (10 12:31 -0500)
treea39948ec0633b6bed73df92ddc0c94dc4c607f12
parent5c5acae0eee9fb113ac6817eb8a164551a1cb117
r25472: Fix the interfaces code to detect IPv6 interfaces, using the
new standard getifaddrs() and freeifaddrs() interfaces. Currently
we only return IPv4 af_families. Needs fixing for binds to IPv6
but this has to be careful work.
Jeremy.
(This used to be commit 327875182c9219aeba687e10aaea93546d9a70ea)
source3/configure.in
source3/include/includes.h
source3/include/interfaces.h
source3/lib/interface.c
source3/lib/interfaces.c
source3/lib/replace/replace.h
source3/lib/replace/system/network.h
source3/lib/util.c
source3/utils/net_dns.c