summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
...
* lib:replace: Fix memory leak in test_asprintf()Andreas Schneider2021-04-251-1/+7
* lib:replace: Fix a memleak in test_strndup()Andreas Schneider2021-04-251-6/+14
* lib:replace: Fix a memleak in test_strdup()Andreas Schneider2021-04-251-1/+6
* lib:replace: Fix resource leak in os2_delete testAndreas Schneider2021-04-251-0/+1
* lib:replace: Remove NIS supportAndreas Schneider2021-04-222-66/+0
* lib/replace: don't set -D_SAMBA_HOSTCC_ explicitlyStefan Metzmacher2021-04-201-1/+0
* lib: Add "hex_byte()" to replace.hVolker Lendecke2021-01-081-0/+16
* CI: add samba-no-opathRalph Boehme2020-12-161-0/+4
* replace: define BOOL_DEFINED to fix header yp_prot header check on SolarisBjörn Jacke2020-11-101-0/+1
* replace/waf: fix libnsl checking on SolarisBjörn Jacke2020-11-101-3/+2
* libreplace: Compare a pointer against NULL, not 0Volker Lendecke2020-11-041-1/+1
* replace: also use portable __has_attribute macro to check for "deprecated" at...Björn Jacke2020-10-161-1/+1
* lib/replace: move lib/replace/closefrom.c from ROKEN_HOSTCC_SOURCE to REPLACE...Stefan Metzmacher2020-09-081-0/+3
* lib/util: Standardize use of st_[acm]time nsMatthew DeVore2020-08-151-2/+0
* ldap_server: fix hurd buildSamuel Thibault2020-08-031-0/+7
* dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett2020-07-011-0/+1
* replace, attr.: use function attributes only if supported by feature macro (o...Björn Jacke2020-05-241-1/+6
* lib: Add macro ARRAY_DEL_ELEMENT()Volker Lendecke2020-03-262-0/+48
* Undef ARRAY_SIZE, if defined, before define to avoid compilation warningsPeter Eriksson2020-02-271-0/+3
* lib/replace: remove unused check for aio.hStefan Metzmacher2020-02-151-1/+1
* lib/replace: prefer <sys/xattr.h> over <attr/xattr.h>Ralph Boehme2019-12-181-3/+3
* lib/replace: work around an API conflict between ncurses and XFS xattr APIRalph Boehme2019-12-121-6/+4
* replace: ensure UTIME_NOW and UTIME_OMIT are always availableRalph Boehme2019-12-061-0/+7
* build: Only link against libcrypt where neededAndrew Bartlett2019-11-131-1/+1
* 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