summaryrefslogtreecommitdiff
path: root/source3/lib/interfaces.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16s3-interfaces: only include interfaces.h where needed.Günther Deschner1-0/+1
2010-02-14s3-lib: use TYPESAFE_QSORT() in s3 interfaces codeAndrew Tridgell1-1/+1
2009-09-10Fix bug 6707 - 3.4.1 segfault in parsing configs.Marc Aurele La France1-4/+4
2009-05-18Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke1-10/+29
2009-03-09s3:lib: interfaces.c isn't used in the configure tests anymoreStefan Metzmacher1-73/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-1/+1
2008-02-22Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam1-13/+3
2008-02-22Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam1-386/+0
2007-12-25Interface detection should not go through the socket wrapperVolker Lendecke1-0/+1
2007-11-03Remove unused var noticed by metze.Jeremy Allison1-1/+0
2007-11-02Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison1-1/+2
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison1-3/+14
2007-10-27Two patchesVolker Lendecke1-2/+2
2007-10-25Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison1-5/+112
2007-10-24Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison1-9/+16
2007-10-21Fix compile error caused by unknown variable.Gerald (Jerry) Carter1-1/+1
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter1-2/+2
2007-10-13Use strlcpy instead of strncpyVolker Lendecke1-12/+8
2007-10-13Fix an uninitialized variable warningVolker Lendecke1-2/+2
2007-10-13Also find loopback interfacesVolker Lendecke1-1/+1
2007-10-11Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison1-2/+5
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-77/+181
2007-10-10r25476: Finally fix up new interface detection code :-).Jeremy Allison1-1/+1
2007-10-10r25475: Fix braindead mistakes I made pointed out by Simo andJeremy Allison1-2/+6
2007-10-10r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison1-35/+138
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20131: get rid of a few no previous prototype warningsHerb Lewis1-0/+1
2007-10-10r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4Stefan Metzmacher1-23/+25
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-05-07fix interfaces.c for aix 3.2.5Andrew Tridgell1-2/+0
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-0/+3
1999-12-17interfaces.c from 2.0.6Andrew Tridgell1-0/+401