Age | Commit message (Expand) | Author | Files | Lines |
2008-05-13 | libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR... | Stefan Metzmacher | 1 | -0/+4 |
2008-03-18 | libreplace: move rep_socketpair() to its own module. | Michael Adam | 1 | -0/+5 |
2008-03-18 | Fix macro name (no 's' in ifr_addr). | Gerald W. Carter | 1 | -1/+1 |
2008-03-18 | libreplace: replace inet_ntoa() when it is missing | Michael Adam | 1 | -1/+1 |
2008-03-14 | libreplace: add an inet_aton() function that calls inet_pton(). | Michael Adam | 1 | -0/+5 |
2008-02-26 | libreplace: Add tests for connect and gethostbyname. | Michael Adam | 1 | -0/+10 |
2008-02-26 | Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up. | Michael Adam | 1 | -5/+5 |
2008-02-20 | NetBSD does not support AI_ADDRCONFIG | Volker Lendecke | 1 | -0/+7 |
2008-01-15 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 1 | -0/+4 |
2007-12-21 | r26550: libreplace: fallback to __ss_family of struct sockaddr_storage | Stefan Metzmacher | 1 | -0/+9 |
2007-12-21 | r26507: Fix function signature for freeifaddrs. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26497: Fix return type for freeifaddrs(). | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26492: Some hosts have a define called ifa_dstaddr. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26469: Fix paths, only include IPv4 addresses for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26467: Use getifaddrs() for interface enumeration and provide replacements f... | Jelmer Vernooij | 1 | -0/+25 |
2007-12-21 | r25910: Try and fix the Solaris build by adding a missing define | Stefan Metzmacher | 1 | -0/+5 |
2007-12-21 | r25728: [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.c | Stefan Metzmacher | 1 | -0/+11 |
2007-12-21 | r25724: - include getaddrinfo.h after we have defined struct addrinfo | Stefan Metzmacher | 1 | -4/+5 |
2007-12-21 | r25718: [libreplace] if we replace types define the HAVE_<type> macro | Stefan Metzmacher | 1 | -0/+3 |
2007-12-21 | r25715: [libreplace] move definition of struct addrinfo so that it can use so... | Stefan Metzmacher | 1 | -15/+13 |
2007-12-21 | r25714: [libreplace] move define of a constant to near to the others | Stefan Metzmacher | 1 | -4/+4 |
2007-12-21 | r25713: [libreplace] include socket_wrapper.h after we have typedef'ed socklen_t | Stefan Metzmacher | 1 | -7/+7 |
2007-12-21 | r25687: Move #defined for getaddrinfo into network.h (as other | Stefan Metzmacher | 1 | -4/+91 |
2007-12-21 | r25677: add missing stuff from samba3 | Stefan Metzmacher | 1 | -0/+30 |
2007-12-21 | r25602: don't imply "system/network.h" within replace.h, | Stefan Metzmacher | 1 | -1/+11 |
2007-10-10 | r25597: HPUX doesn't have INET_ADDRSTRLEN defined | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of | Jelmer Vernooij | 1 | -8/+0 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22827: Change license to LGPL (discussed with tridge). | Jelmer Vernooij | 1 | -11/+16 |
2007-10-10 | r18957: we need to include unistd.h in system/network.h because | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r18947: overload listen() and ioctl() in socket_wrapper | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r18593: try to get the same socket_wrapper file building in samba3 and samba4 | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r18129: moved the system includes into libreplace - this gives much more | Andrew Tridgell | 1 | -0/+103 |