summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Run more tests that were previously skipped.Andrew Bartlett2008-04-172-4/+7
| | | | | Andrew Bartlett (This used to be commit 4e06b1d684d6893d79dd6cbd32c2f868dcc559da)
* Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-04-171-1/+2
| | | | | Andrew Bartlett (This used to be commit 7b9a647ebbbe9ec9e1b82b42e3a8916396f91273)
* Use the struct based winbind tests, but mark as known fail.Andrew Bartlett2008-04-172-1/+7
| | | | | Andrew Bartlett (This used to be commit 85c9b21a457ccbf9014ae8f0554a8a5938256a11)
* make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
| | | | (This used to be commit 2090e75e0c28f8d2aada305059bdb455f42ed0d5)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-1776-5470/+1765
|\ | | | | | | | | | | | | Conflicts: source/ntvfs/ntvfs_generic.c (This used to be commit a626a9c69cb2c07c8de69dcfe45361f86d6de58d)
| * ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
| | | | | | | | | | metze (This used to be commit 9013748273378f88bfc66d3583814f0fee67c40f)
| * SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher2008-04-171-32/+52
| | | | | | | | | | metze (This used to be commit ae0a7d0918cc15309a6d1166885f23531365007c)
| * torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-173-1/+165
| | | | | | | | | | | | | | | | This demonstrates that the file seek position is still available on reconnected persistent handles. metze (This used to be commit 30e04ae3a02596de03d06874ff5dfc0ddc3bf902)
| * selftest: ignore failures in the SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-171-0/+1
| | | | | | | | | | metze (This used to be commit 02bfe20fd3ef2981945b3eb38f0bf012ef0cb91e)
| * torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher2008-04-171-0/+55
| | | | | | | | | | metze (This used to be commit d70afbb0673184ed067e5f1c7608536025a3cca7)
| * torture/smb2: fix whitespacesStefan Metzmacher2008-04-171-3/+3
| | | | | | | | | | metze (This used to be commit 66c0f331a231ea8897bd8f83658c86b1d2c85d62)
| * smb_server/smb2: initialize new create.in.blobs element untill it'll be ↵Stefan Metzmacher2008-04-171-0/+1
| | | | | | | | | | | | | | supported metze (This used to be commit fbfbd74e65b1f3e185f08a538bdd50ba7c6ce9bf)
| * libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2008-04-172-23/+79
| | | | | | | | | | | | | | This also fixes the alignment from 8 to 4 byte bounderies. metze (This used to be commit e0a0d8e36acd735b587cd7870625af52c5dc3431)
| * libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher2008-04-171-3/+4
| | | | | | | | | | | | | | | | With this smbtorture works against longhorn beta3 again, hopefully it still works with new versions... metze (This used to be commit 874924a85a862e38b7d1a6199276e998cf3697d8)
| * Avoid event_find_context() when the event context is already availableJelmer Vernooij2008-04-167-9/+11
| | | | | | | | | | in the net utility. (This used to be commit d40804777edf41889bd461f63f7a07cc1cc60e27)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-166-21/+32
| |\ | | | | | | | | | (This used to be commit b175e7bf16eb26c0bae9731a9147d1d379ca8888)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-162-14/+42
| | |\ | | | | | | | | | | | | (This used to be commit eab5f6a7f5efa8608cb23af2cab8ab19f9f62485)
| | * | Adjust the expectations of the struct based winbind test.Andrew Bartlett2008-04-162-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These expectations (such as what happens when we have no trusted domains) were incorrect, compared with Samba3 (which is the reference for this protocol). Andrew Bartlett (This used to be commit 29d5de9e8fb69346e29a95c6fcaefabd018c9447)
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1621-4464/+86
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 18dd8120cc35fe3d1cd4455c1f6a32b503274d97)
| | * | | Fix struct_based winbind test for 'check machine account'.Andrew Bartlett2008-04-162-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem here was that we did not fill in the error strings in the success case, and the testsuite checked against the incorrect 'freindly' error string. Andrew Bartlett (This used to be commit df05f118831245bdb19573711545bdb1b01a0c50)
| | * | | Fix wbinfo --trusted-domains.Andrew Bartlett2008-04-163-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problems here were that we did not bind to the LSA pipe, and we did not consider it possible to have 0 trusted domains. Andrew Bartlett (This used to be commit 86694d429d62940882ac9b7af83b3e7d00e67c5a)
| * | | | Fix todo element on actually implemented function.Jelmer Vernooij2008-04-161-1/+1
| | |_|/ | |/| | | | | | | | | | (This used to be commit dedbeea4d28ae10a15766e38e59593a2799183f3)
| * | | Provide stubs when the [todo] attribute is set.Jelmer Vernooij2008-04-162-14/+42
| | |/ | |/| | | | | | | (This used to be commit 356a5d24747bb5e1ef9774c690a5ec386a4a165e)
| * | Use the subunit shell library.Jelmer Vernooij2008-04-169-120/+14
| | | | | | | | | | | | (This used to be commit 49367e044e3ab94639ab3209bfd06c6286b44b59)
| * | Remove policy library - it's now in a separate git repository.Jelmer Vernooij2008-04-1610-4344/+0
| | | | | | | | | | | | (This used to be commit 9b364bf390524fa34db1b3d7e6f875a6b8f35f24)
| * | Use library for subunit test functions.Jelmer Vernooij2008-04-161-0/+67
| | | | | | | | | | | | (This used to be commit 690924dc7f43b69b9c4cfc1dd0c9c6e83d333518)
| * | make sure header can be included more than once.Jelmer Vernooij2008-04-161-0/+5
| |/ | | | | | | (This used to be commit 38ed501ac8993e84ea7f02d4633bc83b490dfe61)
| * Now that we don't create a new event context, don't free it.Andrew Bartlett2008-04-161-1/+0
| | | | | | | | | | | | | | This previously would free the torture provided global event context. Andrew Bartlett (This used to be commit 664f2fc49f32a081f14638571ee0db01a7863347)
| * Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-169-71/+63
| | | | | | | | (This used to be commit fee7ea7080ec40182efc6ffe57b267444eb9389a)
| * Fix -r test, knownfailure return code.Jelmer Vernooij2008-04-161-1/+3
| | | | | | | | (This used to be commit 4f0954905a902381e66eec74fd30ff7adde232b8)
| * Mention the actual exit code when a suite failed.Jelmer Vernooij2008-04-161-1/+3
| | | | | | | | (This used to be commit 46ad68ad0b9c604a6519de68c9bce8f5154b5c14)
| * Merge branch 'wbinfo-test' of ↵Jelmer Vernooij2008-04-162-1/+201
| |\ | | | | | | | | | | | | | | | git://git.samba.org/kai/samba/kai-work-in-progress into v4-0-selftest (This used to be commit 56340a5fa1b075001bba829686861a59406e1f5d)
| | * blackbox: Add many more tests for wbinfoKai Blin2008-04-152-1/+201
| | | | | | | | | | | | (This used to be commit 0a2942f6e948177fcc671eae705e6e61644de81c)
| * | Fix executable bit on blackbox ndrdump tests.Jelmer Vernooij2008-04-161-0/+0
| | | | | | | | | | | | (This used to be commit a3f0e4151bd87399a8bab9b71bad36bdc53c365c)
| * | Provide the right error count to formatters.Jelmer Vernooij2008-04-161-1/+1
| | | | | | | | | | | | (This used to be commit f22602797fe841859c67558bb78e04c98b9e27e0)
| * | Properly warn about exit codes that indicate success while tests claimJelmer Vernooij2008-04-161-0/+3
| | | | | | | | | | | | | | | failure. (This used to be commit 92873264d707bed88beac54a73a29d66c011f80c)
| * | Support knownfail Subunit command.Jelmer Vernooij2008-04-161-2/+13
| | | | | | | | | | | | (This used to be commit ad58a508542bd93115be0ad826fb93aa3d349658)
| * | Deal with commands not even starting.Jelmer Vernooij2008-04-151-6/+10
| | | | | | | | | | | | (This used to be commit 0f789e6779eca38d93b968a0ffbbb8559ce483f1)
| * | Add some documentation about the expected testsuite output.Jelmer Vernooij2008-04-151-3/+43
| | | | | | | | | | | | (This used to be commit a24651d649d24589a6c65e7bc4be9c49fdc80b2a)
| * | Add some documentation on test behaviour in selftest.Jelmer Vernooij2008-04-151-12/+29
| | | | | | | | | | | | (This used to be commit e8e9f2cc7b0503e30b211094f452829395a73eec)
| * | Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-153-695/+725
| | | | | | | | | | | | | | | For easier synchronisation with Samba 3. (This used to be commit b9cac469f3c869a26f415a6c551cf6e8fbb06ed6)
| * | Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett2008-04-151-3/+3
| |/ | | | | | | | | Andrew Bartlett (This used to be commit 19890c0d15adf4f099365f276a4bfdd3f4de52b6)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-155-39/+56
| |\ | | | | | | | | | (This used to be commit 66327b8bd8dbde140b93f000a81ba13e743f27b0)
| | * Fix size to memcpy call in generated Samba 3 client code.Jelmer Vernooij2008-04-152-31/+47
| | | | | | | | | | | | | | | Reported-By: vl (This used to be commit a28807569d0cf32968bacdc0bd88197b19fbae49)
| | * Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij2008-04-152-6/+7
| | | | | | | | | | | | (This used to be commit ca72187b3e71a037780d42a57e46b60e75f724f6)
| | * Saner names for Python objects.Jelmer Vernooij2008-04-151-2/+2
| | | | | | | | | | | | (This used to be commit f4de8d2c1c956bc85b91dc7aab20e5e7671f51bc)
| * | Fix some of the winbind tests.Andrew Bartlett2008-04-153-3/+4
| | | | | | | | | | | | | | | | | | | | | Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)
| * | Fix winbind to check machine account.Andrew Bartlett2008-04-154-106/+63
| | | | | | | | | | | | | | | | | | | | | | | | This enables 'wbinfo -t', by checking the machine account with a SamLogon call. Andrew Bartlett (This used to be commit abefa12029a17e9007f4884f3651d835a10ee9e3)
| * | Fix provision-backend scriptAndrew Bartlett2008-04-151-3/+4
| |/ | | | | | | | | Andrew Bartlett (This used to be commit ee6e4f8da229ddeca856a6db94236367aae06f63)
| * Fix warnings.Jelmer Vernooij2008-04-153-4/+6
| | | | | | | | (This used to be commit 88013ca9775a6ff5e5a393f9d8238dbcd197f26f)