summaryrefslogtreecommitdiff
path: root/python/samba/tests/posixacl.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-37/+37
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-6/+6
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-3/+3
* tests/posixacl: Test with and without filling in the unix_tokenAndrew Bartlett2018-07-121-0/+25
* tests/posixacl: derive a new testcase to run same tests with sessionJoe Guo2018-07-121-20/+72
* tests/posixacl: move setUp and tearDown to topJoe Guo2018-07-121-16/+14
* tests/posixacl: rm duplicated testJoe Guo2018-07-121-17/+0
* tests/posixacl: use assertRaises to simplify codeJoe Guo2018-07-121-12/+4
* tests/posixacl: remove unused importsJoe Guo2018-07-121-3/+1
* tests/posixacl: define global ACL to make code DRYJoe Guo2018-07-121-11/+12
* tests/posixacl: define global DOM_SID to make code DRYJoe Guo2018-07-121-13/+15
* tests/posixacl: rm commented codeJoe Guo2018-07-121-8/+0
* selftest: enable py3 for samba.tests.posixaclJoe Guo2018-04-051-3/+3
* python tests: convert oct 'O1234' format to python3 compatible '0o1234'Noel Power2018-02-281-12/+12
* tests/posixacl.py: remove useless 'profile acls' based testStefan Metzmacher2017-12-131-17/+0
* selftest: Print the POSIX ACL we got when the posixacl test failsAndrew Bartlett2016-12-131-8/+19
* selftest: rename env plugin_s4_dc to ad_dcMichael Adam2015-03-161-4/+4
* selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam2015-03-121-4/+28
* Fix comment showing how to print an ACL to allow debug.Jeremy Allison2013-10-241-2/+4
* Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...Jeremy Allison2013-10-241-44/+116
* Revert "Ensure the masks don't conflict with the ACL checks."Andrew Bartlett2013-03-111-1/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+732