summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-27libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam1-1/+1
2008-02-27libreplace: fix standalone build - add necessary libs.Michael Adam2-1/+6
2008-02-27libreplace: fix standalone build on some systems.Michael Adam1-0/+2
2008-02-26libreplace: Add tests for connect and gethostbyname.Michael Adam5-0/+96
2008-02-26Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam1-5/+5
2008-02-22libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam1-0/+2
2008-02-22libreplace: Fix comment originating from old samba source.Michael Adam1-1/+1
2008-02-22libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam1-4/+11
2008-02-22Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam1-3/+3
2008-02-22Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam1-3/+6
2008-02-21libreplace: fix compile errors in getifaddrs.cMichael Adam1-6/+3
2008-02-21Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam1-0/+3
2008-02-20Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij1-0/+2
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam1-36/+36
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam1-8/+8
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam1-6/+6
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam1-15/+15
2008-02-20NetBSD does not support AI_ADDRCONFIGVolker Lendecke1-0/+7
2008-02-20NetBSD needs LD_LIBRARY_PATHVolker Lendecke1-0/+3
2008-02-19Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam1-3/+0
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2-0/+5