1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00
Commit Graph

433 Commits

Author SHA1 Message Date
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
Günther Deschner
9f05d2eae7 Add True/False bool cleanup script.
Guenther
2008-01-15 10:35:10 +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
Gerald (Jerry) Carter
83d274b460 Add files for new LGPL libwbclient DSO implementing the Winbind client API
(based on the winbind_struct_protocol.h).

The API in incomplete, but sufficient to merge.  See wbclienbt.h for the i
interface functions.
2007-12-21 11:58:04 -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
Jeremy Allison
d78e081043 Forgot build options was generated... fix.
Jeremy.
2007-12-10 11:37:20 -08: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
Stefan Metzmacher
005909726e add '_PUBLIC_' prototypes into proto.h
this makes merging samba4 code easier...

metze
2007-11-08 14:34: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
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -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
Stefan Metzmacher
1bf4c7fb20 prepare the mkversion.sh infrastructure for git branches in the build-farm
metze
2007-10-11 12:27:38 +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
Stefan Metzmacher
43df4928ec r25418: fix generation of git revision calculation
metze
2007-10-10 12:31:04 -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
Stefan Metzmacher
5afa66970e r25125: create prototypes for 'bool ' functions
metze
2007-10-10 12:30:42 -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
Stefan Metzmacher
5514e8487f r24605: remove some stuff samba3 doesn't need any more
metze
2007-10-10 12:30:10 -05:00
Günther Deschner
b310b1dfd6 r24421: Ignore long #defines (like for registry keys).
Guenther
2007-10-10 12:29:44 -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