summaryrefslogtreecommitdiffstats
path: root/source3/include/interfaces.h
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-2/+2
|
* Try to fix the build on systems without struct sockaddr_storage typeMichael Adam2007-11-081-0/+1
| | | | | | | (like hape - HPUX 11.00). Michael (This used to be commit f3d762737540476bab7da1bf6db047b66f53d9ae)
* 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 (This used to be commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174)
* 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. (This used to be commit 3f6bd0e1ec5cc6670f3d08f76fc2cd94c9cd1a08)
* 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. (This used to be commit 327875182c9219aeba687e10aaea93546d9a70ea)
* merge from APPLIANCE_HEADGerald Carter2001-11-281-0/+2
| | | | (This used to be commit c60aa6c06f376684b6d6d9a2c14305ca9f4657ef)
* interfaces.h from 2.0.6Andrew Tridgell1999-12-171-0/+10
(This used to be commit a3d7ec0c9d06f18e656da354e2fec57aaf395fc5)