Age | Commit message (Expand) | Author | Files | Lines |
2008-02-29 | libreplace: fix rep_freeifaddrs to not segfault on NULL input. | Michael Adam | 1 | -6/+7 |
2008-02-29 | libreplace: add missing semicolon to getifaddrs. | Michael Adam | 1 | -1/+1 |
2008-02-29 | libreplace: try and fix rep_getifaddrs() for Tru64. | Michael Adam | 1 | -21/+16 |
2008-02-29 | libreplace: use the new getifaddrs test also for autoconf. | Michael Adam | 1 | -29/+0 |
2008-02-22 | libreplace: don't use socketwrapper for getifaddrs() implementations. | Michael Adam | 1 | -0/+2 |
2008-02-22 | libreplace: Fix comment originating from old samba source. | Michael Adam | 1 | -1/+1 |
2008-02-22 | Fix linked list of ifaddrs in implementations of rep_getifaddrs. | Michael Adam | 1 | -3/+3 |
2008-02-22 | Add missing initalizations of lastif in rep_getifaddr implementations. | Michael Adam | 1 | -3/+6 |
2008-02-21 | libreplace: fix compile errors in getifaddrs.c | Michael Adam | 1 | -6/+3 |
2008-02-19 | r26497: Fix return type for freeifaddrs(). | Jelmer Vernooij | 1 | -6/+6 |
2008-02-19 | r26491: Fix syntax. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-19 | r26487: Cope with systems that don't have struct sockaddr.sa_len. | Jelmer Vernooij | 1 | -2/+9 |
2008-02-19 | r26469: Fix paths, only include IPv4 addresses for now. | Jelmer Vernooij | 1 | -8/+13 |
2008-02-19 | r26468: Match getifaddrs more closely, add trivial test. | Jelmer Vernooij | 1 | -22/+11 |
2008-02-19 | r26467: Use getifaddrs() for interface enumeration and provide replacements f... | Jelmer Vernooij | 1 | -0/+391 |