summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/user_account_control.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-13s4:dsdb:tests: Use loadTestsFromTestCase() instead of makeSuite()Joseph Sutton1-1/+2
2023-10-13s4:dsdb:tests: Fix assertion messagesJoseph Sutton1-7/+6
2023-10-13s4:dsdb:tests: Remove unused variablesJoseph Sutton1-13/+0
2023-08-30s4:dsdb:tests: Remove unused importsJoseph Sutton1-5/+1
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-1/+1
2023-05-05s4/dsdb: fix unnecessary backslashRob van der Linde1-2/+2
2022-09-16CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova1-4/+6
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova1-5/+10
2021-11-09CVE-2020-25722 selftest/user_account_control: more work to cope with UAC/obje...Andrew Bartlett1-17/+29
2021-11-09CVE-2020-25722 selftest/user_account_control: Allow a broader set of possible...Andrew Bartlett1-4/+8
2021-11-09CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...Andrew Bartlett1-0/+5
2021-11-09CVE-2020-25722 selftest: Adapt selftest to restriction on swapping account typesAndrew Bartlett1-16/+38
2021-11-09CVE-2020-25722 dsdb: Add tests for modifying objectClass, userAccountControl ...Joseph Sutton1-0/+150
2021-11-09CVE-2020-25722 dsdb: Improve privileged and unprivileged tests for objectclas...Andrew Bartlett1-47/+125
2021-11-09CVE-2020-25722 selftest: Catch errors from samdb.modify() in user_account_con...Andrew Bartlett1-5/+26
2021-11-09CVE-2020-25722 selftest: Test combinations of account type and objectclass fo...Andrew Bartlett1-0/+165
2021-10-04selftest: Use self.assertRaisesLdbError() in user_account_control.py testAndrew Bartlett1-63/+37
2021-09-15selftest: Update user_account_control tests to pass against Windows 2019Andrew Bartlett1-12/+102
2021-09-02selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClassAndrew Bartlett1-20/+25
2021-09-02selftest: Replace internal loop in test_uac_bits_add() using @DynamicTestClassAndrew Bartlett1-19/+35
2021-09-02selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelate...Andrew Bartlett1-8/+11
2021-09-02selftest: Use addCleanup rather than tearDown in user_account_control.pyAndrew Bartlett1-8/+2
2021-09-02selftest: Modernise user_account_control.py tests use a common self.OUAndrew Bartlett1-23/+23
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.user_account_control testNoel Power1-1/+1
2018-08-24PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall1-23/+37
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-9/+0
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-23/+23
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-21/+21
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-4/+4
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-16/+32
2016-06-27s4:dsdb/tests: let the user_account_control.py test recover from a previous f...Stefan Metzmacher1-2/+6
2016-06-27s4:dsdb/tests: use ncacn_ip_tcp:server[seal] for samr connectionsStefan Metzmacher1-1/+1
2016-06-27s4:dsdb/tests: make user_account_control.py executableStefan Metzmacher1-0/+0
2016-03-22dsdb python tests: fix several usage stringsDouglas Bagnall1-1/+1
2015-12-16CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett1-9/+54
2015-03-16dsdb: fix the user_account_control test.Michael Adam1-1/+1
2015-01-22dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...Andrew Bartlett1-3/+63
2015-01-22dsdb-tests: Show that we can not change the primaryGroupID of a DCAndrew Bartlett1-0/+110
2015-01-22dsdb: Improve userAccountControl handlingAndrew Bartlett1-8/+16
2015-01-22dsdb-tests: Add new test samba4.user_account_control.pythonAndrew Bartlett1-0/+521