r23795: more v2->v3 conversion
[samba.git] / source4 / lib / replace / replace.c
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Michael Adamr23363: Activate rep_pread and rep_pwrite in lib/replac...
2007-10-10 Andrew Tridgellr22988: fixed 2 bugs in our unsetenv() replacement...
2007-10-10 Stefan Metzmacherr22152: merge from samba3:
2007-10-10 Stefan Metzmacherr21797: remove the key directly from the environ array
2007-10-10 Stefan Metzmacherr21793: add replacement for unsetenv()
2007-10-10 Jelmer Vernooijr19395: Fix replacement function compilation.
2007-10-10 Jelmer Vernooijr19393: Add replacement function for socketpair()
2007-10-10 Stefan Metzmacherr18999: merge from samba3:
2007-10-10 Andrew Tridgellr18343: fixed setlinebuf() prototype, added test for...
2007-10-10 Andrew Tridgellr18160: - pread and pwrite replacements need to be...
2007-10-10 Andrew Tridgellr18140: and this reduces warnings about toupper()
2007-10-10 Andrew Tridgellr18139: irix needs system/network.h here
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Andrew Tridgellr18061: this should fix the libreplace build on us4...
2007-10-10 Andrew Tridgellr18056: includes needed for O_CREAT
2007-10-10 Andrew Tridgellr18052: discard_const_p() isn't part of the libreplace...
2007-10-10 Andrew Tridgellr18044: timegm.c needs to be in a separate file
2007-10-10 Jelmer Vernooijr18040: Use only one strnlen implementation
2007-10-10 Jelmer Vernooijr18031: Merge my replace fixes:
2007-10-10 Volker Lendecker18018: Fix the build on OpenBSD. No license problem...
2007-10-10 Andrew Tridgellr17992: reverted r17842
2007-10-10 Volker Lendecker17842: After talking to Simo, apply the next attempt...
2007-10-10 Volker Lendecker17841: Revert 17840, libldb.a defines strnlen. Sorry...
2007-10-10 Volker Lendecker17840: A step towards building on Solaris which appear...
2007-10-10 Andrew Tridgellr17763: moved setenv to ldb/replace/
2007-10-10 Andrew Tridgellr17750: these have moved to ldb/replace/ now
2007-10-10 James Peachr16556: Add mkdtemp to libreplace. This is apparantly...
2007-10-10 Stefan Metzmacherr16003: Tru64 doesn't have strtoll/strtoull but the...
2007-10-10 Andrew Tridgellr15953: our timegm() replacement still doesn't work...
2007-10-10 Andrew Tridgellr15879: strtok_r() replacement, for solaris
2007-10-10 Jim McDonoughr15719: Fix build on systems (AIX) that don't have...
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Paul Greenr15382: Use grp.h in this block; it has been cleaned...
2007-10-10 Jelmer Vernooijr15321: Reduce the size of rewrite.m4 a bit more
2007-10-10 Jelmer Vernooijr11343: Remove dependency on DEBUG()
2007-10-10 Andrew Tridgellr10896: added a strcasestr() replacement function
2007-10-10 Andrew Tridgellr10523: fixed timegm() to not depend on get_time_zone...
2007-10-10 Jelmer Vernooijr10456: More SCons fixes:
2007-10-10 Jelmer Vernooijr10438: Move portability functions to lib/replace/...
2007-10-10 Andrew Tridgellr9374: HPUX is also missing setegid()
2007-10-10 Andrew Tridgellr9369: an attempt to fix the build on HPUX. This is...
2007-10-10 Andrew Tridgellr8710: another attempt at fixing HPUX
2007-10-10 Andrew Tridgellr8698: attempt to cope with lack of strtoull() on HPUX
2007-10-10 Andrew Tridgellr8580: try to fix the build on stratus
2007-10-10 Jelmer Vernooijr7166: Move replacement stuff to seperate directory