Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
|
|
|
|
Without this, smbpasswd generated a SID for the netbios name TORTURE_6. This SID
somehow ended up in the user's token for quite a number of tests, leading to
NT_STATUS_ACCESS_DENIED. I haven't fully understood what is going on here, but
with this patch I could not reproduce the ACCESS_DENIED anymore. It might be
coincidence and this patch does not fix anything, but for me it does not really
hurt either.
Metze, please check!
Volker
|
|
order shouldn't matter & I have a more correct fix for this.
Jeremy.
|
|
depends on xattrs, and xattr_tdb was pushed *first* in the stack...
Jeremy.
|
|
|
|
if we have LIB_PATH_VAR we should use it, otherwise we'll unobtrusively
complain about not having it and use the most likely LD_LIBRARY_PATH.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
|
metze
|
|
This reverts commit a849183f9492d09ccd7e273f955d4d8f2668fdf3.
This is to racy for most of the build-farm machines,
because winbindd doesn't start fast enough.
metze
|
|
work in the build-farm"
This reverts commit 20a1cb15699c781651593c68685ece91c03e6a18.
I will also revert a849183f9492d09ccd7e273f955d4d8f2668fdf3
metze
|
|
build-farm
metze
|
|
So that caller can overwrite the functions.
metze
|
|
metze
|
|
metze
|
|
And add and remove the alias member via net rpc group
instead of net sam.
metze
|
|
Michael
|
|
metze
|
|
|
|
Luckily the build farm caught this
|
|
- Adds new -c <custom conf> option to selftest.sh that when specified
adds a line to make test's server.conf: "include <custom conf>"
- Adds getopts processing to selftest.sh
- Changes selftest.sh shrdir arg to use -s <shrdir>
- Changes selftest.sh smbtorture4_path arg to use -t <smbtortur4 path>
- Adds configure option --with-selftest-custom-conf=<custom conf>
- Updates Makefile.in to take advantage of the new/changed parameters
|
|
If they are not explicitely set in either place both will default to LOCKDIR.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
|
The streams_xattr module only passes sometimes on my laptop.
metze
|
|
Some systems need to have the tdbs (and other files required for samba
to run) on a different filesystem than the share directory that samba
is exporting.
This patch:
- Adds an optional "shrdir" argument to selftest.sh
- If shrdir is specified it will be used, otherwise the default
will be used: "<prefix>/tmp"
- Adds a new configure option: --with-selftest-shrdir
- Plumbs shrdir through Makefile.in and configure.in
|
|
Use whole argument string in test_one_global_option(), not only first.
Michael
|
|
Guenther
|
|
|
|
Michael
(This used to be commit 25cd227aaecf91dfa3114ae0fd2b47c783434aad)
|
|
Michael
(This used to be commit 486b1bc5b5021565ec443fd463c8287c02c686b3)
|
|
Pointed out by Björn Jacke <bj@sernet.de>.
Michael
(This used to be commit 87e02bca04cb26d0d237f3ccd17be0ba2dd6d85f)
|
|
as suggested by Karolin.
That is what it really means. And per-share logic tests will be
disabled by the same switch, too...
Michael
(This used to be commit 5b8a4c33482917a1ef7071df224957ba831d853a)
|
|
Michael
(This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac)
|
|
Michael
(This used to be commit 73312e4e21b6d14363bd0987e0c9716c4ec91834)
|
|
Michael
(This used to be commit 5b6c32160a5d8fafc807fbefb66aa8c98662baae)
|
|
Michael
(This used to be commit 0f5c13e5735990f4325f98156a7dc410276372fe)
|
|
This is a first testparm/lp_load test that runs testparm on a couple
of configuration files. The main purpose for now is to test the options
that have special handlers (to check whether the handlers succeed).
In particular, all the Macro expansions that are available via
alloc_sub_basic() are tested with the include handler. This is to
catch such crashbugs as #5548 where %m expansion led to a segfault.
The tests now are very simple. Just check if testparm completes
successfully on the given config files. This can (and should) be
elaborated in the future.
Michael
(This used to be commit eb28146d40b8a8bc2c20b8d222abf191ea178d5a)
|
|
This is now used to test rpc and local access depending on
command line parameters.
Michael
(This used to be commit 73c17b630317b5019e5d5f2b989b8de081a73e07)
|
|
(This used to be commit 2eef2c682c18ad37b78214c755b9dd7c8b607cb8)
|
|
Remove the user from BUILTIN\Administrators at the end of the tests.
Note: BUILTIN\Administrators is not deletet at the end because that
functionality is not implemented.
Michael
(This used to be commit 1734f9305a38eff05f0147d9c7391ef34085e7b2)
|
|
It breaks RPC-SAMBA3-GETUSERNAME for reasons I have not quite
understood yet. Somhow loosing rights fails when the user
belogns to BUILTIN\Administrators at some point.
Michael
(This used to be commit 9fe99c69f35b005b66c1eacb5d999cc73f1bb521)
|
|
Improve error message if no SMB4TORTURE is available.
Karolin
(This used to be commit 443691eb2614919043406f94e9c71b49230612d5)
|
|
This allows for calling e.g.
TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test
Michael
(This used to be commit 7418d89b2941fff307e0980d1f71f106aed8cbce)
|
|
say "RUNNING SUBTESTS ..." instead of "Running ... tests"
Michael
(This used to be commit 0b879817ba20861c7d0b239d7f7199b0a5ed2ca1)
|
|
Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..."
Michael
(This used to be commit b73821c392a23c213e4b1ad25a8a2d0c845cee3a)
|
|
(by adding him to builtin\administrators)
Michael
(This used to be commit baea0615003cc2db8b27872e87064364f2deb079)
|