smbstatus: add access mode information about open files to json output
commitdd9dd5bff02d32c752c29ce1c55093257e41f7c6
authorJule Anger <janger@samba.org>
Wed, 30 Mar 2022 13:39:42 +0000 (30 15:39 +0200)
committerJule Anger <janger@samba.org>
Mon, 8 Aug 2022 12:56:29 +0000 (8 12:56 +0000)
tree494c94995a4443bf5caefdcc62d4bffc9492e7f2
parent8d26456742a08991016320fa9cf46598b15affe0
smbstatus: add access mode information about open files to json output

Adds a dictionary named "access_mask" to a open dictionary.
Contains the hex value of the mask, a text representation and booleans
for each attribute.

Signed-off-by: Jule Anger <janger@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/utils/status_json.c