summaryrefslogtreecommitdiff
path: root/source4/lib/replace/test/testsuite.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18442: run the os2_delete test in the testsuite tooStefan Metzmacher1-1/+8
that shows that Tru64 is broken... It doesn't have getdirent() and the the replacement code doesn't work there. tridge: do you have any idea how to fix this? metze (This used to be commit a5ebfd0ab71f4f4288697f6fd3183a440ce7506b)
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell1-1/+2
places to avoid a #ifdef (This used to be commit 095b8057740a4bb207e24e4c63a2dcb53521a72f)
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-7/+0
- replacing rename() is pointless - all platforms have it (and the #define of rename breaks some code) - use system/locale.h in snprintf.c - fix passwd.h for initgroups - stdlib is in replace.h, not needed elsewhere - fix the initgroups replacement - fix mapping of dl functions to rep_* (This used to be commit 57cd0ca176387d6a3acabf9fedeef4f2a3a3dad7)
2007-10-10r18141: an accidental nested C comment!Andrew Tridgell1-1/+1
(This used to be commit 47c305c7dc5d2b2b61afe9f42f77ee3652c61a79)
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-24/+21
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)
2007-10-10r18059: another cpp errorAndrew Tridgell1-1/+1
(This used to be commit 64eff9d9d998ec2fd3d75393eb57028dfb942acf)
2007-10-10r18051: - add gcc warning flagsAndrew Tridgell1-46/+54
- fix piles of warnings and ftruncate bug in libreplace testsuite (This used to be commit f5fc88f0c4c752a2773d5280ed4d94818e2d4744)
2007-10-10r18045: Update format, list "test" target as phony.Jelmer Vernooij1-1/+1
(This used to be commit 1f431dcd0a1f9a2cd5a0a3b73fbf8b05b8bc6793)
2007-10-10r18043: added strlcpy() testAndrew Tridgell1-2/+23
(This used to be commit a68b3395199d2d47af3b23959e6da7109a9c5193)
2007-10-10r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell1-1/+43
(This used to be commit a2a6782ec721312e329cd16b609fb3eff8ad284d)
2007-10-10r18038: make test fns staticAndrew Tridgell1-43/+43
(This used to be commit 2dda101a5fcc40702df9fa2f932d6fe97ae64163)
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-0/+366
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)