summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_wins.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-2/+8
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-35/+39
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-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+4
IPv6 in winbindd, but moves most of the socket functions that were wrongly in lib/util.c into lib/util_sock.c and provides generic IPv4/6 independent versions of most things. Still lots of work to do, but now I can see how I'll fix the access check code. Nasty part that remains is the name resolution code which is used to returning arrays of in_addr structs. Jeremy. (This used to be commit 3f6bd0e1ec5cc6670f3d08f76fc2cd94c9cd1a08)
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+234
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)