summaryrefslogtreecommitdiffstats
path: root/source3/lib/interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-1/+1
* Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam2008-02-221-13/+3
* Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam2008-02-221-386/+0
* Interface detection should not go through the socket wrapperVolker Lendecke2007-12-251-0/+1
* Remove unused var noticed by metze.Jeremy Allison2007-11-031-1/+0
* Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison2007-11-021-1/+2
* Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-021-3/+14
* Two patchesVolker Lendecke2007-10-271-2/+2
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-251-5/+112
* Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison2007-10-241-9/+16
* Fix compile error caused by unknown variable.Gerald (Jerry) Carter2007-10-211-1/+1
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-191-2/+2
* Use strlcpy instead of strncpyVolker Lendecke2007-10-131-12/+8
* Fix an uninitialized variable warningVolker Lendecke2007-10-131-2/+2
* Also find loopback interfacesVolker Lendecke2007-10-131-1/+1
* Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison2007-10-111-2/+5
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-77/+181
* r25476: Finally fix up new interface detection code :-).Jeremy Allison2007-10-101-1/+1
* r25475: Fix braindead mistakes I made pointed out by Simo andJeremy Allison2007-10-101-2/+6
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-101-35/+138
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-101-0/+1
* r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4Stefan Metzmacher2007-10-101-23/+25
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-0/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+10
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fix interfaces.c for aix 3.2.5Andrew Tridgell2001-05-071-2/+0
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-0/+3
* interfaces.c from 2.0.6Andrew Tridgell1999-12-171-0/+401