summaryrefslogtreecommitdiffstats
path: root/source3/lib/replace/getifaddrs.c
Commit message (Expand)AuthorAgeFilesLines
* libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
* libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
* Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
* Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
* libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
* r26497: Fix return type for freeifaddrs().Jelmer Vernooij2008-02-191-6/+6
* r26491: Fix syntax.Jelmer Vernooij2008-02-191-1/+1
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2008-02-191-2/+9
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2008-02-191-8/+13
* r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-191-22/+11
* r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2008-02-191-0/+391