summaryrefslogtreecommitdiffstats
path: root/lib/replace/libreplace.m4
Commit message (Expand)AuthorAgeFilesLines
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-490/+0
* lib/replace: Add ucontext configure autoconf checks.Jeremy Allison2013-01-151-0/+13
* lib/replace: Add missing check for sys/wait.hJeremy Allison2013-01-151-1/+1
* Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2013-01-141-11/+10
* replace: Remove deprecated getpass() support.Andreas Schneider2012-12-031-1/+0
* lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2012-09-241-3/+18
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-291-1/+3
* lib/replace: Undo change of 0 -> NULLAndrew Bartlett2012-06-031-1/+1
* libreplace: Link libreplace against attr when requiredAndrew Bartlett2012-06-031-1/+8
* libreplace: Fix autoconf build on platforms needing xattrsAndrew Bartlett2012-06-021-1/+1
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-021-2/+2
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-0/+47
* Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison2012-04-121-12/+2
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-101-0/+12
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-1/+2
* lib/replace: test for incoherent mmap.Rusty Russell2012-03-221-0/+7
* replace: Add checks for setreuid and setregid.Andreas Schneider2011-10-271-1/+2
* config.h: define HAVE_LIBREPLACERusty Russell2011-10-131-0/+2
* replace: Check if we have mremap() availableSimo Sorce2011-08-141-0/+7
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-041-0/+23
* replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher2011-02-031-0/+2
* replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell2010-10-191-0/+1
* libreplace: move detection of clock_gettime to libreplaceBjörn Jacke2010-08-311-0/+43
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-131-1/+7
* libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell2010-03-261-1/+1
* replace: added get_current_dir_name()Andrew Tridgell2010-03-051-0/+1
* libreplace: Remove the obsolete signal type cast.Andreas Schneider2010-02-231-1/+0
* libreplace: add fdatasync() if not availableAndrew Tridgell2010-02-131-1/+1
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2010-02-111-1/+1
* libreplace: some systems don't have memmem()Andrew Tridgell2010-01-021-0/+2
* Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai2009-09-141-1/+1
* make lib/replace more usable in standalone buildsAndrew Tridgell2009-08-241-2/+2
* include unix.h if it's availableMatt Kraai2009-07-191-0/+1
* Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij2009-04-201-1/+1
* Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij2009-04-201-1/+1
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-011-1/+1
|\
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-1/+1
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-1/+1
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-1/+1
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-1/+1
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-1/+1
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-011-1/+1
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-1/+1
|/
* Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij2008-10-271-0/+1
* Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij2008-10-271-2/+2
* Move ufc to libreplace.Jelmer Vernooij2008-10-181-0/+1
* Fix standalone builds adjusting to new relative path.Simo Sorce2008-09-191-2/+2
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+308