1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

2025 Commits

Author SHA1 Message Date
Rafal Szczesniak
fba1d8b041 r19593: add NET-API-USERLIST test
rafal
2007-10-10 14:24:59 -05:00
Rafal Szczesniak
cfcbddfe71 r19592: a simple test for libnet_UserList
rafal
2007-10-10 14:24:59 -05:00
Jelmer Vernooij
3894497a23 r19569: Require that all public header files have a destination path. Fix
places where this was currently not the case.
2007-10-10 14:24:53 -05:00
Andrew Tridgell
59c30478a1 r19565: the scripts do work :) 2007-10-10 14:24:52 -05:00
Andrew Tridgell
a675118a66 r19564: testing build farm scripts, apologies for the noise
(jelmer didn't see some breakage emails lately, I want to ensure its
working)
2007-10-10 14:24:52 -05:00
Andrew Tridgell
6602b605f6 r19563: - make --num-progs a valid smbtorture option again. It's commonly
used.

- mark -t as an integer option
2007-10-10 14:24:52 -05:00
Jelmer Vernooij
827af86549 r19556: Remove unused option. 2007-10-10 14:24:50 -05:00
Jelmer Vernooij
c2e58aa3e6 r19554: Remove short option for --shell, as it overlaps with the option used for
configuration files.
2007-10-10 14:24:49 -05:00
Andrew Tridgell
4dcc26d0a6 r19550: the sense of this test was wrong 2007-10-10 14:24:49 -05:00
Andrew Tridgell
ea1e4685d9 r19549: fixed some indentation 2007-10-10 14:24:48 -05:00
Andrew Tridgell
b412a83905 r19548: this talloc_free() is definately wrong. 2007-10-10 14:24:48 -05:00
Jelmer Vernooij
7b93b3c8be r19537: Report correct test names when tests failed. 2007-10-10 14:24:45 -05:00
Simo Sorce
6960dd2075 r19536: Make output understandable (newlines) 2007-10-10 14:24:45 -05:00
Jelmer Vernooij
7443f4847d r19535: Fix warnings. 2007-10-10 14:24:45 -05:00
Jelmer Vernooij
dbe5e8dd8c r19513: Add support for recipes (using '@') 2007-10-10 14:24:43 -05:00
Jelmer Vernooij
087a8e80a9 r19512: Add --shell option to smbtorture (first work towards support for 'recipes') 2007-10-10 14:24:43 -05:00
Jelmer Vernooij
a58a366bea r19511: Remove unused externs. 2007-10-10 14:24:42 -05:00
Jelmer Vernooij
f5d6b3ca29 r19510: Make smbtorture's `nprocs' parameter a parametric option. 2007-10-10 14:24:42 -05:00
Jelmer Vernooij
7a01235067 r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries
works again now, by specifying --enable-dso to configure.
2007-10-10 14:24:41 -05:00
Andrew Tridgell
66bebb2105 r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check for
CAP_LARGE_FILES
2007-10-10 14:24:41 -05:00
Andrew Tridgell
c5423ea22b r19504: - fixed a free error in file_lines_parse
- added a function to test for large file support

- enable CAP_LARGE_FILES only if the test passes

- don't test at large offsets if the server doesn't set
  CAP_LARGE_FILES
2007-10-10 14:24:40 -05:00
Jelmer Vernooij
8913d60c72 r19495: Stop linking binaries twice (once before installation, once during build).
Make TORTURE-TALLOC and TORTURE-REPLACE builtin again rather than
separate binaries.
2007-10-10 14:24:39 -05:00
Stefan Metzmacher
bf2a7dd218 r19492: - fix RPC-AUTHCONTEXT and RPC-SAMBA3-GETUSERNAME (sorry volker:-)
smb_composite_sesssetup() doesn't set session->vuid any more...
(I changed that yesterday, because it was inconsistently only done
 for spnego session setups, as it was needed internaly for the 2nd
 session setup call, but know session->vuid is only touched (reset to 0)
 for the wrong password case)

