summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_search.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r13289: Check the tree is not NULLSimo Sorce1-0/+4
2007-10-10r13258: Fix the talloc heirachy for ldb_tdb.Andrew Bartlett1-15/+15
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+2
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-10/+19
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-10/+6
2007-10-10r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell1-85/+43
2007-10-10r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell1-15/+0
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-34/+1
2007-10-10r10667: cope with a NULL tree for base searches in ldb_search()Andrew Tridgell1-11/+11
2007-10-10r10422: ldb_search() can now use tdb_traverse_read() to ensure it can run inAndrew Tridgell1-1/+1
2007-10-10r10408: now that we are using tdb transactions we don't need any additionalAndrew Tridgell1-0/+36
2007-10-10r10305: start implementing better error handlingSimo Sorce1-8/+4
2007-10-10r10251: some more work on ldb_sqlite3Simo Sorce1-0/+6
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-13/+24
2007-10-10r8779: Add rdn module to makefile and headersSimo Sorce1-1/+2
2007-10-10r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell1-0/+7
2007-10-10r8373: New wildcard matching code.Simo Sorce1-29/+1
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-7/+8
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-10/+28
2007-10-10r7602: fix some compiler warningsDerrell Lipman1-1/+1
2007-10-10r7582: Better way to have a fast path searching for a specific DN.Simo Sorce1-12/+11
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-15/+27
2007-10-10r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell1-1/+1
2007-10-10r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell1-0/+7
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-14/+0
2007-10-10r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell1-3/+5
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-8/+8
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell1-2/+2
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-106/+79
2007-10-10r4022: fix compiler warningsStefan Metzmacher1-1/+1