summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2008-05-16lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2-1/+1
2008-05-16lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher1-0/+40
2008-05-13libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher1-0/+13
2008-05-13libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher2-0/+5
2008-05-13libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher1-17/+18
2008-05-13libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher1-2/+3
2008-05-13libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2-129/+127
2008-05-13libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2-33/+33
2008-05-13libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2-20/+20
2008-05-13libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2-40/+40
2008-05-08Fix typo.Jelmer Vernooij1-1/+0
2008-05-08Add undefined symbol flag for AIX.William Jojo1-0/+4
2008-05-07libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher1-0/+1
2008-05-07libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2-1/+1
2008-05-07libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2-63/+73
2008-05-07libreplace: always provide utime() and utimes()Stefan Metzmacher6-1/+200
2008-05-06libreplace: check how portable utimes() and futimes() areStefan Metzmacher1-0/+1
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell3-3/+4
2008-03-28libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher1-1/+1
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
2008-03-18libreplace: replace.c does not need system/network.h anymore.Michael Adam1-1/+0
2008-03-18libreplace: move rep_socketpair() to its own module.Michael Adam6-24/+55
2008-03-18Fix macro name (no 's' in ifr_addr).Gerald W. Carter1-1/+1
2008-03-18Fix Coverity ID 554Volker Lendecke1-0/+3
2008-03-18Check the return value of fgetsVolker Lendecke1-1/+4
2008-03-18libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam1-1/+0
2008-03-18libreplace: remove trailing white spaces.Michael Adam2-2/+2
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam6-34/+61
2008-03-18libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam1-9/+13
2008-03-18libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher1-3/+0
2008-03-18libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher1-0/+3
2008-03-18libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2-3/+3
2008-03-18libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher1-7/+9
2008-03-18Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke1-1/+1
2008-03-14libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2-3/+3
2008-03-14libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam1-0/+4
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam6-0/+42
2008-02-29libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam1-0/+4
2008-02-29libreplace: ifdef out ip6 code if unsupported.Michael Adam1-0/+2
2008-02-29libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam1-6/+7
2008-02-29libreplace: fix silly crashbug in getifaddrs_test().Michael Adam1-1/+3
2008-02-29libreplace: add missing newline in output of getifaddrs test.Michael Adam1-1/+1
2008-02-29libreplace: add missing semicolon to getifaddrs.Michael Adam1-1/+1
2008-02-29libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam1-21/+16
2008-02-28libreplace: use the new getifaddrs test also for autoconf.Michael Adam2-33/+16
2008-02-28libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam3-7/+100