summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket/interface.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-2/+2
* s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher2014-03-071-21/+5
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-271-10/+0
* s4-interfaces: allow pure ipv6 to workMatthieu Patou2011-10-161-1/+2
* s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer2011-09-121-1/+1
* s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...Stefan Metzmacher2011-07-101-1/+13
* s4-interface: raise the debug level for interface discoveryAndrew Tridgell2011-06-081-3/+3
* s4-ipv6: fixed iface_list_same_net() for IPv6Andrew Tridgell2011-06-071-3/+15
* s4-ipv6: fix iface_list_best_ip() for IPv6Andrew Tridgell2011-06-071-1/+23
* s4-ipv6: enable IPv6 by defaultAndrew Tridgell2011-06-061-2/+2
* s4-ipv6: allow ipv6 to be enabled/disabled in smb.confAndrew Tridgell2011-06-061-11/+20
* s4-ipv6: added ipv4 functions to interface codeAndrew Tridgell2011-06-061-0/+32
* s4-ipv6: fixed a warningAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: allow IPv6 addresses in our interfaces listAndrew Tridgell2011-06-061-5/+0
* s4-ipv6: added iface_list_wildcard()Andrew Tridgell2011-06-061-0/+28
* s4-interfaces: keep interfaces in the order they were declaredAndrew Tridgell2011-05-081-1/+5
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-16/+16
* s4-lib/socket Samba4 is not IPv6 compatibleAndrew Bartlett2011-05-081-0/+5
* s4-lib merge get_interfaces() from Samba3 to Samba4Andrew Bartlett2011-05-081-79/+165
* s4 socket: increase the debuglevel to make add interface debug messages less ...Kai Blin2010-10-231-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-1/+1
* Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij2008-10-231-3/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2007-12-211-2/+9
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-10/+11
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-49/+24
* r26383: Make interfaces argument explicit.Jelmer Vernooij2007-12-211-15/+20
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-13/+13
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-9/+8
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-26/+19
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-9/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25043: Avoid allocation on with NULL parent.Jelmer Vernooij2007-10-101-2/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-0/+354