Age | Commit message (Expand) | Author | Files | Lines |
2008-03-18 | libreplace: replace.c does not need system/network.h anymore. | Michael Adam | 1 | -1/+0 |
2008-03-18 | libreplace: move rep_socketpair() to its own module. | Michael Adam | 1 | -22/+0 |
2008-03-18 | libreplace: replace inet_ntoa() when it is missing | Michael Adam | 1 | -14/+0 |
2008-01-15 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h. | Michael Adam | 1 | -0/+8 |
2007-10-10 | r22988: fixed 2 bugs in our unsetenv() replacement code | Andrew Tridgell | 1 | -11/+15 |
2007-10-10 | r22152: merge from samba3: | Stefan Metzmacher | 1 | -27/+0 |
2007-10-10 | r21797: remove the key directly from the environ array | Stefan Metzmacher | 1 | -25/+17 |
2007-10-10 | r21793: add replacement for unsetenv() | Stefan Metzmacher | 1 | -0/+34 |
2007-10-10 | r19395: Fix replacement function compilation. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19393: Add replacement function for socketpair() | Jelmer Vernooij | 1 | -0/+21 |
2007-10-10 | r18999: merge from samba3: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18343: fixed setlinebuf() prototype, added test for it, and use it in two | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18160: - pread and pwrite replacements need to be non-static | Andrew Tridgell | 1 | -22/+7 |
2007-10-10 | r18140: and this reduces warnings about toupper() | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18139: irix needs system/network.h here | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18129: moved the system includes into libreplace - this gives much more | Andrew Tridgell | 1 | -14/+4 |
2007-10-10 | r18061: this should fix the libreplace build on us4 with gcc | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r18056: includes needed for O_CREAT | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r18052: discard_const_p() isn't part of the libreplace API, so we can't use it | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18044: timegm.c needs to be in a separate file | Andrew Tridgell | 1 | -32/+1 |
2007-10-10 | r18040: Use only one strnlen implementation | Jelmer Vernooij | 1 | -14/+1 |
2007-10-10 | r18031: Merge my replace fixes: | Jelmer Vernooij | 1 | -44/+156 |
2007-10-10 | r18018: Fix the build on OpenBSD. No license problem this time, I've written ... | Volker Lendecke | 1 | -1/+17 |
2007-10-10 | r17992: reverted r17842 | Andrew Tridgell | 1 | -46/+0 |
2007-10-10 | r17842: After talking to Simo, apply the next attempt to resolve the strnlen | Volker Lendecke | 1 | -0/+46 |
2007-10-10 | r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noise | Volker Lendecke | 1 | -14/+0 |
2007-10-10 | r17840: A step towards building on Solaris which appears not to have strnlen. | Volker Lendecke | 1 | -0/+14 |
2007-10-10 | r17763: moved setenv to ldb/replace/ | Andrew Tridgell | 1 | -19/+0 |
2007-10-10 | r17750: these have moved to ldb/replace/ now | Andrew Tridgell | 1 | -44/+0 |
2007-10-10 | r16556: Add mkdtemp to libreplace. This is apparantly available on Linux | James Peach | 1 | -0/+15 |
2007-10-10 | r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal to | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r15953: our timegm() replacement still doesn't work, so grab the one from | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r15879: strtok_r() replacement, for solaris | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, with | Jim McDonough | 1 | -0/+2 |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15382: Use grp.h in this block; it has been cleaned out of the other headers... | Paul Green | 1 | -0/+3 |
2007-10-10 | r15321: Reduce the size of rewrite.m4 a bit more | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11343: Remove dependency on DEBUG() | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r10896: added a strcasestr() replacement function | Andrew Tridgell | 1 | -1/+15 |
2007-10-10 | r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r... | Andrew Tridgell | 1 | -12/+2 |
2007-10-10 | r10456: More SCons fixes: | Jelmer Vernooij | 1 | -0/+22 |
2007-10-10 | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 1 | -38/+35 |
2007-10-10 | r9374: HPUX is also missing setegid() | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r9369: an attempt to fix the build on HPUX. This is based on work by Don | Andrew Tridgell | 1 | -79/+27 |
2007-10-10 | r8710: another attempt at fixing HPUX | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8698: attempt to cope with lack of strtoull() on HPUX | Andrew Tridgell | 1 | -1/+9 |
2007-10-10 | r8580: try to fix the build on stratus | Andrew Tridgell | 1 | -12/+8 |