summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/replace.c
Commit message (Expand)AuthorAgeFilesLines
* r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell2006-09-101-2/+2
* r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2006-09-061-22/+7
* r18140: and this reduces warnings about toupper()Andrew Tridgell2006-09-061-0/+1
* r18139: irix needs system/network.h hereAndrew Tridgell2006-09-061-0/+1
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2006-09-061-14/+4
* r18061: this should fix the libreplace build on us4 with gccAndrew Tridgell2006-09-051-0/+8
* r18056: includes needed for O_CREATAndrew Tridgell2006-09-051-1/+3
* r18052: discard_const_p() isn't part of the libreplace API, so we can't use itAndrew Tridgell2006-09-041-1/+1
* r18044: timegm.c needs to be in a separate fileAndrew Tridgell2006-09-041-32/+1
* r18040: Use only one strnlen implementationJelmer Vernooij2006-09-041-14/+1
* r18031: Merge my replace fixes:Jelmer Vernooij2006-09-041-44/+156
* r18018: Fix the build on OpenBSD. No license problem this time, I've written ...Volker Lendecke2006-09-031-1/+17
* r17992: reverted r17842Andrew Tridgell2006-09-011-46/+0
* r17842: After talking to Simo, apply the next attempt to resolve the strnlenVolker Lendecke2006-08-261-0/+46
* r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noiseVolker Lendecke2006-08-261-14/+0
* r17840: A step towards building on Solaris which appears not to have strnlen.Volker Lendecke2006-08-261-0/+14
* r17763: moved setenv to ldb/replace/Andrew Tridgell2006-08-231-19/+0
* r17750: these have moved to ldb/replace/ nowAndrew Tridgell2006-08-231-44/+0
* r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach2006-06-271-0/+15
* r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal toStefan Metzmacher2006-06-021-0/+4
* r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell2006-05-301-13/+0
* r15879: strtok_r() replacement, for solarisAndrew Tridgell2006-05-251-0/+27
* r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough2006-05-191-0/+2
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2006-05-131-1/+0
* r15382: Use grp.h in this block; it has been cleaned out of the other headers...Paul Green2006-05-011-0/+3
* r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2006-04-291-0/+1
* r11343: Remove dependency on DEBUG()Jelmer Vernooij2005-10-271-5/+0
* r10896: added a strcasestr() replacement functionAndrew Tridgell2005-10-111-1/+15
* r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r...Andrew Tridgell2005-09-271-12/+2
* r10456: More SCons fixes:Jelmer Vernooij2005-09-231-0/+22
* r10438: Move portability functions to lib/replace/; replace now simply ensures Jelmer Vernooij2005-09-231-38/+35
* r9374: HPUX is also missing setegid()Andrew Tridgell2005-08-181-0/+11
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2005-08-181-79/+27
* r8710: another attempt at fixing HPUXAndrew Tridgell2005-07-221-1/+2
* r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell2005-07-221-1/+9
* r8580: try to fix the build on stratusAndrew Tridgell2005-07-191-12/+8
* r7166: Move replacement stuff to seperate directoryJelmer Vernooij2005-06-011-0/+564