r19430: merge recent ldb changes from Samba4. This includes memory leak fixes
authorAndrew Tridgell <tridge@samba.org>
Sat, 21 Oct 2006 00:10:19 +0000 (00:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:35 +0000 (12:15 -0500)
commit7a390a0dabcdadb30196662b6cdec512bf81dcb4
tree8ed126e072e4446ad47d25f277059af5ccd556cc
parentaa3ca346d82da2501406cc1f482643b20905e467
r19430: merge recent ldb changes from Samba4. This includes memory leak fixes
and significant speedups
(This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
26 files changed:
source3/lib/ldb/common/ldb.c
source3/lib/ldb/common/ldb_attributes.c
source3/lib/ldb/common/ldb_dn.c
source3/lib/ldb/common/ldb_ldif.c
source3/lib/ldb/common/ldb_modules.c
source3/lib/ldb/include/ldb.h
source3/lib/ldb/ldb_ildap/ldb_ildap.c
source3/lib/ldb/ldb_ldap/ldb_ldap.c
source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source3/lib/ldb/ldb_tdb/ldb_cache.c
source3/lib/ldb/ldb_tdb/ldb_index.c
source3/lib/ldb/ldb_tdb/ldb_search.c
source3/lib/ldb/ldb_tdb/ldb_tdb.c
source3/lib/ldb/ldb_tdb/ldb_tdb.h
source3/lib/ldb/modules/ldb_map.c
source3/lib/ldb/modules/ldb_map_outbound.c
source3/lib/ldb/modules/objectclass.c
source3/lib/ldb/samba/ldif_handlers.c
source3/lib/ldb/tests/test-generic.sh
source3/lib/ldb/tests/test-tdb.sh
source3/lib/ldb/tests/test.ldif
source3/lib/ldb/tools/ad2oLschema.c
source3/lib/ldb/tools/ldbadd.c
source3/lib/ldb/tools/ldbdel.c
source3/lib/ldb/tools/ldbmodify.c
source3/lib/ldb/tools/ldbsearch.c