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:32:34 +0000 (17:32 +0000)
commit5f5290c27140cbea2b9ab9b080a69ff691653b52
tree3feadffe9544df9f267f259e532ca90f7b09491b
parentf6a47de2dbdb04096cf4bf147d149317cec3a235
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