summaryrefslogtreecommitdiffstats
path: root/source/include/interfaces.h
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix the build on systems without struct sockaddr_storage typeMichael Adam2007-11-081-0/+1
| | | | | | (like hape - HPUX 11.00). Michael
* Two patchesVolker Lendecke2007-10-271-0/+36
| | | | | | | | | | | | | | | Hi! Can you check and push them? Thanks, Volker From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001 From: Volker Lendecke <vl@sernet.de> Date: Sat, 27 Oct 2007 14:20:09 +0200 Subject: [PATCH] Fix some warnings and errors
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-14/+5
| | | | | | | | | | 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.
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-101-2/+13
| | | | | | | 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.
* merge from APPLIANCE_HEADGerald Carter2001-11-281-0/+2
|
* interfaces.h from 2.0.6Andrew Tridgell1999-12-171-0/+10