Move to protocol independent code in most of lib/util_sock.c
authorJeremy Allison <jra@samba.org>
Mon, 15 Oct 2007 23:11:48 +0000 (16:11 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 15 Oct 2007 23:11:48 +0000 (16:11 -0700)
commit666f50b01f282e520c59b94944d4b1583168d46a
tree9acb499f1bdfdb1a285a3392708b0c942fc2c17e
parent48cd61d30ed46e2c61c0df9d510f50ae7a11accd
Move to protocol independent code in most of lib/util_sock.c
We don't use gethostbyname any more except in one case where
we're looking for host aliases (I don't know how to do that
with getaddrinfo yet). New function should be getaddrinfo().
Next step will be fixing lib/access.c, and then changing
libsmb/namequery.c to cope with IPv6 address returns.
Jeremy.
(This used to be commit 4a56b697b6adcf095e25895c4a9ba3192ed34124)
source3/lib/interface.c
source3/lib/system.c
source3/lib/util.c
source3/lib/util_sock.c
source3/libsmb/namequery.c
source3/nsswitch/winbind_krb5_locator.c