summaryrefslogtreecommitdiff
path: root/source4/lib/replace/test/testsuite.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher1-0/+110
2007-10-10r22203: Improve the replace testsuite a bit.Jelmer Vernooij1-11/+151
2007-10-10r22152: merge from samba3:Stefan Metzmacher1-7/+0
2007-10-10r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher1-9/+1
2007-10-10r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher1-0/+2
2007-10-10r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher1-1/+61
2007-10-10r20819: - include system/aio.hStefan Metzmacher1-1/+2
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-10r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) becausePaul Green1-2/+2
2007-10-10r19495: Stop linking binaries twice (once before installation, once during bu...Jelmer Vernooij1-2/+9
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-10r19393: Add replacement function for socketpair()Jelmer Vernooij1-0/+41
2007-10-10r19373: Merge changes from subunit branch: Convert libreplace testsuite to aJelmer Vernooij1-22/+18
2007-10-10r19116: fixed a checker warningAndrew Tridgell1-4/+2
2007-10-10r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtortureStefan Metzmacher1-4/+6
2007-10-10r18442: run the os2_delete test in the testsuite tooStefan Metzmacher1-1/+8
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell1-1/+2
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-7/+0
2007-10-10r18141: an accidental nested C comment!Andrew Tridgell1-1/+1
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-24/+21
2007-10-10r18059: another cpp errorAndrew Tridgell1-1/+1
2007-10-10r18051: - add gcc warning flagsAndrew Tridgell1-46/+54
2007-10-10r18045: Update format, list "test" target as phony.Jelmer Vernooij1-1/+1
2007-10-10r18043: added strlcpy() testAndrew Tridgell1-2/+23
2007-10-10r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell1-1/+43
2007-10-10r18038: make test fns staticAndrew Tridgell1-43/+43
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-0/+366