summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
2022-03-23lib/replace: Do not typedef int boolAndrew Bartlett1-2/+3
2021-12-15configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke1-0/+16
2021-12-07lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett1-0/+7
2021-11-30nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher1-0/+1
2021-11-30lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher1-1/+0
2021-09-07lib/replace: drop runtime copy_file_range() checkRalph Boehme1-24/+2
2021-08-13libreplace: remove now unused USE_COPY_FILE_RANGE defineRalph Boehme1-2/+0
2021-08-10libreplace: properly execute SYS_copy_file_range checkRalph Boehme1-2/+24
2021-08-10libreplace: properly give headers to conf.CHECK_CODE when checking for copy_f...Ralph Boehme1-2/+1
2021-06-30replace: copy_file_range()Ralph Boehme1-1/+11
2021-06-15heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett1-1/+1
2021-04-22lib:replace: Remove NIS supportAndreas Schneider1-11/+0
2021-04-20lib/replace: don't set -D_SAMBA_HOSTCC_ explicitlyStefan Metzmacher1-1/+0
2020-11-10replace: define BOOL_DEFINED to fix header yp_prot header check on SolarisBjörn Jacke1-0/+1
2020-11-10replace/waf: fix libnsl checking on SolarisBjörn Jacke1-3/+2
2020-09-08lib/replace: move lib/replace/closefrom.c from ROKEN_HOSTCC_SOURCE to REPLACE...Stefan Metzmacher1-0/+3
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore1-2/+0
2020-07-01dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett1-0/+1
2020-02-15lib/replace: remove unused check for aio.hStefan Metzmacher1-1/+1
2019-11-13build: Only link against libcrypt where neededAndrew Bartlett1-1/+1
2019-10-23replace: Only link libnsl and libsocket if requriredAndreas Schneider1-5/+31
2019-10-07replace: Improve sys/sysctl.h check to catch warning on glibc >= 2.30Andreas Schneider1-1/+12
2019-10-04lib/replace: Remove libaio supportVolker Lendecke1-1/+1
2019-09-25waf:replace: Do not link against libpthread if not necessaryAndreas Schneider1-4/+6
2019-09-25replace: Only link against librt if really neededAndreas Schneider1-3/+21
2019-09-19replace: Remove crypt() reimplementationAndrew Bartlett1-1/+0
2019-09-17build: Remove tests for getdents() and getdirentries()Andrew Bartlett1-1/+1
2019-09-17lib/replace/wscript: Avoid generating nested main functionKhem Raj1-0/+1
2019-09-01Spelling fixes s/convertion/conversion/Mathieu Parent1-1/+1
2019-05-25lib: Only compile resolvconftest if fmemopen existsVolker Lendecke1-0/+1
2019-05-06replace: Fix "make test" to actually test libreplaceAndrew Bartlett1-9/+27
2019-05-06build: Remove build of replacetortAndrew Bartlett1-5/+4
2019-02-17replace: remove needless vxfs header file checkBjörn Jacke1-1/+1
2019-01-10waf:lib/replace: fix a build error with non-gcc compilersBjörn Jacke1-1/+1
2018-12-20replace: Add memset_s to replacement functionsAndreas Schneider1-1/+1
2018-11-30replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider1-1/+2
2018-11-13replace: Add check for variable program_invocation_short_nameMartin Schwenke1-0/+1
2018-11-12lib:replace: Add getprogname()Andreas Schneider1-0/+1
2018-10-16replace: Add memset_s() if not availableAndreas Schneider1-0/+17
2018-09-16PY3: fix iteritems usage, not supported in python3Noel Power1-2/+2
2018-09-10Revert "lib/replace: force to unset defines if check has failed"Stefan Metzmacher1-2/+1
2018-09-08lib/replace: force to unset defines if check has failedAlexander Bokovoy1-1/+2
2018-09-07lib/replace/wscript: fix detection of a fallthrough attribute for clangAlexander Bokovoy1-0/+1
2018-09-05lib/replace/wscript: update to handle waf 2.0.4Alexander Bokovoy1-10/+12
2018-07-24lib/replace: also check for valgrind/helgrind.hStefan Metzmacher1-1/+2
2018-07-24replace: add checks for atomic_thread_fence(memory_order_seq_cst) and add pos...Stefan Metzmacher1-1/+18
2018-07-24lib/replace: check for __thread supportStefan Metzmacher1-0/+12
2018-07-04replace: Be strict when checking __attribute__ featuresAmitay Isaacs1-1/+1
2018-07-03build: bundle and reduce huge number of EA function testsBjörn Jacke1-29/+18
2018-07-02replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs1-0/+4