metze
2007-10-10 14:24:38 -05:00
Andrew Bartlett
12765db714 r19462: This isn't an encrypted attribute.
Andrew Bartlett
2007-10-10 14:21:36 -05:00
Andrew Tridgell
1d231e45bd r19439: revert my change to a torture assert - expected is a bool 2007-10-10 14:21:32 -05:00
Andrew Tridgell
bb8cdd7626 r19437: don't run the LOCAL-ICONV test on systems that don't have CP850
support
2007-10-10 14:21:31 -05:00
Andrew Tridgell
db000261f4 r19436: fixed stderr in piped_child() as well 2007-10-10 14:21:31 -05:00
Andrew Tridgell
b621999c59 r19435: fixed the subunit code on platforms with small pipe buffers, and use
pipe() on all platforms, not socket pairs (stdin/out are not sockets)

also show the output while its happening, so the tests become useful
again for non-automated usage.

I still really dislike running tests like the TALLOC one as child
processes
2007-10-10 14:21:31 -05:00
Andrew Tridgell
94cdfd5458 r19433: Metze, please take a look at this one!
Failures on some platforms of the WINSREPLICATION test have been
bugging us for months. I finally traced it down to this one record, at
least on the SerNet-solaris8 machine. Disabling this one record allows
the test to pass. I have no idea why, but I'll leave that to Metze :)
2007-10-10 14:21:30 -05:00
Andrew Tridgell
979dd24f5e r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
tdbutil.c is Samba specific, so should not be part of the generic tdb
library
2007-10-10 14:21:30 -05:00
Andrew Tridgell
0b3e83814b r19404: fixed the LOCAL-ICONV test 2007-10-10 14:21:26 -05:00
Jelmer Vernooij
16b6dbd713 r19396: Assume socketpair() is always available (cared for by libreplace) and
create a socket for stderr.
2007-10-10 14:21:25 -05:00
Jelmer Vernooij
b28860978f r19392: Use torture_setting_* rather than lp_parm_* where possible. 2007-10-10 14:21:24 -05:00
Jelmer Vernooij
3855ec9dca r19389: Remove samba3-specific checks: instead, always simply mark these tests as
known failing.
2007-10-10 14:21:23 -05:00
Jelmer Vernooij
b4fc06aeaf r19387: Exit with 0 if failures were expected 2007-10-10 14:21:23 -05:00
Jelmer Vernooij
23f66efd56 r19381: Print out the specific tests that failed after a smbtorture run.
Support listing known failures as a list of wildcards in the file
`KNOWN_FAILURES'.
2007-10-10 14:21:22 -05:00
Rafal Szczesniak
732c22071e r19380: forgot to add home drive testing as well as home directory...
rafal
2007-10-10 14:21:21 -05:00
Rafal Szczesniak
4dfd1d5027 r19379: add testing home directory field to the samr tests.
rafal
2007-10-10 14:21:21 -05:00
Jelmer Vernooij
77d13056bf r19378: Add another type of test result 'error' 2007-10-10 14:21:20 -05:00
Jelmer Vernooij
0061f3c47e r19377: Simplify report functions. 2007-10-10 14:21:20 -05:00
Jelmer Vernooij
88c589940d r19376: Remove unused helper function. 2007-10-10 14:21:19 -05:00
Jelmer Vernooij
48d316e759 r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
standalone program that speaks subunit.
2007-10-10 14:21:19 -05:00
Jelmer Vernooij
0eef6dabc6 r19372: Fix segfault for ui's that don't support comments. 2007-10-10 14:21:19 -05:00
Stefan Metzmacher
0c26c2aefd r19369: - we need to set the target:samba3 before calling torture_init()
otherwise BASE-DELETE will run all tests

- call ldb_global_init() directly after torture_init()
  this isn't strictly needed but looks better

metze
2007-10-10 14:21:18 -05:00
Andrew Tridgell
9389ca13a3 r19366: don't fail async echo tests due to rounding errors 2007-10-10 14:21:18 -05:00
Jelmer Vernooij
96dff03a2b r19359: More portable way of figuring out whether something is a directory 2007-10-10 14:21:16 -05:00
Jelmer Vernooij
4ae6380e6b r19358: Use subunit tests from the right location (from
$src/bin/torture when developing, $LIBDIR/torture when installed)
2007-10-10 14:21:16 -05:00
Jelmer Vernooij
a48d1b2d16 r19356: Reapply portability fix.. 2007-10-10 14:21:15 -05:00
Jelmer Vernooij
73f1d93780 r19352: Oops, missed a few changes... 2007-10-10 14:21:15 -05:00
Jelmer Vernooij
bde00d9706 r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
Support directories for subcategories in tests.
Several small other fixes.
2007-10-10 14:21:14 -05:00