summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2012-11-15lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher3-17/+34
2012-11-15libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij1-6/+6
2012-11-15libreplace: fixed declaration of dprintf() on FreeBSD (cherry picked from com...Andrew Tridgell2-2/+12
2012-11-15libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2-1/+32
2012-11-15libreplace: some systems don't have memmem()Andrew Tridgell4-0/+68
2011-08-02Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sigJeremy Allison1-4/+0
2011-06-17libreplace: include sys/file.h only when availableBjörn Jacke2-1/+3
2010-05-11lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
2010-05-11lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher2-0/+51
2009-12-19Output %p as unsigned in snprintf replacement.Peter Rosin1-0/+1
2009-09-17libreplace: added likely()/unlikely() macros for gccAndrew Tridgell1-0/+19
2009-09-15libreplace: white space cleanupsBjörn Jacke2-12/+12
2009-09-14Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai7-14/+14
2009-08-24LIBREPLACEOBJ now contains the full pathAndrew Tridgell1-4/+1
2009-08-24make lib/replace more usable in standalone buildsAndrew Tridgell1-2/+2
2009-08-24fixed getpass m4Andrew Tridgell1-2/+2
2009-08-12libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai1-0/+14
2009-08-08libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNXMatt Kraai1-1/+1
2009-07-19include unix.h if it's availableMatt Kraai2-0/+5
2009-07-05libreplace: update library search path variablesBjörn Jacke1-1/+4
2009-06-15Add new replace check for --version-scriptSimo Sorce1-0/+16
2009-06-12s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett1-1/+5
2009-06-09try to get PICFLAG right for HP-UX with gccAndrew Tridgell1-6/+5
2009-06-08Add langinfo.h to the system/locale.hTimur I. Bakeyev2-1/+5
2009-06-08replace: add fallback define for IOV_MAXStefan Metzmacher1-0/+16
2009-05-30nss_wrapper: try to fix the build of nss_wrapper on solaris.Günther Deschner1-0/+1
2009-05-16Fix linker flags on non-Linux GNU platforms.Samuel Thibault1-5/+5
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-04-22Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards2-3/+13
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