s4-ipv6: fix iface_list_best_ip() for IPv6
[abartlet/samba.git/.git] / source4 / lib / socket / interface.c
2011-06-07 Andrew Tridgells4-ipv6: fix iface_list_best_ip() for IPv6
2011-06-06 Andrew Tridgells4-ipv6: enable IPv6 by default
2011-06-06 Andrew Tridgells4-ipv6: allow ipv6 to be enabled/disabled in smb.conf
2011-06-06 Andrew Tridgells4-ipv6: added ipv4 functions to interface code
2011-06-06 Andrew Tridgells4-ipv6: fixed a warning
2011-06-06 Andrew Tridgells4-ipv6: allow IPv6 addresses in our interfaces list
2011-06-06 Andrew Tridgells4-ipv6: added iface_list_wildcard()
2011-05-08 Andrew Tridgells4-interfaces: keep interfaces in the order they were...
2011-05-08 Andrew Bartletts4-interfaces Rename interfaces code so not to conflict...
2011-05-08 Andrew Bartletts4-lib/socket Samba4 is not IPv6 compatible
2011-05-08 Andrew Bartletts4-lib merge get_interfaces() from Samba3 to Samba4
2010-10-23 Kai Blins4 socket: increase the debuglevel to make add interfac...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common net utility code (address and sockaddr manip...
2008-10-23 Jelmer VernooijRename same_net to same_net_v4 for consistency with...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26406: Make a copy to prevent modification of the...
2007-12-21 Jelmer Vernooijr26402: Require a talloc context in libnetif.
2007-12-21 Jelmer Vernooijr26401: Don't cache interfaces context in libnetif.
2007-12-21 Jelmer Vernooijr26383: Make interfaces argument explicit.
2007-12-21 Jelmer Vernooijr26325: Remove use of global_loadparm in netif.
2007-12-21 Jelmer Vernooijr26313: Fix more uses of static loadparm.
2007-12-21 Jelmer Vernooijr25624: Remove ipv4_addr hack. Only causes 4 extra...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25043: Avoid allocation on with NULL parent.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...