summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
2012-09-11lib/replace: remove duplicate check for inotifyMichael Adam1-1/+1
2012-09-07build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke1-0/+1
2012-07-26s3/aio_fork: fix build on irixBjörn Jacke1-0/+4
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-2/+2
2012-06-16attr: Look for attr/attributes.h too.Jelmer Vernooij1-1/+1
2012-06-14lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher1-8/+11
2012-06-14lib/replace: execute strptime.c testsStefan Metzmacher1-0/+1
2012-06-14Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher1-19/+0
2012-06-14lib/replace: add more condition to add snprintf.cStefan Metzmacher1-1/+3
2012-06-14Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...Stefan Metzmacher1-1/+1
2012-06-14lib/replace: s/execute=1/execute=TrueStefan Metzmacher1-1/+1
2012-06-06lib/replace: Fix snprintf() override for systems with a broken snprintf()Andrew Bartlett1-1/+1
2012-06-04libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett1-1/+1
2012-06-02libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAPAndrew Bartlett1-0/+10
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett1-6/+8
2012-06-02s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett1-0/+6
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-1/+29
2012-04-10On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison1-0/+2
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij1-0/+10
2012-03-24replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij1-2/+2
2012-03-22lib/replace: test for incoherent mmap.Rusty Russell1-0/+7
2012-02-20build: Add libbsd as a dep for LIBREPLACE_HOSTCCAndrew Bartlett1-4/+5
2012-02-02replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij1-1/+4
2012-01-31replace: Only include C files from which there are actually functions used.Jelmer Vernooij1-2/+21
2012-01-31replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij1-15/+21
2011-10-27replace: Add checks for setreuid and setregid.Andreas Schneider1-2/+2
2011-10-27replace: Make sure we compile without uid_wrapper.Andreas Schneider1-1/+1
2011-10-13config.h: define HAVE_LIBREPLACERusty Russell1-0/+1
2011-03-04libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner1-0/+1
2011-02-28libreplace: poll based on selectVolker Lendecke1-0/+4
2011-02-17s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell1-8/+0
2011-02-07waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner1-1/+17
2011-02-03replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher1-1/+1
2011-02-03Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher1-1/+1
2011-02-02replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider1-1/+1
2010-12-12change searched name from _ss_family to __ss_familyMatthieu Patou1-1/+1
2010-12-12build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou1-0/+2
2010-12-11build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou1-1/+12
2010-11-28replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer1-1/+1
2010-11-28replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer1-1/+1
2010-11-28replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer1-1/+1
2010-11-28replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer1-2/+2
2010-11-03replace/wscript: add size checks for stdint.h typesStefan Metzmacher1-0/+1
2010-11-03replace/wscript: do the size checks directly after the type checksStefan Metzmacher1-4/+4
2010-11-03replace/wscript: define bool to int instead of off_tStefan Metzmacher1-1/+1
2010-11-03replace/wscript: check for uint8_tStefan Metzmacher1-0/+1
2010-10-30replace: Fix formatting.Jelmer Vernooij1-8/+8
2010-10-30replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij1-1/+0
2010-10-30replace: Only build replace-test in standalone build.Jelmer Vernooij1-7/+9
2010-10-30replace: create a private replace-test libraryAndrew Tridgell1-5/+8