summaryrefslogtreecommitdiffstats
path: root/source3/lib/interface.c
Commit message (Expand)AuthorAgeFilesLines
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-2/+2
* s3-lib Use common lib/socket code for get_interfaces() et alAndrew Bartlett2011-05-081-1/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
* s3-interfaces: only include interfaces.h where needed.Günther Deschner2011-03-161-0/+1
* s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam2009-11-181-9/+1
* Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke2009-05-181-6/+9
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-041-2/+5
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-6/+6
* Fix prototype for set_sockaddr_port.Jelmer Vernooij2008-10-231-1/+1
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-19/+22
* Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-191-2/+5
* Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison2008-07-021-1/+1
* Fix bug in writing names into gencacheJeremy Allison2007-10-251-8/+0
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-251-94/+23
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-9/+5
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-191-2/+2
* Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison2007-10-161-1/+1
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-3/+3
* Fix one more place for IFF_LOOPBACKVolker Lendecke2007-10-141-1/+1
* Fix a segfault with an unknown interfaceVolker Lendecke2007-10-131-1/+7
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-185/+459
* r25508: Reformatting.Jeremy Allison2007-10-101-55/+69
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-101-13/+14
* 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
* r21854: Add gfree_interfaces() to gfree_all().Günther Deschner2007-10-101-0/+12
* r17334: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison2007-10-101-0/+4
* r5163: Fix bugzilla 2062:Jim McDonough2007-10-101-1/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to preventJeremy Allison2007-10-101-4/+8
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-39/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge from APPLIANCE_HEADGerald Carter2001-11-281-2/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-5/+3
* Don't initialise static pointers to NULL.Tim Potter2001-11-231-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+2
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* - sorry, forgot to check a pointerSimo Sorce2001-07-031-3/+5
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-011-5/+5
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-5/+7
* Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison2000-11-101-2/+2
* we don't need fnmatch.c any moreAndrew Tridgell2000-04-301-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-229/+223
* tridge the destroyer returns!Andrew Tridgell1998-09-051-17/+0
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-1/+1
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+22