1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-21 03:17:08 +03:00

140 Commits

Author SHA1 Message Date
Stefan Metzmacher
c765090871 selftest: samba3 passes RAW-SEARCH now
As the resume key tests are skipped against samba3.

metze
2008-03-11 22:08:24 +01:00
Michael Adam
567ac329dc Test: Properly track current test binary for tracking crashes.
Make sure the panic action always has the right test binary set.

Michael
2008-03-06 09:25:49 +01:00
Stefan Metzmacher
9b761062df make test: pass --option=torture:sharedelay=100000 to samba4 smbtorture
BASE-DEFER_OPEN is now more strict with incorrect timing

metze
2008-02-25 11:34:44 +01:00
Kai Blin
d12c49e60f ntlm_auth: Fix another typo in the test.
This _should_ be the last one.
2008-01-30 18:34:24 +01:00
Kai Blin
11c9c1536b ntlm_auth: test should honour configfile option to run on build farm. 2008-01-30 17:57:32 +01:00
Kai Blin
bfa919cde5 ntlm_auth: Fix typos in the torture test script.
This should fix the build farm. Sorry, wonder why it worked on my box
before.
2008-01-30 16:59:40 +01:00
Kai Blin
f02b74fc06 ntlm_auth: Add a blackbox test. 2008-01-30 15:26:27 +01:00
Volker Lendecke
63ee2ef775 Active RAW-STREAMS in make test 2008-01-20 15:29:58 +01:00
Volker Lendecke
151b42a150 rename vfs_ea_tdb to vfs_xattr_tdb 2008-01-15 17:30:29 +01:00
Volker Lendecke
2036b4c5ad Implement vfs_ea_tdb
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
2008-01-15 11:01:18 +01:00
Michael Adam
3eedb89284 Reset the failed counter in test_wbinfo_s3.sh.
Michael
2008-01-14 00:23:11 +01:00
Michael Adam
50f65c3c55 Fix a syntax error in script/tests/test_local_s3.sh .
This will reveal the currently breaking tdbtorture to the build farm...

Michael
2008-01-13 23:54:48 +01:00
Jelmer Vernooij
015cf6b6ad Review feedback from metze. 2008-01-06 15:12:24 +01:00
Jelmer Vernooij
126cc07599 Use metze's approach. 2008-01-06 01:12:56 +01:00
Jeremy Allison
c3f3ec5cd5 "Desting" -> "Testing"
Jeremy.
2008-01-04 19:34:43 -08:00
Jeremy Allison
c84f2234fe Try and fix scripting errors.
Jeremy
2008-01-04 19:12:29 -08:00
Jeremy Allison
0356f0efc4 Try and fix the buildfarm. There's a scripting error and
I'm hoping this is it...
Jeremy.
2008-01-04 19:09:46 -08:00
Jeremy Allison
c580023501 Better way of testing enc.
Jeremy.
2008-01-04 16:58:23 -08:00
Jeremy Allison
deeeae3ee9 Added -e tests for S3 smbtorture.
Jeremy.
2008-01-04 16:09:48 -08:00
Volker Lendecke
8ba3b8cf7a Attempt to fix the AIX make test failures
For some reason AIX does not return the sender address in the AF_UNIX recvfrom.
So the faked netbios name lookup does not work with socket wrapper, nmbd can't
know where to send the reply. This patch works around this by telling smbclient
explicitly where to connect.

If there's any AIX experts listening -- how do I get the sender address from
AF_UNIX recvfrom?

Volker
2007-12-29 13:17:01 +01:00
Stefan Metzmacher
f5570dcf50 selftest: also export LD_LIBRARY_PATH for samba4's smbtorture
metze
2007-12-23 20:09:16 +01:00
Volker Lendecke
04710626e1 Attempt to make the build farm run s4torture again 2007-12-23 16:38:28 +01:00
Michael Adam
2fe111c19b Fix typo in output.
Michael
2007-12-23 01:34:20 +01:00
Gerald (Jerry) Carter
481cc9ab6a Fix "make test" using the LD_LIBRARY_PATH for selftest script so
smbd can locate the libwbclient library (if neccessary).
2007-12-21 13:50:13 -06:00
Stefan Metzmacher
56251f7852 selftest: reenable wbinfo tests and pass --configfile instead of -s
metze
2007-12-14 19:39:49 +01:00
Stefan Metzmacher
a8a74fc88c selftest: disable wbinfo tests
wbinfo needs to take --config-file to work...

