summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sec_descriptor.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s4:dsdb:tests: Remove unused variablesJoseph Sutton1-7/+4
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-7/+7
2023-05-16s4:dsdb:tests: Refactor security descriptor testJoseph Sutton1-2/+2
2023-03-22s4:dsdb/tests: add more detailed tests to sec_descriptor.pyStefan Metzmacher1-0/+501
2023-03-22s4:dsdb/tests: allow sec_descriptor.py to run against Windows 2022Stefan Metzmacher1-4/+4
2023-03-22s4:dsdb/tests: convert sec_descriptor.py to use assert[Not]In()Stefan Metzmacher1-149/+149
2023-03-22s4:dsdb/tests: let OwnerGroupDescriptorTests() remove temporary ACEs on cleanupStefan Metzmacher1-0/+2
2023-03-22s4:dsdb/tests: let OwnerGroupDescriptorTests.test_141() set the required ACE ...Stefan Metzmacher1-0/+3
2023-03-21libcli/security: Reorder SDDL access flags table to match WindowsJoseph Sutton1-6/+6
2023-02-23selftest: source4: fix mutable default argumentsRob van der Linde1-1/+4
2022-09-16CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova1-9/+36
2022-09-16CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova1-4/+4
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova1-4/+16
2022-09-16CVE-2020-25720 s4:tests/sec_descriptor: Add missing security descriptor modifyJoseph Sutton1-1/+3
2022-06-14python: Don't use deprecated escape sequencesJoseph Sutton1-3/+3
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-16/+16
2019-05-06selftest: correcting empty attribute usage in requestsAaron Haslett1-1/+1
2019-01-10Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig1-1/+1
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-11-14s4/dsdb/tests/python: PY3 port samba4.ldap.secdescNoel Power1-8/+8
2018-11-01tests/python/sec_descriptor: safer use of super()Douglas Bagnall1-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-3/+3
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+5
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-22/+22
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-7/+7
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-4/+4
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-98/+98
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-13/+13
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-14/+14
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-24/+24
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-3/+3
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-7/+8
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2018-01-08selftest: close connections after tests in samba4.ldap.secdesc.pythonJamie McClymont1-0/+5
2017-01-12s4:tests/sec_descriptor: use more unique oid valuesStefan Metzmacher1-57/+25
2016-06-06selftest: Use random OIDs from under the Samba OID arcAndrew Bartlett1-1/+1
2014-11-22sec_descriptor: Use samba.tests.subunitrun.Jelmer Vernooij1-16/+6
2014-11-22sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij1-19/+13
2013-01-27tests/sec_descriptor: the default owner behavior depends on domainControllerF...Stefan Metzmacher1-4/+4
2012-12-10s4:dsdb/tests/sec_descriptor: verify the search of a windows dc join keeps wo...Stefan Metzmacher1-0/+7
2012-12-10s4:dsdb/tests/sec_descriptor: verify the nTSecurityDescriptor and sd_flags in...Stefan Metzmacher1-0/+116
2012-11-30s4:dsdb/tests: add SdAutoInheritTestsStefan Metzmacher1-1/+83
2012-06-21samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij1-4/+4
2012-02-20s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett1-1/+2
2011-02-21s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou1-1/+1
2011-02-10s4-tests: Some tests that prove behavior for INHERITED user-provided ACEs is ...Nadezhda Ivanova1-0/+34