summaryrefslogtreecommitdiff
path: root/source4/lib/replace/test
AgeCommit message (Expand)AuthorFilesLines
2008-05-07libreplace: always provide utime() and utimes()Stefan Metzmacher1-0/+145
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
2008-02-29libreplace: ifdef out ip6 code if unsupported.Michael Adam1-0/+2
2008-02-29libreplace: fix silly crashbug in getifaddrs_test().Michael Adam1-1/+3
2008-02-29libreplace: add missing newline in output of getifaddrs test.Michael Adam1-1/+1
2008-02-28libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam2-6/+99
2007-12-21r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij1-0/+20
2007-12-21r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher1-1/+0
2007-10-10r24674: Make sure results are always on a new line, fix typo in test name.Jelmer Vernooij1-1/+1
2007-10-10r24054: Fix some warningsVolker Lendecke1-2/+2
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22658: - add AC_GNU_SOURCE macro for systems which don't have itStefan Metzmacher1-1/+1
2007-10-10r22415: Remove test directory once we are finished. Merge -r 22393:22394James Peach1-0/+2
2007-10-10r22279: add a lot more detailed strtoll() and strtoull() testsStefan Metzmacher1-56/+254
2007-10-10r22253: - make the strtoll tests more verboseStefan Metzmacher1-7/+56
2007-10-10r22246: only test strtoll onceStefan Metzmacher1-1/+0
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-10r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher1-5/+25
2007-10-10r22216: move strptime testsuite into it's own fileStefan Metzmacher2-105/+155
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 Vernooij2-24/+20
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-10r19029: test if opendir() on a file sets errno = ENOTDIRStefan Metzmacher1-2/+6
2007-10-10r18491: fixed a warningAndrew Tridgell1-1/+1
2007-10-10r18444: return the correct value on errorStefan Metzmacher1-2/+3
2007-10-10r18442: run the os2_delete test in the testsuite tooStefan Metzmacher2-6/+13
2007-10-10r18419: fix include paths of the configure testsStefan Metzmacher1-0/+110
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell1-1/+2
2007-10-10r18332: added back in our shared mmap test codeAndrew Tridgell1-0/+68
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