index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
replace
/
libreplace.m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/replace: Add ucontext configure autoconf checks.
Jeremy Allison
2013-01-15
1
-0
/
+13
*
lib/replace: Add missing check for sys/wait.h
Jeremy Allison
2013-01-15
1
-1
/
+1
*
Fix bug 9548: Correctly detect O_DIRECT
Volker Lendecke
2013-01-14
1
-11
/
+10
*
replace: Remove deprecated getpass() support.
Andreas Schneider
2012-12-03
1
-1
/
+0
*
lib/replace: Improve mkstemp test in autoconf and waf
Andrew Bartlett
2012-09-24
1
-3
/
+18
*
Move back to using per-thread credentials on Linux. Fixes the glibc native AI...
Jeremy Allison
2012-06-29
1
-1
/
+3
*
lib/replace: Undo change of 0 -> NULL
Andrew Bartlett
2012-06-03
1
-1
/
+1
*
libreplace: Link libreplace against attr when required
Andrew Bartlett
2012-06-03
1
-1
/
+8
*
libreplace: Fix autoconf build on platforms needing xattrs
Andrew Bartlett
2012-06-02
1
-1
/
+1
*
lib/replace: Merge remaining xattr test details from lib/util
Andrew Bartlett
2012-06-02
1
-2
/
+2
*
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
2012-06-02
1
-0
/
+47
*
Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...
Jeremy Allison
2012-04-12
1
-12
/
+2
*
On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...
Jeremy Allison
2012-04-10
1
-0
/
+12
*
replace: Move memalign() from lib/util/system.c to libreplace.
Jelmer Vernooij
2012-03-24
1
-1
/
+2
*
lib/replace: test for incoherent mmap.
Rusty Russell
2012-03-22
1
-0
/
+7
*
replace: Add checks for setreuid and setregid.
Andreas Schneider
2011-10-27
1
-1
/
+2
*
config.h: define HAVE_LIBREPLACE
Rusty Russell
2011-10-13
1
-0
/
+2
*
replace: Check if we have mremap() available
Simo Sorce
2011-08-14
1
-0
/
+7
*
libreplace: move "struct timespec" checks into libreplace (where timespec is ...
Günther Deschner
2011-03-04
1
-0
/
+23
*
replace: Try to fix broken sys/capabilites.h on Linux.
Stefan Metzmacher
2011-02-03
1
-0
/
+2
*
replace: cope with systems that have fdatasync(), but don't have the prototype
Andrew Tridgell
2010-10-19
1
-0
/
+1
*
libreplace: move detection of clock_gettime to libreplace
Björn Jacke
2010-08-31
1
-0
/
+43
*
tdb: add TDB_DEPS variable filled with required libraries
Björn Jacke
2010-08-13
1
-1
/
+7
*
libreplace: strerror_r() is needed by heimdal on solaris8
Andrew Tridgell
2010-03-26
1
-1
/
+1
*
replace: added get_current_dir_name()
Andrew Tridgell
2010-03-05
1
-0
/
+1
*
libreplace: Remove the obsolete signal type cast.
Andreas Schneider
2010-02-23
1
-1
/
+0
*
libreplace: add fdatasync() if not available
Andrew Tridgell
2010-02-13
1
-1
/
+1
*
libreplace: added replacements for dprintf() and vdprintf()
Andrew Tridgell
2010-02-11
1
-1
/
+1
*
libreplace: some systems don't have memmem()
Andrew Tridgell
2010-01-02
1
-0
/
+2
*
Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
Matt Kraai
2009-09-14
1
-1
/
+1
*
make lib/replace more usable in standalone builds
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
include unix.h if it's available
Matt Kraai
2009-07-19
1
-0
/
+1
*
Only define waitpid replacement if wait4 is available. (It isn't on
Jelmer Vernooij
2009-04-20
1
-1
/
+1
*
Move check for syslog out of libreplace to source3/ and source4/.
Jelmer Vernooij
2009-04-20
1
-1
/
+1
*
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
\
|
*
Move sys_realpath() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
*
Move sys_lchown() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
*
Move sys_symlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
*
Move sys_readlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
*
Move sys_link to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
*
Move sys_chown() to rep_chown().
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
|
Use dup2() replacement from libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
/
*
Fix definition of environ on Mac OS X (bugzilla: #5412).
Jelmer Vernooij
2008-10-27
1
-0
/
+1
*
Remove duplicate check for volatile, move all utime-checks to
Jelmer Vernooij
2008-10-27
1
-2
/
+2
*
Move ufc to libreplace.
Jelmer Vernooij
2008-10-18
1
-0
/
+1
*
Fix standalone builds adjusting to new relative path.
Simo Sorce
2008-09-19
1
-2
/
+2
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
1
-0
/
+308