summaryrefslogtreecommitdiff
path: root/smbinfo.rst
AgeCommit message (Collapse)AuthorFilesLines
2019-12-12smbinfo.rst: document new `keys` commandAurelien Aptel1-0/+4
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
2019-10-03smbinfo: Add SETCOMPRESSION supportRonnie Sahlberg1-0/+2
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-05-07smbinfo: add GETCOMPRESSION supportRonnie Sahlberg1-0/+2
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-04-17smbinfo: Improve help usage and add -h option.Kenneth D'souza1-1/+4
Call usage only for -h case. This avoids cluttering the screen with long help output. As we are adding more options to the utility, the end error is just hidden. Call short_usage wherever necessary. Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
2019-04-05smbinfo: Add ability to query snapshots (previous versions)Steve French1-0/+2
"smbinfo list-snapshots" Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Reviewed-by: Paulo Alcantara <palcantara@suse.de>
2019-03-16smbinfo: add fsctl-getobjid supportRonnie Sahlberg1-0/+2
This will print the ObjectID buffer for the object. This is an example on how to fetch FSCTL data for an object using the passthrough API. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-03-08smbinfo: decode the ACEsRonnie Sahlberg1-1/+4
Decode the most common ACE types and provide a [-V]erbose option to show the individual mask bits by name. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-02-14smbinfo: add FileFsFullSizeInformationRonnie Sahlberg1-0/+2
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-02-14smbinfo: Add more File*Information classesRonnie Sahlberg1-8/+26
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2019-02-14smbinfo.rst: document kernel versionAurelien Aptel1-1/+1
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
2018-11-05smbinfo: add a utility to display smb specific information about objectsRonnie Sahlberg1-0/+81
For example smbinfo secdesc <file> will print the security descriptor smbinfo quota <file> will print the quotas for the volume Signed-off-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>