1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

3 Commits

Author SHA1 Message Date
Tim Potter
3c6975c711 Display the repr() of non-string dictionary values. -
Tim Potter
7a6b6a8b48 Added utility function to convert python strings to hex dump + ascii. -
Tim Potter
8af86f6835 Abstract out the functionality of gtdbtool into a dictionary browser
class.  This should provide a nice framework for browsing any kind of
data presented as a python dictionary:

 - windows registry
 - printer data
 - tdb files
-