summaryrefslogtreecommitdiff
path: root/lib/ldb/tools/ldbdump.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-22ldb: ldbdump key and pack format version commentsAaron Haslett1-0/+24
2019-05-10ldb: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall1-1/+1
2019-01-28lib:ldb: Use C99 initializer for tdb_logging_contextAndreas Schneider1-1/+3
2018-05-23ldb_mdb: Implement the lmdb backend for ldbGarming Sam1-1/+125
2016-12-22ldbdump: Parse the -i optionGarming Sam1-1/+1
2016-08-24ldb: Fix format-nonliteral warningAmitay Isaacs1-0/+3
2013-01-26ldb: fix a warning by converting from TDB_DATA to struct ldb_valStefan Metzmacher1-1/+5
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell1-4/+11
2012-10-30ldb: Add ldbdump, based on tdbdumpAndrew Bartlett1-0/+219