summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/getifaddrs.c
Commit message (Expand)AuthorAgeFilesLines
* libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam2008-02-291-6/+7
* libreplace: add missing semicolon to getifaddrs.Michael Adam2008-02-291-1/+1
* libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam2008-02-291-21/+16
* libreplace: use the new getifaddrs test also for autoconf.Michael Adam2008-02-281-29/+0
* 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 Vernooij2007-12-211-6/+6
* r26491: Fix syntax.Jelmer Vernooij2007-12-211-1/+1
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2007-12-211-2/+9
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2007-12-211-8/+13
* r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2007-12-211-22/+11
* r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2007-12-211-0/+391