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