1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00
Commit Graph

500 Commits

Author SHA1 Message Date
Andrew Tridgell
3828c463ad r18302: fixed test_cifsdd.sh - the unnecessary sum operations were breaking on
solaris
2007-10-10 14:18:05 -05:00
Stefan Metzmacher
1ee1007597 r18296: this isn't needed anymore
metze
2007-10-10 14:18:03 -05:00
Andrew Tridgell
9fb91702fd r18290: finally worked out why we were failing tests on solaris. It has
kerberos on port 750 in /etc/services! Work around this by using
127.0.0.1:88 in the krb5.conf
2007-10-10 14:18:02 -05:00
Andrew Tridgell
826cd304a7 r18281: a workaround for an infinite dependency loop in the dependency
generation for smbreadline.d. The problem was caused by
extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build
using lib/smbreadline/smbreadline.o, which means cflags.pl didn't
match the target.

Hopefully the workaround can be removed when metze or jelmer wake up
and give me a hint on how to make SMB_SUBSYSTEM() not add the ./
prefix :-)
2007-10-10 14:18:00 -05:00
Andrew Tridgell
c44b17ad66 r18277: on some of our slower hosts we need more than 2700 seconds for smbd to
complete all tests
2007-10-10 14:18:00 -05:00
Andrew Tridgell
6c7dd852c0 r18251: skip pidl tests unless the platform has Test::More 2007-10-10 14:17:56 -05:00
Andrew Tridgell
d9ddfdf9e8 r18247: more shell portability fixes 2007-10-10 14:17:55 -05:00
Andrew Bartlett
73d87cce7c r18246: Let our openldap slapd.conf include the magic to have DIGEST-MD5 on
the server-side work.
2007-10-10 14:17:54 -05:00
Rafal Szczesniak
8657bd437a r18190: Add more NET tests to be run on the build farm.
rafal
2007-10-10 14:17:48 -05:00
Jelmer Vernooij
587a681c19 r18171: Generate prototypes for functions returning bool. 2007-10-10 14:17:45 -05:00
Rafal Szczesniak
2185e97889 r18050: Run more NET tests on the build farm.
rafal
2007-10-10 14:17:08 -05:00
Andrew Tridgell
a85646cba5 r18026: patch from Brad allowing the windows testing to be configured
externally in the build farm
2007-10-10 14:17:04 -05:00
Andrew Bartlett
999d989131 r18023: Add support infrusructure for testing against an OpenLDAP server.
This will give a bit more noise on platforms without OpenLDAP (when we
run the slaptest check), but it shouldn't be too bad.

We don't start the LDAP server or re-provision unless LDAP_TEST is set.

Andrew Bartlett
2007-10-10 14:17:04 -05:00
Rafal Szczesniak
a6c9a01e89 r18017: Separate NET tests out of RPC. This way it's easier to run libnet
tests only for quick checking.

rafal
2007-10-10 14:17:03 -05:00
Andrew Bartlett
c271c488a5 r17989: Add RPC-NETLOGON as a test we now run against Samba4.
Andrew Bartlett
2007-10-10 14:17:02 -05:00
Stefan Metzmacher
1686c69d0e r17838: revert rev 17754
readd --always-create option to mkproto.pl

metze
2007-10-10 14:16:46 -05:00
Andrew Tridgell
7232da0436 r17768: This merges in the current version of Brad Henry's windows testing
framework patch. There are some issues with the patch that I will
discuss in a separate email to the list, but given the low (zero?)
impact of the patch as it is, I think its better to integrate it now,
then let Brad send some minor update patches later
2007-10-10 14:16:38 -05:00
Stefan Metzmacher
e85d7eeb0a r17754: remove the --always-create option from mkproto.pl
and make this behavior the default.

as with make 3.81 and autodependencies this way is much
faster as make can use faster codepathes internally.

(without this make needed more and more startup time after using
 autodependencies for a few weeks)

metze
2007-10-10 14:16:37 -05:00
Andrew Tridgell
6a7800064f r17675: increase max torture test runtime - we have some v slow hosts in the
farm!
2007-10-10 14:16:22 -05:00
Andrew Bartlett
c2c72565e4 r17547: Add test by mkhl for some of our variable substituion behaviour.
Andrew Bartlett
2007-10-10 14:15:36 -05:00
Andrew Bartlett
f69a842314 r17543: Patch from Martin Kühl <martin.kuehl@gmail.com> to extend the
samba3sam test cases for ldb_map, and to include this into our default
'make test'.
2007-10-10 14:15:36 -05:00
Stefan Metzmacher
ebfb719e3d r17540: store command line args of selftest.sh in local vars
as $0,$1,$2,$3 may change in side the script
or included scripts.

This fixes the usage of SOCKET_WRAPPER on non linux
systems (tested on IRIX 6.4)

metze
2007-10-10 14:15:35 -05:00
Stefan Metzmacher
200b1a5c81 r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
metze
2007-10-10 14:15:35 -05:00
Andrew Bartlett
59f86d8084 r17527: Don't duplicate the entire test setup just to allow testing of the new
ldb-backed shares configuration.

