summaryrefslogtreecommitdiff
path: root/source4/lib/replace/replace.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-02Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison1-0/+3
2008-05-07libreplace: always provide utime() and utimes()Stefan Metzmacher1-0/+27
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-1/+1
2008-03-18libreplace: replace.c does not need system/network.h anymore.Michael Adam1-1/+0
2008-03-18libreplace: move rep_socketpair() to its own module.Michael Adam1-22/+0
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam1-14/+0
2008-01-15Fix bug 5055Volker Lendecke1-1/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam1-0/+8
2007-10-10r22988: fixed 2 bugs in our unsetenv() replacement codeAndrew Tridgell1-11/+15
2007-10-10r22152: merge from samba3:Stefan Metzmacher1-27/+0
2007-10-10r21797: remove the key directly from the environ arrayStefan Metzmacher1-25/+17
2007-10-10r21793: add replacement for unsetenv()Stefan Metzmacher1-0/+34
2007-10-10r19395: Fix replacement function compilation.Jelmer Vernooij1-1/+1
2007-10-10r19393: Add replacement function for socketpair()Jelmer Vernooij1-0/+21
2007-10-10r18999: merge from samba3:Stefan Metzmacher1-1/+1
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell1-2/+2
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-22/+7
2007-10-10r18140: and this reduces warnings about toupper()Andrew Tridgell1-0/+1
2007-10-10r18139: irix needs system/network.h hereAndrew Tridgell1-0/+1
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-14/+4
2007-10-10r18061: this should fix the libreplace build on us4 with gccAndrew Tridgell1-0/+8
2007-10-10r18056: includes needed for O_CREATAndrew Tridgell1-1/+3
2007-10-10r18052: discard_const_p() isn't part of the libreplace API, so we can't use itAndrew Tridgell1-1/+1
2007-10-10r18044: timegm.c needs to be in a separate fileAndrew Tridgell1-32/+1
2007-10-10r18040: Use only one strnlen implementationJelmer Vernooij1-14/+1
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-44/+156
2007-10-10r18018: Fix the build on OpenBSD. No license problem this time, I've written ...Volker Lendecke1-1/+17
2007-10-10r17992: reverted r17842Andrew Tridgell1-46/+0
2007-10-10r17842: After talking to Simo, apply the next attempt to resolve the strnlenVolker Lendecke1-0/+46
2007-10-10r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noiseVolker Lendecke1-14/+0
2007-10-10r17840: A step towards building on Solaris which appears not to have strnlen.Volker Lendecke1-0/+14
2007-10-10r17763: moved setenv to ldb/replace/Andrew Tridgell1-19/+0
2007-10-10r17750: these have moved to ldb/replace/ nowAndrew Tridgell1-44/+0
2007-10-10r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach1-0/+15
2007-10-10r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal toStefan Metzmacher1-0/+4
2007-10-10r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell1-13/+0
2007-10-10r15879: strtok_r() replacement, for solarisAndrew Tridgell1-0/+27
2007-10-10r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough1-0/+2
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+0
2007-10-10r15382: Use grp.h in this block; it has been cleaned out of the other headers...Paul Green1-0/+3
2007-10-10r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij1-0/+1
2007-10-10r11343: Remove dependency on DEBUG()Jelmer Vernooij1-5/+0
2007-10-10r10896: added a strcasestr() replacement functionAndrew Tridgell1-1/+15
2007-10-10r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r...Andrew Tridgell1-12/+2
2007-10-10r10456: More SCons fixes:Jelmer Vernooij1-0/+22
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij1-38/+35
2007-10-10r9374: HPUX is also missing setegid()Andrew Tridgell1-0/+11
2007-10-10r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell1-79/+27