summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/sec_descriptor.py
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb:tests: Refactor security descriptor testJoseph Sutton2023-05-161-2/+2
* s4:dsdb/tests: add more detailed tests to sec_descriptor.pyStefan Metzmacher2023-03-221-0/+501
* s4:dsdb/tests: allow sec_descriptor.py to run against Windows 2022Stefan Metzmacher2023-03-221-4/+4
* s4:dsdb/tests: convert sec_descriptor.py to use assert[Not]In()Stefan Metzmacher2023-03-221-149/+149
* s4:dsdb/tests: let OwnerGroupDescriptorTests() remove temporary ACEs on cleanupStefan Metzmacher2023-03-221-0/+2
* s4:dsdb/tests: let OwnerGroupDescriptorTests.test_141() set the required ACE ...Stefan Metzmacher2023-03-221-0/+3
* libcli/security: Reorder SDDL access flags table to match WindowsJoseph Sutton2023-03-211-6/+6
* selftest: source4: fix mutable default argumentsRob van der Linde2023-02-231-1/+4
* CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova2022-09-161-9/+36
* CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova2022-09-161-4/+4
* CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova2022-09-161-4/+16
* CVE-2020-25720 s4:tests/sec_descriptor: Add missing security descriptor modifyJoseph Sutton2022-09-161-1/+3
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-3/+3
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-16/+16
* selftest: correcting empty attribute usage in requestsAaron Haslett2019-05-061-1/+1
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-1/+1
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/tests/python: PY3 port samba4.ldap.secdescNoel Power2018-11-141-8/+8
* tests/python/sec_descriptor: safer use of super()Douglas Bagnall2018-11-011-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-3/+3
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-22/+22
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-7/+7
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-4/+4
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-98/+98
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-13/+13
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-14/+14
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-24/+24
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-3/+3
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-7/+8
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-1/+2
* selftest: close connections after tests in samba4.ldap.secdesc.pythonJamie McClymont2018-01-081-0/+5
* s4:tests/sec_descriptor: use more unique oid valuesStefan Metzmacher2017-01-121-57/+25
* selftest: Use random OIDs from under the Samba OID arcAndrew Bartlett2016-06-061-1/+1
* sec_descriptor: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-16/+6
* sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij2014-11-221-19/+13
* tests/sec_descriptor: the default owner behavior depends on domainControllerF...Stefan Metzmacher2013-01-271-4/+4
* s4:dsdb/tests/sec_descriptor: verify the search of a windows dc join keeps wo...Stefan Metzmacher2012-12-101-0/+7
* s4:dsdb/tests/sec_descriptor: verify the nTSecurityDescriptor and sd_flags in...Stefan Metzmacher2012-12-101-0/+116
* s4:dsdb/tests: add SdAutoInheritTestsStefan Metzmacher2012-11-301-1/+83
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-211-4/+4
* s4-selftest: Avoid running kinit for each new connectionAndrew Bartlett2012-02-201-1/+2
* s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou2011-02-211-1/+1
* s4-tests: Some tests that prove behavior for INHERITED user-provided ACEs is ...Nadezhda Ivanova2011-02-101-0/+34
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-021-1/+1
* s4-tests: Added a test for correct inheritance of IO flagged ACEs.Nadezhda Ivanova2011-01-181-0/+18