summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Error out at runtime when seteuid/setresuid or setegid/setresgid are notJelmer Vernooij1-2/+4
2009-04-20Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij3-2/+6
2009-04-20Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij3-0/+12
2009-04-20Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij2-1/+3
2009-03-23libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam1-2/+2
2009-03-17build: fix detection of netinet/ip.h on FreeBSDTimur1-0/+1
2009-03-17build: format the header check for netinet/ip.h more nicelyTimur1-6/+8
2009-03-16lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ...Stefan Metzmacher1-1/+1
2009-03-11lib/replace: make sure we include <sys/uio.h> before socket_wrapper.hStefan Metzmacher2-0/+5
2009-02-26libreplace: make it possible to disable socket_wrapper via -DSOCKET_WRAPPER_D...Stefan Metzmacher1-2/+4
2009-02-23More warning fixes for Solaris.Jeremy Allison1-9/+0
2009-02-23all BSDs use this evironment variableBjörn Jacke1-1/+1
2009-02-11enable IPv6 support for NetBSD, FreeBSDBjörn Jacke1-0/+1
2009-01-31lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2-13/+5
2009-01-30lib/replace: check if we have dirfd()Stefan Metzmacher1-0/+3
2009-01-27libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam1-1/+5
2009-01-27libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam1-1/+4
2009-01-22lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher1-0/+6
2009-01-02Fix warnings in make test code.Jeremy Allison1-2/+6
2008-12-23ldb: Fix linking against tevent library (rather than events)Jelmer Vernooij1-0/+1
2008-11-26Fix circular dependency error with autoconf 2.6.3.Andreas Schneider1-0/+2
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 Vernooij4-1/+94
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij4-1/+16
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2-2/+5
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij4-1/+18
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij4-1/+14
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij4-1/+16
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij4-1/+14
2008-11-01Move sys_link to libreplace.Jelmer Vernooij4-1/+15
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij4-1/+20
2008-10-27Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij2-0/+10
2008-10-27Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij2-2/+6
2008-10-21Fix AC_SEARCH_LIBS_EXT() usage.Jelmer Vernooij1-3/+2
2008-10-20Fix crypto test.Jelmer Vernooij1-1/+1
2008-10-20Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2-0/+3
2008-10-19Use _EXT version of autoconf macro.Jelmer Vernooij1-1/+1
2008-10-19Make sure crypt libs get included.Jelmer Vernooij1-1/+1
2008-10-18Move ufc to libreplace.Jelmer Vernooij4-0/+784
2008-10-14Define inttypes macros if not provided by system.Jelmer Vernooij1-0/+48
2008-10-14Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)Jelmer Vernooij1-0/+1
2008-09-22libreplace: move main() out of testsuite.cStefan Metzmacher3-12/+38
2008-09-19Fix standalone builds adjusting to new relative path.Simo Sorce5-6/+31
2008-09-17Fix merged build.Jelmer Vernooij1-0/+2
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij65-0/+14655