Age | Commit message (Expand) | Author | Files | Lines |
2010-12-18 | lib/ldb Remove talloc_free() that causes double-free in callbacks. | Andrew Bartlett | 1 | -1/+3 |
2010-10-20 | ldb:ldb_index.c - fix some memory leaks | Matthias Dieter Wallnöfer | 1 | -1/+6 |
2010-10-20 | ldb:ldb_index.c - let "ldb_module_oom" generate the return code | Matthias Dieter Wallnöfer | 1 | -15/+8 |
2010-10-13 | s4-ldb: take advantage of ldb_match_msg_error() in more places | Andrew Tridgell | 1 | -2/+8 |
2010-08-17 | s4-ldb: fixed the ldb 'displayName=a,b' indexing bug | Andrew Tridgell | 1 | -2/+4 |
2010-08-17 | s4-ldb: add some comments explaining the ltdb_index_idxptr() function | Andrew Tridgell | 1 | -0/+8 |
2010-03-08 | s4:LDB TDB index code - reintroduce accidentally removed code part | Matthias Dieter Wallnöfer | 1 | -1/+3 |
2010-03-08 | LDB:TDB backend - change counter variables to "unsigned" where appropriate | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-02-14 | s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code | Andrew Tridgell | 1 | -1/+1 |
2010-01-16 | s4-ldb: cope with bad ptr alignment in ldb_index.c | Andrew Tridgell | 1 | -3/+3 |
2010-01-08 | s4-ldb: improve error handling in indexing code | Andrew Tridgell | 1 | -4/+32 |
2009-11-20 | ldb:ldb_tdb backend/indexes - Outside API | Matthias Dieter Wallnöfer | 1 | -18/+25 |
2009-11-20 | ldb:ldb_tdb backend/indexes - DN comparison | Matthias Dieter Wallnöfer | 1 | -4/+5 |
2009-10-27 | s4:ldb Add detail to failures in the indexing code | Andrew Bartlett | 1 | -2/+8 |
2009-10-25 | s4-ldb: allow for unescaped '=' in a index DN | Andrew Tridgell | 1 | -4/+0 |
2009-10-25 | s4-ldb: ensure DNs pass validity tests in indexing | Andrew Tridgell | 1 | -0/+4 |
2009-10-25 | s4-ldb: fixed string length handling on index records | Andrew Tridgell | 1 | -2/+2 |
2009-10-25 | s4-ldb: fixed re-index during a complex transaction | Andrew Tridgell | 1 | -10/+31 |
2009-10-22 | s4-ldb: added a TODO about checking the indexlist | Andrew Tridgell | 1 | -0/+2 |
2009-10-22 | s4-ldb: fixed some memory leaks in new indexing code | Andrew Tridgell | 1 | -1/+3 |
2009-10-22 | s4-ldb: don't try to index non-indexed attributes | Andrew Tridgell | 1 | -0/+4 |
2009-10-22 | s4-ldb: ensure new dn_list elements are not owned by caller | Andrew Tridgell | 1 | -1/+1 |
2009-10-22 | s4-ldb: over-allocate index records to save on realloc costs | Andrew Tridgell | 1 | -1/+5 |
2009-10-22 | s4-ldb: fixed tdb error handling in ldb_index.c | Andrew Tridgell | 1 | -3/+8 |
2009-10-22 | s4-ldb: delete empty index records | Andrew Tridgell | 1 | -0/+8 |
2009-10-22 | s4-ldb: do more validation of idxptr lists | Andrew Tridgell | 1 | -12/+31 |
2009-10-22 | s4-ldb: when taking a list intersection, the result can be as long as the fir... | Andrew Tridgell | 1 | -1/+1 |
2009-10-22 | s4-ldb: ldb indexing rewrite - part1 | Andrew Tridgell | 1 | -840/+651 |
2009-09-15 | s4-ldb: cope better with corruption of tdb records | Andrew Tridgell | 1 | -3/+8 |
2009-09-08 | s4/ldb: added --show-binary command line option | Andrew Tridgell | 1 | -1/+1 |
2009-08-28 | s4:ldb Don't sleep(100) in this error case, but debug the LDIF | Andrew Bartlett | 1 | -6/+6 |
2009-07-14 | remove all '\n' from ldb_debug | Sumit Bose | 1 | -3/+3 |
2009-06-01 | use the unique flag on ldb attributes to optimise & clauses | Andrew Tridgell | 1 | -46/+72 |
2009-06-01 | added support for unique indexing in ldb | Andrew Tridgell | 1 | -7/+26 |
2009-05-28 | fixed one-level indexing | Andrew Tridgell | 1 | -6/+2 |
2009-03-09 | Fix potential segfaults using freed memory. | Simo Sorce | 1 | -1/+1 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -0/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -35/+65 |
2008-12-19 | s4:cosmetic: Remove trailing tabs and spaces | Simo Sorce | 1 | -59/+59 |
2008-12-19 | Small cosmetic LDB patch regarding return values. | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2008-12-18 | Rename ldb index pointer wrapper function | Andrew Bartlett | 1 | -8/+8 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 1 | -1/+1 |
2008-12-17 | an experimental patch for fixing ldb bloat | Andrew Tridgell | 1 | -9/+337 |
2008-12-16 | repack the ldb after re-indexing | Andrew Tridgell | 1 | -0/+4 |
2008-09-29 | LDB ASYNC: ldb_tdb backend | Simo Sorce | 1 | -40/+21 |
2008-08-22 | fixed a speellling erra | Andrew Tridgell | 1 | -1/+1 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -2/+2 |
2008-01-06 | r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090 | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r25218: After discussion with Simo, remove the subclass support from LDB. | Andrew Bartlett | 1 | -64/+0 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -6/+6 |