summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
Commit message (Expand)AuthorAgeFilesLines
* replace: Check for -Wuse-after-freeSamuel Cabrero2022-06-141-0/+3
* lib/replace: Do not typedef int boolAndrew Bartlett2022-03-231-2/+3
* configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke2021-12-151-0/+16
* lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett2021-12-071-0/+7
* nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher2021-11-301-0/+1
* lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher2021-11-301-1/+0
* lib/replace: drop runtime copy_file_range() checkRalph Boehme2021-09-071-24/+2
* libreplace: remove now unused USE_COPY_FILE_RANGE defineRalph Boehme2021-08-131-2/+0
* libreplace: properly execute SYS_copy_file_range checkRalph Boehme2021-08-101-2/+24
* libreplace: properly give headers to conf.CHECK_CODE when checking for copy_f...Ralph Boehme2021-08-101-2/+1
* replace: copy_file_range()Ralph Boehme2021-06-301-1/+11
* heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett2021-06-151-1/+1
* lib:replace: Remove NIS supportAndreas Schneider2021-04-221-11/+0
* lib/replace: don't set -D_SAMBA_HOSTCC_ explicitlyStefan Metzmacher2021-04-201-1/+0
* replace: define BOOL_DEFINED to fix header yp_prot header check on SolarisBjörn Jacke2020-11-101-0/+1
* replace/waf: fix libnsl checking on SolarisBjörn Jacke2020-11-101-3/+2
* lib/replace: move lib/replace/closefrom.c from ROKEN_HOSTCC_SOURCE to REPLACE...Stefan Metzmacher2020-09-081-0/+3
* lib/util: Standardize use of st_[acm]time nsMatthew DeVore2020-08-151-2/+0
* dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett2020-07-011-0/+1
* lib/replace: remove unused check for aio.hStefan Metzmacher2020-02-151-1/+1
* build: Only link against libcrypt where neededAndrew Bartlett2019-11-131-1/+1
* replace: Only link libnsl and libsocket if requriredAndreas Schneider2019-10-231-5/+31
* replace: Improve sys/sysctl.h check to catch warning on glibc >= 2.30Andreas Schneider2019-10-071-1/+12
* lib/replace: Remove libaio supportVolker Lendecke2019-10-041-1/+1
* waf:replace: Do not link against libpthread if not necessaryAndreas Schneider2019-09-251-4/+6
* replace: Only link against librt if really neededAndreas Schneider2019-09-251-3/+21
* replace: Remove crypt() reimplementationAndrew Bartlett2019-09-191-1/+0
* build: Remove tests for getdents() and getdirentries()Andrew Bartlett2019-09-171-1/+1
* lib/replace/wscript: Avoid generating nested main functionKhem Raj2019-09-171-0/+1
* Spelling fixes s/convertion/conversion/Mathieu Parent2019-09-011-1/+1
* lib: Only compile resolvconftest if fmemopen existsVolker Lendecke2019-05-251-0/+1
* replace: Fix "make test" to actually test libreplaceAndrew Bartlett2019-05-061-9/+27
* build: Remove build of replacetortAndrew Bartlett2019-05-061-5/+4
* replace: remove needless vxfs header file checkBjörn Jacke2019-02-171-1/+1
* waf:lib/replace: fix a build error with non-gcc compilersBjörn Jacke2019-01-101-1/+1
* replace: Add memset_s to replacement functionsAndreas Schneider2018-12-201-1/+1
* replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider2018-11-301-1/+2
* replace: Add check for variable program_invocation_short_nameMartin Schwenke2018-11-131-0/+1
* lib:replace: Add getprogname()Andreas Schneider2018-11-121-0/+1
* replace: Add memset_s() if not availableAndreas Schneider2018-10-161-0/+17
* PY3: fix iteritems usage, not supported in python3Noel Power2018-09-161-2/+2
* Revert "lib/replace: force to unset defines if check has failed"Stefan Metzmacher2018-09-101-2/+1
* lib/replace: force to unset defines if check has failedAlexander Bokovoy2018-09-081-1/+2
* lib/replace/wscript: fix detection of a fallthrough attribute for clangAlexander Bokovoy2018-09-071-0/+1
* lib/replace/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-10/+12
* lib/replace: also check for valgrind/helgrind.hStefan Metzmacher2018-07-241-1/+2
* replace: add checks for atomic_thread_fence(memory_order_seq_cst) and add pos...Stefan Metzmacher2018-07-241-1/+18
* lib/replace: check for __thread supportStefan Metzmacher2018-07-241-0/+12
* replace: Be strict when checking __attribute__ featuresAmitay Isaacs2018-07-041-1/+1
* build: bundle and reduce huge number of EA function testsBjörn Jacke2018-07-031-29/+18