summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
2025-11-11lib:replace: Remove memset_s()Andreas Schneider1-1/+1
2025-11-11lib:replace: Add test for memset_explicit()Douglas Bagnall1-0/+5
2025-11-11lib:replace: Implement memset_explicit()Andreas Schneider1-1/+1
2025-10-22lib:replace: There is special code already to check for HAVE_PRCTLAndreas Schneider1-1/+1
2025-01-02remove usage of bzeroMichael Tokarev1-1/+1
2024-08-21lib/replace: add renameat2() replacementStefan Metzmacher1-1/+1
2023-08-08lib/replace: fix strlcat/strlcpy compile for HonggfuzzDouglas Bagnall1-0/+11
2023-07-19lib:replace: rely on epoll_create1() for epoll interfaceDmitry Antipov1-2/+2
2023-07-11configure: ensure sizeof(int) >= 4Douglas Bagnall1-0/+4
2023-06-01lib/replace: check for valgrind/callgrind.hStefan Metzmacher1-1/+1
2023-02-06s3:modules: Ignore -Wunused-but-set-variable for autogenerated codeAndreas Schneider1-0/+3
2023-02-02replace: remove unused configure checks for port_create()Stefan Metzmacher1-5/+0
2023-01-05libreplace: require TLS support if pthread support is availableRalph Boehme1-0/+3
2023-01-05libreplace: update comment on __thread supportRalph Boehme1-1/+2
2022-10-27lib:replace: Require bool from C99Andreas Schneider1-2/+1
2022-10-27lib:replace: Fix trailing whitespace in wscriptAndreas Schneider1-3/+3
2022-08-15lib/replace: add a replacement for openat2() that returns ENOSYSStefan Metzmacher1-0/+1
2022-08-02lib:replace: Only include <sys/mount.h> on non-Linux systemsAndreas Schneider1-0/+3
2022-07-22replace: Add check for if_nameindex()Martin Schwenke1-1/+1
2022-06-14replace: Check for -Wuse-after-freeSamuel Cabrero1-0/+3
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