summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* libreplace: added likely()/unlikely() macros for gccAndrew Tridgell2009-09-171-0/+19
* libreplace: white space cleanupsBjörn Jacke2009-09-152-12/+12
* Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai2009-09-147-14/+14
* LIBREPLACEOBJ now contains the full pathAndrew Tridgell2009-08-241-4/+1
* make lib/replace more usable in standalone buildsAndrew Tridgell2009-08-241-2/+2
* fixed getpass m4Andrew Tridgell2009-08-241-2/+2
* libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai2009-08-121-0/+14
* libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNXMatt Kraai2009-08-081-1/+1
* include unix.h if it's availableMatt Kraai2009-07-192-0/+5
* libreplace: update library search path variablesBjörn Jacke2009-07-051-1/+4
* Add new replace check for --version-scriptSimo Sorce2009-06-151-0/+16
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-1/+5
* try to get PICFLAG right for HP-UX with gccAndrew Tridgell2009-06-091-6/+5
* Add langinfo.h to the system/locale.hTimur I. Bakeyev2009-06-082-1/+5
* replace: add fallback define for IOV_MAXStefan Metzmacher2009-06-081-0/+16
* nss_wrapper: try to fix the build of nss_wrapper on solaris.Günther Deschner2009-05-301-0/+1
* Fix linker flags on non-Linux GNU platforms.Samuel Thibault2009-05-161-5/+5
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
* Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards2009-04-222-3/+13
* Error out at runtime when seteuid/setresuid or setegid/setresgid are notJelmer Vernooij2009-04-201-2/+4
* Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij2009-04-203-2/+6
* Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij2009-04-203-0/+12
* Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij2009-04-202-1/+3
* libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam2009-03-231-2/+2
* build: fix detection of netinet/ip.h on FreeBSDTimur2009-03-171-0/+1
* build: format the header check for netinet/ip.h more nicelyTimur2009-03-171-6/+8
* lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ...Stefan Metzmacher2009-03-161-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