summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/user_account_control.py
Commit message (Expand)AuthorAgeFilesLines
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-141-1/+1
* s4/dsdb/tests: PY3 port samba4.user_account_control testNoel Power2018-12-101-1/+1
* PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall2018-08-241-23/+37
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-9/+0
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-241-23/+23
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-21/+21
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-4/+4
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-1/+2
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-16/+32
* s4:dsdb/tests: let the user_account_control.py test recover from a previous f...Stefan Metzmacher2016-06-271-2/+6
* s4:dsdb/tests: use ncacn_ip_tcp:server[seal] for samr connectionsStefan Metzmacher2016-06-271-1/+1
* s4:dsdb/tests: make user_account_control.py executableStefan Metzmacher2016-06-271-0/+0
* dsdb python tests: fix several usage stringsDouglas Bagnall2016-03-221-1/+1
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-161-9/+54
* dsdb: fix the user_account_control test.Michael Adam2015-03-161-1/+1
* dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...Andrew Bartlett2015-01-221-3/+63
* dsdb-tests: Show that we can not change the primaryGroupID of a DCAndrew Bartlett2015-01-221-0/+110
* dsdb: Improve userAccountControl handlingAndrew Bartlett2015-01-221-8/+16
* dsdb-tests: Add new test samba4.user_account_control.pythonAndrew Bartlett2015-01-221-0/+521