tdb: Add tdbdump option to output all data as hex values
authorChristof Schmitt <cs@samba.org>
Thu, 7 Mar 2024 23:38:53 +0000 (16:38 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 16 Apr 2024 17:30:20 +0000 (10:30 -0700)
commit81c14fdc1d5e72c8cac47ee56e5d6ac9f602203c
tree3feadffe9544df9f267f259e532ca90f7b09491b
parent42b2fabf5165c44bb7e7a52034bee5fb577b9f7b
tdb: Add tdbdump option to output all data as hex values

This can be useful for debugging tdb databases, the hex output of the
key can be used for "net tdb" or ctdb commands.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/tdb/tools/tdbdump.c