summaryrefslogtreecommitdiff
path: root/lib/replace/replace.h
Commit message (Expand)AuthorAgeFilesLines
* replace: Remove crypt() reimplementationAndrew Bartlett2019-09-191-5/+0
* 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
* wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher2019-01-291-2/+8
* replace: Use memset_s for ZERO_* macrosAndreas Schneider2018-12-201-4/+8
* replace: Cleanup comments for ZERO_*Andreas Schneider2018-12-201-11/+13
* replace: Fix checking for config.h #define in replace.hAndreas Schneider2018-12-161-1/+1
* replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider2018-11-301-9/+11
* s3: Remove unsused MMAP_BLACKLIST ifdef checksAndreas Schneider2018-11-281-4/+0
* lib:replace: Check if HAVE_DECL_ENVIRON is defined firstAndreas Schneider2018-11-281-0/+2
* lib:replace: Add getprogname()Andreas Schneider2018-11-121-0/+5
* replace: Add memset_s() if not availableAndreas Schneider2018-10-161-0/+8
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-031-0/+2
* lib:replace: Add FALL_THROUGH supportAndreas Schneider2018-03-011-0/+9
* s4:smbd: call setproctitle_initGary Lockyer2017-09-261-0/+4
* strerror_r: provide XSI-compliant strerror_rGary Lockyer2017-06-131-1/+1
* replace: Include sysmacros.hAndreas Schneider2017-01-081-0/+4
* libreplace: Add a closefrom() implementationVolker Lendecke2016-06-131-0/+6
* libreplace: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-2/+2
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-07-291-0/+5
* replace: Make EWOULDBLOCK always availableVolker Lendecke2014-09-171-0/+4
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-06-071-0/+5
* replace: Add socket_wrapper_enabled().Andreas Schneider2014-04-171-0/+1
* replace: Add nss_wrapper_hosts_enabled().Andreas Schneider2014-04-171-0/+1
* replace: Add nss_wrapper_enabled().Andreas Schneider2014-04-171-0/+1
* replace: Add uid_wrapper_enabled().Andreas Schneider2014-04-171-0/+2
* lib/replace: add SCNx macrosChristian Ambach2013-05-061-0/+39
* lib/replace: prefer inttypes.h over stdint.hChristian Ambach2013-05-061-4/+4
* heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett2013-01-191-1/+2
* replace: Remove deprecated getpass() support.Andreas Schneider2012-12-031-11/+0
* lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2012-11-221-3/+1
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-141-12/+30
* replace: Support setproctitle().Jelmer Vernooij2012-09-241-0/+9
* osX define uint64_t as long long intMatthieu Patou2012-09-101-1/+1
* replace: make the INT64_MAX define more portableBjörn Jacke2012-07-041-1/+1
* replace: define INT64_MAX when not definedBjörn Jacke2012-06-281-0/+4
* lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher2012-06-141-1/+1
* librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett2012-06-031-40/+0
* libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett2012-06-021-8/+8
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-021-8/+8
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-0/+40
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-101-8/+0
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-091-0/+8
* libreplace: Add usleep implementation.Jelmer Vernooij2012-03-241-0/+6
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-241-0/+9
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-0/+9
* replace: Add include for bsd/string.h.Jelmer Vernooij2012-02-011-0/+4
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-01-311-0/+11
* libreplace: poll based on selectVolker Lendecke2011-02-281-0/+5