summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/ldb_wrap.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-30s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystemAndrew Tridgell1-0/+3
ldb-wrap and the ldif-handlers are not really related, and this allows us to remove another dependency loop Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-10ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not ↵Jelmer Vernooij1-0/+3
samdb-specific.
2010-10-10ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.Jelmer Vernooij1-2/+7
2010-10-10ldb-samba: Split up ldb_wrap_connect() a bit.Jelmer Vernooij1-4/+11
2010-10-10ldb-samba: Add convenience function for doing a Samba-style LDB init.Jelmer Vernooij1-0/+9
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-0/+43
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org>