1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
Jelmer Vernooij
bc596cf917 r19495: Stop linking binaries twice (once before installation, once during build).
Make TORTURE-TALLOC and TORTURE-REPLACE builtin again rather than
separate binaries.
(This used to be commit 8913d60c72)
2007-10-10 14:24:39 -05:00
Andrew Tridgell
c3e4b2d278 r19411: sigh - we can't call close here as its mapped to swrap_close() in the
build farm
(This used to be commit be43b8c569)
2007-10-10 14:21:28 -05:00
Andrew Tridgell
21948f18a7 r19410: - fixed checker error
- close the sockets after the socketpair test
(This used to be commit e679163ac2)
2007-10-10 14:21:28 -05:00
Jelmer Vernooij
f9a0ada725 r19393: Add replacement function for socketpair()
(This used to be commit 448a3ecc01)
2007-10-10 14:21:24 -05:00
Jelmer Vernooij
8acb0575c7 r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
standalone program that speaks subunit.
(This used to be commit 48d316e759)
2007-10-10 14:21:19 -05:00
Andrew Tridgell
0f60472cb2 r19116: fixed a checker warning
(This used to be commit 48243721df)
2007-10-10 14:20:36 -05:00
Stefan Metzmacher
6ddc797e3a r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtorture
metze
(This used to be commit 71fc73e11c)
2007-10-10 14:20:30 -05:00
Stefan Metzmacher
764f74c565 r18442: run the os2_delete test in the testsuite too
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 a5ebfd0ab7)
2007-10-10 14:18:30 -05:00
Andrew Tridgell
a8421e8107 r18343: fixed setlinebuf() prototype, added test for it, and use it in two
places to avoid a #ifdef
(This used to be commit 095b805774)
2007-10-10 14:18:13 -05:00
Andrew Tridgell
3ca73facc5 r18160: - pread and pwrite replacements need to be non-static
- 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 57cd0ca176)
2007-10-10 14:17:44 -05:00
Andrew Tridgell
90f485eecd r18141: an accidental nested C comment!
(This used to be commit 47c305c7dc)
2007-10-10 14:17:39 -05:00
Andrew Tridgell
a983b06d37 r18129: moved the system includes into libreplace - this gives much more
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 77d1a468e0)
2007-10-10 14:17:36 -05:00
Andrew Tridgell
a41abfd514 r18059: another cpp error
(This used to be commit 64eff9d9d9)
2007-10-10 14:17:10 -05:00
Andrew Tridgell
a0202040e2 r18051: - add gcc warning flags
- fix piles of warnings and ftruncate bug in libreplace testsuite
(This used to be commit f5fc88f0c4)
2007-10-10 14:17:08 -05:00
Jelmer Vernooij
c13ea9b3a6 r18045: Update format, list "test" target as phony.
(This used to be commit 1f431dcd0a)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
73493a095a r18043: added strlcpy() test
(This used to be commit a68b339519)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
4c4e6a9a1c r18041: started on the bodies of the testsuite functions for libreplace
(This used to be commit a2a6782ec7)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
6cf5528e20 r18038: make test fns static
(This used to be commit 2dda101a5f)
2007-10-10 14:17:06 -05:00
Jelmer Vernooij
38fdde5d9b r18031: Merge my replace fixes:
* libreplace can now build stand-alone
 * add stub testsuite for libreplace
 * make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b145)
2007-10-10 14:17:05 -05:00