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
Jelmer Vernooij
2c601df23f
r16522: Move code to create the test data out of selftest.sh.
2007-10-10 14:09:32 -05:00
Stefan Metzmacher
1ca34c9090
r16469: do some smb2 tests
...
metze
2007-10-10 14:09:30 -05:00
Jelmer Vernooij
f6e587e706
r16039: Add missing #!, don't rely on bash
2007-10-10 14:08:52 -05:00
Rafal Szczesniak
5c2bc9a4f6
r15926: Add NET-API-DELETEUSER test to the standard tests run on 'make test'
...
rafal
2007-10-10 14:08:41 -05:00
Jelmer Vernooij
141600a624
r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add tests
...
for 'put' and 'get' commands so we don't break them again.
Fixes #3742
2007-10-10 14:08:35 -05:00
Stefan Metzmacher
ce5fd2293d
r15862: add a LOCAL-EVENT torture test
...
- it currently tests the standard events code
- with epoll enabled and disabled
metze
2007-10-10 14:08:34 -05:00
Andrew Tridgell
16c67e135a
r15832: put a talloc leak report in the log file at the end of each test run
2007-10-10 14:08:30 -05:00
Rafal Szczesniak
857993bfe4
r15785: Change the test names according to changes made in libnet torture test.
...
rafal
2007-10-10 14:08:20 -05:00
Stefan Metzmacher
c567d92f5b
r15684: fix option passing
...
metze
2007-10-10 14:08:05 -05:00
Rafal Szczesniak
9bb5415929
r15665: ejsnet test should be better now, after changes in delete
...
user routine.
rafal
2007-10-10 14:08:05 -05:00
Stefan Metzmacher
248d56af9d
r15642: add an '--always-create' option to mkproto.pl
...
with this the proto headers will be always regenerated,
even if the content hasn't changed
you can use currently by
#>make MK_PROTO_ALWAYS_CREATE=yes'
or
#>export MK_PROTO_ALWAYS_CREATE=yes
#>make
metze
2007-10-10 14:07:26 -05:00
Rafal Szczesniak
6c41e64ce7
r15627: Disabling test of ejsnet till the time I find the reason why
...
it's segfaulting. It's late so I just don't want to keep the
build farm all in red PANIC messages.
rafal
2007-10-10 14:07:24 -05:00
Stefan Metzmacher
430c7143c6
r15622: pass 'target:samba4=yes' to samba4's smbtorture when running samba4's make test
...
we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba4
metze
2007-10-10 14:07:01 -05:00
Stefan Metzmacher
a54f9a4fa8
r15619: use source/version.h again
...
I have removed the old files from the unpacked area,
so we should not get any problems on the build farm
metze
2007-10-10 14:07:01 -05:00
Andrew Tridgell
962afd362c
r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRING
...
was defined recursively as the mkversion.sh script was putting the new
version in the wrong spot
2007-10-10 14:05:45 -05:00
Stefan Metzmacher
82cd1de3fb
r15513: only run 'svn info' and 'svk info' once
...
metze
2007-10-10 14:05:44 -05:00
Andrew Bartlett
31c97b4e67
r15510: As discussed on samba-technical, move the VERSION system back to a
...
#define based system only. This avoids allocation in the fault code.
Andrew Bartlett
2007-10-10 14:05:44 -05:00
Andrew Bartlett
888e2b7f4e
r15486: Ensure that our Samba3-like implementation of fake-GSSAPI is tested.
...
This also tests that the server accepts the incorrect GSSAPI checksum,
and that we get the right session key.
Andrew Bartlett
2007-10-10 14:05:40 -05:00
Andrew Bartlett
b3212d1fb9
r15426: Implement SPNEGO as the default RPC authentication mechanism. Where
...
this isn't supported, fallback to NTLM.
Also, where we get a failure as 'logon failure', try and do a '3
tries' for the password, like we already do for CIFS. (Incomplete:
needs a mapping between RPC errors and the logon failure NTSTATUS).
Because we don't yet support Kerberos sign/seal to win2k3 SP1 for
DCE/RPC, disable this (causing SPNEGO to negotiate NTLM) when kerberos
isn't demanded.
Andrew Bartlett
2007-10-10 14:05:36 -05:00
Tim Potter
7e4d3bb818
r15390: Make test output a bit prettier.
2007-10-10 14:05:31 -05:00
Jelmer Vernooij
527a40d80b
r15378: Fix installheader script. Alexander, this will break installation of headers
...
for srcdir != builddir
2007-10-10 14:05:29 -05:00
Stefan Metzmacher
db36bf4a32
r15291: $f already has the $srcdir prefixed
...
metze
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
4044d7959b
r15275: run RPC-SRVSRV in make test
...
metze
2007-10-10 14:05:00 -05:00
Jelmer Vernooij
a56900a7a2
r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
...
sun1.
2007-10-10 14:04:59 -05:00
James Peach
1b8891a2f3
r15187: Introduce new param type P_BYTES. This lets config options which specify
...
byte counts be given in convenient units.
2007-10-10 14:04:14 -05:00