summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* lib/replace/xattr.c: typo fixesBjörn Jacke2019-10-311-8/+8
* 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-043-34/+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-193-776/+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-012-3/+3
* replace/setxattr: correctly use our flags on DarwinBjörn Jacke2019-08-291-4/+2
* xattr/setxattr: fix flag support on AIXBjörn Jacke2019-08-291-2/+30
* replace/setxattr: set reasonable and unified errno value in case the EA value...Björn Jacke2019-08-291-13/+41
* 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