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