summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2022-08-04lib: Align an integer typeVolker Lendecke1-1/+2
2022-08-02lib:replace: Only include <sys/mount.h> on non-Linux systemsAndreas Schneider2-1/+6
2022-08-02Revert "lib:replace: Remove <sys/mount.h> from filesys.h"Andreas Schneider1-0/+4
2022-07-29lib:replace: Remove <sys/mount.h> from filesys.hAndreas Schneider1-4/+0
2022-07-28lib:replace: Add macros to burn data from memoryAndreas Schneider1-0/+18
2022-07-22replace: Add check for if_nameindex()Martin Schwenke1-1/+1
2022-06-14replace: Check for -Wuse-after-freeSamuel Cabrero1-0/+3
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher1-0/+7
2022-03-23replace: add explicit function pointer casting from dlsym() to avoid warningsStefan Metzmacher1-1/+1
2022-03-23lib/replace: Do not typedef int boolAndrew Bartlett2-3/+4
2022-02-24lib:ldb: Reformat shell scriptsAndreas Schneider1-1/+1
2022-02-01lib:replace: Fix NULL issue reported by covscanPavel Filipenský1-1/+1
2022-02-01lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský1-2/+2
2021-12-15configure: Check for __atomic_add_fetch() and __atomic_load()Volker Lendecke1-0/+16
2021-12-07lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...Andrew Bartlett1-0/+7
2021-11-30nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher1-0/+1
2021-11-30lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher3-51/+53
2021-11-17lib/replace/timegm: use utf-8Douglas Bagnall1-1/+1
2021-09-07lib/replace: drop runtime copy_file_range() checkRalph Boehme1-24/+2
2021-08-16testsuite: Fix build with gcc >= 11.1.1Andreas Schneider1-1/+5
2021-08-16lib:replace: Remove trailing spaces from testsuite.cAndreas Schneider1-5/+5
2021-08-13libreplace: remove now unused USE_COPY_FILE_RANGE defineRalph Boehme1-2/+0
2021-08-10libreplace: properly execute SYS_copy_file_range checkRalph Boehme1-2/+24
2021-08-10libreplace: properly give headers to conf.CHECK_CODE when checking for copy_f...Ralph Boehme1-2/+1
2021-06-30replace: copy_file_range()Ralph Boehme3-1/+46
2021-06-15heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett1-1/+1
2021-05-07lib:replace: Do not build strndup test with gcc 11 or newerAndreas Schneider1-0/+11
2021-04-27lib:replace: Fix a posible double freeAndreas Schneider1-1/+0
2021-04-25lib:replace: Fix possible resource leaks in test_closefrom()Andreas Schneider1-0/+2
2021-04-25lib:replace: Fix memory leak in test_asprintf()Andreas Schneider1-1/+7
2021-04-25lib:replace: Fix a memleak in test_strndup()Andreas Schneider1-6/+14
2021-04-25lib:replace: Fix a memleak in test_strdup()Andreas Schneider1-1/+6
2021-04-25lib:replace: Fix resource leak in os2_delete testAndreas Schneider1-0/+1
2021-04-22lib:replace: Remove NIS supportAndreas Schneider2-66/+0
2021-04-20lib/replace: don't set -D_SAMBA_HOSTCC_ explicitlyStefan Metzmacher1-1/+0
2021-01-08lib: Add "hex_byte()" to replace.hVolker Lendecke1-0/+16
2020-12-16CI: add samba-no-opathRalph Boehme1-0/+4
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