summaryrefslogtreecommitdiff
path: root/smbinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08smbinfo: add support for new key dump ioctlAurelien Aptel1-16/+63
* try new one first, fall back on old one otherwise => retrocompatible * use better cipher descriptions Signed-off-by: Aurelien Aptel <aaptel@suse.com>
2021-04-14smbinfo: Add command for displaying alternate data streamsJuan Pablo González1-0/+41
This patch adds a new command to smbinfo which retrieves and displays the list of alternate data streams for a file. Signed-off-by: Juan Pablo González <disablez@gmail.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
2020-12-30smbinfo: fix fsctl-getobjid outputPavel Shilovsky1-1/+1
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
2020-12-30smbinfo: fix list-snapshots output and installationPavel Shilovsky1-5/+18
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
2020-09-03smbinfo: remove invalid arguments to ioctl methodRonnie Sahlberg1-2/+2
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
2020-09-03smbinfo: rewrite in pythonAurelien Aptel1-0/+779
Signed-off-by: Aurelien Aptel <aaptel@suse.com>