summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
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-11-04libreplace: Compare a pointer against NULL, not 0Volker Lendecke1-1/+1
2020-10-16replace: also use portable __has_attribute macro to check for "deprecated" at...Björn Jacke1-1/+1
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-08-03ldap_server: fix hurd buildSamuel Thibault1-0/+7
2020-07-01dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett1-0/+1
2020-05-24replace, attr.: use function attributes only if supported by feature macro (o...Björn Jacke1-1/+6
2020-03-26lib: Add macro ARRAY_DEL_ELEMENT()Volker Lendecke2-0/+48
2020-02-27Undef ARRAY_SIZE, if defined, before define to avoid compilation warningsPeter Eriksson1-0/+3
2020-02-15lib/replace: remove unused check for aio.hStefan Metzmacher1-1/+1
2019-12-18lib/replace: prefer <sys/xattr.h> over <attr/xattr.h>Ralph Boehme1-3/+3
2019-12-12lib/replace: work around an API conflict between ncurses and XFS xattr APIRalph Boehme1-6/+4
2019-12-06replace: ensure UTIME_NOW and UTIME_OMIT are always availableRalph Boehme1-0/+7
2019-11-13build: Only link against libcrypt where neededAndrew Bartlett1-1/+1
2019-10-31lib/replace/xattr.c: typo fixesBjörn Jacke1-8/+8
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 Lendecke3-34/+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 Bartlett3-776/+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 Parent2-3/+3
2019-08-29replace/setxattr: correctly use our flags on DarwinBjörn Jacke1-4/+2
2019-08-29xattr/setxattr: fix flag support on AIXBjörn Jacke1-2/+30
2019-08-29replace/setxattr: set reasonable and unified errno value in case the EA value...Björn Jacke1-13/+41
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