summaryrefslogtreecommitdiffstats
path: root/source4/torture/local/dbspeed.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-2/+2
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-281-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* s4:torture/local/dbspeed.c - use LDB result constantMatthias Dieter Wallnöfer2010-10-151-1/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+1
* s4:dbspeed torture - improve also the TDB code partMatthias Dieter Wallnöfer2010-04-111-10/+9
* s4:dbspeed torture - remove unneeded newlines on "torture_result"Matthias Dieter Wallnöfer2010-04-111-7/+7
* s4:torture - "dbspeed" test - add newlines as we have them in the other failu...Matthias Dieter Wallnöfer2010-04-111-2/+2
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-2/+2
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-10/+17
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-3/+4
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-5/+2
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-261-2/+4
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-10/+10
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21421: Fix a memleak. This made tdb look considerably worse than necessary.Volker Lendecke2007-10-101-0/+2
* r21418: Return the ratio as wellSimo Sorce2007-10-101-2/+8
* r21211: fixed 3 places that assumed that torture_fail() didn't callAndrew Tridgell2007-10-101-3/+6
* r20823: Remove newlines in calls to torture_fail().Jelmer Vernooij2007-10-101-5/+5
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-13/+7
* r19536: Make output understandable (newlines)Simo Sorce2007-10-101-19/+19
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-101-2/+2
* r19377: Simplify report functions.Jelmer Vernooij2007-10-101-6/+6
* r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.Jelmer Vernooij2007-10-101-1/+1
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-8/+10
* r19294: a little speed tester for ldb/tdbAndrew Tridgell2007-10-101-0/+250