Andrew Bartlett
2007-10-10 14:15:33 -05:00
Stefan Metzmacher
0b552dadaa r17495: run LOCAL-CRYPTO-MD4 and LOCAL-CRYPTO-MD5 with make test
metze
2007-10-10 14:15:29 -05:00
Stefan Metzmacher
b9920f8ac5 r17489: run the crypto tests with test
metze
2007-10-10 14:15:28 -05:00
Andrew Bartlett
110de3a3a2 r17396: Bump the time up again. RPC-SAMR can slow, I probably need to break
it up again...

Andrew Bartlett
2007-10-10 14:15:21 -05:00
Andrew Bartlett
5cb916b57a r17395: Add some more time to the default runtime. Now 7.5 mins.
Andrew Bartlett
2007-10-10 14:15:21 -05:00
Andrew Bartlett
c366c90662 r17394: Pregenerate all the files for TLS. Make the 'make test' startup *much* faster.
Andrew Bartlett
2007-10-10 14:15:21 -05:00
Andrew Bartlett
23314c3953 r17379: Pre-generate DH parameters, to avoid doing this at runtime in our testsuite.
Andrew Bartlett
2007-10-10 14:15:20 -05:00
Stefan Metzmacher
43f99f1171 r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol,
that finally tests our RAW_SESSSETUP_OLD code

metze
2007-10-10 14:15:05 -05:00
Simo Sorce
d4c2b89350 r17208: Add a away to test the ldb module.
Actually you can't test both classic and ldb together, but you can replace the standard
script/tests/mktestsetup.sh file with this one and run make test to see share_ldb in action
2007-10-10 14:10:19 -05:00
Andrew Bartlett
9d866a030e r17169: Test LDAP with testnonblock.
Andrew Bartlett
2007-10-10 14:10:15 -05:00
Stefan Metzmacher
60c4eaa4c5 r17014: add whitespaces...
metze
2007-10-10 14:10:08 -05:00
Andrew Bartlett
9e4eee5a2d r16967: Test another NTLMSSP flags combination.
Andrew Bartlett
2007-10-10 14:10:04 -05:00
Andrew Bartlett
2728b60dfa r16914: Add more tests for the partition module.
Andrew Bartlett
2007-10-10 14:09:59 -05:00
Stefan Metzmacher
2fd7a5fc61 r16891: test dcerpc over smb2
metze
2007-10-10 14:09:57 -05:00
Stefan Metzmacher
8edbd9b05b r16877: run SMB2-FIND test
metze
2007-10-10 14:09:56 -05:00
Andrew Bartlett
ae470ff701 r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sids
to be created as foreign, even if they are in a local domain.

Also we do need the user to exist for the life of the test, as we add
it to a group.

Andrew Bartlett
2007-10-10 14:09:54 -05:00
Andrew Bartlett
8b34bb2689 r16858: The RPC-SAMR-PASSWORDS test now passes.
Andrew Bartlett
2007-10-10 14:09:54 -05:00
Andrew Bartlett
9748c3a2f0 r16852: I thought we passed RPC-SAMR-PASSWORDS, but we don't. Disable that
test for now.

Andrew Bartlett
2007-10-10 14:09:54 -05:00
Andrew Bartlett
845da45117 r16850: Disable NBT-WINSREPLICATION-OWNED until it always passes (currently it still has intermittant failures).
Andrew Bartlett
2007-10-10 14:09:53 -05:00
Andrew Bartlett
aa34bd46cb r16847: Add the parts of the SAMR test that pass back into 'make test'.
I still need to figure out what causes the rest to fail...

Andrew Bartlett
2007-10-10 14:09:53 -05:00
Andrew Bartlett
666ac7e36c r16835: Remove RPC-SAMR from the test, until I can clear up the unexplained failure.
Andrew Bartlett
2007-10-10 14:09:49 -05:00
Andrew Bartlett
840b5f0a7f r16828: Add RPC-LSA as a test that passes, and remove RAW-ACLs until someone
can fix it.

Andrew Bartlett
2007-10-10 14:09:48 -05:00
Andrew Bartlett
01d25c9d6c r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There are
still a couple of unimplemented functions, but this is far better than
not testing this at all.  In particular, this exercises the
password_hash module.

Specific changes:
 - Add support for SetDomainInfo
 - Add many more info levels to QueryDomainInfo
 - Set a domain comment in RPC-SAMR, and verify it is kept
 - Refactor QueryUserInfo not to always serach for all attributes
 - Add QueryDiplayInfo3 and QueryDomainInfo2 as aliased calls
 - Make OemChangePassword2 search under the samdb_base_dn(), so it
   finds the user when partitions are active.
 - Skip SetSecurity, DisplayIndex, MemberAttributesOfGroup and
  'Multiple' alias operations in RPC-SAMR for Samba4
 - Add RPC-SAMR as a 'slow' RPC test (it is quite slow)

Andrew Bartlett
2007-10-10 14:09:46 -05:00
Stefan Metzmacher
0ebb25de56 r16739: test SMB2-GETINFO SMB2-SETINFO by make test
metze
2007-10-10 14:09:43 -05:00
Stefan Metzmacher
0e10282f89 r16560: print out the correct value
metze
2007-10-10 14:09:34 -05:00
Jelmer Vernooij
3763ed3092 r16527: Add target argument for smbtorture.
Remove duplicate unc path separator conversion.
Add prefix for tempdirs.
2007-10-10 14:09:33 -05:00
Jelmer Vernooij
e659d77248 r16525: Move selftest-specific code back to selftest. 2007-10-10 14:09:32 -05:00