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