summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* lib/replace: Remove #undef TCP_NODELAYAndrew Bartlett2019-06-181-28/+0
* lib: Only compile resolvconftest if fmemopen existsVolker Lendecke2019-05-251-0/+1
* replace: Fix "make test" to actually test libreplaceAndrew Bartlett2019-05-0610-9/+27
* build: Remove build of replacetortAndrew Bartlett2019-05-061-5/+4
* replace: Add ZERO_ARRAY_LEN() macroAndreas Schneider2019-04-301-0/+5
* Revert "lib/replace: define NAME_MAX for platforms that don't have it"Günther Deschner2019-04-261-4/+0
* lib/replace: define NAME_MAX for platforms that don't have itGünther Deschner2019-04-161-0/+4
* replace: remove needless vxfs header file checkBjörn Jacke2019-02-172-9/+1
* wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher2019-01-291-2/+8
* replace: only include <sys/capability.h> with HAVE_POSIX_CAPABILITIESStefan Metzmacher2019-01-291-0/+2
* waf:lib/replace: fix a build error with non-gcc compilersBjörn Jacke2019-01-101-1/+1
* lib: replace: snprintf: Whitespace clean upLadislav Michl via samba-technical2019-01-101-72/+72
* replace: Use memset_s for ZERO_* macrosAndreas Schneider2018-12-201-4/+8
* replace: Cleanup comments for ZERO_*Andreas Schneider2018-12-201-11/+13
* replace: Add memset_s to replacement functionsAndreas Schneider2018-12-202-1/+2
* replace: Fix checking for config.h #define in replace.hAndreas Schneider2018-12-161-1/+1
* replace: Fix checking for config.h #define in gssapi.hAndreas Schneider2018-12-161-4/+4
* replace: Fix checking for config.h #define in readline.hAndreas Schneider2018-12-161-1/+1
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-142-2/+1
* build: Workaround python3 hash order issues (for now)Andrew Bartlett2018-12-131-1/+1
* PY3: switch current build to use python3Noel Power2018-12-102-2/+4
* replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider2018-11-302-10/+13
* replace: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-285-11/+11
* s3: Remove unsused MMAP_BLACKLIST ifdef checksAndreas Schneider2018-11-281-4/+0
* lib:replace: Check if HAVE_DECL_ENVIRON is defined firstAndreas Schneider2018-11-281-0/+2
* replace: Add check for variable program_invocation_short_nameMartin Schwenke2018-11-132-5/+6
* lib:replace: Do not leak the file pointer in rep_getprogname()Andreas Schneider2018-11-131-5/+12
* lib:replace: Add getprogname()Andreas Schneider2018-11-123-0/+77
* replace: Add memset_s() if not availableAndreas Schneider2018-10-163-0/+56
* 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-242-1/+45
* 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-033-92/+56
* replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs2018-07-021-0/+4
* replace: Check for -Wno-strict-overflowAndreas Schneider2018-04-031-0/+3
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-031-0/+2
* lib:replace: Fix linking when libtirpc-devel overwrites system headersNoel Power2018-03-201-1/+9
* lib:replace: Add FALL_THROUGH statements in strptime.cAndreas Schneider2018-03-011-2/+4
* lib:replace: Add FALL_THROUGH supportAndreas Schneider2018-03-012-0/+45
* replace: Only warn if rpc/rpc.h haven't been foundAndreas Schneider2018-02-271-2/+1
* replace: remove some duplicate checksBjörn Jacke2018-02-211-8/+0
* waf: Fix NFS quota support with libtirpcAndreas Schneider2018-01-221-1/+1
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-221-5/+33
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-221-0/+83