summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam2009-04-151-2/+2
* build: fix detection of netinet/ip.h on FreeBSDTimur2009-04-151-0/+1
* build: format the header check for netinet/ip.h more nicelyTimur2009-04-151-6/+8
* lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ...Stefan Metzmacher2009-04-151-1/+1
* lib/replace: make sure we include <sys/uio.h> before socket_wrapper.hStefan Metzmacher2009-03-112-0/+5
* libreplace: make it possible to disable socket_wrapper via -DSOCKET_WRAPPER_D...Stefan Metzmacher2009-02-261-2/+4
* More warning fixes for Solaris.Jeremy Allison2009-02-231-9/+0
* all BSDs use this evironment variableBjörn Jacke2009-02-231-1/+1
* enable IPv6 support for NetBSD, FreeBSDBjörn Jacke2009-02-111-0/+1
* lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher2009-01-312-13/+5
* lib/replace: check if we have dirfd()Stefan Metzmacher2009-01-301-0/+3
* libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam2009-01-271-1/+5
* libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam2009-01-271-1/+4
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-221-0/+6
* Fix warnings in make test code.Jeremy Allison2009-01-021-2/+6
* ldb: Fix linking against tevent library (rather than events)Jelmer Vernooij2008-12-231-0/+1
* Fix circular dependency error with autoconf 2.6.3.Andreas Schneider2008-11-261-0/+2
* Samba3: Remove more configure tests already done by libreplace.Jelmer Vernooij2008-11-021-1/+9
* Fix return type of readlink().Jelmer Vernooij2008-11-011-1/+1
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-014-1/+94
|\
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-012-2/+5
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-014-1/+18
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-014-1/+14
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-014-1/+16
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-014-1/+14
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-014-1/+15
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-014-1/+20
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-014-1/+16
|/
* Fix definition of environ on Mac OS X (bugzilla: #5412).Jelmer Vernooij2008-10-272-0/+10
* Remove duplicate check for volatile, move all utime-checks toJelmer Vernooij2008-10-272-2/+6
* Fix AC_SEARCH_LIBS_EXT() usage.Jelmer Vernooij2008-10-211-3/+2
* Fix crypto test.Jelmer Vernooij2008-10-201-1/+1
* Don't assume crypt.h is present even if crypt() is.Jelmer Vernooij2008-10-202-0/+3
* Use _EXT version of autoconf macro.Jelmer Vernooij2008-10-191-1/+1
* Make sure crypt libs get included.Jelmer Vernooij2008-10-191-1/+1
* Move ufc to libreplace.Jelmer Vernooij2008-10-184-0/+784
* Define inttypes macros if not provided by system.Jelmer Vernooij2008-10-141-0/+48
* Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)Jelmer Vernooij2008-10-141-0/+1
* libreplace: move main() out of testsuite.cStefan Metzmacher2008-09-223-12/+38
* Fix standalone builds adjusting to new relative path.Simo Sorce2008-09-195-6/+31
* Fix merged build.Jelmer Vernooij2008-09-171-0/+2
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-1765-0/+14655