ldb: move ldb_pack.c into common
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Oct 2012 04:39:09 +0000 (15:39 +1100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 28 Jan 2013 10:07:44 +0000 (11:07 +0100)
commit3d1d95fa25f464fce0cb2bb6176c8414e3f8b4cf
treeccf14c07cfc923be2f0e4b2bad47667f1e5d8c50
parent65629e824f51b8dea76604052310733d109652c3
ldb: move ldb_pack.c into common

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>
(cherry picked from commit fc47b0d03c577730ce0ef9e09092f80c0712d5d0)
lib/ldb/common/ldb_pack.c [moved from lib/ldb/ldb_tdb/ldb_pack.c with 96% similarity]