ldb: move ldb_pack.c into common
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Oct 2012 04:39:09 +0000 (15:39 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 04:40:40 +0000 (15:40 +1100)
commitfc47b0d03c577730ce0ef9e09092f80c0712d5d0
treed2d12c24219bb37632c7080312b92f61771101e0
parente48099516e4975cb69c7e2850d3b13b25bab7c44
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>
lib/ldb/common/ldb_pack.c [moved from lib/ldb/ldb_tdb/ldb_pack.c with 96% similarity]