summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/acl.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-join: Import DNS zones in AD DC joinAndrew Bartlett2012-06-251-0/+2
* 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-dsdb: use get_config_basedn() in python testsAndrew Tridgell2011-09-191-2/+2
* s4-acl: use dnsforest not dnsdomain for GC namesAndrew Tridgell2011-08-251-3/+3
* s4-acl-test: use symbolic names for groupTypeAndrew Tridgell2011-08-091-11/+16
* s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou2011-02-211-24/+24
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-021-1/+1
* acl tests: Fix import.Jelmer Vernooij2011-01-061-4/+7
* Remove unused imports.Jelmer Vernooij2011-01-061-4/+3
* s4-tests: Tests for Validated-SPN implementation.Nadezhda Ivanova2010-12-221-14/+274
* s4-tests: Added tests for LDAP add/delete/modify using anonymous login.Nadezhda Ivanova2010-12-151-8/+50
* s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki2010-12-151-1/+1
* s4-tests: Modified acl.py to use the sd_utils helpers.Nadezhda Ivanova2010-12-101-127/+86
* s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer2010-11-271-5/+1
* s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulatedNadezhda Ivanova2010-11-251-28/+25