summaryrefslogtreecommitdiff
path: root/lib/replace/replace.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-03replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher1-0/+7
2010-10-26replace: restore the order for #define + rep_strtollMatthieu Patou1-3/+3
2010-10-23lib/replace: fix rep_strtoull() prototypeStefan Metzmacher1-2/+2
2010-10-22replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou1-0/+12
2010-10-19replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell1-0/+2
2010-09-22libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke1-0/+1
2010-08-31libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke1-0/+4
2010-08-23replace: Fix ifndefs for formatting defines.Jelmer Vernooij1-3/+3
2010-04-18libreplace: added _PUBLIC_ and _PRIVATE_ to replace.hAndrew Tridgell1-0/+18
2010-03-29s4-waf: use the libreplace strerror_r if neededAndrew Tridgell1-2/+2
2010-03-26libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell1-0/+5
2010-03-24libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell1-0/+10
2010-03-05replace: added get_current_dir_name()Andrew Tridgell1-0/+5
2010-02-13libreplace: add fdatasync() if not availableAndrew Tridgell1-0/+4
2010-01-02libreplace: some systems don't have memmem()Andrew Tridgell1-0/+6
2009-09-17libreplace: added likely()/unlikely() macros for gccAndrew Tridgell1-0/+19
2009-07-19include unix.h if it's availableMatt Kraai1-0/+4
2009-04-22Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards1-0/+12
2009-01-31lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher1-12/+0
2009-01-22lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher1-0/+6
2008-11-02Samba3: Remove more configure tests already done by libreplace.Jelmer Vernooij1-1/+9
2008-11-01Fix return type of readlink().Jelmer Vernooij1-1/+1
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij1-0/+35
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-0/+5
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-0/+5
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij1-0/+5
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij1-0/+4