summaryrefslogtreecommitdiff
path: root/lib/replace/replace.h
AgeCommit message (Expand)AuthorFilesLines
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 Bartlett1-1/+1
2021-11-30lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...Stefan Metzmacher1-4/+53
2021-06-30replace: copy_file_range()Ralph Boehme1-0/+10
2021-01-08lib: Add "hex_byte()" to replace.hVolker Lendecke1-0/+16
2020-10-16replace: also use portable __has_attribute macro to check for "deprecated" at...Björn Jacke1-1/+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 Lendecke1-0/+6
2020-02-27Undef ARRAY_SIZE, if defined, before define to avoid compilation warningsPeter Eriksson1-0/+3
2019-09-19replace: Remove crypt() reimplementationAndrew Bartlett1-5/+0
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-01-29wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher1-2/+8
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-16replace: Fix checking for config.h #define in replace.hAndreas Schneider1-1/+1
2018-11-30replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider1-9/+11
2018-11-28s3: Remove unsused MMAP_BLACKLIST ifdef checksAndreas Schneider1-4/+0
2018-11-28lib:replace: Check if HAVE_DECL_ENVIRON is defined firstAndreas Schneider1-0/+2
2018-11-12lib:replace: Add getprogname()Andreas Schneider1-0/+5
2018-10-16replace: Add memset_s() if not availableAndreas Schneider1-0/+8
2018-04-03lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher1-0/+2
2018-03-01lib:replace: Add FALL_THROUGH supportAndreas Schneider1-0/+9
2017-09-26s4:smbd: call setproctitle_initGary Lockyer1-0/+4
2017-06-13strerror_r: provide XSI-compliant strerror_rGary Lockyer1-1/+1
2017-01-08replace: Include sysmacros.hAndreas Schneider1-0/+4
2016-06-13libreplace: Add a closefrom() implementationVolker Lendecke1-0/+6
2016-03-24libreplace: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall1-2/+2
2015-07-29lib: replace: Add strsep function (missing on Solaris).Jeremy Allison1-0/+5
2014-09-17replace: Make EWOULDBLOCK always availableVolker Lendecke1-0/+4
2014-06-07lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison1-0/+5
2014-04-17replace: Add socket_wrapper_enabled().Andreas Schneider1-0/+1
2014-04-17replace: Add nss_wrapper_hosts_enabled().Andreas Schneider1-0/+1
2014-04-17replace: Add nss_wrapper_enabled().Andreas Schneider1-0/+1
2014-04-17replace: Add uid_wrapper_enabled().Andreas Schneider1-0/+2
2013-05-06lib/replace: add SCNx macrosChristian Ambach1-0/+39
2013-05-06lib/replace: prefer inttypes.h over stdint.hChristian Ambach1-4/+4
2013-01-19heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett1-1/+2
2012-12-03replace: Remove deprecated getpass() support.Andreas Schneider1-11/+0
2012-11-22lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett1-3/+1
2012-11-14lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher1-12/+30
2012-09-24replace: Support setproctitle().Jelmer Vernooij1-0/+9
2012-09-10osX define uint64_t as long long intMatthieu Patou1-1/+1
2012-07-04replace: make the INT64_MAX define more portableBjörn Jacke1-1/+1
2012-06-28replace: define INT64_MAX when not definedBjörn Jacke1-0/+4
2012-06-14lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher1-1/+1
2012-06-03librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett1-40/+0
2012-06-02libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett1-8/+8
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett1-8/+8