summaryrefslogtreecommitdiffstats
path: root/lib/replace/wscript
Commit message (Expand)AuthorAgeFilesLines
...
* build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2012-09-071-0/+1
* s3/aio_fork: fix build on irixBjörn Jacke2012-07-261-0/+4
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-291-2/+2
* attr: Look for attr/attributes.h too.Jelmer Vernooij2012-06-161-1/+1
* lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher2012-06-141-8/+11
* lib/replace: execute strptime.c testsStefan Metzmacher2012-06-141-0/+1
* Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher2012-06-141-19/+0
* lib/replace: add more condition to add snprintf.cStefan Metzmacher2012-06-141-1/+3
* Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...Stefan Metzmacher2012-06-141-1/+1
* lib/replace: s/execute=1/execute=TrueStefan Metzmacher2012-06-141-1/+1
* lib/replace: Fix snprintf() override for systems with a broken snprintf()Andrew Bartlett2012-06-061-1/+1
* libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett2012-06-041-1/+1
* libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAPAndrew Bartlett2012-06-021-0/+10
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-021-6/+8
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-021-0/+6
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-1/+29
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-101-0/+2
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-241-0/+10
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-2/+2
* lib/replace: test for incoherent mmap.Rusty Russell2012-03-221-0/+7
* build: Add libbsd as a dep for LIBREPLACE_HOSTCCAndrew Bartlett2012-02-201-4/+5
* replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij2012-02-021-1/+4
* replace: Only include C files from which there are actually functions used.Jelmer Vernooij2012-01-311-2/+21
* replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij2012-01-311-15/+21
* replace: Add checks for setreuid and setregid.Andreas Schneider2011-10-271-2/+2
* replace: Make sure we compile without uid_wrapper.Andreas Schneider2011-10-271-1/+1
* config.h: define HAVE_LIBREPLACERusty Russell2011-10-131-0/+1
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-041-0/+1
* libreplace: poll based on selectVolker Lendecke2011-02-281-0/+4
* s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell2011-02-171-8/+0
* waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner2011-02-071-1/+17
* replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher2011-02-031-1/+1
* Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher2011-02-031-1/+1
* replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider2011-02-021-1/+1
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
* build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou2010-12-121-0/+2
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-2/+2
* replace/wscript: add size checks for stdint.h typesStefan Metzmacher2010-11-031-0/+1
* replace/wscript: do the size checks directly after the type checksStefan Metzmacher2010-11-031-4/+4
* replace/wscript: define bool to int instead of off_tStefan Metzmacher2010-11-031-1/+1
* replace/wscript: check for uint8_tStefan Metzmacher2010-11-031-0/+1
* replace: Fix formatting.Jelmer Vernooij2010-10-301-8/+8
* replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij2010-10-301-1/+0
* replace: Only build replace-test in standalone build.Jelmer Vernooij2010-10-301-7/+9
* replace: create a private replace-test libraryAndrew Tridgell2010-10-301-5/+8
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1