summaryrefslogtreecommitdiff
path: root/source3/lib/interface.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-13s3:lib: Fix code spellingAndreas Schneider1-1/+1
2020-10-14interface: fix if_index is not parsed correctlyJones Syue1-1/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-07interface: clarify the quoting for advanced "interfaces" optionsStefan Metzmacher1-1/+7
2020-05-07interface: allow overriding speed/cap/if_index for named interfacesSteven Noonan1-11/+20
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-5/+12
2019-04-11lib: Update error check for new string conversion wrapperSwen Schillig1-1/+1
2019-03-01lib: Use wrapper for string to integer conversionSwen Schillig1-4/+14
2016-01-26s3:lib: extend interpret_interface() to optionally read speed, caps, and inde...Michael Adam1-0/+105
2016-01-26s3:lib: remove an unmotivated comment from interpret_interface()Michael Adam1-1/+0
2016-01-26s3:lib: copy speed, cap, and index in add_interface()Michael Adam1-0/+3
2015-09-30s3:lib:interface: break an overly long lineMichael Adam1-1/+3
2014-04-16lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach1-2/+2
2011-05-08s3-lib Use common lib/socket code for get_interfaces() et alAndrew Bartlett1-1/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-1/+1
2011-03-16s3-interfaces: only include interfaces.h where needed.Günther Deschner1-0/+1
2009-11-18s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam1-9/+1
2009-05-18Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke1-6/+9
2009-02-04Have nmbd check all available interfaces for WINS before failingAravind Srinivasan1-2/+5
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-6/+6
2008-10-23Fix prototype for set_sockaddr_port.Jelmer Vernooij1-1/+1
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-19/+22
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison1-2/+5
2008-07-02Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison1-1/+1
2007-10-25Fix bug in writing names into gencacheJeremy Allison1-8/+0
2007-10-25Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison1-94/+23
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-9/+5
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter1-2/+2
2007-10-16Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison1-1/+1
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison1-3/+3
2007-10-14Fix one more place for IFF_LOOPBACKVolker Lendecke1-1/+1
2007-10-13Fix a segfault with an unknown interfaceVolker Lendecke1-1/+7
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-185/+459
2007-10-10r25508: Reformatting.Jeremy Allison1-55/+69
2007-10-10r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison1-13/+14
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-10r21854: Add gfree_interfaces() to gfree_all().Günther Deschner1-0/+12
2007-10-10r17334: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison1-0/+4
2007-10-10r5163: Fix bugzilla 2062:Jim McDonough1-1/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to preventJeremy Allison1-4/+8
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-39/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-28merge from APPLIANCE_HEADGerald Carter1-2/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+3
2001-11-23Don't initialise static pointers to NULL.Tim Potter1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0