summaryrefslogtreecommitdiff
path: root/python/samba/tests/posixacl.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-05tests/pysmbd: fill session unix info in ntacl testsBjörn Baumbach1-4/+18
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-233/+233
2019-12-20pysmbd: add "session_info" arg to py_smbd_get_sys_acl()Ralph Boehme1-8/+8
2019-12-20pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme1-19/+19
2019-12-20pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme1-32/+32
2019-12-20pysmbd: add "session_info" arg to py_smbd_unlink()Ralph Boehme1-1/+1
2019-12-20pysmbd: add "session_info" arg to py_smbd_chown()Ralph Boehme1-1/+1
2019-12-20pysmbd: add "session_info" arg to py_smbd_set_simple_acl()Ralph Boehme1-10/+10
2019-12-20python/tests: use a system session_info in posixacl.pyRalph Boehme1-8/+8
2019-09-24posixacl.py: avoid inefficient string concatenationsBjörn Jacke1-2/+2
2019-04-08CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale1-2/+2
2019-04-02Spelling fixes s/overrided/overridden/Mathieu Parent1-1/+1
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall1-2/+2
2018-09-06PEP8: fix comment indentJoe Guo1-129/+122
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-4/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-3/+3
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-37/+37
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-6/+6
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-3/+3
2018-07-12tests/posixacl: Test with and without filling in the unix_tokenAndrew Bartlett1-0/+25
2018-07-12tests/posixacl: derive a new testcase to run same tests with sessionJoe Guo1-20/+72
2018-07-12tests/posixacl: move setUp and tearDown to topJoe Guo1-16/+14
2018-07-12tests/posixacl: rm duplicated testJoe Guo1-17/+0
2018-07-12tests/posixacl: use assertRaises to simplify codeJoe Guo1-12/+4
2018-07-12tests/posixacl: remove unused importsJoe Guo1-3/+1
2018-07-12tests/posixacl: define global ACL to make code DRYJoe Guo1-11/+12
2018-07-12tests/posixacl: define global DOM_SID to make code DRYJoe Guo1-13/+15
2018-07-12tests/posixacl: rm commented codeJoe Guo1-8/+0
2018-04-05selftest: enable py3 for samba.tests.posixaclJoe Guo1-3/+3
2018-02-28python tests: convert oct 'O1234' format to python3 compatible '0o1234'Noel Power1-12/+12
2017-12-13tests/posixacl.py: remove useless 'profile acls' based testStefan Metzmacher1-17/+0
2016-12-13selftest: Print the POSIX ACL we got when the posixacl test failsAndrew Bartlett1-8/+19
2015-03-16selftest: rename env plugin_s4_dc to ad_dcMichael Adam1-4/+4
2015-03-12selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam1-4/+28
2013-10-24Fix comment showing how to print an ACL to allow debug.Jeremy Allison1-2/+4
2013-10-24Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...Jeremy Allison1-44/+116
2013-03-11Revert "Ensure the masks don't conflict with the ACL checks."Andrew Bartlett1-1/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+732