Age | Commit message (Expand) | Author | Files | Lines |
2012-07-04 | replace: make the INT64_MAX define more portable | Björn Jacke | 1 | -1/+1 |
2012-06-28 | replace: define INT64_MAX when not defined | Björn Jacke | 1 | -0/+4 |
2012-06-14 | lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIME | Stefan Metzmacher | 1 | -1/+1 |
2012-06-03 | librepace: put #defines after #include "sys/xattr.h" | Andrew Bartlett | 1 | -40/+0 |
2012-06-02 | libreplace: Fix build on MacOS where we have the same fn name but more arguments | Andrew Bartlett | 1 | -8/+8 |
2012-06-02 | lib/replace: Merge remaining xattr test details from lib/util | Andrew Bartlett | 1 | -8/+8 |
2012-06-02 | lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c | Andrew Bartlett | 1 | -0/+40 |
2012-04-10 | On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ... | Jeremy Allison | 1 | -8/+0 |
2012-04-09 | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl... | Jeremy Allison | 1 | -0/+8 |
2012-03-24 | libreplace: Add usleep implementation. | Jelmer Vernooij | 1 | -0/+6 |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 1 | -0/+9 |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 1 | -0/+9 |
2012-02-01 | replace: Add include for bsd/string.h. | Jelmer Vernooij | 1 | -0/+4 |
2012-01-31 | Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master. | Ira Cooper | 1 | -0/+11 |
2011-02-28 | libreplace: poll based on select | Volker Lendecke | 1 | -0/+5 |
2011-02-03 | replace: Try to fix broken sys/capabilites.h on Linux. | Stefan Metzmacher | 1 | -0/+7 |
2010-10-26 | replace: restore the order for #define + rep_strtoll | Matthieu Patou | 1 | -3/+3 |
2010-10-23 | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 1 | -2/+2 |
2010-10-22 | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 1 | -0/+12 |
2010-10-19 | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 1 | -0/+2 |
2010-09-22 | libreplace: fix endless strerror_r has been redefined warnings on AIX | Björn Jacke | 1 | -0/+1 |
2010-08-31 | libreplace: add clock_gettime replacement function for systems that don't hav... | Björn Jacke | 1 | -0/+4 |
2010-08-23 | replace: Fix ifndefs for formatting defines. | Jelmer Vernooij | 1 | -3/+3 |
2010-04-18 | libreplace: added _PUBLIC_ and _PRIVATE_ to replace.h | Andrew Tridgell | 1 | -0/+18 |
2010-03-29 | s4-waf: use the libreplace strerror_r if needed | Andrew Tridgell | 1 | -2/+2 |
2010-03-26 | libreplace: strerror_r() is needed by heimdal on solaris8 | Andrew Tridgell | 1 | -0/+5 |
2010-03-24 | libreplace: fixed declaration of dprintf() on FreeBSD | Andrew Tridgell | 1 | -0/+10 |
2010-03-05 | replace: added get_current_dir_name() | Andrew Tridgell | 1 | -0/+5 |
2010-02-13 | libreplace: add fdatasync() if not available | Andrew Tridgell | 1 | -0/+4 |
2010-01-02 | libreplace: some systems don't have memmem() | Andrew Tridgell | 1 | -0/+6 |
2009-09-17 | libreplace: added likely()/unlikely() macros for gcc | Andrew Tridgell | 1 | -0/+19 |
2009-07-19 | include unix.h if it's available | Matt Kraai | 1 | -0/+4 |
2009-04-22 | Avoid using deprecated form of AC_CHECK_TYPE. | Brad Hards | 1 | -0/+12 |
2009-01-31 | lib/replace: move MAXHOSTNAMELEN to system/network.h | Stefan Metzmacher | 1 | -12/+0 |
2009-01-22 | lib/replace: add defines to let the callers find out if pwrite and pread are ... | Stefan Metzmacher | 1 | -0/+6 |
2008-11-02 | Samba3: Remove more configure tests already done by libreplace. | Jelmer Vernooij | 1 | -1/+9 |
2008-11-01 | Fix return type of readlink(). | Jelmer Vernooij | 1 | -1/+1 |
2008-11-01 | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 1 | -0/+35 |
2008-11-01 | Use dup2() replacement from libreplace. | Jelmer Vernooij | 1 | -0/+5 |
2008-11-01 | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 1 | -0/+5 |
2008-11-01 | Move sys_realpath() to libreplace. | Jelmer Vernooij | 1 | -0/+5 |
2008-11-01 | Move sys_lchown() to libreplace. | Jelmer Vernooij | 1 | -0/+4 |
2008-11-01 | Move sys_symlink() to libreplace. | Jelmer Vernooij | 1 | -0/+6 |
2008-11-01 | Move sys_readlink() to libreplace. | Jelmer Vernooij | 1 | -0/+5 |
2008-11-01 | Move sys_link to libreplace. | Jelmer Vernooij | 1 | -0/+5 |
2008-11-01 | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 1 | -0/+5 |
2008-10-27 | Fix definition of environ on Mac OS X (bugzilla: #5412). | Jelmer Vernooij | 1 | -0/+9 |
2008-10-20 | Don't assume crypt.h is present even if crypt() is. | Jelmer Vernooij | 1 | -0/+2 |
2008-10-18 | Move ufc to libreplace. | Jelmer Vernooij | 1 | -0/+7 |
2008-10-14 | Define inttypes macros if not provided by system. | Jelmer Vernooij | 1 | -0/+48 |