summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_smb1_system_security.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19s3:script: Fix code spellingAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
2022-06-10s3:tests: Reformat test_smb1_system_security.shAndreas Schneider1-13/+14
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
2021-03-16tests: Fix a typoVolker Lendecke1-1/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2020-04-21s3: torture: Run the SMB1-SYSTEM-SECURITY test.Jeremy Allison1-0/+43
Calls the test in the previous commit by adding SeSecurityPrivilege first, running the SMB1-SYSTEM-SECURITY test then removing SeSecurityPrivilege. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>