summaryrefslogtreecommitdiff
path: root/source4/lib/socket/interface.c
AgeCommit message (Expand)AuthorFilesLines
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