Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read() | Andrew Tridgell | 2007-10-10 | 7 | -69/+142 |
| | | | | | call which does a read lock on all chains. These will be used to make ldb searches more efficient | ||||
* | r19400: fixed a valgrind error in the directory registry backend (name was | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
| | | | | used after closedir(), which invalidates the name) | ||||
* | r19398: more comments | Rafal Szczesniak | 2007-10-10 | 1 | -3/+97 |
| | | | | rafal | ||||
* | r19396: Assume socketpair() is always available (cared for by libreplace) and | Jelmer Vernooij | 2007-10-10 | 1 | -16/+22 |
| | | | | create a socket for stderr. | ||||
* | r19395: Fix replacement function compilation. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19393: Add replacement function for socketpair() | Jelmer Vernooij | 2007-10-10 | 3 | -0/+66 |
| | |||||
* | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 2007-10-10 | 41 | -119/+114 |
| | |||||
* | r19389: Remove samba3-specific checks: instead, always simply mark these ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -7/+5 |
| | | | | | | tests as known failing. | ||||
* | r19388: Start running all LOCAL-* tests but list some of them as known failing. | Jelmer Vernooij | 2007-10-10 | 2 | -3/+7 |
| | |||||
* | r19387: Exit with 0 if failures were expected | Jelmer Vernooij | 2007-10-10 | 4 | -6/+12 |
| | |||||
* | r19381: Print out the specific tests that failed after a smbtorture run. | Jelmer Vernooij | 2007-10-10 | 6 | -216/+332 |
| | | | | | Support listing known failures as a list of wildcards in the file `KNOWN_FAILURES'. | ||||
* | r19380: forgot to add home drive testing as well as home directory... | Rafal Szczesniak | 2007-10-10 | 1 | -0/+8 |
| | | | | rafal | ||||
* | r19379: add testing home directory field to the samr tests. | Rafal Szczesniak | 2007-10-10 | 1 | -0/+8 |
| | | | | rafal | ||||
* | r19378: Add another type of test result 'error' | Jelmer Vernooij | 2007-10-10 | 3 | -7/+16 |
| | |||||
* | r19377: Simplify report functions. | Jelmer Vernooij | 2007-10-10 | 5 | -61/+35 |
| | |||||
* | r19376: Remove unused helper function. | Jelmer Vernooij | 2007-10-10 | 3 | -9/+1 |
| | |||||
* | r19375: very basic helper script to build ldb standalone | Simo Sorce | 2007-10-10 | 1 | -0/+21 |
| | |||||
* | r19373: Merge changes from subunit branch: Convert libreplace testsuite to a | Jelmer Vernooij | 2007-10-10 | 6 | -27/+25 |
| | | | | standalone program that speaks subunit. | ||||
* | r19372: Fix segfault for ui's that don't support comments. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+2 |
| | |||||
* | r19370: Handle errors if talloc_reference fails | Simo Sorce | 2007-10-10 | 1 | -2/+7 |
| | |||||
* | r19369: - we need to set the target:samba3 before calling torture_init() | Stefan Metzmacher | 2007-10-10 | 1 | -10/+7 |
| | | | | | | | | | otherwise BASE-DELETE will run all tests - call ldb_global_init() directly after torture_init() this isn't strictly needed but looks better metze | ||||
* | r19367: Solaris needs <sys/filio.h> for FIONREAD. | Love Hörnquist Åstrand | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19366: don't fail async echo tests due to rounding errors | Andrew Tridgell | 2007-10-10 | 1 | -3/+6 |
| | |||||
* | r19365: fixed a memory leak in the ldb attribute handling | Andrew Tridgell | 2007-10-10 | 3 | -8/+19 |
| | |||||
* | r19364: Fix build for 'regular' installs. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19363: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 2007-10-10 | 2 | -8/+9 |
| | |||||
* | r19362: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 2007-10-10 | 5 | -0/+11 |
| | | | | | - set better names on talloc structures in ldb modules, making leaks easier to track down | ||||
* | r19361: added a comment | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
| | |||||
* | r19360: improve the ldb leak detector - it now takes into account the number | Andrew Tridgell | 2007-10-10 | 1 | -3/+12 |
| | | | | | of blocks used at connect time (which depends on how many modules are loaded) | ||||
* | r19359: More portable way of figuring out whether something is a directory | Jelmer Vernooij | 2007-10-10 | 1 | -4/+6 |
| | |||||
* | r19358: Use subunit tests from the right location (from | Jelmer Vernooij | 2007-10-10 | 5 | -12/+19 |
| | | | | $src/bin/torture when developing, $LIBDIR/torture when installed) | ||||
* | r19356: Reapply portability fix.. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+5 |
| | |||||
* | r19352: Oops, missed a few changes... | Jelmer Vernooij | 2007-10-10 | 1 | -15/+31 |
| | |||||
* | r19350: Properly list LOCAL-TALLOC under the "LOCAL" header. | Jelmer Vernooij | 2007-10-10 | 11 | -70/+84 |
| | | | | | Support directories for subcategories in tests. Several small other fixes. | ||||
* | r19347: Add socketpair() | Jelmer Vernooij | 2007-10-10 | 2 | -1/+2 |
| | |||||
* | r19346: AF_LOCAL isn't defined on all platforms. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+5 |
| | |||||
* | r19344: run smbclient and cifsdd under valgrind and pass the correct ↵ | Stefan Metzmacher | 2007-10-10 | 2 | -2/+2 |
| | | | | | | | | configuration to get useful backtraces in the build-farm metze | ||||
* | r19343: Add support for external scripts/binaries that write results using the | Jelmer Vernooij | 2007-10-10 | 15 | -222/+589 |
| | | | | | | | | | | | | | | | | | | | | | | | 'subunit' protocol. This allows us to easily plug EJS scripts or binaries that can't depend on -ltorture into smbtorture. The protocol is very simple: - write "comments" to stderr Example output on stdout: test: foo success: foo test: bar success: bar test: blah failure: blah [ dummy.c:30: Expression 1 != 2 failed! ] test: blie skip: blie [ Iconv support not built in ] I've already converted the talloc testsuite. | ||||
* | r19341: ndr_push_union_blob() needs the same fix as ndr_push_struct_blob() | Stefan Metzmacher | 2007-10-10 | 1 | -0/+2 |
| | | | | metze | ||||
* | r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained | Jelmer Vernooij | 2007-10-10 | 75 | -6582/+5398 |
| | | | | | | | | | | | | | | | | | | output in the testsuite rather than just True or False for a set of tests. The aim is to use this for: * known failure lists (run all tests and detect tests that started working or started failing). This would allow us to get rid of the RPC-SAMBA3-* tests * nicer torture output * simplification of the testsuite system * compatibility with other unit testing systems * easier usage of smbtorture (being able to run one test and automatically set up the environment for that) This is still a work-in-progress; expect more updates over the next couple of days. | ||||
* | r19338: leak on error | Simo Sorce | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19337: never alloc on module unless you mean to attach a context to | Simo Sorce | 2007-10-10 | 1 | -1/+1 |
| | | | | it to keep the data around as long as the module lives | ||||
* | r19336: Merge from release branch: new Mapped OIDs, in own subtree. | Andrew Bartlett | 2007-10-10 | 3 | -7/+8 |
| | | | | Andrew Bartlett | ||||
* | r19334: Commit commented provisioning code to activate the schema | Simo Sorce | 2007-10-10 | 1 | -0/+32 |
| | |||||
* | r19333: commit module changes I made some time ago before I loose them | Simo Sorce | 2007-10-10 | 3 | -106/+135 |
| | |||||
* | r19332: ldb_parse_tree leaks | Simo Sorce | 2007-10-10 | 4 | -5/+5 |
| | |||||
* | r19331: Respect the mem hierarchy | Simo Sorce | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | r19330: Fix memleaks | Simo Sorce | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19329: fixed a leak in the password hash module | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19328: another leak plugged .... | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| |