summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbind_krb5_locator.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-10krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner1-21/+18
Guenther
2008-10-09krb5-locator: fix dsgetdcname caller.Günther Deschner1-5/+22
Guenther
2008-07-30build: fix some no previous prototype warnings.Günther Deschner1-10/+10
Guenther (This used to be commit 51062534fd58d7a914a6bbac2e52bb44e71363b7)
2008-02-05The krb5 locator should now be correctly able to handleJeremy Allison1-4/+4
IPV6, so (a) use the correct #ifdef (it's HAVE_IPV6, not HAVE_IPv6) and (b) don't deliberately terminate on an IPv6 address family. Jeremy. (This used to be commit a769acc0ba72ddd751e70558e0c2d9b2e6d71164)
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-0/+4
to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. (This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd)
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison1-2/+1
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)
2007-10-11Rename krb5 locator plugin to "winbind_krb5_locator".Guenther Deschner1-0/+394
Guenther (This used to be commit 6ae4066bbb59536852036394ffdb89121198a39f)