summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sec_descriptor.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-18s4-tests: Added a test for correct inheritance of IO flagged ACEs.Nadezhda Ivanova1-0/+18
2011-01-11s4-tests: Tests for expansion of ACEs containing generic information.Nadezhda Ivanova1-2/+59
2011-01-06Remove unused imports.Jelmer Vernooij1-1/+1
2010-12-15s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki1-1/+1
2010-12-10s4-tests: Modified sec_descriptor.py to use the sd_utils helpers.Nadezhda Ivanova1-208/+171
2010-11-27s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer1-5/+1
2010-11-25s4-tests: Modified sec_descriptor.py to use samba.tests.delete_forceNadezhda Ivanova1-71/+66
2010-11-24s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally de...Nadezhda Ivanova1-48/+50
2010-11-23s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom m...Nadezhda Ivanova1-47/+22