summaryrefslogtreecommitdiff
path: root/lib/ldb/ldb_tdb/ldb_pack.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-01ldb: move ldb_pack.c into commonAndrew Tridgell1-290/+0
this code should not be tied to the ldb_tdb backend, both because it could be used for any record oriented backend, and because it should be exposed for use by diagnosis/repair tools such as the recently added ldbdump tool Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2012-10-31ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett1-3/+1
It always de-references the module to find the ldb anyway. Andrew Bartlett
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+292
Signed-off-by: Andrew Tridgell <tridge@samba.org>