summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb/ldb_search.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-2/+3
* ldb-tdb: Add more information about full scanMatthieu Patou2010-11-261-1/+7
* s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell2010-11-231-7/+7
* s4-ldb: much more memory efficient msg filteringAndrew Tridgell2010-11-051-3/+20
* s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell2010-10-131-2/+8
* s4-ldb: ensure element flags are zero in ldb search returnAndrew Tridgell2010-08-171-0/+2
* ldb:ltdb_filter_attrs - fix a counter variable typeMatthias Dieter Wallnöfer2010-06-061-2/+3
* LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+3
* s4-ldb: added a missing ltdb_unlock_read()Andrew Tridgell2009-12-091-0/+1
* s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell2009-09-151-1/+17
* a useful debugging toolAndrew Tridgell2009-05-281-0/+7
* Fix potential segfaults using freed memory.Simo Sorce2009-03-091-3/+3
* Fix the mess with ldb includes.Simo Sorce2009-01-301-15/+24
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-171-1/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-1/+1
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-161-24/+0
* LDB ASYNC: ldb_tdb backendSimo Sorce2008-09-291-85/+44
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-251-21/+21
* Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer2008-09-241-21/+21
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
* r25965: Remove duplicate block - thanks metze!Andrew Bartlett2007-12-211-18/+0
* r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett2007-12-211-12/+110
* r25690: - only use a readonly traverse in ldb_search when not in a transactio...Andrew Tridgell2007-12-211-3/+13
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-3/+3
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+2
* r22471: Convert more code to use proper LDB error codes.Simo Sorce2007-10-101-7/+8
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-3/+3
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-3/+3
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-101-1/+1
* r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell2007-10-101-19/+2
* r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce2007-10-101-2/+1
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-1/+1
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-101-1/+1
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-1/+1
* r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.Simo Sorce2007-10-101-0/+15
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-7/+7
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-8/+8
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-90/+5
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-26/+33
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-101-9/+5
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-101-1/+1
* r13827: Minor enhancements or cosmetic changesSimo Sorce2007-10-101-7/+9
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-1/+1
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-101-93/+208
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-0/+1
* r13289: Check the tree is not NULLSimo Sorce2007-10-101-0/+4