metze
2007-12-14 18:02:05 +01:00
Stefan Metzmacher
88b6d2c0e8 selftest: add a bunch of wbinfo based tests for winbindd
metze
2007-12-14 16:56:10 +01:00
Stefan Metzmacher
8ace8fa82c selftest: move workgroup name into WORKGROUP envvar
metze
2007-12-14 16:19:18 +01:00
Stefan Metzmacher
0dc2d7ec01 make test: try to get a more portable way to get UID and GID
metze
2007-11-09 14:36:20 +01:00
Stefan Metzmacher
8ad4287cca make test: start winbindd
metze
2007-11-09 09:53:03 +01:00
Stefan Metzmacher
bb125f3e08 we don't have build-farm specific tests anymore
metze
2007-11-09 09:53:03 +01:00
Stefan Metzmacher
02cfd28362 make test: activate nss_wrapper for make test
metze
2007-11-09 09:53:02 +01:00
Jeremy Allison
39d265375c Fix some cases where file_set_dosmode was being passed
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.
2007-10-31 15:45:45 -07:00
Stefan Metzmacher
d70ddad2e8 don't skip some tests which samba3 passes (at least on my laptop)
metze
2007-10-18 11:05:56 +02:00
Stefan Metzmacher
f694df1919 make gdb_backtrace executable
metze
2007-10-18 11:05:47 +02:00
Gerald (Jerry) Carter
5c6c8e1fe9 [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
Jelmer Vernooij
bdc831ddb3 r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba 4's selftest code. See the mailing list for details. 2007-10-10 12:31:03 -05:00
Volker Lendecke
1cbe40b27c r25317: Activate raw-samba3rootdirfid 2007-10-10 12:30:58 -05:00
Jeremy Allison
a28a35f9cd r25104: Fix extra lines added by mistake.
Jeremy.
2007-10-10 12:30:40 -05:00
Jeremy Allison
cf6b6f9c3a r25102: Rewrite msdfs code to use talloced filenames. Passes make test
and make valgrindtest. Final step will be to change srvstr_get_path()
to return talloced memory in the major codepaths.
Jeremy.
2007-10-10 12:30:40 -05:00
Stefan Metzmacher
ab15f5c3e7 r24974: catch SIGINT and SIGQUIT like SIGTERM
metze
2007-10-10 12:30:30 -05:00
Volker Lendecke
1f396cc237 r24802: Activate new tests
RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK
2007-10-10 12:30:22 -05:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Jeremy Allison
c2f7ab1c17 r23780: Find and fix more GPL2 -> GPL3.
Jeremy.
2007-10-10 12:28:21 -05:00
Volker Lendecke
b599e5b1e1 r23500: Two changes to survive the now activated test for rename_internals_fsp:
With the target being open we have to return NT_STATUS_ACCESS_DENIED and
root_fid != 0 leads to NT_STATUS_INVALID_PARAMETER
2007-10-10 12:23:22 -05:00
Michael Adam
30d71cf4b8 r23489: (Re-)Add tdbtorture as a build target to 3_0_26.
Add the tdbtorture test to the test script in 3_0 and 3_0_26.

Michael
2007-10-10 12:23:21 -05:00
Volker Lendecke
23ecb5439f r23429: Ooops, sorry.
Revert an accidential checkin of r23410.

Volker
2007-10-10 12:23:15 -05:00
Volker Lendecke
15553d6327 r23410: Merge the core of the cluster code.
I'm 100% certain I've forgotten to merge something, but the main code
should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and
messages_ctdbd.c.

There should be no changes to the non-cluster case, it does survive make
test on my laptop.

It survives some very basic tests with ctdbd enables, I did not do the
full test suite for clusters yet.

Phew...

Volker
2007-10-10 12:23:14 -05:00
Stefan Metzmacher
5c5aa1f862 r22998: merge from SAMBA_4_0:
only if the output of which has a leading '/' the output is useful...

metze
2007-10-10 12:22:13 -05:00
James Peach
e7b21b1ef3 r21950: After discussion with the Apple and Linux client maintainers,
changing the FindFirst response for the UNIX_INFO2 level to include
a length field before the name. The name is not required to be null
terminated. The length field does not count any null.

Also add call to chflags(2) in the default VFS module so that this
will work be default on BSD-derived platform. Add UNIX-INFO2 test
to the build farm to get some non-BSD coverage.

Jeremy and Jerry, please review for inclusion in 3.0.25.
2007-10-10 12:18:51 -05:00