index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
tests
/
python
/
user_account_control.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
s4:dsdb:tests: Use loadTestsFromTestCase() instead of makeSuite()
Joseph Sutton
1
-1
/
+2
2023-10-13
s4:dsdb:tests: Fix assertion messages
Joseph Sutton
1
-7
/
+6
2023-10-13
s4:dsdb:tests: Remove unused variables
Joseph Sutton
1
-13
/
+0
2023-08-30
s4:dsdb:tests: Remove unused imports
Joseph Sutton
1
-5
/
+1
2023-08-03
s4:dsdb:tests: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-05-05
s4/dsdb: fix unnecessary backslash
Rob van der Linde
1
-2
/
+2
2022-09-16
CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behavior
Nadezhda Ivanova
1
-4
/
+6
2022-09-16
CVE-2020-25720: s4-acl: Change behavior of Create Children check
Nadezhda Ivanova
1
-5
/
+10
2021-11-09
CVE-2020-25722 selftest/user_account_control: more work to cope with UAC/obje...
Andrew Bartlett
1
-17
/
+29
2021-11-09
CVE-2020-25722 selftest/user_account_control: Allow a broader set of possible...
Andrew Bartlett
1
-4
/
+8
2021-11-09
CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...
Andrew Bartlett
1
-0
/
+5
2021-11-09
CVE-2020-25722 selftest: Adapt selftest to restriction on swapping account types
Andrew Bartlett
1
-16
/
+38
2021-11-09
CVE-2020-25722 dsdb: Add tests for modifying objectClass, userAccountControl ...
Joseph Sutton
1
-0
/
+150
2021-11-09
CVE-2020-25722 dsdb: Improve privileged and unprivileged tests for objectclas...
Andrew Bartlett
1
-47
/
+125
2021-11-09
CVE-2020-25722 selftest: Catch errors from samdb.modify() in user_account_con...
Andrew Bartlett
1
-5
/
+26
2021-11-09
CVE-2020-25722 selftest: Test combinations of account type and objectclass fo...
Andrew Bartlett
1
-0
/
+165
2021-10-04
selftest: Use self.assertRaisesLdbError() in user_account_control.py test
Andrew Bartlett
1
-63
/
+37
2021-09-15
selftest: Update user_account_control tests to pass against Windows 2019
Andrew Bartlett
1
-12
/
+102
2021-09-02
selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClass
Andrew Bartlett
1
-20
/
+25
2021-09-02
selftest: Replace internal loop in test_uac_bits_add() using @DynamicTestClass
Andrew Bartlett
1
-19
/
+35
2021-09-02
selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelate...
Andrew Bartlett
1
-8
/
+11
2021-09-02
selftest: Use addCleanup rather than tearDown in user_account_control.py
Andrew Bartlett
1
-8
/
+2
2021-09-02
selftest: Modernise user_account_control.py tests use a common self.OU
Andrew Bartlett
1
-23
/
+23
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2018-12-14
PY3: change shebang to python3 in source4/dsdb dir
Joe Guo
1
-1
/
+1
2018-12-10
s4/dsdb/tests: PY3 port samba4.user_account_control test
Noel Power
1
-1
/
+1
2018-08-24
PEP8: improve formatting around bit-wise OR ("|")
Douglas Bagnall
1
-23
/
+37
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-9
/
+0
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
1
-23
/
+23
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-21
/
+21
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
1
-4
/
+4
2018-03-23
s3/dsdb: convert print func to be py2/py3 compatible
Noel Power
1
-1
/
+2
2018-02-28
dsdb python tests: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-16
/
+32
2016-06-27
s4:dsdb/tests: let the user_account_control.py test recover from a previous f...
Stefan Metzmacher
1
-2
/
+6
2016-06-27
s4:dsdb/tests: use ncacn_ip_tcp:server[seal] for samr connections
Stefan Metzmacher
1
-1
/
+1
2016-06-27
s4:dsdb/tests: make user_account_control.py executable
Stefan Metzmacher
1
-0
/
+0
2016-03-22
dsdb python tests: fix several usage strings
Douglas Bagnall
1
-1
/
+1
2015-12-16
CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControl
Andrew Bartlett
1
-9
/
+54
2015-03-16
dsdb: fix the user_account_control test.
Michael Adam
1
-1
/
+1
2015-01-22
dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...
Andrew Bartlett
1
-3
/
+63
2015-01-22
dsdb-tests: Show that we can not change the primaryGroupID of a DC
Andrew Bartlett
1
-0
/
+110
2015-01-22
dsdb: Improve userAccountControl handling
Andrew Bartlett
1
-8
/
+16
2015-01-22
dsdb-tests: Add new test samba4.user_account_control.python
Andrew Bartlett
1
-0
/
+521