summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22243: remove useless printf'sStefan Metzmacher1-2/+0
2007-10-10r22239: use strlcpy instead of strcpy to make the IBM checker happyStefan Metzmacher1-2/+2
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher2-1/+24
2007-10-10r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher1-5/+25
2007-10-10r22218: fix libreplace standalone buildStefan Metzmacher1-1/+1
2007-10-10r22217: merge from samba3 21944:Stefan Metzmacher2-1/+6
2007-10-10r22216: move strptime testsuite into it's own fileStefan Metzmacher3-116/+158
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher6-0/+1130
2007-10-10r22203: Improve the replace testsuite a bit.Jelmer Vernooij1-11/+151
2007-10-10r22152: merge from samba3:Stefan Metzmacher4-39/+2
2007-10-10r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.James Peach1-0/+8
2007-10-10r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher1-9/+1
2007-10-10r21797: remove the key directly from the environ arrayStefan Metzmacher1-25/+17
2007-10-10r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher1-0/+2
2007-10-10r21795: fix the prototype of unsetenv()...Stefan Metzmacher1-1/+1
2007-10-10r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher1-1/+61
2007-10-10r21793: add replacement for unsetenv()Stefan Metzmacher4-1/+42
2007-10-10r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij3-1/+17
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell1-2/+4
2007-10-10r20981: Fix cut'n'paste error.James Peach1-1/+1
2007-10-10r20930: use sigaction() instead of signal()Andrew Tridgell1-0/+4
2007-10-10r20819: - include system/aio.hStefan Metzmacher2-2/+3
2007-10-10r20816: merge from samba3:Stefan Metzmacher2-0/+5
2007-10-10r20815: merge from samba3Stefan Metzmacher1-1/+1
2007-10-10r20810: unlink the test file when the test is doneStefan Metzmacher1-0/+1
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2-12/+0
2007-10-10r20665: put in my version of aio.hAndrew Tridgell1-4/+4
2007-10-10r20659: add missing system/aio.hStefan Metzmacher1-0/+29
2007-10-10r20383: only try to find dlfcn.h if the dlopen symbol was found,Stefan Metzmacher1-5/+7
2007-10-10r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) becausePaul Green1-2/+2
2007-10-10r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure...Stefan Metzmacher1-17/+21
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+0
2007-10-10r19496: remove unused fileStefan Metzmacher1-6/+0
2007-10-10r19495: Stop linking binaries twice (once before installation, once during bu...Jelmer Vernooij1-2/+9
2007-10-10r19442: this real cause of the failures on *BSD came from the missingStefan Metzmacher2-4/+6
2007-10-10r19440: merged from samba3Andrew Tridgell1-4/+4
2007-10-10r19438: try to fix up the build breakages on BSD systems due to incorrectlyAndrew Tridgell1-3/+3
2007-10-10r19411: sigh - we can't call close here as its mapped to swrap_close() in theAndrew Tridgell1-3/+0
2007-10-10r19410: - fixed checker errorAndrew Tridgell1-1/+4
2007-10-10r19408: I think tm_mon is ending up as -1 on some platformsAndrew Tridgell1-0/+1
2007-10-10r19403: try to fix the crashes in the buildfarm related to timegmAndrew Tridgell1-1/+10
2007-10-10r19395: Fix replacement function compilation.Jelmer Vernooij1-1/+1
2007-10-10r19393: Add replacement function for socketpair()Jelmer Vernooij3-0/+66
2007-10-10r19373: Merge changes from subunit branch: Convert libreplace testsuite to aJelmer Vernooij3-24/+24
2007-10-10r19347: Add socketpair()Jelmer Vernooij2-1/+2
2007-10-10r19245: mrege from samba3:Stefan Metzmacher1-0/+18
2007-10-10r19242: merge from samba3:Stefan Metzmacher1-0/+2
2007-10-10r19234: fix configure test for net/if.h for some platformsStefan Metzmacher1-2/+2
2007-10-10r19227: - add a AC_CACHE_CHECK() around the net/if.h testStefan Metzmacher1-16/+15
2007-10-10r19198: fix typo...Stefan Metzmacher1-1/+1