summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/acl.py
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb:tests: Refactor ACL testJoseph Sutton2023-05-161-34/+30
* s4:dsdb/tests: let AclUndeleteTests.test_undelete() remove the temporary ACE ...Stefan Metzmacher2023-03-221-0/+1
* CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova2022-09-161-2/+7
* CVE-2020-25720 s4-acl: Test Create Child permission should not allow full wri...Nadezhda Ivanova2022-09-161-6/+2404
* CVE-2022-32743 s4-acl: Add tests for validated dNSHostName writeJoseph Sutton2022-07-281-0/+757
* CVE-2022-32746 s4:dsdb:tests: Add test for deleting a disallowed SPNJoseph Sutton2022-07-271-0/+26
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-1/+1
* CVE-2020-25722: s4-acl: test Control Access Rights honor the Applies-to attri...Nadezhda Ivanova2021-11-091-0/+17
* CVE-2020-25722 s4:dsdb:tests: Add missing self.fail() callsJoseph Sutton2021-11-091-0/+32
* CVE-2020-25722 Add test for SPN deletion followed by additionJoseph Sutton2021-11-091-0/+48
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* s4:dsdb:tests: add AclVisibiltyTestsStefan Metzmacher2020-10-211-1/+320
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-1/+1
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-89/+89
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/tests: PY3 port of samba4.ldap.acl.pythonNoel Power2018-11-141-11/+12
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-7/+7
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-09-061-1/+1
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-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-6/+6
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-2/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+14
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-42/+43
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-20/+20
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-241-8/+8
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-18/+18
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-20/+20
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-39/+39
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-17/+17
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-31/+31
* CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-141-0/+68
* join: Rename dc_join() so it looks like an objectTim Beale2018-07-031-6/+7
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-14/+14
* Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power2018-05-121-6/+6
* tests: Split out setUp code into separate function for reuseTim Beale2018-05-111-12/+4
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-12/+13
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-53/+106
* selftest: close connections after tests in samba4.ldap.acl.pythonJamie McClymont2018-01-081-0/+32
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* s4-dsdb: Tests for security checks on undelete operationNadezhda Ivanova2015-02-031-1/+131
* ldap: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-19/+6
* dsdb.tests.acl: Create and run a single testsuite, should easy migration to r...Jelmer Vernooij2014-11-191-34/+43
* join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett2014-09-011-0/+2
* s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova2013-10-251-0/+26
* dsdb: Add test for modification of two attributes, one permitted, one denied ...Andrew Bartlett2013-01-151-0/+15