Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-12 | replace: add comments to make the #ifdef/#else/endif more readable | Matthieu Patou | 1 | -3/+3 | |
2010-04-24 | lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken ↵ | Stefan Metzmacher | 1 | -0/+7 | |
headers This is needed on SLES8. metze | |||||
2009-08-12 | libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630) | Matt Kraai | 1 | -0/+14 | |
Some of the functions in source3/lib/util_sock.c use AI_ADDRCONFIG. On QNX 6.3.0, this macro is defined but, if it's used, getaddrinfo will fail. This prevents smbd from opening any sockets. If I undefine AI_ADDRCONFIG on such systems and allow lib/replace/system/network.h to define it to be 0, this works around the issue. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-06-08 | replace: add fallback define for IOV_MAX | Stefan Metzmacher | 1 | -0/+16 | |
This hopefully fixes the build on IRIX. metze | |||||
2009-03-11 | lib/replace: make sure we include <sys/uio.h> before socket_wrapper.h | Stefan Metzmacher | 1 | -0/+4 | |
This should fix the build on some hosts. metze | |||||
2009-02-26 | libreplace: make it possible to disable socket_wrapper via ↵ | Stefan Metzmacher | 1 | -2/+4 | |
-DSOCKET_WRAPPER_DISABLE=1 metze | |||||
2009-01-31 | lib/replace: move MAXHOSTNAMELEN to system/network.h | Stefan Metzmacher | 1 | -1/+5 | |
Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+332 | |