libreplace: fix rep_freeifaddrs to not segfault on NULL input.
[sfrench/samba-autobuild/.git] / source / lib / replace / getifaddrs.c
2008-02-29 Michael Adamlibreplace: fix rep_freeifaddrs to not segfault on...
2008-02-29 Michael Adamlibreplace: add missing semicolon to getifaddrs.
2008-02-29 Michael Adamlibreplace: try and fix rep_getifaddrs() for Tru64.
2008-02-29 Michael Adamlibreplace: use the new getifaddrs test also for autoconf.
2008-02-22 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-22 Michael Adamlibreplace: don't use socketwrapper for getifaddrs...
2008-02-22 Michael Adamlibreplace: Fix comment originating from old samba...
2008-02-21 Michael AdamFix linked list of ifaddrs in implementations of rep_ge...
2008-02-21 Michael AdamAdd missing initalizations of lastif in rep_getifaddr...
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Michael Adamlibreplace: fix compile errors in getifaddrs.c
2008-02-19 Jelmer Vernooijr26497: Fix return type for freeifaddrs().
2008-02-19 Jelmer Vernooijr26491: Fix syntax.
2008-02-19 Jelmer Vernooijr26487: Cope with systems that don't have struct sockad...
2008-02-19 Jelmer Vernooijr26469: Fix paths, only include IPv4 addresses for...
2008-02-19 Jelmer Vernooijr26468: Match getifaddrs more closely, add trivial...
2008-02-19 Jelmer Vernooijr26467: Use getifaddrs() for interface enumeration...