summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_w2k3.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7919: use more portable shell syntax for MALLOC_CHECK_Andrew Tridgell1-4/+0
(This used to be commit 694882ffa62ae88e43e78e8e496720575630e523)
2007-10-10r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell1-4/+4
running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
2007-10-10r7421: - move test* functions to a seperate fileStefan Metzmacher1-31/+10
- print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
2007-10-10r7402: - don't stop after a failed testStefan Metzmacher1-5/+19
- some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
2007-10-10r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for nowStefan Metzmacher1-0/+3
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...) metze (This used to be commit 5531eb852c1e1779c5621a4955d074d5878fc67f)
2007-10-10r6961: Add RPC-WINREG to list of win2k3 testsJelmer Vernooij1-1/+1
Fix bug in test for QueryMultipleValues Ignore errors from CreateKey() and GetKeySecurity() for now (This used to be commit 7b6b8d6b34de01d2585b23ddb994d8e7403a21f6)
2007-10-10r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 ↵Andrew Bartlett1-2/+2
(well, not SP1, but we are working on that detail). Andrew Bartlett (This used to be commit b35b82d4f1bf6e277c7cd71c9d61221e30da6c58)
2007-10-10r6010: Change the testing order, so we test all transports for each bindingAndrew Bartlett1-2/+2
option, rather than all binding options for each transport. This means that we get to most of the tests earlier, with at least some binding options. (And allows us to have some confidence before waiting for an RPC-SAMR test to finish with bigendian). Andrew Bartlett (This used to be commit 5c3e4df804e38037d0337e8ef288127d6cdda28a)
2007-10-10r5901: Add another option to the test script - the realm, which must matchAndrew Bartlett1-3/+4
the real ream, not just the short domain name. Andrew Bartlett (This used to be commit d585e1a759888df01cfabfec2d6d5506cf3bd426)
2007-10-10r5384: for RPC-NETLOGON to pass we need to set the realm as well as the ↵Andrew Tridgell1-3/+5
domain to the target realm. A better fix would be to have a dcerpc_server_realm() helper function. Andrew, maybe you could see how to extract that out of gensec? Calling lp_realm() in our torture tests is the wrong approach I think. (This used to be commit 2b62840920b21fd9584bc5b3bda050c9a23d61a9)
2007-10-10r4953: - enable easy valgrind use in all our test scriptsAndrew Tridgell1-1/+5
- when valgrind isn't set, then setup MALLOC_CHECK_ to abort on error (This used to be commit 21e629e80e5b320616135d3f3641801dc29594e6)
2007-10-10r4693: Add another test (RPC-MULTIBIND) that should always pass.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 279e4de307b02bec5b64de765fbbb82c0ffdc5e4)
2007-10-10r4632: added spnego testing and no-auth testing in test_w2k3.shAndrew Tridgell1-1/+1
(This used to be commit 4f30220a5aafb2843e486be4a743e0fe9e9f462c)
2007-10-10r4594: Add more testes to the standard 'passes against win2k3' script.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 07295b3b07984ec3d1de9ed27835dbda7b4b7d0f)
2007-10-10r4586: RPC-LSA now passes against w2k3Andrew Tridgell1-2/+2
(This used to be commit e252f80f2bc5de4a3de84acf232f5334b5d448f6)
2007-10-10r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON testsAndrew Tridgell1-0/+53
- disabled the async netlogon tests for now until we better understand async rpc - added a test_w2k3.sh script that runs rpc tests that a w2k3 DC should pass. This is useful for regression testing when PIDL changes are made. (This used to be commit f7d4d3db489ad79457de70a85ad990159f6e74f8)