Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -70/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-21 | s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as ↵ | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
unsigned The LDB API ("ldb_connect") prescribes that they should be "unsigned". Signed-off-by: Metze | |||||
2010-10-30 | s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem | Andrew Tridgell | 1 | -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-10 | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not ↵ | Jelmer Vernooij | 1 | -0/+3 | |
samdb-specific. | |||||
2010-10-10 | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 1 | -2/+7 | |
2010-10-10 | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 1 | -4/+11 | |
2010-10-10 | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 1 | -0/+9 | |
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 1 | -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> |