summaryrefslogtreecommitdiff
path: root/lib/replace/replace.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-0/+40
2012-04-10On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison1-8/+0
2012-04-09Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison1-0/+8
2012-03-24libreplace: Add usleep implementation.Jelmer Vernooij1-0/+6
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij1-0/+9
2012-03-24replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij1-0/+9
2012-02-01replace: Add include for bsd/string.h.Jelmer Vernooij1-0/+4
2012-01-31Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper1-0/+11
2011-02-28libreplace: poll based on selectVolker Lendecke1-0/+5