r11353: a bit of an improvement to the ldb_tdb error handling
[gd/samba/.git] / source4 / lib / ldb / ldb_tdb / ldb_index.c
2007-10-10 Andrew Tridgellr11353: a bit of an improvement to the ldb_tdb error...
2007-10-10 Andrew Tridgellr11111: fixed a talloc error in the dn shortcut code
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10889: make searches for dn's less of a special case...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr8668: fixed a segv during upgrade of a very old ldb.
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Simo Sorcer8373: New wildcard matching code.
2007-10-10 Simo Sorcer8082: large rewite of ldb_dn.c
2007-10-10 Andrew Tridgellr8038: - fixed indexing on binary values that need...
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2007-10-10 Andrew Tridgellr7558: added support in ldb for extended ldap search...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr5374: - changed the dn key code in the ldb tdb backend...
2007-10-10 Andrew Tridgellr5189: fixed a double free bug in the ltdb indexing...
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Andrew Tridgellr4477: expanded the test suite to increase code coverag...
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Andrew Tridgellr4424: fixed a simple bug in the '|' handling in indexe...
2007-10-10 Volker Lendecker4397: Fix a bug where '(&(objectclass=domain)(!(object...
2007-10-10 Andrew Tridgellr4282: removed a spurious error message now we remove...
2007-10-10 Andrew Tridgellr4281: fixed an ldb indexing bug in ldb found by volker.
2007-10-10 Stefan Metzmacherr4022: fix compiler warnings
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Stefan Metzmacherr3782: use ldb_ namespace
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Andrew Tridgellr2713: better handling of binary values in index key...
2007-10-10 Jelmer Vernooijr2667: Remove forward declaration of static function...
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be 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 Tridgellr504: fixed a bad call to list_union()
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 Tridgellr442: fixed some uninitialised variables pointed out...
2007-10-10 Andrew Tridgellr437: fixed handling of a corner case with multi-valued...
2007-10-10 Andrew Tridgellr436: fixed indexing of objectclass with subclasses
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 Tridgellr344: fixed deletion of index records
2007-10-10 Andrew Tridgellr343: added automatic reindexing of the database when...
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