ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Oct 2012 05:06:03 +0000 (16:06 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 04:40:41 +0000 (15:40 +1100)
commit30ffdda45bd3ae602b453c9c1bbdb77ea3de8a8d
tree2859583eec07abce06678d464aea79501dd3e554
parentfc47b0d03c577730ce0ef9e09092f80c0712d5d0
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()

with ltdb_pack_data() and ltdb_unpack_data() now moved into common, we
need to increase the minor version and fixup callers of the API

Note that this relies on struct ldb_val being the same shape as
TDB_DATA, in much the same way as we rely on ldb_val and DATA_BLOB
being the same shape.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
lib/ldb/ABI/ldb-1.1.14.sigs [new file with mode: 0644]
lib/ldb/ABI/pyldb-util-1.1.14.sigs [new file with mode: 0644]
lib/ldb/common/ldb_pack.c
lib/ldb/include/ldb_private.h
lib/ldb/ldb_tdb/ldb_index.c
lib/ldb/ldb_tdb/ldb_search.c
lib/ldb/ldb_tdb/ldb_tdb.c
lib/ldb/ldb_tdb/ldb_tdb.h
lib/ldb/tools/ldbdump.c
lib/ldb/wscript