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