summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21772: add DS_BEHAVIOR_WIN2003_INTERIM constantStefan Metzmacher1-2/+3
metze (This used to be commit 59fffa7ba148a082d0cf13226d0577b3fcd7b5ad)
2007-10-10r21771: We just don't need to test this on more than one transport.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit c55edacba5f45a756a01baa1bf6401b4815bada8)
2007-10-10r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett4-9/+18
where the error is from) - Make default error string more consistant Andrew Bartlett (This used to be commit 7f115579d20a3112efd11444fafcbf78698fc9a1)
2007-10-10r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett1-8/+25
name the module. Andrew Bartlett (This used to be commit 2e85b1583b3da95db9b5b724b38748ff7d1f9efd)
2007-10-10r21751: These 2 tests pass for me, so add them to the standard test script.Andrew Bartlett4-5/+5
Andrew Bartlett (This used to be commit 8a5b3067e9ec8d7810687cd0a4909c02bdb86d15)
2007-10-10r21746: We don't link in this file any more.Andrew Bartlett1-359/+0
(This used to be commit 123ae858c77c2507bdac6a93be1e2932a3fd7375)
2007-10-10r21745: indentAndrew Bartlett1-1/+1
(This used to be commit 7841b299061ec8f4f6a14720dbe4fa7108313848)
2007-10-10r21744: Test more talloc failure cases.Andrew Bartlett1-1/+6
Andrew Bartlett (This used to be commit ddf7354986a800455b6f55c2fdbeb8bb39381716)
2007-10-10r21743: Always use the 'escaped' LDAPI path.Andrew Bartlett2-5/+13
Wait around for the server to start, so we don't try to contact it during it's starup phase. Andrew Bartlett (This used to be commit f484b0a924809dd8c9861ade8d184fb44b3b5e1f)
2007-10-10r21742: reenable the smbclient test now that the d_printf bug is fixedAndrew Tridgell1-3/+1
(This used to be commit f483f5b26a702cffb72a46e0f172d82c18471e26)
2007-10-10r21741: Like starting smbd, ensure we have acutally started slapd, and it isAndrew Bartlett2-4/+2
listening, before we continue. Andrew Bartlett (This used to be commit 171540e06a3eb42320238ad81bc9993e86137dc7)
2007-10-10r21740: this fixes the real cause of the large log files we had. The problemAndrew Tridgell1-0/+17
was we were not checking the result of a convert_string() call, and it was giving -1. We then passed -1 to fwrite() on stdout, which on aix and macosx wrote all of available memory to stdout :) To fix this, replace non-printing chars with ? in d_printf if the string cannot be converted (This used to be commit d20102d363f4b9214e29296ad8ec45c8d95614b5)
2007-10-10r21739: Make it easy to change the log level for the slapd processes, and haveAndrew Bartlett3-3/+7
the logs go to a file. Andrew Bartlett (This used to be commit 9aaa19319718a5a8fcc1df066cbce67eaa3431d8)
2007-10-10r21737: Print the error strings in the ejs ldb test.Andrew Bartlett1-4/+8
(This used to be commit fed42cf5a359e8dcbabd82dba5b18058260ddc07)
2007-10-10r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett5-19/+40
few authentication tests. Now that the tests correctly 'fail', I was able to fix the credentials subsystem to honour USER and PASSWD. To get --machine-pass working, I needed ldb to always load it's static modules, so I put this in ldb_connect(). Andrew Bartlett (This used to be commit 3430d8c072407a1c33c32229095fc9db2142b6fa)
2007-10-10r21735: skip the smbclient test until jelmer can take a look at it. TheAndrew Tridgell1-1/+3
current test makes no sense with the new test system. For example, it does "mkdir bla" then "cd bla" then "cd ..", but it now does these as separate smbclient commands, which makes no sense at all. It even seems to try to run them in parallel??? The test fails (segfault, plus lots of errors), but gets reported as a success (This used to be commit 9e3bbdee50a5372fa79c493c1cf1c378f1068467)
2007-10-10r21733: Merge testenv back into core selftest.plJelmer Vernooij3-60/+34
(This used to be commit 4b78ed3a606b6697512f1e4e9b9c6c93816e71f8)
2007-10-10r21732: Use smbtorture for enumerating tests.Jelmer Vernooij2-4/+2
(This used to be commit f6aa921521ab6b091823643b7df30d2f5af620ab)
2007-10-10r21730: Reintroduce summary for testenv, remove old (no longer used) file.Jelmer Vernooij2-12/+11
(This used to be commit 0140aa5fd9e634620d42b8c4cdd4f43c6b681102)
2007-10-10r21729: Some more testsJelmer Vernooij2-6/+29
(This used to be commit d2baa8218cf504d6631d610f9fd393ad8c61574c)
2007-10-10r21728: Perhaps we don't need this on recent OpenLDAP servers. This overlayAndrew Bartlett1-4/+0
is depricated. Andrew Bartlett (This used to be commit 32e39b377ac3b3592c226428728c4238f6c9f8f0)
2007-10-10r21727: Walk some more of the error branches in the ChangePasswordUser server.Andrew Bartlett1-0/+100
Andrew (This used to be commit c1ee06703ac09708a8ff10a641b593362f1bd309)
2007-10-10r21722: Add the dead record functionality presented on ↵Volker Lendecke4-6/+187
samba-technical@samba.org. If you do a tdb_set_max_dead(tdb, n), then for this tdb a delete operation will only mark a record as dead and re-use it if a new record is created. The parameter n allows for at most n dead records per hash chain. If this number is exceeded, all dead records are put on the central freelist. Volker (This used to be commit 98a27ab28a3cd554e370a9a0e3652f4dea8749e9)
2007-10-10r21721: Push the 'Success! Your new directory server instance was created'Andrew Bartlett1-1/+1
message to stderr. Andrew Bartlett (This used to be commit 0b8b3f66716a8602438d9e9268c25ea14c2f564f)
2007-10-10r21720: Try to make 'TEST_LDAP=yes make test' work again. These recentAndrew Bartlett5-15/+15
changes seem to have been lost in the merge, and some variables were not yet exported. Andrew Bartlett (This used to be commit ee9d9fb6c0bd3d4d01dea771025536ff83057072)
2007-10-10r21719: Try to cover more of the server-side password processing.Andrew Bartlett1-16/+149
Don't just exit the test with 'return True', actually process the result. Turn off password complexity checking for the password length test. Andrew Bartlett (This used to be commit 1a7635baa701c6268eebd84dd0dc187379c44e6e)
2007-10-10r21716: Report status in a way the build farm recognizes.Jelmer Vernooij1-0/+4
(This used to be commit 8d775e87b58d3f6d87338197728530c94b8c841b)
2007-10-10r21713: Redirect stderr output to stdout.Jelmer Vernooij1-1/+1
(This used to be commit a5000b286d6ffb847edf47404f82ff93173208c4)
2007-10-10r21712: Run tdb stress test.Jelmer Vernooij1-0/+2
(This used to be commit e480beb9569421da103aafb440eb687daa2359f3)
2007-10-10r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach11-29/+688
QueryPath and FindFirst calls. Add a new torture test to verify the server side. (This used to be commit 7f56da2d1fa0718e5282bb4aea7d9a63a62f0bc7)
2007-10-10r21709: Add a list of tests that should be skipped rather than ad-hoc test ↵Jelmer Vernooij5-45/+57
skipping in various places. (This used to be commit 01befd52111b8c183d78f9e0d80065fe0825b87c)
2007-10-10r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij26-576/+744
This changes the main selftest code to be in perl rather than in shell script. The selftest script is now no longer a black box but a regular executable that takes --help. This adds the following features: * "make test TESTS=foo" will run only the tests that match the regex "foo" * ability to deal with expected failures. the suite will not warn about tests that fail and are known to fail, but will warn about other failing tests and tests that are succeeding tests but incorrectly marked as failing. * ability to print a summary with all failures at the end of the run It also opens up the way to the following features, which I hope to implement later: * "environments", for example having a complete domains with DCs and domain members in a testenvironment * only set up smbd if necessary (not when running LOCAL tests, for example) * different mktestsetup scripts per target. except for the mktestsetup script, we can use the same infrastructure for samba 3 or windows. (This used to be commit 38f867880beb40c691e9713f854426031310629c)
2007-10-10r21701: Fix ejs tests.Jelmer Vernooij2-2/+2
(This used to be commit e4cf8f1dea9063b9b83e629ea0e7a116bf4fc5f7)
2007-10-10r21700: Run mktestsetup as an external program. This guarantees that it can ↵Jelmer Vernooij5-19/+19
be used for other selftest implementations (in particular the perl one I've been working on). (This used to be commit aa29907327a91a64c769b1f2712f553e13964418)
2007-10-10r21699: Because TALLOC_CTX is a void*, I didn't get a compiler warning aboutAndrew Bartlett1-1/+1
this incorrect argument. This also fixes the server-side valgrind issue, but we need to chase down the real issue. Andrew Bartlett (This used to be commit a0c78a75acb9bc581dd8d2688aa91d7b59549c3e)
2007-10-10r21698: Check for talloc failures.Andrew Bartlett1-0/+6
Andrew Bartlett (This used to be commit c9eb5bf19a702af32a4e4f109a27e4076303efdc)
2007-10-10r21697: Try to cover the 'bad session key' codepaths too.Andrew Bartlett1-0/+54
Andrew Bartlett (This used to be commit 33cfe1ca221de9ef9dec264772fb299125c39447)
2007-10-10r21696: Run the RPC-COUNTCALLS test to try and walk some of the NDR layer forAndrew Bartlett2-31/+81
routines for which we don't have any tests. Andrew Bartlett (This used to be commit e5b9bdf03729a913f3c6cc7709abcbdf50899562)
2007-10-10r21695: Fix on bigendian systems.Jelmer Vernooij1-4/+4
(This used to be commit 98f92dd6a1e7f096b328d80c5efdc6600a5de007)
2007-10-10r21694: Some more testing updates.Jelmer Vernooij5-5/+41
(This used to be commit 9247626b1c5f1eec0cedd6be221aafc41d9a26ab)
2007-10-10r21693: Fix the RPC-SCANNER test. Share some code with the RPC-MGMT test toAndrew Bartlett2-51/+14
make things easier to keep working. Andrew Bartlett (This used to be commit 16db4c1436725e41ea05628f20fc9396d7bd7eaa)
2007-10-10r21692: Test with LDAP, but without the non-block testing. This is notAndrew Bartlett1-12/+10
compatible with the TLS layer at the moment. https://bugzilla.samba.org/show_bug.cgi?id=4431 Andrew Bartlett (This used to be commit 1e401286f94897f83d89d1a87027e988eb6deac5)
2007-10-10r21691: Add testsuite for lib/charsetJelmer Vernooij4-6/+239
(This used to be commit a4184893959bb25541704938ee621e5c575b817d)
2007-10-10r21690: Test use of typedef /and/ struct nameJelmer Vernooij2-2/+6
(This used to be commit f6d9cdb8a8eca6ff986504d4481b5165aee770c6)
2007-10-10r21689: Try to walk a bit more of the param/loadparm.c functions, as well asAndrew Bartlett1-2/+16
validating that we have a correct configuration before we even start testing. Andrew Bartlett (This used to be commit c399b20b44d396dea69ed81b7d80982611ed25e4)
2007-10-10r21688: Add simple tests for genrandJelmer Vernooij4-0/+101
(This used to be commit 90f23f0de86bb63ad65556ff2dab8b066236f300)
2007-10-10r21687: Always test LDAP and LDAPSAndrew Bartlett1-2/+1
(This used to be commit e830b815962da575aea9f9dc6bfee8eda8ec43c9)
2007-10-10r21686: Do enable TLS, as we have solved the key setup problems, and we needAndrew Bartlett1-5/+0
to get the TLS code covered. Andrew Bartlett (This used to be commit 4aa928dac3797664c498094f171ef111f10ab30a)
2007-10-10r21685: Add some unit tests for the registry utility functions.Jelmer Vernooij2-47/+64
(This used to be commit 0ae6d18ebe382a378ff1dc65069c629d8060ac2b)
2007-10-10r21684: remove summary line for gtk code, as it's now maintained out-of-treeJelmer Vernooij1-1/+0
(This used to be commit 0200971142b15248d7979746e4c3ada14e62bf4f)