summaryrefslogtreecommitdiff
path: root/python/samba/tests/posixacl.py
Commit message (Expand)AuthorAgeFilesLines
* tests/pysmbd: fill session unix info in ntacl testsBjörn Baumbach2020-06-051-4/+18
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-233/+233
* pysmbd: add "session_info" arg to py_smbd_get_sys_acl()Ralph Boehme2019-12-201-8/+8
* pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme2019-12-201-19/+19
* pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme2019-12-201-32/+32
* pysmbd: add "session_info" arg to py_smbd_unlink()Ralph Boehme2019-12-201-1/+1
* pysmbd: add "session_info" arg to py_smbd_chown()Ralph Boehme2019-12-201-1/+1
* pysmbd: add "session_info" arg to py_smbd_set_simple_acl()Ralph Boehme2019-12-201-10/+10
* python/tests: use a system session_info in posixacl.pyRalph Boehme2019-12-201-8/+8
* posixacl.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-2/+2
* CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale2019-04-081-2/+2
* Spelling fixes s/overrided/overridden/Mathieu Parent2019-04-021-1/+1
* python tests: fix format() strings for Python 2.6Douglas Bagnall2018-09-211-2/+2
* PEP8: fix comment indentJoe Guo2018-09-061-129/+122
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-4/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-3/+3
* 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