summaryrefslogtreecommitdiff
path: root/source4/lib/replace/getifaddrs.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-361/+0
2008-02-29libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam1-6/+7
2008-02-29libreplace: add missing semicolon to getifaddrs.Michael Adam1-1/+1
2008-02-29libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam1-21/+16
2008-02-28libreplace: use the new getifaddrs test also for autoconf.Michael Adam1-29/+0
2008-02-22libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam1-0/+2
2008-02-22libreplace: Fix comment originating from old samba source.Michael Adam1-1/+1
2008-02-22Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam1-3/+3
2008-02-22Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam1-3/+6
2008-02-21libreplace: fix compile errors in getifaddrs.cMichael Adam1-6/+3
2007-12-21r26497: Fix return type for freeifaddrs().Jelmer Vernooij1-6/+6
2007-12-21r26491: Fix syntax.Jelmer Vernooij1-1/+1
2007-12-21r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij1-2/+9
2007-12-21r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij1-8/+13
2007-12-21r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij1-22/+11
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij1-0/+391