r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
[kamenim/samba.git] / source4 / lib / ldb / ldb_tdb / ldb_search.c
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Andrew Tridgellr4486: fixed some memory leaks in the new ldb code...
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Stefan Metzmacherr4022: fix compiler warnings
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Stefan Metzmacherr3095: - fix a free'ing of msg.dn
2007-10-10 Stefan Metzmacherr3089: fix memleak
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be in...
2007-10-10 Andrew Tridgellr711: don't hide attributes inside the special ldb_tdb...
2007-10-10 Andrew Tridgellr606: added a HIDDEN attribute on fields in ldb (in...
2007-10-10 Andrew Tridgellr583: fixed two bugs in the handling of index entry...
2007-10-10 Andrew Tridgellr574: - another attempt at const cleanliness in ldb
2007-10-10 Andrew Tridgellr502: modified ldb to allow the use of an external...
2007-10-10 Andrew Tridgellr490: - expanded the test suite to test modify and...
2007-10-10 Andrew Tridgellr456: - added -i option to ldbsearch
2007-10-10 Andrew Tridgellr437: fixed handling of a corner case with multi-valued...
2007-10-10 Andrew Tridgellr435: a major upgrade for ldb
2007-10-10 Tim Potterr382: More C++ friendliness fixes.
2007-10-10 Andrew Tridgellr381: make the code more C++ friendly
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Richard Sharper141: A number of changes to get things working on...
2004-04-03 Andrew Tridgelladded the rest of the ldb_modify() code, which required...
2004-03-31 Andrew Tridgellmake a more recent snapshot of ldb available to interested