summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/acl.py
AgeCommit message (Expand)AuthorFilesLines
2025-08-27s4:dsdb:tests: Add get_creds() methodJennifer Sutton1-1/+5
2025-08-27s4:dsdb:tests: Remove outdated commentJennifer Sutton1-2/+0
2025-08-27s4:dsdb:tests: Correct unprefixed f‐stringJennifer Sutton1-5/+2
2025-08-27s4:dsdb:tests: Correct test nameJennifer Sutton1-1/+1
2025-08-27s4:dsdb:tests: Reformat ACEs to be more readableJennifer Sutton1-50/+25
2025-08-27s4:dsdb:tests: Use sAMAccountName GUID constantJennifer Sutton1-2/+2
2023-10-25s4:dsdb:tests: Remove unnecessary f‐stringsJoseph Sutton1-6/+6
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-6/+6
2023-05-16s4:dsdb:tests: Refactor ACL testJoseph Sutton1-34/+30
2023-03-22s4:dsdb/tests: let AclUndeleteTests.test_undelete() remove the temporary ACE ...Stefan Metzmacher1-0/+1
2022-09-16CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova1-2/+7
2022-09-16CVE-2020-25720 s4-acl: Test Create Child permission should not allow full wri...Nadezhda Ivanova1-6/+2404
2022-07-28CVE-2022-32743 s4-acl: Add tests for validated dNSHostName writeJoseph Sutton1-0/+757
2022-07-27CVE-2022-32746 s4:dsdb:tests: Add test for deleting a disallowed SPNJoseph Sutton1-0/+26
2022-06-14python: Don't use deprecated escape sequencesJoseph Sutton1-1/+1
2021-11-09CVE-2020-25722: s4-acl: test Control Access Rights honor the Applies-to attri...Nadezhda Ivanova1-0/+17
2021-11-09CVE-2020-25722 s4:dsdb:tests: Add missing self.fail() callsJoseph Sutton1-0/+32
2021-11-09CVE-2020-25722 Add test for SPN deletion followed by additionJoseph Sutton1-0/+48
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-21s4:dsdb:tests: add AclVisibiltyTestsStefan Metzmacher1-1/+320
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-89/+89
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-11-14s4/dsdb/tests: PY3 port of samba4.ldap.acl.pythonNoel Power1-11/+12
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-7/+7
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-6/+6
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+14
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-42/+43
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-20/+20
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-8/+8
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-18/+18
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-20/+20
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-39/+39
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-17/+17
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-31/+31
2018-08-14CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale1-0/+68
2018-07-03join: Rename dc_join() so it looks like an objectTim Beale1-6/+7
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-14/+14
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-6/+6
2018-05-11tests: Split out setUp code into separate function for reuseTim Beale1-12/+4
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-12/+13
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-53/+106