summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_index.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-1599/+0
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-1/+1
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-2/+2
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-2/+2
2010-12-18lib/ldb Remove talloc_free() that causes double-free in callbacks.Andrew Bartlett1-1/+3
2010-10-20ldb:ldb_index.c - fix some memory leaksMatthias Dieter Wallnöfer1-1/+6
2010-10-20ldb:ldb_index.c - let "ldb_module_oom" generate the return codeMatthias Dieter Wallnöfer1-15/+8
2010-10-13s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell1-2/+8
2010-08-17s4-ldb: fixed the ldb 'displayName=a,b' indexing bugAndrew Tridgell1-2/+4
2010-08-17s4-ldb: add some comments explaining the ltdb_index_idxptr() functionAndrew Tridgell1-0/+8
2010-03-08s4:LDB TDB index code - reintroduce accidentally removed code partMatthias Dieter Wallnöfer1-1/+3
2010-03-08LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer1-6/+6
2010-02-14s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell1-1/+1
2010-01-16s4-ldb: cope with bad ptr alignment in ldb_index.cAndrew Tridgell1-3/+3
2010-01-08s4-ldb: improve error handling in indexing codeAndrew Tridgell1-4/+32
2009-11-20ldb:ldb_tdb backend/indexes - Outside APIMatthias Dieter Wallnöfer1-18/+25
2009-11-20ldb:ldb_tdb backend/indexes - DN comparisonMatthias Dieter Wallnöfer1-4/+5
2009-10-27s4:ldb Add detail to failures in the indexing codeAndrew Bartlett1-2/+8
2009-10-25s4-ldb: allow for unescaped '=' in a index DNAndrew Tridgell1-4/+0
2009-10-25s4-ldb: ensure DNs pass validity tests in indexingAndrew Tridgell1-0/+4
2009-10-25s4-ldb: fixed string length handling on index recordsAndrew Tridgell1-2/+2
2009-10-25s4-ldb: fixed re-index during a complex transactionAndrew Tridgell1-10/+31
2009-10-22s4-ldb: added a TODO about checking the indexlistAndrew Tridgell1-0/+2
2009-10-22s4-ldb: fixed some memory leaks in new indexing codeAndrew Tridgell1-1/+3
2009-10-22s4-ldb: don't try to index non-indexed attributesAndrew Tridgell1-0/+4
2009-10-22s4-ldb: ensure new dn_list elements are not owned by callerAndrew Tridgell1-1/+1
2009-10-22s4-ldb: over-allocate index records to save on realloc costsAndrew Tridgell1-1/+5
2009-10-22s4-ldb: fixed tdb error handling in ldb_index.cAndrew Tridgell1-3/+8
2009-10-22s4-ldb: delete empty index recordsAndrew Tridgell1-0/+8
2009-10-22s4-ldb: do more validation of idxptr listsAndrew Tridgell1-12/+31
2009-10-22s4-ldb: when taking a list intersection, the result can be as long as the fir...Andrew Tridgell1-1/+1
2009-10-22s4-ldb: ldb indexing rewrite - part1Andrew Tridgell1-840/+651
2009-09-15s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell1-3/+8
2009-09-08s4/ldb: added --show-binary command line optionAndrew Tridgell1-1/+1
2009-08-28s4:ldb Don't sleep(100) in this error case, but debug the LDIFAndrew Bartlett1-6/+6
2009-07-14remove all '\n' from ldb_debugSumit Bose1-3/+3
2009-06-01use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell1-46/+72
2009-06-01added support for unique indexing in ldbAndrew Tridgell1-7/+26
2009-05-28fixed one-level indexingAndrew Tridgell1-6/+2
2009-03-09Fix potential segfaults using freed memory.Simo Sorce1-1/+1
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-35/+65
2008-12-19s4:cosmetic: Remove trailing tabs and spacesSimo Sorce1-59/+59
2008-12-19Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer1-4/+4
2008-12-18Rename ldb index pointer wrapper functionAndrew Bartlett1-8/+8
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+1
2008-12-17an experimental patch for fixing ldb bloatAndrew Tridgell1-9/+337
2008-12-16repack the ldb after re-indexingAndrew Tridgell1-0/+4
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce1-40/+21