summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2019-06-18lib/replace: Remove #undef TCP_NODELAYAndrew Bartlett1-28/+0
2019-05-25lib: Only compile resolvconftest if fmemopen existsVolker Lendecke1-0/+1
2019-05-06replace: Fix "make test" to actually test libreplaceAndrew Bartlett10-9/+27
2019-05-06build: Remove build of replacetortAndrew Bartlett1-5/+4
2019-04-30replace: Add ZERO_ARRAY_LEN() macroAndreas Schneider1-0/+5
2019-04-26Revert "lib/replace: define NAME_MAX for platforms that don't have it"Günther Deschner1-4/+0
2019-04-16lib/replace: define NAME_MAX for platforms that don't have itGünther Deschner1-0/+4
2019-02-17replace: remove needless vxfs header file checkBjörn Jacke2-9/+1
2019-01-29wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher1-2/+8
2019-01-29replace: only include <sys/capability.h> with HAVE_POSIX_CAPABILITIESStefan Metzmacher1-0/+2
2019-01-10waf:lib/replace: fix a build error with non-gcc compilersBjörn Jacke1-1/+1
2019-01-10lib: replace: snprintf: Whitespace clean upLadislav Michl via samba-technical1-72/+72
2018-12-20replace: Use memset_s for ZERO_* macrosAndreas Schneider1-4/+8
2018-12-20replace: Cleanup comments for ZERO_*Andreas Schneider1-11/+13
2018-12-20replace: Add memset_s to replacement functionsAndreas Schneider2-1/+2
2018-12-16replace: Fix checking for config.h #define in replace.hAndreas Schneider1-1/+1
2018-12-16replace: Fix checking for config.h #define in gssapi.hAndreas Schneider1-4/+4
2018-12-16replace: Fix checking for config.h #define in readline.hAndreas Schneider1-1/+1
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2-2/+1
2018-12-13build: Workaround python3 hash order issues (for now)Andrew Bartlett1-1/+1
2018-12-10PY3: switch current build to use python3Noel Power2-2/+4
2018-11-30replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider2-10/+13
2018-11-28replace: Use #ifdef instead of #if for config.h definitionsAndreas Schneider5-11/+11
2018-11-28s3: Remove unsused MMAP_BLACKLIST ifdef checksAndreas Schneider1-4/+0
2018-11-28lib:replace: Check if HAVE_DECL_ENVIRON is defined firstAndreas Schneider1-0/+2
2018-11-13replace: Add check for variable program_invocation_short_nameMartin Schwenke2-5/+6
2018-11-13lib:replace: Do not leak the file pointer in rep_getprogname()Andreas Schneider1-5/+12
2018-11-12lib:replace: Add getprogname()Andreas Schneider3-0/+77
2018-10-16replace: Add memset_s() if not availableAndreas Schneider3-0/+56
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 Metzmacher2-1/+45
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 Jacke3-92/+56
2018-07-02replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs1-0/+4
2018-04-03replace: Check for -Wno-strict-overflowAndreas Schneider1-0/+3
2018-04-03lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher1-0/+2
2018-03-20lib:replace: Fix linking when libtirpc-devel overwrites system headersNoel Power1-1/+9
2018-03-01lib:replace: Add FALL_THROUGH statements in strptime.cAndreas Schneider1-2/+4
2018-03-01lib:replace: Add FALL_THROUGH supportAndreas Schneider2-0/+45
2018-02-27replace: Only warn if rpc/rpc.h haven't been foundAndreas Schneider1-2/+1
2018-02-21replace: remove some duplicate checksBjörn Jacke1-8/+0
2018-01-22waf: Fix NFS quota support with libtirpcAndreas Schneider1-1/+1
2018-01-22build: deal with recent glibc sunrpc header removalGünther Deschner1-5/+33
2018-01-22include: Create system/nis.h in libreplaceAndreas Schneider1-0/+83