Age | Commit message (Collapse) | Author | Files | Lines |
|
Turn off "map to" directives. I've now fixed the
issues with the build tests running this way. I think
this is how most people run these days - please raise this on
the list (or revert) if you disagree.
|
|
that stores the create time in the user.DosTimestamps EA.
Jeremy.
|
|
Found by torture test.
Guenther
|
|
group" script.
Guenther
|
|
Guenther
|
|
Guenther
|
|
Jeremy, we cannot just access cache_path() here without calling lp_load and
friends as well as parsing configfile from the commandline in order to make
"make test/selftest" find the correct conffile with path, etc.
I just changed it to pass the target tdbfilename as an argument, ok ?
Guenther
|
|
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>
|
|
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
|
|
And add and remove the alias member via net rpc group
instead of net sam.
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
|
|
|
|
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)
|
|
(by adding him to builtin\administrators)
Michael
(This used to be commit baea0615003cc2db8b27872e87064364f2deb079)
|
|
(This used to be commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50)
|
|
(This used to be commit 6fb1fe803ccbd3af2946fcbe4586c11d394d5dc2)
|
|
metze
(This used to be commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)
|
|
Michael
(This used to be commit b6122406fe938fdaf373ff45214db79de06eb989)
|
|
Make sure the panic action always has the right test binary set.
Michael
(This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
|
|
(This used to be commit 63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5)
|
|
(This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
|
|
This is an option for file systems that do not implement xattrs: in
lockdir/eas.tdb an array of xatts per inode is stored.
It can not solve the problem that xattrs might reappear if a posix-level
process deletes a file and happens to re-create it under the same name. On file
systems with birthtime we might have a chance to detect this, but not with
standard posix. A future version might put relief on file systems that do have
xattrs but where these are severely limited in size/speed/whatever: We can put
a simple marker as a native xattr, but the xattrs proper are stored in the tdb.
Volker
(This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
|
|
metze
(This used to be commit f5570dcf503a4b28ebf624d06fd090f3b6b0a560)
|
|
(This used to be commit 04710626e174d7237521f33a351b4425add063b8)
|
|
Michael
(This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)
|
|
smbd can locate the libwbclient library (if neccessary).
(This used to be commit 481cc9ab6a6608e13710c93783ea4e62363e78be)
|
|
metze
(This used to be commit 56251f78524416435299e26fca405e77d0f42043)
|
|
metze
(This used to be commit 8ace8fa82c2ccd6fdb9ca076fb2d6fed203c8126)
|
|
metze
(This used to be commit 0dc2d7ec010610c4bdab8eb6d488295a0259fbc9)
|
|
metze
(This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
|
|
metze
(This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
|
|
False instead of NULL. Fix more of the notifications to
be correct for Samba4 RAW-NOTIFY torture (we had missed
one when calling set_ea_dos_attribute().
Jeremy.
(This used to be commit 39d265375cf55eedddef2c4faa65398df73d5ed2)
|
|
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
|
|
Jeremy.
(This used to be commit a28a35f9cdddb9da1b2adb9e2e6c86d78cf07ea6)
|
|
and make valgrindtest. Final step will be to change srvstr_get_path()
to return talloced memory in the major codepaths.
Jeremy.
(This used to be commit cf6b6f9c3a38b68d2671c753f412772344506742)
|