summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r17754: remove the --always-create option from mkproto.plStefan Metzmacher1-16/+5
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 (This used to be commit e85d7eeb0a233ffb88bec1bc88b697c18bba1ed4)
2007-10-10r17675: increase max torture test runtime - we have some v slow hosts in theAndrew Tridgell1-1/+1
farm! (This used to be commit 6a7800064fe456b47ea6d8b781a3e7fe7f8353ad)
2007-10-10r17547: Add test by mkhl for some of our variable substituion behaviour.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit c2c72565e4efef44068c4f176619942f60a9cf6e)
2007-10-10r17543: Patch from Martin Kühl <martin.kuehl@gmail.com> to extend theAndrew Bartlett1-0/+3
samba3sam test cases for ldb_map, and to include this into our default 'make test'. (This used to be commit f69a842314b3d5c57c3fa1f5b1bae3ee6d42da2b)
2007-10-10r17540: store command line args of selftest.sh in local varsStefan Metzmacher1-8/+15
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 (This used to be commit ebfb719e3d048383c04e5d665b23d7fcb4e48fb4)
2007-10-10r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202Stefan Metzmacher1-1/+2
metze (This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432)
2007-10-10r17527: Don't duplicate the entire test setup just to allow testing of the newAndrew Bartlett2-208/+86
ldb-backed shares configuration. Andrew Bartlett (This used to be commit 59f86d80841e39613260094b2c848f416a035322)
2007-10-10r17495: run LOCAL-CRYPTO-MD4 and LOCAL-CRYPTO-MD5 with make testStefan Metzmacher1-1/+2
metze (This used to be commit 0b552dadaa60cae8988cb17da95c71b3d1443f17)
2007-10-10r17489: run the crypto tests with testStefan Metzmacher1-1/+1
metze (This used to be commit b9920f8ac5caee5acdecd1cf1f6410fd95b4c26e)
2007-10-10r17396: Bump the time up again. RPC-SAMR can slow, I probably need to breakAndrew Bartlett1-1/+1
it up again... Andrew Bartlett (This used to be commit 110de3a3a294063bd05db4570a8983ad7072ad09)
2007-10-10r17395: Add some more time to the default runtime. Now 7.5 mins.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 5cb916b57adaac7cb83cfde487aac5f901186e70)
2007-10-10r17394: Pregenerate all the files for TLS. Make the 'make test' startup ↵Andrew Bartlett1-0/+60
*much* faster. Andrew Bartlett (This used to be commit c366c906623168795846899174a8fdaa7bc14808)
2007-10-10r17379: Pre-generate DH parameters, to avoid doing this at runtime in our ↵Andrew Bartlett1-0/+11
testsuite. Andrew Bartlett (This used to be commit 23314c3953676124a2ad06e8b3a3b297c11f2800)
2007-10-10r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol,Stefan Metzmacher1-1/+7
that finally tests our RAW_SESSSETUP_OLD code metze (This used to be commit 43f99f11719374636d960fbc7b801ae69769aaf0)
2007-10-10r17208: Add a away to test the ldb module.Simo Sorce1-0/+211
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 (This used to be commit d4c2b893504feb3a232e74d14584405b3aaaf942)
2007-10-10r17169: Test LDAP with testnonblock.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 9d866a030ea75b9589c3332725d23ba5f0e9669d)
2007-10-10r17014: add whitespaces...Stefan Metzmacher1-2/+2
metze (This used to be commit 60c4eaa4c5f98475ff214acf26dd5ad885c94e0b)
2007-10-10r16967: Test another NTLMSSP flags combination.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit 9e4eee5a2d7f44355f79ae12759df9991e7b171a)
2007-10-10r16914: Add more tests for the partition module.Andrew Bartlett1-1/+3
Andrew Bartlett (This used to be commit 2728b60dfa50ded03e06f0bd53eee55fce5143bd)
2007-10-10r16891: test dcerpc over smb2Stefan Metzmacher1-0/+3
metze (This used to be commit 2fd7a5fc6107e398bb9e399461b2b30319c7741e)
2007-10-10r16877: run SMB2-FIND testStefan Metzmacher1-1/+1
metze (This used to be commit 8edbd9b05b10aeba00b50e238614ba92fd7020e3)
2007-10-10r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett1-3/+3
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 (This used to be commit ae470ff7014e52b55d88e9fe12e2322e069daf9d)
2007-10-10r16858: The RPC-SAMR-PASSWORDS test now passes.Andrew Bartlett1-3/+3
Andrew Bartlett (This used to be commit 8b34bb268946a20c655b2aad90625ac666c7820a)
2007-10-10r16852: I thought we passed RPC-SAMR-PASSWORDS, but we don't. Disable thatAndrew Bartlett1-3/+3
test for now. Andrew Bartlett (This used to be commit 9748c3a2f0801b3968640eed8874c0a2c7d83a5a)
2007-10-10r16850: Disable NBT-WINSREPLICATION-OWNED until it always passes (currently ↵Andrew Bartlett1-3/+3
it still has intermittant failures). Andrew Bartlett (This used to be commit 845da45117402a1376909049755dbe6791479a41)
2007-10-10r16847: Add the parts of the SAMR test that pass back into 'make test'.Andrew Bartlett1-3/+3
I still need to figure out what causes the rest to fail... Andrew Bartlett (This used to be commit aa34bd46cb1446b9fb6fd8f1b8ffca5f81b3c052)
2007-10-10r16835: Remove RPC-SAMR from the test, until I can clear up the unexplained ↵Andrew Bartlett1-3/+3
failure. Andrew Bartlett (This used to be commit 666ac7e36cf71faba6edbcd86e78cbcb2c2de1e7)
2007-10-10r16828: Add RPC-LSA as a test that passes, and remove RAW-ACLs until someoneAndrew Bartlett3-6/+6
can fix it. Andrew Bartlett (This used to be commit 840b5f0a7f33db17fb324f978b3faff95ba280c1)
2007-10-10r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There areAndrew Bartlett1-3/+3
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 (This used to be commit 01d25c9d6ca8d036d40040e5ee87a330e5b84d55)
2007-10-10r16739: test SMB2-GETINFO SMB2-SETINFO by make testStefan Metzmacher1-1/+1
metze (This used to be commit 0ebb25de5680cb783d1d79e580aab3f1f03871bc)
2007-10-10r16560: print out the correct valueStefan Metzmacher1-1/+1
metze (This used to be commit 0e10282f89bffa29f75762ca4c3704ea150ce5ab)
2007-10-10r16527: Add target argument for smbtorture.Jelmer Vernooij1-1/+1
Remove duplicate unc path separator conversion. Add prefix for tempdirs. (This used to be commit 3763ed3092fa89558390a9721be8437a7c380790)
2007-10-10r16525: Move selftest-specific code back to selftest.Jelmer Vernooij2-7/+6
(This used to be commit e659d772480ef9acb58f899f25f09f917cece30f)
2007-10-10r16522: Move code to create the test data out of selftest.sh.Jelmer Vernooij2-140/+154
(This used to be commit 2c601df23f3390954bf77918e198b1d027e43b24)
2007-10-10r16469: do some smb2 testsStefan Metzmacher2-1/+4
metze (This used to be commit 1ca34c90902d71d95ea2310286a591af86804d51)
2007-10-10r16039: Add missing #!, don't rely on bashJelmer Vernooij5-1/+5
(This used to be commit f6e587e7066dbafef437e5b3854a34916f72fcb1)
2007-10-10r15926: Add NET-API-DELETEUSER test to the standard tests run on 'make test'Rafal Szczesniak1-3/+3
rafal (This used to be commit 5c2bc9a4f6074735cf3fba4461a23132a9877b0c)
2007-10-10r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add testsJelmer Vernooij1-3/+21
for 'put' and 'get' commands so we don't break them again. Fixes #3742 (This used to be commit 141600a624ca90374c2f306139015f8c7487cc0f)
2007-10-10r15862: add a LOCAL-EVENT torture testStefan Metzmacher1-1/+4
- it currently tests the standard events code - with epoll enabled and disabled metze (This used to be commit ce5fd2293d5ce1f6a54048bc5662706943c98eb5)
2007-10-10r15832: put a talloc leak report in the log file at the end of each test runAndrew Tridgell1-1/+1
(This used to be commit 16c67e135a35830aaa937c38fa2ed940decb5a17)
2007-10-10r15785: Change the test names according to changes made in libnet torture test.Rafal Szczesniak1-3/+3
rafal (This used to be commit 857993bfe4179f88227bc1cc7e8a8df10bafb6c1)
2007-10-10r15684: fix option passingStefan Metzmacher1-2/+2
metze (This used to be commit c567d92f5bae4459220a4411dc7ec8867ea1dafe)
2007-10-10r15665: ejsnet test should be better now, after changes in deleteRafal Szczesniak1-1/+1
user routine. rafal (This used to be commit 9bb54159298d7cf59bbc8be0657968fa957fa9e6)
2007-10-10r15642: add an '--always-create' option to mkproto.plStefan Metzmacher1-4/+9
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 (This used to be commit 248d56af9d8841a0953686c7f2c2fac60bb41595)
2007-10-10r15627: Disabling test of ejsnet till the time I find the reason whyRafal Szczesniak1-1/+1
it's segfaulting. It's late so I just don't want to keep the build farm all in red PANIC messages. rafal (This used to be commit 6c41e64ce7a11a439cc720966b127e42b53c8711)
2007-10-10r15622: pass 'target:samba4=yes' to samba4's smbtorture when running ↵Stefan Metzmacher1-0/+2
samba4's make test we can use this in samba4's smbtorture to disable tests sections which doesn't pass against samba4 metze (This used to be commit 430c7143c66846565e851a3243db0d81ec886d6e)
2007-10-10r15619: use source/version.h againStefan Metzmacher1-1/+1
I have removed the old files from the unpacked area, so we should not get any problems on the build farm metze (This used to be commit a54f9a4fa83afb66d95ee8488c6aa02f4d92d74b)
2007-10-10r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRINGAndrew Tridgell1-1/+1
was defined recursively as the mkversion.sh script was putting the new version in the wrong spot (This used to be commit 962afd362cd5612ef6b527b24c8f80c98eafe984)
2007-10-10r15513: only run 'svn info' and 'svk info' onceStefan Metzmacher1-13/+20
metze (This used to be commit 82cd1de3fb061e0f02455be06506b5aed157b0e5)
2007-10-10r15510: As discussed on samba-technical, move the VERSION system back to aAndrew Bartlett1-19/+11
#define based system only. This avoids allocation in the fault code. Andrew Bartlett (This used to be commit 31c97b4e67ba6a188d0ed4844ca4f2f86f29514f)