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
Age
Commit message (
Expand
)
Author
Files
Lines
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: Catch possible errors in PasswordSettingsTestCase.te...
Andrew Bartlett
1
-11
/
+19
2021-11-09
CVE-2020-25722 selftest: Test combinations of account type and objectclass fo...
Andrew Bartlett
1
-0
/
+165
2021-11-09
CVE-2020-25722 selftest: Extend priv_attrs test - work around UF_NORMAL_ACCOU...
Andrew Bartlett
1
-15
/
+25
2021-11-09
CVE-2020-25722 dsdb: Tests for our known set of privileged attributes
Andrew Bartlett
1
-0
/
+388
2021-10-20
selftest: Increase account lockout windows to make test more realiable
Joseph Sutton
1
-2
/
+2
2021-10-20
pytest/rodc_rwdc: try to avoid race.
Douglas Bagnall
1
-0
/
+4
2021-10-04
selftest: Use self.assertRaisesLdbError() in user_account_control.py test
Andrew Bartlett
1
-63
/
+37
2021-10-04
selftest: Move self.assertRaisesLdbError() to samba.tests.TestCase
Andrew Bartlett
2
-46
/
+0
2021-09-15
selftest: Update user_account_control tests to pass against Windows 2019
Andrew Bartlett
1
-12
/
+102
2021-09-04
python: Fix usage strings
Joseph Sutton
6
-6
/
+6
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
29
-29
/
+0
2020-11-04
selftest: add test for new "samba-tool user unlock" command
Björn Baumbach
2
-0
/
+21
2020-10-21
s4:dsdb:tests: add AclVisibiltyTests
Stefan Metzmacher
1
-1
/
+320
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
7
-12
/
+12
2020-08-24
tests/vlv: attempt to cause trouble by changing sort attribute
Douglas Bagnall
1
-0
/
+23
2020-08-24
tests/vlv: remove redundant assignments
Douglas Bagnall
1
-3
/
+1
2020-08-11
python compat: remove text_type
Douglas Bagnall
2
-4
/
+3
2020-07-02
CVE-2020-10760 dsdb: Add tests for paged_results and VLV over the Global Cata...
Andrew Bartlett
1
-65
/
+106
2020-07-02
CVE-2020-10730: selftest: Add test to show that VLV and paged_results are inc...
Andrew Bartlett
2
-0
/
+50
2020-07-02
CVE-2020-10730: selftest: Add test to confirm VLV interaction with ASQ
Andrew Bartlett
1
-0
/
+27
2020-05-04
CVE-2020-10700: dsdb: Add test for ASQ and ASQ in combination with paged_results
Andrew Bartlett
1
-0
/
+171
2020-03-22
dsdb: Add test for the case of a link pointing back at its own object
Andrew Bartlett
1
-0
/
+25
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
20
-920
/
+920
2019-10-31
CVE-2019-14847 dsdb: Demonstrate the correct interaction of ranged_results st...
Andrew Bartlett
1
-0
/
+26
2019-10-24
s4:tests/dirsync: add tests for dirsync with extended_dn
Stefan Metzmacher
1
-0
/
+31
2019-09-20
librpc/idl: change from samr_GroupAttrs in samr.idl to security_GroupAttrs in...
Stefan Metzmacher
1
-1
/
+1
2019-09-01
Spelling fixes s/recieved/received/
Mathieu Parent
1
-3
/
+3
2019-08-30
paged results: tests without server_sort ctrl
Aaron Haslett
1
-14
/
+40
2019-07-02
s4/tests/dsdb_schema: not usefully executable as script
Douglas Bagnall
1
-1
/
+0
2019-06-19
CVE-2019-12436 dsdb/paged_results: ignore successful results without messages
Douglas Bagnall
1
-1
/
+49
2019-05-20
selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notification
Andrew Bartlett
1
-1
/
+0
2019-05-20
dsdb: Add random values to names in tests for large LDAP responses
Andrew Bartlett
1
-2
/
+2
2019-05-17
dsdb: Add tests for large LDAP responses
Andrew Bartlett
1
-0
/
+256
2019-05-06
selftest: correcting empty attribute usage in requests
Aaron Haslett
1
-1
/
+1
2019-05-06
ldap: test for empty attributes list
Aaron Haslett
1
-0
/
+17
2019-05-01
pytests: try ldap.modify_order with normal user
Douglas Bagnall
14
-17
/
+3802
2019-05-01
dsdb pytests: test the effect of reordering modify requests
Douglas Bagnall
14
-0
/
+4294
2019-05-01
dsdb/pytest/ldap: use idiomatic 'e' for exceptions
Douglas Bagnall
1
-218
/
+218
2019-05-01
dsdb/pytest/ldap: revive commented out test for attr size range
Douglas Bagnall
1
-21
/
+32
2019-04-11
samdb: test for schemainfo update with relax control
Aaron Haslett
1
-4
/
+11
2019-04-02
Spelling fix s/informations/information/
Mathieu Parent
5
-8
/
+8
2019-03-29
paged_search: perf testing paged search
Aaron Haslett
1
-2
/
+9
2019-03-04
dsdb pytsts: reduce scale of subtree rename speed test
Douglas Bagnall
1
-1
/
+1
[prev]
[next]