summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_search.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-33/+7
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-36/+45
2007-10-10r3095: - fix a free'ing of msg.dnStefan Metzmacher1-1/+0
2007-10-10r3089: fix memleakStefan Metzmacher1-0/+1
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter1-4/+4
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell1-1/+27
2007-10-10r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell1-1/+1
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell1-0/+4
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell1-0/+2
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-6/+6
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-46/+63
2007-10-10r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell1-6/+6
2007-10-10r456: - added -i option to ldbsearchAndrew Tridgell1-6/+6
2007-10-10r437: fixed handling of a corner case with multi-valued indexingAndrew Tridgell1-0/+6
2007-10-10r435: a major upgrade for ldbAndrew Tridgell1-19/+37
2007-10-10r382: More C++ friendliness fixes.Tim Potter1-3/+3
2007-10-10r381: make the code more C++ friendlyAndrew Tridgell1-2/+2
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-27/+9
2007-10-10r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe1-1/+1
2004-04-03added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell1-13/+39
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell1-0/+482