1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

40 Commits

Author SHA1 Message Date
Jelmer Vernooij
f96b1778a4 r24674: Make sure results are always on a new line, fix typo in test name.
(This used to be commit 40c1635b39)
2007-10-10 15:02:37 -05:00
Volker Lendecke
6dad5b6e06 r24054: Fix some warnings
(This used to be commit b3473db397)
2007-10-10 15:01:20 -05:00
Andrew Tridgell
6c973f4e8c r23798: updated old Temple Place FSF addresses to new URL
(This used to be commit 40c0919aaa)
2007-10-10 14:59:15 -05:00
Andrew Tridgell
b8d69a7ea2 r23795: more v2->v3 conversion
(This used to be commit 84b468b2f8)
2007-10-10 14:59:14 -05:00
Stefan Metzmacher
e4161f9dee r22658: - add AC_GNU_SOURCE macro for systems which don't have it
(sles8)
- fix compiler warning on some systems

metze
(This used to be commit 2097ac64fc)
2007-10-10 14:51:58 -05:00
Stefan Metzmacher
5b7afb8a9f r22279: add a lot more detailed strtoll() and strtoull() tests
metze
(This used to be commit 8b6d907604)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
43b16443de r22253: - make the strtoll tests more verbose
- add initial strtoull tests

metze
(This used to be commit 5d1e0f167a)
2007-10-10 14:50:46 -05:00
Stefan Metzmacher
4b2b3bb706 r22246: only test strtoll once
metze
(This used to be commit 236def3494)
2007-10-10 14:50:45 -05:00
Stefan Metzmacher
abe4d9a93f r22243: remove useless printf's
metze
(This used to be commit 8267e2964e)
2007-10-10 14:50:45 -05:00
Stefan Metzmacher
69370d05c9 r22239: use strlcpy instead of strcpy to make the IBM checker happy
metze
(This used to be commit d51af1b3ac)
2007-10-10 14:50:45 -05:00
Stefan Metzmacher
aea41afb52 r22216: move strptime testsuite into it's own file
so we can include it for the configure test

as it seems that strptime() is really broken on some hosts
in the build farm, re should use the replacement code
when we detect this in the configure test

metze
(This used to be commit 08a5e97606)
2007-10-10 14:50:38 -05:00
Stefan Metzmacher
eb49760603 r22215: add strptime replacement to libreplace based on the patch
from jojowil@hvcc.edu to bug 4063

also add a testsuite for strptime()

metze
(This used to be commit aba6452170)
2007-10-10 14:50:38 -05:00
Jelmer Vernooij
f2e611f355 r22203: Improve the replace testsuite a bit.
(This used to be commit 7003a6fa1a)
2007-10-10 14:50:38 -05:00
Stefan Metzmacher
4cc500433d r22152: merge from samba3:
remove netgr functions from libreplace they're not used
in samba4 currently and samba3 has explicit configure checks for them.

should fix bug #4496

metze
(This used to be commit dd83a8dad8)
2007-10-10 14:49:54 -05:00
Stefan Metzmacher
8988113a42 r21798: unsetenv() returns void on some platforms (BSD)
metze
(This used to be commit 9cdb9f1cee)
2007-10-10 14:49:28 -05:00
Stefan Metzmacher
de75e93817 r21796: check if unsetenv() works on an non-existing key
metze
(This used to be commit c6b4f2d151)
2007-10-10 14:49:28 -05:00
Stefan Metzmacher
d358087227 r21794: add setenv()/unsetenv() testsuite
metze
(This used to be commit 3df206ddfa)
2007-10-10 14:49:27 -05:00
Stefan Metzmacher
0ce02a2c0e r20819: - include system/aio.h
- use full prototype for main
- use ifdef instead if

metze
(This used to be commit b3a3c44f42)
2007-10-10 14:43:35 -05:00
Stefan Metzmacher
28438101bd r20815: merge from samba3
metze
(This used to be commit 5b8387969d)
2007-10-10 14:43:35 -05:00
Stefan Metzmacher
8c75df8b2c r20810: unlink the test file when the test is done
metze
(This used to be commit d3e10679af)
2007-10-10 14:43:34 -05:00
Paul Green
0c1218cbac r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) because
when pipe files are substituting for unix domain sockets, pipes provide
only uni-directional i/o capabilities.
(This used to be commit d0a376732e)
2007-10-10 14:28:39 -05:00
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